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

source: NEMO/trunk/doc/latex/global/latexmkrc @ 11584

Last change on this file since 11584 was 11584, checked in by nicolasmartin, 5 years ago

Restoration of separate compilation of chapters or appendices
The command to launch is almost the same as the manual, for instance

$ latexmk -r latex/global/latexmkrc -cd latex/NEMO/subfiles/chap_time_domain
File size: 240 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 ../../global/index.ist %O -o %D %S';
12$pdflatex  = 'xelatex -shell-escape %O %S';
Note: See TracBrowser for help on using the repository browser.