compile issue [sjtuthesis.cls] on TexStudio #714
-
Hi everyone, I have downloaded the template master.zip and used **texstudio with texlive ** to compile it. However, I am facing this problem. I have used the compile.bat ( with administrator privilege) as well but faced the same issue. Traversing the forum, I saw someone mentioned changing the compiler of texstudio to XeLatex or latexmk but i am still facing the same issue. I downloaded the perl as well but it didn't work. My question is, what settings should I keep in order to be able to compile this template on my PC with both the compile.bat and texstudio. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Firstly, would you please paste the output of compile.bat? For TexStudio, I saw someone changing default compiler to latexmk in settings, and add -xelatex parameter to default latexmk command line parameters. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hi there, I have downloaded kaiti fonts in my new system but I am still getting this Below is the output of main.log `This is XeTeX, Version 3.141592653-2.6-0.999993 (TeX Live 2021/W32TeX) (preloaded format=xelatex 2021.11.2) 3 NOV 2021 12:28 Package xtemplate Info: Declaring object type 'xeCJK/punctuation' taking 0 \l__xeCJK_fixed_punct_width_dim=\dimen150 ) (c:/texlive/2021/texmf-dist/tex/latex/ctex/ctex-cs4size.clo (c:/texlive/2021/texmf-dist/tex/latex/base/atveryend-ltx.sty Package footmisc Info: Declaring symbol style lamport* on input line 903.
(Font) U/ntxexa/m/n --> U/ntxexa/b/n on input line 636. ./texmf/tex/latex/sjtuthesis/fd/sjtu-cjk-font-windows.def:29: Package fontspec For immediate help type H . l.29 ] Here is how much of TeX's memory you used: No pages of output. |
Beta Was this translation helpful? Give feedback.
-
using -lualatex instead of -xelatex in latexmk command |
Beta Was this translation helpful? Give feedback.
Firstly, would you please paste the output of compile.bat?
For TexStudio, I saw someone changing default compiler to latexmk in settings, and add -xelatex parameter to default latexmk command line parameters.
Hope this helps!