add explanation to .latexmkrc
This commit is contained in:
parent
867a1180ac
commit
6215f31b88
1 changed files with 4 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue