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_r11233_AGRIF-05_jchanut_vert_coord_interp/doc/latex/global – NEMO

source: NEMO/branches/2019/dev_r11233_AGRIF-05_jchanut_vert_coord_interp/doc/latex/global/latexmkrc @ 11573

Last change on this file since 11573 was 11573, checked in by jchanut, 5 years ago

#2222, merged with trunk

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.