-
Notifications
You must be signed in to change notification settings - Fork 15
/
description.tex
110 lines (107 loc) · 2.64 KB
/
description.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
\documentclass[12pt]{book}
\def\wrf{ARW}
%
% Add watermark DRAFT
%\usepackage[nostamp]{draftwatermark}
%\usepackage[firstpage]{draftwatermark}
%\usepackage{draftwatermark}
%\SetWatermarkText{DRAFT}
%\SetWatermarkScale{4}
%\SetWatermarkLightness{0.8}
%
% Use graphicsx package for including epsi figures
\usepackage{graphicx}
% Use espfig package and wrapfig for less-than column
% width figures
\usepackage{epsfig,wrapfig}
%
% Use the ams packages for equations
\usepackage{amsmath}
\usepackage{amssymb}
%
% Use natbib package for the citations
\usepackage{natbib}
%\usepackage[square]{natbib}
%
% Use locally modified jgr bibliography style
\bibliographystyle{jgr}
%
% Use changebar package for highlighting changes
\usepackage{changebar}
%
% Use fancyheadings package for headers and footers
\usepackage{fancyheadings}
\lhead[\wrf~Scientific Description]{\wrf~Scientific Description}
\rhead[April 15, 2019]{April 15, 2019}
% Use hyperref to insert links in pdf documents
%\usepackage[colorlinks,citecolor=black,linkcolor=black,urlcolor=black]{hyperref}
\usepackage[colorlinks,citecolor=blue,linkcolor=red,urlcolor=cyan]{hyperref}
%
%\usepackage{html}
%\begin{htmlonly}
% \newcommand{\href}[2]{\htmladdnormallink{#2}{#1}}
%\end{htmlonly}
%
% Set up page layout
\setlength{\textwidth}{6.75in}
\setlength{\oddsidemargin}{-0.0in}
\setlength{\evensidemargin}{-0.25in}
\setlength{\textheight}{9.0in}
\setlength{\topmargin}{-0.5in}
\setlength{\headheight}{0.0in}
\setlength{\headsep}{0.5in}
\setlength{\topskip}{0.0in}
\setlength{\footskip}{0.5in}
%\renewcommand{\baselinestretch}{2.0}
%\setlength{\parindent}{0.0in}
%\setlength{\parskip}{0.08in}
%
% Include some coding shortcuts
\def \eg{{\emph{e.g.} }}
\def \ie{{\emph{i.e.} }}
\def \ni{\noindent}
\newcommand{\xbmf}[1]{\hbox{\sffamily\slshape #1}}
\newcommand{\xmathbf}{\boldsymbol}
\begin{document}
\pagestyle{plain}
%\pagestyle{fancy}
% preliminary pages
\include{cover}
\tableofcontents
\listoffigures
\listoftables
% preface
\include{preface}
\cleardoublepage
% acknowledgments
\include{acknow}
\cleardoublepage
% chapters
\pagenumbering{arabic}
\setcounter{page}{1}
\include{intro}
\include{equation}
\include{discretization}
\include{filter}
\include{initialization}
\include{lbc}
\include{nest}
\include{physics}
\include{stoch}
\include{fdda}
% Next two lines MUST come right before the last chapter include
%\addtocontents{toc}{\contentsline{chapter}{}{}{}}
%\addtocontents{toc}{\contentsline{chapter}{Appendices}{}{}}
\include{var}
%\include{asf}
%
% appendices
\appendix
\include{appena}
\include{appenb}
\include{appenc}
%
% bibliography
\addcontentsline{toc}{chapter}{\numberline{}References}
\bibliography{description}
\end{document}