Changeset 14378 for NEMO/trunk/doc/latex/global/latexmk.pl
- Timestamp:
- 2021-02-03T00:54:22+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/latex/global/latexmk.pl
r14257 r14378 9 9 10 10 ## Custom cmds 11 set_tex_cmds('-shell-escape -interaction=batchmode'); 12 #set_tex_cmds('-shell-escape'); 13 $makeindex = 'makeindex -s %R.ist %O -o %D %S'; 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 TracChangeset
for help on using the changeset viewer.