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_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global – NEMO

source: NEMO/branches/2020/dev_14237_KERNEL-01_IMMERSE_SEAMOUNT/doc/latex/global/document.tex @ 14328

Last change on this file since 14328 was 14328, checked in by ayoung, 3 years ago

Pulling changes from trunk from r14237 through to r14327 (current)

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