-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.tex
323 lines (267 loc) · 7.51 KB
/
template.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
\documentclass[aspectratio=1610]{beamer}
% LaTeX Packages
\usepackage{layout}
\usepackage{relsize}
\usepackage{lipsum}
%\usepackage[brandedfonts]{ncar_branding} % initialize ncar_branded package here, perhaps with options, or beamer will do it later
% Beamer Specfics
%\useinnertheme[shadow=true]{ncarrounded} % if you prefer rounded boxes, with or without shadows
\usetheme{ncar}
\usefonttheme[onlymath]{serif}
%\usefonttheme{serif}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{This is my title}
\subtitle{and I might have a subtitle too!}
\author{Author One, Author Two}
\begin{NCARtitleframe}%[common/images/wallpaper/NCAR_Clouds.jpg]
\vspace{6em}
\maketitle
\end{NCARtitleframe}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{code_of_conduct.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{A Basic Frame}
\begin{itemize}
\item \textbf{Bold bullet}
\begin{itemize}
\item Sub-bullet
\end{itemize}
\item Enumerated List:
\begin{enumerate}
\item item one
\item item two
\end{enumerate}
\end{itemize}
%% \pause
\begin{equation}
\frac{\partial \rho}{\partial t} +
\frac{\partial}{\partial x_{j}} (\rho u_{j}) = 0
\end{equation}
\begin{equation}
\frac{\partial}{\partial t} (\rho u_{i}) +
\frac{\partial}{\partial x_{j}} (\rho u_{i} u_{j} + p \delta_{ij} - \tau_{ji} )
= 0
\end{equation}
\begin{equation}
\frac{\partial}{\partial t} ( \rho e_{0} ) +
\frac{\partial}{\partial x_{j}}
( \rho u_{j} e_{0} + u_{j} p + q_{j} - u_{i} \tau_{ij} ) = 0
\end{equation}
\end{frame}
\section{Section 1}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{A Frame With Types of Blocks}
\begin{block}{Regular Block}
\begin{itemize}
\item First bullet
\item Second bullet
\begin{itemize}
\item Sub-bullet
\end{itemize}
\end{itemize}
\end{block}
\begin{exampleblock}{Example Block}
\begin{itemize}
\item List:
\begin{enumerate}
\item item one
\item item two
\item item three
\end{enumerate}
\end{itemize}
\end{exampleblock}
\begin{alertblock}{Alert Block}
\begin{itemize}
\item I have a very important point here\ldots
\end{itemize}
\end{alertblock}
\end{frame}
\subsection{Subsection}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Columns in beamer}
\begin{columns}
\column{0.5\textwidth}
\centering
This is column one with 0.5 text width.
\column{0.4\textwidth}
\centering
This is column two with 0.4 text width.
\end{columns}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{NCARprettyframe}[common/images/wallpaper/mesa_lab_sunset.jpg]
\vspace{3em}
\begin{beamercolorbox}[sep=8pt,center]{title}
\usebeamerfont{title}
\Huge{\textcolor{HilightGreen}{Questions?}}
\end{beamercolorbox}
\begin{block}{\emph{\textbf{A Regular Block, hijacked to make transparent, with optional title}}}
\centering
\Huge{Answers\ldots}
\end{block}
\begin{exampleblock}{\emph{\textbf{An Example Block, hijacked to make transparent, with optional title}}}
\centering
\Huge{More Questions?}
\end{exampleblock}
\begin{alertblock}{\emph{\textbf{An Alert Block, colors unchanged but a little transparency}}}
\centering
\Huge{More Questions?}
\end{alertblock}
\end{NCARprettyframe}
\section{Section 2}
\subsection{Blocks}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[t]
\frametitle{Columns With Blocks Too!}
\textbf{Flush top [t] option in this frame}
\begin{columns}[t]
\column{0.45\textwidth}
\begin{block}{Left Block Title}
\begin{itemize}
\item First bullet
\begin{itemize}
\item Sub-bullet
\end{itemize}
\item List:
\begin{enumerate}
\item item one
\item item two
\end{enumerate}
\end{itemize}
\end{block}
\column{0.45\textwidth}
\begin{block}{Right Block Title}
\begin{itemize}
\item First bullet
\begin{itemize}
\item Sub-bullet
\end{itemize}
\item List:
\begin{enumerate}
\item item one
\item item two
\item item three
\item item four
\end{enumerate}
\end{itemize}
\end{block}
\end{columns}
\begin{exampleblock}{Example Block Title}
This should be a restored example block, importantly not messed up with transparency after our \texttt{NCARprettyframe} tomfoolery.
\end{exampleblock}
\end{frame}
\subsection{More Blocks}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{A Frame With Types of Blocks}
\begin{block}{Regular Block}
\begin{itemize}
\item First bullet
\item Second bullet
\begin{itemize}
\item Sub-bullet
\end{itemize}
\end{itemize}
\end{block}
\begin{exampleblock}{Example Block}
\begin{itemize}
\item List:
\begin{enumerate}
\item item one
\item item two
\item item three
\end{enumerate}
\end{itemize}
\end{exampleblock}
\begin{alertblock}{Alert Block}
\begin{itemize}
\item I have a very important point here\ldots
\end{itemize}
\end{alertblock}
\end{frame}
\section{Backup}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Backup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{NCARprettyframe}[common/images/wallpaper/mesa_lab.jpg]
\vspace{3em}
\begin{beamercolorbox}[sep=8pt,center]{title}
\usebeamerfont{title}
\Huge{Backup}
\end{beamercolorbox}
\begin{exampleblock}{}
\centering
\usebeamerfont{title}
\relsize{+4}
\textbf{Backup}
\end{exampleblock}
\begin{block}{}
\centering
\usebeamerfont{title}
\relsize{+4}
\textbf{Backup}
\end{block}
\begin{alertblock}{}
\centering
%\usebeamerfont{title}
\relsize{+1}
Alert Box Backup
\end{alertblock}
\end{NCARprettyframe}
\subsection{Quoting}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Quoting Environment}
\relsize{-1}
\lipsum[3]
\begin{quote}
\lipsum[4]
\end{quote}
\end{frame}
\subsection{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}{Plain Text}
\relsize{-1}
\lipsum[1]
\end{frame}
\subsection*{Code}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Sample Code}
Here is some sample Python code:
\lstinputlisting[language=Python]{snippets/hello_world.py}
Here is some sample C++ code:
\lstinputlisting[language=C++]{snippets/hello_world.cxx}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Sample mpi4py Code}
Here is some sample MPI/Python code:
\only<1>{(lstinputlisting) \lstinputlisting[language=Python]{snippets/nb.py}}
\only<2>{(minted) \inputminted{Python}{snippets/nb.py}}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}%[shrink]
\frametitle{Sample PBS Shell Script}
Here is some sample PBS scripts: (lstinputlisting)
\relsize{-2}
\lstinputlisting[language=bash]{snippets/PBS/hello_world_PBS.sh}
\end{frame}
\begin{frame}%[shrink]
\frametitle{Sample PBS Shell Script}
Here is some sample PBS scripts: (minted)
\relsize{-2}
\inputminted[bgcolor=BackgroundBlue3]{bash}{snippets/PBS/hello_world_PBS.sh}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\inputminted[bgcolor=BackgroundBlue3]{console}{snippets/terminal/whoami.session}
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[plain,c,shrink]
\vspace{3em}
\hspace{1em}\layout{}
\end{frame}
\end{document}