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.
Changeset 14257 for NEMO/trunk/doc/latex/global/latexmk.pl – NEMO

Ignore:
Timestamp:
2021-01-04T16:13:36+01:00 (3 years ago)
Author:
nicolasmartin
Message:

Overall review of LaTeX sources (not tested completely as of now):

  • Reworking global files: main document.tex, add glossary.tex, cosmetic changes...
  • Ignore missing namelists (namsbc_isf, namsbc_iscpl and namptr)
  • Removal of references for unused indices (\hfile, \ifile and \jp)
  • Update of .svnignore and svn:ignore properties accordingly
  • Split of manual abstract into a common NEMO abs for all and a specific one for each engine
  • Shrinking variables names used in the frontmatter
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*
  • NEMO/trunk/doc/latex/global/latexmk.pl

    r13574 r14257  
    1  
    21## Defaults 
    3 $silent   = 1; 
    4 $pdf_mode = 1; 
     2#$silent   = 1; 
     3$pdf_mode = 5; 
    54 
    65## 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'; 
    99 
    1010## Custom cmds 
     11set_tex_cmds('-shell-escape -interaction=batchmode'); 
     12#set_tex_cmds('-shell-escape'); 
    1113$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.