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

Ignore:
Timestamp:
2019-06-24T21:55:11+02:00 (5 years ago)
Author:
nicolasmartin
Message:

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)
Location:
NEMO/trunk/doc/latex/global
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/latex/global

    • Property svn:ignore set to
      *.aux
  • NEMO/trunk/doc/latex/global/frontpage.tex

    r11170 r11176  
     1 
    12\title{\heading} 
    2 \author{\1stauthor \and \2ndauthor\thanks{\protect\input{thanks}}} 
     3\author{\firstauthor \and \secondauthor\thanks{\protect\input{thanks}}} 
    34\date{\today} 
    4  
    5 \graphicspath{{../../figures/}} 
    65 
    76\pretitle{ 
     
    4645  \end{center} 
    4746} 
     47 
    4848\thanksmarkseries{fnsymbol} 
    49 \maketitle 
    50 \emptythanks 
    5149 
    52 \thispagestyle{plain} 
    53  
    54 % ================================================================ 
    55 % Disclaimer 
    56 % ================================================================ 
    57 \subsubsection*{Disclaimer} 
    58  
    59 Like all components of the modelling framework, 
    60 the \engine~core engine is developed under the \href{http://www.cecill.info}{CECILL license}, 
    61 which is a French adaptation of the GNU GPL (General Public License). 
    62 Anyone may use it freely for research purposes, and is encouraged to 
    63 communicate back to the NEMO team its own developments and improvements. 
    64  
    65 The model and the present document have been made available as a service to the community. 
    66 We cannot certify that the code and its manual are free of errors. 
    67 Bugs are inevitable and some have undoubtedly survived the testing phase. 
    68 Users are encouraged to bring them to our attention. 
    69  
    70 The authors assume no responsibility for problems, errors, or incorrect usage of NEMO. 
    71  
    72 % ================================================================ 
    73 % External resources 
    74 % ================================================================ 
    75 \subsubsection*{Other resources} 
    76  
    77 Additional information can be found on: 
    78 \begin{itemize} 
    79 \item the \href{http://www.nemo-ocean.eu}{website} of the project detailing several 
    80   associated applications and an exhaustive users bibliography 
    81 \item the \href{http://forge.ipsl.jussieu.fr/nemo}{development platform} of the model with 
    82   the code repository and some main resources (wiki, ticket system, forums, \ldots) 
    83 \item the \href{http://zenodo.org/communities/nemo-ocean}{online archive} 
    84   delivering the publications issued by the consortium 
    85 \item two mailing lists: 
    86   the \href{http://listes.ipsl.fr/sympa/info/nemo-newsletter}{newsletter} for 
    87   top-down communications from the project 
    88   (announcements, calls, job opportunities, \ldots) 
    89   and the \href{http://listes.ipsl.fr/sympa/info/nemo-forge}{forge updates} 
    90   (commits, tickets and forums) 
    91 \end{itemize} 
    92  
    93 % ================================================================ 
    94 % Citation 
    95 % ================================================================ 
    96 \subsubsection*{Citation} 
    97  
    98 Reference for papers and other publications is as follows: 
    99 \vspace{0.5cm} 
    100  
    101 \begin{figure}[b] 
    102   \begin{minipage}[c]{0.72\textwidth} 
    103     \small\ttfamily{Scientific Notes of Climate Modelling Center \\ 
    104       ISSN 1288-1619                                             \\ 
    105       Institut Pierre-Simon Laplace (IPSL) 
    106     } 
    107   \end{minipage} 
    108   \hfill 
    109   \begin{minipage}[c]{0.25\textwidth} 
    110     \href{http://www.cmc.ipsl.fr}{\includegraphics[width=\textwidth]{logos/IPSL_upright}} 
    111   \end{minipage} 
    112 \end{figure} 
Note: See TracChangeset for help on using the changeset viewer.