5
votes
0answers
224 views

Problem with LuaTeX : can't write on the .aux file at second pass [closed]

I use MiKTeX 2.9 for Windows, format Plain eTeX. I have my own macro package which I've used for years, and I tried recently to use it with LuaTeX (included MiKTeX version) in order to use UTF-8 ...
0
votes
1answer
961 views

MiKTeX, nomencl - Couldn't find input index file [duplicate]

Possible Duplicate: Using package nomencl I was searching for this problem on this webpage and I found several related questions, however, with no accepted answer. I hope this entry will ...
2
votes
1answer
347 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 ...
2
votes
1answer
175 views

Problem with custom auxiliary file and tex4ht

I have a LaTeX file that's working very well with pdflatex. I want to turn it into HTML, so I'm using tex4ht (under MiKTeX 2.9 on Windows 7). I've already gotten around some problems (the old graphics ...
3
votes
0answers
399 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 ...
14
votes
4answers
1k views

Use MiKTeX option through latexmk

When I use MiKTeX normally, I call this: pdflatex --aux-directory="C:\Users\doncherry\Documents\LaTeX\AUXI_global" foo.tex For latexmk outputting pdf (via pdfLaTeX) with continuous previewing, my ...