Changeset 14257 for NEMO/trunk/doc/latex/global/latexmk.pl
- Timestamp:
- 2021-01-04T16:13:36+01:00 (4 years ago)
- Location:
- NEMO/trunk/doc/latex/global
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
NEMO/trunk/doc/latex/global
-
Property
svn:ignore
set to
*.aux
*.bbl
*.blg
*.fdb*
*.fls
*.idx
*.ilg
*.ind
*.lo*
*.out
*.toc
*.xdv
cache*
-
Property
svn:ignore
set to
-
NEMO/trunk/doc/latex/global/latexmk.pl
r13574 r14257 1 2 1 ## Defaults 3 $silent = 1;4 $pdf_mode = 1;2 #$silent = 1; 3 $pdf_mode = 5; 5 4 6 5 ## Using relative paths 7 $ENV{'openout_any'}='a'; 8 $out_dir = '../build'; 6 $ENV{'openout_any'} = 'a' ; 7 $do_cd = 1 ; 8 $out_dir = '../build'; 9 9 10 10 ## Custom cmds 11 set_tex_cmds('-shell-escape -interaction=batchmode'); 12 #set_tex_cmds('-shell-escape'); 11 13 $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 TracChangeset
for help on using the changeset viewer.