Closed gkampolis closed 6 years ago
I can confirm the same problem here. XeLatex is completely broken even with the given unix build recipe
Hi @krishnakumarg1984 I have fixed the issue on unix XeLaTeX issue. Could you try with the latest release? Use the following command to compile?
latexmk -xelatex thesis.tex
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
latexmk -xelatex -g thesis.tex
Hi @gkampolis
I don't have a Windows system to test. If you have latexmk
installed on Windows through TexLive or MikTex, then you can replace the content of compile-thesis-windows.bat
with this:
latexmk -xelatex thesis.tex
makeindex thesis.nlo -s nomencl.ist -o thesis.nls
latexmk -xelatex -g thesis.tex
and see if that helps?
Hi @kks32
I can confirm that with commit 85a8d91, this issue has been fixed. You may close this issue.
Using overleaf with Xelatex compiler on windows, this issue is still replicable. I need a custom font (Verdana) so I have to use xelatex instead of pdflatex, but as a result, I am getting this error. Please help!
Issue short description
LaTeX beginner here... After compiling with
XeLaTex
(and no other changes), there is "weird" output at the start of the file (see image below):Expected Behavior
With no other changes, it should compile like in
pdflatex
, correct?pdflatex
output shown below:Steps to Reproduce
I simply changed the mentions of
pdflatex
toxelatex
in compile-thesis-windows.bat, like so:Technical Details (OS, project version, relevant details)