How can I use glosseries with latexmk if I use outdir and auxdir parameters?
I keep getting the .gls not found...
Here is my latexmk build script:
latexmk -outdir=out -auxdir=out -g -f -bibtex -dvi- -pvc -pdflatex="xelatex -synctex=0 %O %S" -pdf $1
If I remove the auxdir and outdir param, everything works fine. Any help appreciated.
EDIT: Stop up-voting the answer unless you checked it yourself and it works! Because it does not work for me.
latexmkwhere it watches for changes in source files? – Andriy Drozdyuk Jun 16 '12 at 00:14makelatex -lwill continually loop and rebuild the document whenever the source files change. There are command line options which you can see by runningmakelatex --help– ScottKu Jun 16 '12 at 16:14