add explanation to .latexmkrc

This commit is contained in:
flukx 2022-08-05 19:53:05 +02:00
parent 867a1180ac
commit 6215f31b88

View file

@ -2,3 +2,7 @@
$pdf_mode= 4 ;
@default_files = ('.maindir/tex/main.tex');
$out_dir = '.maindir/out';
# %O: options
# %S: source file (without argument: main.tex)
# --file-line-error: should tell the file together with the line number when giving errors/warnings
$lualatex = 'lualatex --file-line-error %O %S'