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/ENHANCE-03_closea/doc/latex/global – NEMO

source: NEMO/branches/2019/ENHANCE-03_closea/doc/latex/global/document.tex @ 12149

Last change on this file since 12149 was 12149, checked in by ayoung, 4 years ago

Updated trunk to 12072

File size: 2.2 KB
RevLine 
[11176]1
[12149]2%% =================================================================================================
3%% Template structure for reference manuals
4%% =================================================================================================
[707]5
[11170]6%% NEMO release version
[12149]7\def \version{trunk}
[707]8
[9376]9%% Preamble
[12149]10%% =================================================================================================
[9376]11
[10495]12%% Document layout
[12149]13\documentclass[fontsize = 10pt, twoside, abstract]{scrreprt}
[10495]14
[12149]15%% Load manual configuration
16\input{../../global/prologue}
[11171]17
[10495]18%% End of common preamble between main and sub-files
[11176]19%% Override custom cmds for full manual compilation
[12149]20\newcommand{\subinc}[1]{#1}
21\newcommand{\subexc}[1]{}
[11176]22
[9388]23\begin{document}
[9376]24
[12149]25\renewcommand{\subinc}[1]{}
26\renewcommand{\subexc}[1]{#1}
[11176]27
[9376]28
29%% Frontmatter
[12149]30%% =================================================================================================
[9376]31
[12149]32\pagenumbering{gobble}   %% Disable page numbering temporarily
[707]33
[11176]34%% Title page
35\input{../../global/frontpage}
[11151]36
[12149]37%% Footer for introductory parts (no header by cleaning default)
38\ofoot[]{\engine\ Reference Manual} \ifoot[]{\pagemark}
[11176]39
40%% Information page (2nd page)
41\input{../../global/info_page}
42
[12149]43\listoffigures
44\listoflistings
45\listoftables
46
47\clearpage
48
[11151]49\pagenumbering{roman}
[12149]50\ofoot[]{\engine\ Reference Manual} \ifoot[]{\pagemark}
[11151]51
[12149]52\input{introduction}
53
[11176]54%% Table of Contents
[11171]55\tableofcontents
[9376]56
[11151]57\clearpage
[9376]58
[11170]59
[9376]60%% Mainmatter
[12149]61%% =================================================================================================
[9376]62
[12149]63%% Headings for document body
[11151]64\pagenumbering{arabic}
[12149]65\lohead{Chap.\ \thechapter\ \leftmark} \rehead{Sect.\ \thesection\ \rightmark}
66\ifoot[]{Page\ \pagemark\ of \pageref*{LastPage}}
[707]67
[11187]68\include{chapters}
[11007]69
[707]70
[9388]71%% Appendix
[12149]72%% =================================================================================================
[9376]73
[12149]74\appendix   %% Chapter numbering with letters by now
75\lohead{Apdx\ \thechapter\ \leftmark}
[11187]76\include{appendices}
[11151]77
[12149]78%% Append coding rules for every manual
79\input{../../global/coding_rules}
[9376]80
[12149]81
[9376]82%% Backmatter
[12149]83%% =================================================================================================
[9376]84
[12149]85%% Bibliography and indexes
86\input{../../global/epilogue}
[9376]87
[781]88\end{document}
Note: See TracBrowser for help on using the repository browser.