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 11212 for NEMO/trunk/doc/manual_build.sh – NEMO

Ignore:
Timestamp:
2019-07-03T21:21:59+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Mainly some modifications to enable the compilation of the manual by dedicated LaTeX editors
The compilation options have been gathered within latexmkrc RC file for Latexmk,
this has been tested successfully for 2 cross-platform softwares: Texmaker & TeXstudio?
Don't be able to test it under TeXShop for MacOS, but it should be portable as
it requires only to modify the configuration of few cmds: LaTeX, PdfLaTeX, Latexmk & PDF viewer
For a comprehensive list of available LaTeX editors, see https://en.wikibooks.org/wiki/LaTeX/Installation#Cross-platform)

Other changes

  • Rectification of the required list for LaTeX pkgs
  • Append thanks.tex with the first reviewers of chapters
  • Configuration of the background color for namelists
  • Testing of colors for different types of links
File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/manual_build.sh

    r11176 r11212  
    33## Initialisation 
    44##--------------- 
    5  
    6 ## Env. variable for using relative paths with latexmk 
    7 export openout_any='a' 
    85 
    96## Default selection for models 
Note: See TracChangeset for help on using the changeset viewer.