New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
latexmk.pl in NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global – NEMO

source: NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/latexmk.pl @ 14328

Last change on this file since 14328 was 14328, checked in by ayoung, 3 years ago

Pulling changes from trunk from r14237 through to r14327 (current)

File size: 320 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
11set_tex_cmds('-shell-escape -interaction=batchmode');
12#set_tex_cmds('-shell-escape');
13$makeindex = 'makeindex -s %R.ist %O -o %D %S';
Note: See TracBrowser for help on using the repository browser.