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/2020/dev_r13787_doc_latex_recovery/doc/latex/global – NEMO

source: NEMO/branches/2020/dev_r13787_doc_latex_recovery/doc/latex/global/latexmkrc @ 13825

Last change on this file since 13825 was 13825, checked in by nicolasmartin, 4 years ago

#2414 Skechty fixes to complete the manual compilation

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