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 11171 for NEMO/trunk/doc/latex/global – NEMO

Ignore:
Timestamp:
2019-06-21T14:33:03+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Duplicate the new building process to SI3 and TOP

Location:
NEMO/trunk/doc/latex/global
Files:
2 edited

Legend:

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

    r11170 r11171  
    1212\documentclass[draft]{scrreport} 
    1313 
     14%% Engine name and Zenodo DOI 
     15\input{definitions} 
     16 
    1417%% Custom style (.sty) 
    1518\usepackage{../../global/packages} 
    16  
    17 %% Engine name and Zenodo DOI 
    18 \input{definitions} 
    1919 
    2020%% Include references and index for single subfile compilation 
     
    5050%% ToC i.e. Table of Contents 
    5151\newpage 
    52 \dominitoc\tableofcontents 
     52\dominitoc 
     53\tableofcontents 
    5354 
    5455\clearpage 
     
    8182 
    8283%% Bibliography 
    83 \phantomsection\addcontentsline{toc}{chapter}{Bibliography} 
     84\phantomsection 
     85\addcontentsline{toc}{chapter}{Bibliography} 
    8486\bibliography{../main/bibliography} 
    8587 
    8688%% Index 
    8789\clearpage 
    88 \phantomsection\addcontentsline{toc}{chapter}{Index} 
     90\phantomsection 
     91\addcontentsline{toc}{chapter}{Index} 
    8992\printindex 
    9093 
  • NEMO/trunk/doc/latex/global/styles.sty

    r11170 r11171  
    1010%% Hyperref 
    1111\hypersetup{ 
     12%  pdftitle={\heading}, 
     13%  pdfauthor={\1stauthor and \2ndauthor}, 
    1214  colorlinks 
    1315} 
Note: See TracChangeset for help on using the changeset viewer.