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.
document.tex in NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/latex/global – NEMO

source: NEMO/branches/2020/dev_r14116_HPC-04_mcastril_Mixed_Precision_implementation_final/doc/latex/global/document.tex @ 14644

Last change on this file since 14644 was 14644, checked in by sparonuz, 3 years ago

Merge trunk -r14642:HEAD

File size: 2.5 KB
RevLine 
[14113]1%% =================================================================================================
[14644]2%% Manual structure
[14113]3%% =================================================================================================
[707]4
[14644]5%% Preamble: global configuration
[14113]6%% =================================================================================================
[9376]7
[14644]8%% Layout
9\documentclass[fontsize=10pt,twoside,abstract,draft]{scrreprt}
10%\documentclass[fontsize=10pt,twoside,abstract      ]{scrreprt}
[10495]11
[14644]12%% Overall configuration
13\input{../../global/preamble}
[707]14
[14644]15%% Special cmds around to {in,ex}clude content only in subfile
16  \newcommand{\subinc}[1]{#1}
17  \newcommand{\subexc}[1]{  }
[11176]18
[9388]19\begin{document}
[9376]20
[14644]21\renewcommand{\subinc}[1]{  }
[14113]22\renewcommand{\subexc}[1]{#1}
[11176]23
[14644]24%% Frontmatter: covers
25%% ({sub}title, DOI, authors, abstract and color theme are specific to each manual)
[14113]26%% =================================================================================================
[9376]27
[14644]28%\frontmatter %% Not recognized in 'scrreprt' document class
[14113]29\pagenumbering{gobble}   %% Disable page numbering temporarily
[14644]30\pagestyle{empty}
[707]31
[11515]32\input{../../global/frontpage}
[14644]33\input{../../global/info_page}
[11151]34
[14644]35\cleardoublepage
[11176]36
[14644]37\pagenumbering{Roman} %% Reactivate page numbering (uppercase roman numbers)
38\pagestyle{plain}
39%\lastpageref{pagesLTS.0}
[11176]40
[14644]41\tableofcontents
[14113]42\listoffigures
43\listoflistings
44\listoftables
[14644]45%\listoftodos
46%\lastpageref{pagesLTS.Roman}
[14113]47
[14644]48\cleardoublepage
[14113]49
[14644]50%% Mainmatter: toc, lists, introduction and primary chapters
51%% =================================================================================================
[11543]52
[14644]53%\mainmatter %% Not recognized in 'scrreprt' document class
54\pagenumbering{arabic} %% Standard page numbering
55\pagestyle{plain}
56
[14113]57\input{introduction}
58
[14644]59\cleardoublepage
[9376]60
[14644]61\pagestyle{scrheadings}
62\renewcommand{\chapterpagestyle}{empty}
[9376]63
[14644]64\input{chapters}
[11170]65
[14644]66%% Appendix: subordinate chapters
[14113]67%% =================================================================================================
[9376]68
[14644]69\appendix %% Chapter numbering with letters by now
70\lohead{Apdx \thechapter\ \leftmark}
[707]71
[14644]72\input{appendices}
[11007]73
[14644]74\input{../../global/coding_rules} %% Add coding rules on every manual
[707]75
[14644]76%\lastpageref{pagesLTS.arabic}
77\cleardoublepage
78
79%% Backmatter: bibliography, glossaries and indices
[14113]80%% =================================================================================================
[9376]81
[14644]82%\backmatter %% Not recognized in 'scrreprt' document class
83\pagenumbering{roman} %% Lowercase roman numbers
84\pagestyle{plain}
[11151]85
[14644]86\input{../../global/epilogue}
[9376]87
[14644]88%\lastpageref{pagesLTS.roman}
[14113]89
[781]90\end{document}
Note: See TracBrowser for help on using the repository browser.