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/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/global – NEMO

source: NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/doc/latex/global/document.tex @ 11512

Last change on this file since 11512 was 11512, checked in by smasson, 5 years ago

dev_r10984_HPC-13 : merge with trunk@11511, see #2285

File size: 2.4 KB
Line 
1
2%% ==============================================================================
3%% Template structure for reference manual
4%% ==============================================================================
5
6%% NEMO release version
7\def \version{trunk}
8
9%% Preamble
10%% ==============================================================================
11
12%% Document layout
13\documentclass[twoside = semi, abstract = on]{scrreprt}
14
15%% Load configurations
16\input{../../global/preamble}
17
18\dominitoc
19
20%% End of common preamble between main and sub-files
21%% Override custom cmds for full manual compilation
22\newcommand{\onlyinsubfile}[1]{#1}
23\newcommand{\notinsubfile}[1]{}
24
25\begin{document}
26
27\renewcommand{\onlyinsubfile}[1]{}
28\renewcommand{\notinsubfile}[1]{#1}
29
30\renewcommand{\biblio}{}
31\renewcommand{\pindex}{}
32
33
34%% Frontmatter
35%% ==============================================================================
36
37%% Disable page numbering temporarily
38\pagenumbering{gobble}
39
40%% Title page
41%\input{../../global/frontpage}
42\input{../../global/frontpage_new}
43
44%\maketitle
45%\emptythanks
46
47%% Information page (2nd page)
48\input{../../global/info_page}
49
50%% Headings for introductory parts (no header, simple footer)
51\ofoot{\engine\ Reference Manual}\ifoot{\pagemark}
52\pagenumbering{roman}
53
54%% Foreword
55%\input{foreword}
56
57%% Table of Contents
58\tableofcontents
59%\listoffigures
60%\listoftables
61%\listoflistings
62
63\clearpage
64
65
66%% Mainmatter
67%% ==============================================================================
68
69%% Headings for document body
70\lohead{Chap.\ \thechapter\ \leftmark}\rehead{Sect.\ \thesection\ \rightmark}
71\ifoot{Page\ \pagemark\ of \pageref*{LastPage}}
72\pagenumbering{arabic}
73
74\include{chapters}
75
76
77%% Appendix
78%% ==============================================================================
79
80%% Chapter numbering is reset with letters now
81\appendix
82
83\include{appendices}
84
85%% Append coding rules for every manual
86\input{../../global/coding_rules}
87
88
89%% Backmatter
90%% ==============================================================================
91
92%\backmatter   %% Chapter numbering off
93
94%% Bibliography
95\phantomsection
96\addcontentsline{toc}{chapter}{Bibliography}
97\bibliography{../main/bibliography}
98
99%% Index
100\clearpage
101\phantomsection
102\addcontentsline{toc}{chapter}{Indexes}
103\printindex[keys]
104\printindex[modules]
105\printindex[blocks]
106\printindex[parameters]
107\printindex[subroutines]
108
109\end{document}
Note: See TracBrowser for help on using the repository browser.