-
Notifications
You must be signed in to change notification settings - Fork 6
/
exampleDark.tex
153 lines (121 loc) · 4.14 KB
/
exampleDark.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
\documentclass{beamer}
\usetheme{PegasusUCFdark}
%%%%?!?!?!?
\usepackage{tcolorbox}
%%%%?!?!?!?
%-------------------------------
\title[GoKnights]{Interesting dataset (DarkTheme)}
\author{Alexander V. Mantzaris}
%>>>>UNCOMMENT 1 FOR YOUR DEPTARTMENT
\newcommand{\deptname}{0}
%\newcommand{\deptname}{1}%STATISTICS
%\newcommand{\deptname}{2}%MATHEMATICS
%\newcommand{\deptname}{3}%ENGINEERING AND COMPUTER SCIENCE
%\newcommand{\deptname}{4}%ELECTRICAL ENGINEERING AND COMPUTER ENGINEERING
%\newcommand{\deptname}{5}%IST INSTITUTE FOR SIMULATION AND TRAINING
%\newcommand{\deptname}{6}%PHYSICS
%\newcommand{\deptname}{7}%MECHANICAL AND AEROSPACE ENGINEERING
%\newcommand{\deptname}{8}%COMPLEX ADAPTIVE SYSTEMS LABORATORY
%\newcommand{\deptname}{9}%CENTER FOR ADVANCED TRANSPORTATION SYSTEMS SIMULATION
%\newcommand{\deptname}{10}%CHEMISTRY
%\newcommand{\deptname}{11}%BIOLOGY
%\newcommand{\deptname}{12}%ECONOMICS
%\newcommand{\deptname}{13}%SOCIOLOGY
%\newcommand{\deptname}{14}%PSYCHOLOGY
%\newcommand{\deptname}{15}%BUSINESS AND ADMINISTRATION
%\newcommand{\deptname}{16}%COLLEGE OF SCIENCES
%<<<<<
\date{\vspace{-8cm}}
%--------------------------------
%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{Overview}
\tableofcontents
\end{frame}
\section{First 5 minutes}
\begin{frame}{Bayes Factors-good to know!}
Something different from the traditional hypothesis tests
\begin{block}{A cool block}
Some text
\begin{itemize}
\item item1
\item item2
\end{itemize}
\end{block}
More text, which can be interesting. Here we can discuss things that are good to know but not the main focus of what we want to say. Almost like optional readings. Our world is self similar so optional reading like book chapters for a course can exist in a slide as well.
\end{frame}
\subsection{A note of a long subsection}
\begin{frame}{Go Knights!}
\vspace{-.2cm}
Ok we are rocking\\
And it is time for the University of Centrla Florida to have a 'dark' themed Beamer template.
\begin{block}{block normal}
\begin{itemize}
\item $Y = X + E$
\item \emph{italics}
\item \textbf{BOLD}
\end{itemize}
\end{block}
\begin{block}{We can see more theorems here}
$1+1 = 2.00$
\begin{itemize}
\item filling up space
\end{itemize}
nice? We can see the style of the color choices for this new \emph{dark} UCF Pegasus theme. Hopefully it is easy on the eyes.
\end{block}
\end{frame}
\section{second section of nothing}
\begin{frame}{Title of maybe this looks interesting for the audience}
\begin{block}{We can see more theorems here}
The text is interesting
\end{block}
\begin{block}{We can see more theorems here}
$1+1 = 4$
\begin{itemize}
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\item filling up space
\end{itemize}
OK!
\end{block}
\end{frame}
\subsection{standardblock styles}
\begin{frame}{}
\emph{{\large No title in frame}; looking at the 3 different standard blocks here}
\begin{exampleblock}{example block}
The student union is composed of brick.\\
$\bullet$ Take a look at red brick buildings\\
$x^2 + y^2 = r$, is important as well
\end{exampleblock}
\begin{alertblock}{alert block}
Simmons Hall $\not=$ Simmons Dormitory.
\\
Really pay attention to this$\ldots$
\end{alertblock}
\begin{block}{normal block}
Some less important text\\
now new line
\end{block}
\end{frame}
\section{new block styles for dark theme}
\begin{frame}{introducing 2 \textbf{\emph{new}} block environments}
\begin{newblock1}{my example block: $\{newblock1\}$}
my block new environment\\
using tcolorbox\\
$\sum^N_{i=1}\pi * 2 * r$
\end{newblock1}
\begin{newblock2}{my other possible example block: $\{newblock2\}$}
my block new environment\\
using tcolorbox\\
$\sum^N_{i=1}\frac{4}{3}\pi * r^3$
\end{newblock2}
\end{frame}
%%%%%%%%%%%%%%
\end{document}