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/global/info_page.tex – 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...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/global/info_page.tex

    r11176 r11433  
    88 
    99Like all components of the modelling framework, 
    10 the \engine~core engine is developed under the \href{http://www.cecill.info}{CECILL license}, 
    11 which is a French adaptation of the GNU GPL (General Public License). 
     10the \engine\ core engine is developed under the \href{http://www.cecill.info}{CECILL license}, 
     11which is a French adaptation of the GNU GPL (\textbf{G}eneral \textbf{P}ublic \textbf{L}icense). 
    1212Anyone may use it freely for research purposes, and is encouraged to 
    13 communicate back to the NEMO team its own developments and improvements. 
     13communicate back to the \NEMO\ team its own developments and improvements. 
    1414 
    1515The model and the present document have been made available as a service to the community. 
     
    2727Additional information can be found on: 
    2828\begin{itemize} 
    29 \item the \href{http://www.nemo-ocean.eu}{website} of the project detailing several 
     29\item \faWordpress\ the \href{http://www.nemo-ocean.eu}{website} of the project detailing several 
    3030  associated applications and an exhaustive users bibliography 
    31 \item the \href{http://forge.ipsl.jussieu.fr/nemo}{development platform} of the model with 
    32   the code repository and some main resources (wiki, ticket system, forums, \ldots) 
    33 \item the \href{http://zenodo.org/communities/nemo-ocean}{online archive} 
    34   delivering the publications issued by the consortium 
    35 \item two mailing lists: 
     31\item \faCodeFork\ the \href{http://forge.ipsl.jussieu.fr/nemo}{development platform} of 
     32  the model with the code repository for the shared reference and some main resources 
     33  (wiki, ticket system, forums, \ldots) \\ 
     34  \faGithub\ the \href{http://github.com/NEMO-ocean/NEMO-examples} 
     35  {repository of the demonstration cases} for research or training 
     36\item \faCloudDownload\ the \href{http://zenodo.org/communities/nemo-ocean}{online archive} 
     37  delivering the publications issued by the consortium (manuals, reports, datasets, \ldots) 
     38\item \faEnvelope\ two mailing lists: 
    3639  the \href{http://listes.ipsl.fr/sympa/info/nemo-newsletter}{newsletter} for 
    3740  top-down communications from the project 
     
    4851Reference for papers and other publications is as follows: 
    4952 
    50 \vspace{0.5cm} 
    51  
    52 %% \sloppy: workaround for breaking DOI URL 
    53 \sloppy 
    54 ``{\bfseries \heading}'',  
    55 \firstauthor and \secondauthor,  
    56 {\em Scientific Notes of Climate Modelling Center}, \textbf{\ipslnum} --- ISSN 1288-1619,  
    57 Institut Pierre-Simon Laplace (IPSL),  
     53``{\bfseries \heading}'', 
     54%\firstauthor and \secondauthor, 
     55{\em Scientific Notes of Climate Modelling Center}, \textbf{\ipslnum} --- ISSN 1288-1619, 
     56Institut Pierre-Simon Laplace (IPSL), 
    5857\href{https://doi.org/10.5281/zenodo.\zid}{doi:10.5281/zenodo.\zid} 
    5958 
    6059\begin{figure}[b] 
    61   \begin{minipage}[c]{0.72\textwidth} 
    62     \small\ttfamily{Scientific Notes of Climate Modelling Center \\ 
    63       ISSN 1288-1619                                             \\ 
     60  \begin{minipage}[c]{0.7\textwidth} 
     61    \small 
     62    \ttfamily{ 
     63      Scientific Notes of Climate Modelling Center \\ 
     64      ISSN 1288-1619                               \\ 
    6465      Institut Pierre-Simon Laplace (IPSL) 
    6566    } 
     
    7172\end{figure} 
    7273 
     74\end{document} 
Note: See TracChangeset for help on using the changeset viewer.