source:
NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/latex/global/latexmkrc
@
13825
Last change on this file since 13825 was 13825, checked in by nicolasmartin, 4 years ago | |
---|---|
File size: 398 bytes |
Line | |
---|---|
1 | |
2 | ## Defaults |
3 | #$silent = 1; |
4 | $pdf_mode = 1; |
5 | |
6 | ## Using relative paths |
7 | $ENV{'openout_any'}='a'; |
8 | $out_dir = '../build'; |
9 | $do_cd = 1; |
10 | |
11 | ## Custom cmds |
12 | set_tex_cmds( '-shell-escape' ); |
13 | $makeindex = 'makeindex -s %R.ist %O -o %D %S'; |
14 | $pdflatex = 'pdflatex -shell-escape %O %S'; |
15 | |
16 | #@BIBINPUTS=('.', '../main'); |
17 | #$bibtex = 'bibtex %O ../main/bibliography.bib'; |
18 | #$kpsewhich = 'kpsewhich bibliography.bib' |
19 |
Note: See TracBrowser
for help on using the repository browser.