无法编译需要附加乳胶库的CV旧文档。有人可以推荐应该处理的tex变体。
试图 乳胶
int min = 100;
for(int i=0; i<randNumbers.length; i++) {
randNumbers[i] = r.nextInt(101);
System.out.println("Number "+i+": " + randNumbers[i]);
if (randNumbers[i] < min) {
min = randNumbers[i];
}
}
System.out.println("Min number is: " + min);
luatex
! Fatal Package fontspec Error: The fontspec package requires either XeTeX or
(fontspec) LuaTeX.
xetex
! Undefined control sequence.
l.1 \documentclass
[a4paper,10pt]{article}
乳胶代码
I can't find the format file `xetex.fmt'!
答案 0 :(得分:0)
与一起进行精细编译 xelatex