Tagged Questions
2
votes
1answer
348 views
XeLatex: problem with aux-directory and include-directory options on TexLive?
I am trying to port some app from MikTex to TexLive (Windows to Ubuntu basically). The options that works perfectly fine with MikTex just ended up as not recognized for TexLive
The options in ...
3
votes
0answers
401 views
SyncTeX wrongly placed when XeTeX called with -aux-directory [closed]
I am using MikTeX 2.9 and compiling "hello.tex" containing:
\documentclass{minimal}
\begin{document}
text
\end{document}
with:
xelatex --synctex=1 --aux-directory=auxdir hello.tex
produces a ...