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.
latexmkrc in NEMO/branches/2019/dev_r11943_MERGE_2019/doc/latex/global – NEMO

source: NEMO/branches/2019/dev_r11943_MERGE_2019/doc/latex/global/latexmkrc @ 12182

Last change on this file since 12182 was 12182, checked in by davestorkey, 4 years ago

2019/dev_r11943_MERGE_2019: Merge in dev_ASINTER-01-05_merge.

File size: 352 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
10## Custom cmds
11$makeindex = 'makeindex -s %R.ist %O -o %D %S';
12$pdflatex  = 'pdflatex -shell-escape %O %S';
13
14#@BIBINPUTS=('.', '../main');
15#$bibtex    = 'bibtex %O ../main/bibliography.bib';
16#$kpsewhich = 'kpsewhich bibliography.bib'
17
Note: See TracBrowser for help on using the repository browser.