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.
definitions.tex in NEMO/trunk/doc/latex/NEMO/main – NEMO

source: NEMO/trunk/doc/latex/NEMO/main/definitions.tex @ 11170

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

Review of the overall building of any reference manual
Implementation of a compilation process shared between the 3 manuals: now a global document.tex will be used as the main LaTeX file (a symbolic link will refer to it in each ./engine/main directory).
At the time of the manual building, a few small LaTeX files will be imported on the fly from the corresponding folder ./latex/engine/main.

  • definitions.tex: engine, title, author(s), IPSL publication number and DOI ID
  • thanks.tex: list of collaborators to be thanked for the writing/reviewing
  • chapters.tex: ordered list of chapters (relative path to subfiles)
  • appendices.tex: ordered list of subordinate chapters (relative path to subfiles)
File size: 321 bytes
RevLine 
[11170]1%% Engine (folder name)
2\def \engine{NEMO}
3
4%% Title (variable name already use by 'titling' pkg)
5\def \heading{NEMO ocean engine~}
6
7%% Authors
8\def \1stauthor{Gurvan Madec~}
9\def \2ndauthor{NEMO System Team~}
10
11%% IPSL publication number
12\def \ipslnum{27}
13
14%% Zenodo ID, i.e. doi:10.5281/zenodo.[0-9]*
15\def \zid{1464816}
Note: See TracBrowser for help on using the repository browser.