Skip to content

Commit

Permalink
update slide colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kautenja committed Feb 21, 2018
1 parent a118e68 commit c4713c2
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions tex/presentation.tex
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@
\usetikzlibrary{shadows.blur}
\usetikzlibrary{shapes.symbols}

% Remove the useless and unsightly black bar at the top of the slides
\setbeamertemplate{headline}{}
% Remove the navigation thing at the bottom of the slides.
\setbeamertemplate{navigation symbols}{}

% Colors for Auburn University from their marketing materials
% http://www.ocm.auburn.edu/graphicservices/colors.html
\definecolor{auburn_orange}{RGB}{232, 119, 34}
\definecolor{auburn_blue}{RGB}{12, 35, 64}
% Set the color of the slide headers to auburn blue
\setbeamercolor{structure}{fg=auburn_blue}

% a new command for a four quadrant slide mardas
\newcommand\FourQuad[4]{%
\begin{minipage}[b][.35\textheight][t]{.47\textwidth}#1\end{minipage}\hfill%
Expand All @@ -40,12 +52,12 @@
\vfill
\end{frame}
}

\title{A Neural Algorithm of Artistic Style \\ { \tiny \citeA{gatys2016image}}}
\author{Behnam Rasoolian, Christian Kauten}
\institute{Auburn University}
\definecolor{auburn_orange}{RGB}{221, 85, 12}
\definecolor{auburn_blue}{RGB}{3, 36, 77}
\date{}

\begin{document}
\tikzset{
mystyle/.style={
Expand Down

0 comments on commit c4713c2

Please sign in to comment.