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

source: NEMO/trunk/doc/latex/global/frontpage.tex @ 11176

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

Implementation of multi-indexes instead of an indiscrimate aggregate index
Creation of 5 sections under Indexes chapter for the most relevant lists of index entries:
namelist blocks and parameters, CPP keys, modules and subroutines.

  • indexes.tex & index.ist: new file in global directory for index management
  • Add symbolic links under main to non-existing *.idx before LaTeX compilation to reduce trivial error messages with makeindex
  • Create latexmkrc init file loaded latexmk with '-r' option in order to apply the style rules to the indexes with the sequence of several compilations

Other changes:

  • Define a preamble.tex with the list of files to load from global folder
  • Integrate 'Citation' subsubsection in new info_page.tex for the 2nd page along with 'frontpage.tex' for the cover, in order to have a clear distinction with \maketitle in the main LaTeX document
  • Move 'Foreword' chapter from subfiles to main as more appropriate

Bugfixes with few attempts of HTML export

  • One single location for defining the paths to search for images with \graphicspath in packages.tex
  • Renaming of authors variables (\1stauthor -> \firstauthor and so one)
  • Update of LaTeX dependencies in terms of new pkgs (DEPS)
File size: 1.5 KB
Line 
1
2\title{\heading}
3\author{\firstauthor \and \secondauthor\thanks{\protect\input{thanks}}}
4\date{\today}
5
6\pretitle{
7  \begin{center}
8\begin{figure}[H]
9  \begin{minipage}[c]{0.35\textwidth}
10    \href{http://www.nemo-ocean.eu}{\includegraphics[width=0.7\textwidth]{logos/NEMO_grey}}
11  \end{minipage}
12  \hfill
13  \begin{minipage}[c]{0.65\textwidth}
14    \centering
15    \large{\em{{N}ucleus for {E}uropean {M}odelling of the {O}cean}}
16  \end{minipage}
17\end{figure}
18\vfill
19    \Huge
20}
21\posttitle{\par\end{center}\vskip 0.5em}
22\preauthor{\begin{center}\Large\lineskip0.5em\begin{tabular}[t]{c}}
23\postauthor{\end{tabular}\par\end{center}}
24\predate{
25  \vfill
26  \begin{center}
27    \large Version \version ---
28}
29\postdate{
30    \par~\\
31    \href{http://doi.org/10.5281/zenodo.\zid}{\includegraphics{{badges/zenodo.\zid}.pdf}}
32  \end{center}
33  \vfill
34  \begin{center}
35    \href{http://www.cmcc.it}{          \includegraphics[height=0.055\textheight]{logos/CMCC}}
36    \hspace{0.5em}
37    \href{http://www.cnrs.fr}{          \includegraphics[height=0.055\textheight]{logos/CNRS}}
38    \hspace{0.9em}
39    \href{http://www.mercator-ocean.fr}{\includegraphics[height=0.055\textheight]{logos/MOI} }
40    \hspace{0.45em}
41    \href{http://www.metoffice.gov.uk}{ \includegraphics[height=0.055\textheight]{logos/UKMO}}
42    \hspace{0.5em}
43    \href{http://nerc.ukri.org}{        \includegraphics[height=0.055\textheight]{logos/NERC}} \\
44    \large{{\em{C}ommunity \hspace{1.5em} {O}cean \hspace{1.5em} {M}odel}}
45  \end{center}
46}
47
48\thanksmarkseries{fnsymbol}
49
Note: See TracBrowser for help on using the repository browser.