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 11433 for NEMO/trunk/doc/latex/TOP/main – NEMO

Ignore:
Timestamp:
2019-08-12T21:44:18+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Pre-implementation of new cover page and new headings style for reference manuals

Cover page

The layout of the frontpage has been completely redesigned,
a coloured banner has been added to emphasize the title and easily identify each manual
between them.
The chosen color for each document (blue for NEMO, gray for SI3 and green for TOP) will be
used throughout the manual for the links and in the chapter headings.
The list of authors (writers/editors/reviewers) for the version of the manual is given next to
the abstract, which is now included in the frontpage.
A link to an existing ORCID profile for the author precedes its name.
Few settings have been added to each definitions.tex in order to adjust the rendering of the cover page (vertical spaces above and below the title, a subtitle, the width for authors list and
abstract section)

Headings

  • header: chapter number and title for even pages, same infos for section otherwise
  • footer: name of the manual and page numbering with the total number of pages (reverse order between odd/even pages)

For the chapter heading, a new style 'Bjornstrup' from fncychap package is now use.

Abstract

Split the section in two paragraphs for all manuals

  1. Common description with almost the same sentences only customized by the general infos of the model
  2. Specific part for the characteristics of the model

Troubleshooting

As announced, I have introduced some icons from academicons and fontawesome packages.
It required to switch from pdflatex to xelatex for the compilation and it prevents from now
the building of the whole document.
Also the PDF generated does not look nice due to the font

Work in progress...

Location:
NEMO/trunk/doc/latex/TOP/main
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/TOP/main/definitions.tex

    r11181 r11433  
    22\def \engine{TOP} 
    33 
    4 %% Title (variable name already use by 'titling' pkg) 
    5 \def \heading{Tracers in Ocean Paradigm (TOP) \\ The NEMO passive tracers engine} 
     4%% Title and cover page settings 
     5\def \spacetop{  \vspace*{1.3cm} } 
     6\def \heading{Tracers in Ocean Paradigm (TOP) 
     7\def \subheading{The NEMO passive tracers engine} 
     8\def \spacedown{ \vspace*{1cm  } } 
     9\def \authorswidth{0.15\linewidth} 
     10\def \rulelenght{110pt} 
     11\def \abstractwidth{0.7\linewidth} 
    612 
    7 %% Authors (thanks will apply to the second author) 
    8 \def \firstauthor{} 
    9 \def \secondauthor{NEMO TOP Working Group} 
     13%% Color for document (frontpage banner, links and chapter boxes) 
     14\def \setcolor{ \definecolor{manualcolor}{cmyk}{1, 0, 1, 0.4} } 
    1015 
    1116%% IPSL publication number 
  • NEMO/trunk/doc/latex/TOP/main/foreword.tex

    r11181 r11433  
     1%% ================================================================ 
     2%% Abstract 
     3%% ================================================================ 
     4 
     5%% Common part between NEMO-SI3-TOP 
     6``Tracers in Ocean Paradigm'' (\TOP) is the passive tracers engine of 
     7the \NEMO\ ocean model (``Nucleus for European Modelling of the Ocean''). 
     8It is intended to be a flexible tool for studying the on/offline oceanic tracers transport and 
     9the biogeochemical processes (``green ocean''), 
     10as well as its interactions with the other components of the Earth climate system over 
     11a wide range of space and time scales. 
     12\TOP\ is interfaced with the \NEMO\ ocean engine, and, 
     13via the \href{http://portal.enes.org/oasis}{OASIS} coupler, 
     14with several atmospheric general circulation models. 
     15%It also supports two-way grid embedding by means of the \href{http://agrif.imag.fr}{AGRIF} software. 
     16 
     17%% Specific part 
     18This component provides the physical constraints and boundaries conditions for 
     19oceanic tracers transport and represents a generalized, hardwired interface toward 
     20biogeochemical models to enable a seamless coupling. 
     21In particular, transport dynamics are supplied by the ocean dynamical core thus 
     22enabling the use of all available advection and diffusion schemes in both on- and off-line modes. 
     23\TOP\ is designed to handle multiple oceanic tracers through a modular approach and 
     24it includes different sub-modules: ocean water age, inorganic carbon (CFCs) \& radiocarbon (C14b), 
     25built-in biogeochemical model (PISCES), and prototype for user-defined cases or 
     26coupling with alternative biogeochemical models (\eg \href{http://www.bfm-community.eu}{BFM}). 
  • NEMO/trunk/doc/latex/TOP/main/thanks.tex

    r11171 r11433  
    1 \'{E}th\'{e} Christian,  
    2 Lovato Tomas,  
    3 Aumont Olivier,  
    4 Palmi\'{e}ri Julien,  
    5 Mouchet Anne,  
    6 Nurser Georges,  
    7 Yool Andrew 
    8  
     1Olivier Aumont         \\ 
     2Christian \'{E}th\'{e} \\ 
     3Tomas Lovato           \\ 
     4Anne Mouchet           \\ 
     5Georges Nurser         \\ 
     6Julien Palmi\'{e}ri    \\ 
     7Andrew Yool 
Note: See TracChangeset for help on using the changeset viewer.