source:
NEMO/trunk/doc/latex/global/latexmk.pl
@
14378
Last change on this file since 14378 was 14378, checked in by nicolasmartin, 4 years ago | |
---|---|
File size: 490 bytes |
Line | |
---|---|
1 | ## Defaults |
2 | #$silent = 1; |
3 | $pdf_mode = 5; |
4 | |
5 | ## Using relative paths |
6 | $ENV{'openout_any'} = 'a' ; |
7 | $do_cd = 1 ; |
8 | $out_dir = '../build'; |
9 | |
10 | ## Custom cmds |
11 | set_tex_cmds('-shell-escape -file-line-error -interaction=batchmode'); |
12 | #set_tex_cmds('-shell-escape -file-line-error'); |
13 | $makeindex = 'makeindex %O -s %R.ist -o %D %S'; |
14 | ## %D: Destination file (.ind for index) |
15 | ## %O: Options |
16 | ## %R: Root filename (${model}_manual) |
17 | ## %S: Source file (.idx for index) |
Note: See TracBrowser
for help on using the repository browser.