This is a bit of a follow-up question to: Is there latexmk functionality for LuaTeX?
I am trying to setup latexmk on Windows 7 together with LuaTeX but it does not work for some unknown reason. Latexmk in connection with pdftex runs without problems though. With the command line for luatex:
latexmk -pdflatex=lualatex -pdf test.tex
I get the following output:
Latexmk: This is Latexmk, John Collins, 30 March 2012, version: 4.31.
**** Report bugs etc to John Collins <collins at phys.psu.edu>. ****
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': File changes, etc:
Non-existent destination files:
'test.pdf'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'lualatex -recorder "test.tex"'
------------
This is LuaTeX, Version beta-0.70.1-2012011814 (MiKTeX 2.9)
**
Other attempts at changing the latexmk command with the suggested values from the man-page also do not succeed (latexmk -pdf -pdflatex="lualatex %O %S" test.tex). Is there any chance of getting this to work?
latexmk -lualatex test.tex? – Mico May 3 '12 at 14:32-lualatex bad optionas an error message then. – Alexander May 3 '12 at 14:38q/pdflatexwithq/lualatex. Works fine for me. – Torbjørn T. May 3 '12 at 14:46lualatex testworks fine but as soon as therecorderoption is used it stops at the ` ** ` prompt. I will check for updates and if the bug persists I will make a report. – Ulrike Fischer May 3 '12 at 15:59latexmkwith its-recorder-option. Its detection of file dependencies will be suboptimal, but only for difficult cases. – John Collins May 3 '12 at 17:15