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_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/global – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/global/latexmkrc @ 11512

Last change on this file since 11512 was 11512, checked in by smasson, 5 years ago

dev_r10984_HPC-13 : merge with trunk@11511, see #2285

File size: 396 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$pdflatex  = 'xelatex -shell-escape %O %S';
14
15#@BIBINPUTS=('.', '../main');
16#$bibtex    = 'bibtex %O ../main/bibliography.bib';
17#$kpsewhich = 'kpsewhich bibliography.bib'
Note: See TracBrowser for help on using the repository browser.