Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
StuveFAU
fau-corporate-design-latex-beamer
Commits
1f4946b6
Commit
1f4946b6
authored
Mar 03, 2019
by
Felix Lammermann
Browse files
echten stuve support hinzugefügt
parent
599f3a5c
Changes
8
Hide whitespace changes
Inline
Side-by-side
new/art/stuve-logo.pdf
View file @
1f4946b6
No preview for this file type
new/beamerfontthemefau.sty
View file @
1f4946b6
\ProvidesPackage
{
beamerfontthemefau
}
% this style was created by Felix Lammermann <uni@flammermann.de>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mode
<presentation>
%PACKAGES FOR PROPER INPUT AND OUTPUT ENCODING%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
[T1]
{
fontenc
}
\RequirePackage
[utf8]
{
inputenc
}
%PACKAGES FOR MORE FONTSIZE OPTIONS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
{
anyfontsize
}
\RequirePackage
{
relsize
}
%LOAD FONTS AND MODIFICATIONS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
{
lmodern
}
\RequirePackage
{
helvet
}
\RequirePackage
{
microtype
}
%SET DEFAULT FONT SIZES%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setbeamerfont
{
title
}{
size=
\Large
,series=
\bfseries
}
\setbeamerfont
{
subtitle
}{
size=
\large
,series=
\mdseries
}
\setbeamerfont
{
author
}{
size=
\normalsize
,series=
\bfseries
}
\setbeamerfont
{
faculty
}{
size=
\small
,series=
\mdseries
}
\setbeamerfont
{
institute
}{
size=
\small
,series=
\mdseries
}
\setbeamerfont
{
date
}{
size=
\small
,series=
\bfseries
}
\setbeamerfont
{
frametitle
}{
size=
\large
,series=
\bfseries
}
\setbeamerfont
{
framesubtitle
}{
size=
\normalsize
,series=
\mdseries
}
...
...
@@ -25,5 +29,6 @@
\setbeamerfont
{
itemize/enumerate body
}{
size=
\normalsize
}
\setbeamerfont
{
itemize/enumerate subbody
}{
size=
\normalsize
}
\setbeamerfont
{
itemize/enumerate subsubbody
}{
size=
\normalsize
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mode
<all>
new/beamerinnerthemefau.sty
View file @
1f4946b6
...
...
@@ -25,6 +25,8 @@
\newif\iffau
@userlogo
\fau
@userlogofalse
\newif\iffau
@usertitlepic
\fau
@usertitlepicfalse
\newif\iffau
@alphafootcite
\fau
@alphafootcitefalse
\newif\iffau
@useframenumber
\fau
@useframenumbertrue
\newif\iffau
@usepagenumber
\fau
@usepagenumberfalse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\DeclareOptionBeamer
{
fauline
}{
\setlength\fau
@inner@fauline
{
#1
}}
\DeclareOptionBeamer
{
senderwidth
}{
\setlength\fau
@inner@senderwidth
{
#1
}}
...
...
@@ -66,6 +68,10 @@
\def\usertitlepic
{
#1
}
%
}
%
}
%
\DeclareOptionBeamer
{
numbering
}{
%
\ifthenelse
{
\equal
{
#1
}{
page
}}{
\fau
@usepagenumbertrue
}{
\fau
@usepagenumberfalse
}
%
\ifthenelse
{
\equal
{
#1
}{
frame
}}{
\fau
@useframenumbertrue
}{
\fau
@useframenumberfalse
}
%
}
%
\ProcessOptionsBeamer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
{
tikz
}
...
...
@@ -137,13 +143,13 @@
}
%
\def\logospace
{
%
\begin{tikzpicture}
[remember picture, overlay]
%
\node
[anchor = north west, inner sep = 0pt, outer sep = 0pt] at ([xshift =
-(
\paperwidth
-
\fau
@inner@logohoffset
)
, yshift = -
\fau
@inner@logovoffset]current page.north e
a
st)
%
\node
[anchor = north west, inner sep = 0pt, outer sep = 0pt] at ([xshift =
\fau
@inner@logohoffset, yshift = -
\fau
@inner@logovoffset]current page.north
w
est)
%
{
\includegraphics
[width=\fau@inner@logowidth,height=\fau@inner@logoheight]
{
\faulogo
}}
;
%
\end{tikzpicture}
%
}
%
\def\logosmallspace
{
%
\begin{tikzpicture}
[remember picture, overlay]
%
\node
[anchor = north west, inner sep = 0pt, outer sep = 0pt] at ([xshift =
-(
\paperwidth
-
\fau
@inner@logohoffsetsmall
)
, yshift = -
\fau
@inner@logovoffsetsmall]current page.north e
a
st)
%
\node
[anchor = north west, inner sep = 0pt, outer sep = 0pt] at ([xshift =
\fau
@inner@logohoffsetsmall, yshift = -
\fau
@inner@logovoffsetsmall]current page.north
w
est)
%
{
\includegraphics
[width=\fau@inner@logowidthsmall,height=\fau@inner@logoheightsmall]
{
\faulogo
}}
;
%
\end{tikzpicture}
%
}
%
...
...
@@ -394,7 +400,13 @@
\fi
%
}
%
\hfill
%
\usebeamercolor
{
page number in head/foot
}
\killHeightAndDepth
{
\insertframenumber
}
%
\usebeamercolor
{
page number in head/foot
}
%
\iffau
@useframenumber
%
\killHeightAndDepth
{
\insertframenumber
}
%
\fi
%
\iffau
@usepagenumber
%
\killHeightAndDepth
{
\insertpagenumber
}
%
\fi
%
\end{tcolorbox}
%
}
%
\AtBeginDocument
{
%
...
...
@@ -513,13 +525,6 @@
\printbibliographyoriginal
[heading = none, #1]
\end{frame}
}
%
\let\tableofcontentsoriginal\tableofcontents
\renewcommand
{
\tableofcontents
}
[1][]
{
%
\begin{frame}
\frametitle
{
\contentsname
}
\tableofcontentsoriginal
[#1]
\end{frame}
}
%
%%%% Boxes and lists %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% adapt height of itemize rectangles
\setbeamertemplate
{
itemize item
}{
\raisebox
{
0.16em
}{
\scalebox
{
0.8
}{$
\blacktriangleright
$}}
\hskip
0.1em
}
...
...
new/beamerthemefau
-4-3
.sty
→
new/beamerthemefau.sty
View file @
1f4946b6
\ProvidesPackage
{
beamerthemefau
-4-3
}
\ProvidesPackage
{
beamerthemefau
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\RequirePackage
{
ifthen
}
\RequirePackage
{
geometry
}
...
...
@@ -12,6 +12,8 @@
\newif\iffau
@nat
\fau
@natfalse
\newif\iffau
@tech
\fau
@techfalse
\newif\iffau
@stuve
\fau
@stuvefalse
\newif\iffau
@fourtothree
\fau
@fourtothreetrue
\newif\iffau
@sixteentonine
\fau
@sixteentoninefalse
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\SetupKeyvalOptions
{
family = beamerthemefau,
...
...
@@ -20,6 +22,8 @@ prefix = beamerthemefau@
\DeclareStringOption
[fau]
{
faculty
}
[fau]
\DeclareStringOption
{
logo
}
\DeclareStringOption
{
titlepic
}
\DeclareStringOption
[4-3]
{
aspectratio
}
[4-3]
\DeclareStringOption
[page]
{
numbering
}
[page]
\ProcessLocalKeyvalOptions*
\PassOptionsToPackage
{
faculty =
\beamerthemefau
@faculty
}{
beamercolorthemefau
}
...
...
@@ -31,15 +35,28 @@ prefix = beamerthemefau@
\ifthenelse
{
\equal
{
\beamerthemefau
@faculty
}{
tech
}}{
\fau
@techtrue
}{
\fau
@techfalse
}
%
\ifthenelse
{
\equal
{
\beamerthemefau
@faculty
}{
stuve
}}{
\fau
@stuvetrue
}{
\fau
@stuvefalse
}
%
\ifthenelse
{
\equal
{
\beamerthemefau
@aspectratio
}{
4-3
}}{
\fau
@fourtothreetrue
}{
\fau
@fourtothreefalse
}
%
\ifthenelse
{
\equal
{
\beamerthemefau
@aspectratio
}{
16-9
}}{
\fau
@sixteentoninetrue
}{
\fau
@sixteentoninefalse
}
%
\ifthenelse
{
\equal
{
\beamerthemefau
@logo
}{}}{}{
\PassOptionsToPackage
{
userlogo =
\beamerthemefau
@logo
}{
beamerinnerthemefau
}
}
\PassOptionsToPackage
{
numbering =
\beamerthemefau
@numbering
}{
beamerinnerthemefau
}
%SET PAPERSIZE%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\geometry
{
paperwidth = 256mm ,
paperheight = 192mm ,
}
\iffau
@fourtothree
\geometry
{
paperwidth = 256mm ,
paperheight = 192mm ,
}
\fi
\iffau
@sixteentonine
\geometry
{
paperwidth = 341.33mm ,
paperheight = 192mm ,
}
\fi
%INITIALIZE NEW LENGTHS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newlength\fauline
{}
% in Corporate Design Manual = LINIENSTÄRKE
\newlength\senderwidth
{}
% in Corporate Design Manual = ABSENDER-RAUM
...
...
@@ -71,12 +88,20 @@ prefix = beamerthemefau@
\setlength\senderheight
{
\paperheight
*
\real
{
0.2
}
-
\urlheight
*
\real
{
0.2
}
-
\fauline
}
\setlength\logowidth
{
63.6mm
}
\setlength\logoheight
{
12.65mm
}
\setlength\logohoffset
{
174.5mm
}
\setlength\logovoffset
{
7.0mm
}
\iffau
@fourtothree
\setlength\logohoffset
{
174.5mm
}
\setlength\logovoffset
{
7.0mm
}
\setlength\logohoffsetsmall
{
\logohoffset
*
\real
{
1.175
}}
\setlength\logovoffsetsmall
{
\logovoffset
*
\real
{
0.325
}}
\fi
\iffau
@sixteentonine
\setlength\logohoffset
{
259.83mm
}
\setlength\logovoffset
{
7.0mm
}
\setlength\logohoffsetsmall
{
\logohoffset
*
\real
{
1.1175
}}
\setlength\logovoffsetsmall
{
\logovoffset
*
\real
{
0.325
}}
\fi
\setlength\logowidthsmall
{
\logowidth
*
\real
{
0.65
}}
\setlength\logoheightsmall
{
\logoheight
*
\real
{
0.65
}}
\setlength\logohoffsetsmall
{
\logohoffset
*
\real
{
1.175
}}
\setlength\logovoffsetsmall
{
\logovoffset
*
\real
{
0.325
}}
\setlength\siegelwidth
{
\senderheight
*
\real
{
1.5
}
+
\fauline
}
\setlength\siegelheight
{
\siegelwidth
}
\setlength\siegelhoffset
{
\siegelwidth
*
\real
{
0.14
}}
...
...
@@ -140,16 +165,16 @@ prefix = beamerthemefau@
\setlength\logoheightsmall
{
\logoheight
*
\real
{
0.65
}}
\fi
\iffau
@stuve
\renewcommand\logoname
{
art/stuve-logo
}
\renewcommand\siegelname
{
art/siegel-stuve
}
\setlength\logowidth
{
55.05mm
}
\setlength\logoheight
{
20.0mm
}
\setlength\logowidthsmall
{
\logowidth
*
\real
{
0.65
}}
\setlength\logoheightsmall
{
\logoheight
*
\real
{
0.65
}}
\setlength\logovoffset
{
(
\senderheight
+
\fauline
-
\logoheight
*
\real
{
1
}
) *
\real
{
0.5
}}
\setlength\logohoffset
{
\paperwidth
-
\logovoffset
-
\logowidth
}
\setlength\logovoffsetsmall
{
( (
\senderheight
+
\fauline
) *
\real
{
0.5
}
-
\logoheightsmall
*
\real
{
1
}
) *
\real
{
0.5
}}
\setlength\logohoffsetsmall
{
\paperwidth
-
\logovoffset
-
\logowidthsmall
}
\renewcommand\logoname
{
art/stuve-logo
}
\renewcommand\siegelname
{
art/siegel-stuve
}
\setlength\logowidth
{
55.05mm
}
\setlength\logoheight
{
20.0mm
}
\setlength\logowidthsmall
{
\logowidth
*
\real
{
0.65
}}
\setlength\logoheightsmall
{
\logoheight
*
\real
{
0.65
}}
\setlength\logovoffset
{
(
\senderheight
+
\fauline
-
\logoheight
*
\real
{
1
}
) *
\real
{
0.5
}}
\setlength\logohoffset
{
\paperwidth
-
\logovoffset
-
\logowidth
}
\setlength\logovoffsetsmall
{
( (
\senderheight
+
\fauline
) *
\real
{
0.5
}
-
\logoheightsmall
*
\real
{
1
}
) *
\real
{
0.5
}}
\setlength\logohoffsetsmall
{
\paperwidth
-
\logovoffset
-
\logowidthsmall
}
\fi
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\mode
<presentation>
...
...
new/bibliography.bib
0 → 100644
View file @
1f4946b6
@article
{
memyselfandi
,
title
=
{My super awesome Paper!}
,
author
=
{Me, That Would Be}
,
year
=
{3018}
,
institution
=
{Institute of Selfishness}
,
location
=
{Selfie-Town}
,
publisher
=
{Me, Myself and I Corp.}
,
journaltitle
=
{Talking About Selfishness}
,
language
=
{English}
,
}
@article
{
mejustme
,
title
=
{My other super awesome Paper!}
,
author
=
{Me, That Would Be}
,
year
=
{3018}
,
institution
=
{Institute of Selfishness}
,
location
=
{Selfie-Town}
,
publisher
=
{Me, Myself and I Corp.}
,
journaltitle
=
{Talking About Selfishness}
,
language
=
{English}
,
}
new/contents.tex
0 → 100644
View file @
1f4946b6
\maketitle
\begin{frame}
\frametitle
{
Contents
}
\tableofcontents
%[pausesections] % <-- enable pausesections to show toc
% section by section
\end{frame}
\section
{
Major Elements
}
\subsection
{
Diverse Types of Blocks
}
\begin{frame}
[c]
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- Standard Beamer Block Types
}
\begin{block}
{
Normal Block [
\texttt
{
block
}
]
}
Nam dui ligula, fringilla a, euismod sodales, sollicitudin vel, wisi. Morbi auctor
lorem non justo. Nam lacus libero, pretium at, lobortis vitae, ultricies et, tellus.
Donec aliquet, tortor sed accumsan bibendum, erat ligula aliquet magna, vitae ornare
odio metus a mi.
\end{block}
\begin{alertblock}
{
Alert Block [
\texttt
{
alertblock
}
]
}
Morbi ac orci et nisl hendrerit mollis. Suspendisse ut massa. Cras nec ante.
Pellentesque a nulla. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus.
\end{alertblock}
\begin{exampleblock}
{
Example Block [
\texttt
{
exampleblock
}
]
}
Aliquam tincidunt urna. Nulla ullamcorper vestibulum turpis. Pellentesque cursus
luctus mauris.
\end{exampleblock}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- FAU Specific Beamer Block Types
}
\begin{faublock}
{
FAU Block [
\texttt
{
faublock
}
]
}
Nam dui ligula, fringilla a, euismod sodales, sollicitudin vel, wisi. Morbi auctor
lorem non justo. Nam lacus libero, pretium at, lobortis vitae, ultricies et, tellus.
Donec aliquet, tortor sed accumsan bibendum, erat ligula aliquet magna, vitae ornare
odio metus a mi.
\end{faublock}
\begin{philblock}
{
Phil Block [
\texttt
{
philblock
}
]
}
Morbi ac orci et nisl hendrerit mollis. Suspendisse ut massa. Cras nec ante.
Pellentesque a nulla. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus.
\end{philblock}
\begin{rewiblock}
{
ReWi Block [
\texttt
{
rewiblock
}
]
}
Aliquam tincidunt urna. Nulla ullamcorper vestibulum turpis. Pellentesque cursus
luctus mauris.
\end{rewiblock}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- FAU Specific Beamer Block Types
}
\begin{medblock}
{
Med Block [
\texttt
{
medblock
}
]
}
Nam dui ligula, fringilla a, euismod sodales, sollicitudin vel, wisi. Morbi auctor
lorem non justo. Nam lacus libero, pretium at, lobortis vitae, ultricies et, tellus.
Donec aliquet, tortor sed accumsan bibendum, erat ligula aliquet magna, vitae ornare
odio metus a mi.
\end{medblock}
\begin{natblock}
{
Nat Block [
\texttt
{
natblock
}
]
}
Morbi ac orci et nisl hendrerit mollis. Suspendisse ut massa. Cras nec ante.
Pellentesque a nulla. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus.
\end{natblock}
\begin{techblock}
{
Tech Block [
\texttt
{
techblock
}
]
}
Aliquam tincidunt urna. Nulla ullamcorper vestibulum turpis. Pellentesque cursus
luctus mauris.
\end{techblock}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- Faculty Specific Beamer Block Types
}
\begin{facultyblock}
{
Faculty Block [
\texttt
{
facultyblock
}
]
}
There are three cases in which you need this type of block.
\begin{enumerate}
\item
You forgot which faculty you are part of and the talk is due tomorrow!
\item
You are lazy and don't want to think about that kind of stuff, who
cares about faculties anyway?
\item
You want to hold the talk at two different faculties. Hint: Maybe you
should switch to FAU style overall
\dots
\end{enumerate}
\end{facultyblock}
\begin{facultyblock}
{}
Blocks without a title (and without the corresponding bar) are possible for all
types of blocks mentioned before. Just leave the curly brackets for the title empty.
\end{facultyblock}
\end{frame}
\subsection
{
Two or more Columns
}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- Two Columns with Images using
\texttt
{
multicols
}}
\begin{multicols}
{
2
}
\centering
%
\input
{
image1.tikz
}
\newpage
\centering
%
\input
{
image2.tikz
}
\end{multicols}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- Two Columns with Blocks using
\texttt
{
multicols
}}
\begin{multicols}
{
2
}
\begin{block}
{
Lipsum
}
Nam dui ligula, fringilla a, euismod sodales, sollicitudin vel,
wisi. Morbi auctor lorem non justo. Nam lacus libero, pretium at,
lobortis vitae, ultricies et, tellus. Donec aliquet, tortor sed
accumsan bibendum, erat ligula aliquet magna, vitae ornare odio
metus a mi.
\end{block}
\newpage
\begin{facultyblock}
{
More Lipsum
}
Morbi ac orci et nisl hendrerit mollis. Suspendisse ut massa. Cras
nec ante. Pellentesque a nulla. Cum sociis natoque penatibus et
magnis dis parturient montes, nascetur ridiculus mus. Aliquam
tincidunt urna. Nulla ullamcorper vestibulum turpis. Pellentesque
cursus luctus mauris.
\end{facultyblock}
\end{multicols}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- Two Columns with Text using
\texttt
{
multicols
}}
\begin{multicols}
{
2
}
Nam dui ligula, fringilla a, euismod sodales, sollicitudin vel, wisi. Morbi auctor
lorem non justo. Nam lacus libero, pretium at, lobortis vitae, ultricies et, tellus.
Donec aliquet, tortor sed accumsan bibendum, erat ligula aliquet magna, vitae ornare
odio metus a mi.
\newpage
Morbi ac orci et nisl hendrerit mollis. Suspendisse ut massa. Cras nec ante.
Pellentesque a nulla. Cum sociis natoque penatibus et magnis dis parturient montes,
nascetur ridiculus mus. Aliquam tincidunt urna. Nulla ullamcorper vestibulum turpis.
Pellentesque cursus luctus mauris.
\end{multicols}
\end{frame}
\section
{
Minor Elements
}
\subsection
{
Lists
}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- Different Types of Lists
}
\begin{philblock}
{
Unordered List
}
\begin{itemize}
\item
First Bulletpoint
\item
Second Bulletpoint
\begin{itemize}
\item
First Sub-Bulletpoint
\end{itemize}
\item
Third Bulletpoint
\end{itemize}
\end{philblock}
\begin{natblock}
{
Ordered List
}
\begin{enumerate}
\item
First Point
\item
Second Point
\begin{itemize}
\item
First Subpoint
\item
Second Subpoint
\end{itemize}
\end{enumerate}
\end{natblock}
\begin{rewiblock}
{
Description List
}
\begin{description}
\item
[Something]
to Describe
\item
[Something Else]
with Description
\end{description}
\end{rewiblock}
\end{frame}
\subsection
{
Colors
}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- All FAU Colors are Available
}
\centering\bfseries
%
\begin{tabular}
{
l@
{
\quad
}
l@
{
\quad
}
l
}
{
\bfseries
Normal
}
&
{
\bfseries
Light
}
&
{
\bfseries
Super Light
}
\\
{
\color
{
faublue
}
faublue
}
&
{
\color
{
faulblue
}
faulblue
}
&
{
\color
{
faullblue
}
faullblue
}
\\
{
\color
{
faunat
}
faunat
}
&
{
\color
{
faulnat
}
faulnat
}
&
{
\color
{
faullnat
}
faullnat
}
\\
{
\color
{
fautech
}
fautech
}
&
{
\color
{
faultech
}
faultech
}
&
{
\color
{
faulltech
}
faulltech
}
\\
{
\color
{
faumed
}
faumed
}
&
{
\color
{
faulmed
}
faulmed
}
&
{
\color
{
faullmed
}
faullmed
}
\\
{
\color
{
fauphil
}
fauphil
}
&
{
\color
{
faulphil
}
faulphil
}
&
{
\color
{
faullphil
}
faullphil
}
\\
{
\color
{
faurewi
}
faurewi
}
&
{
\color
{
faulrewi
}
faulrewi
}
&
{
\color
{
faullrewi
}
faullrewi
}
\\
\end{tabular}
\end{frame}
\section
{
Animations
}
\subsection
{
Uncover Elements
}
\begin{frame}
\frametitle
{
\insertsection\footnote
{
A Wild Footnote Appeared!
}}
\framesubtitle
{
\insertsubsection
{}
-- The
\texttt
{
only
}
Command
}
\only
<1-2>
{
Text 1
\\
[\baselineskip]
}
\only
<2-3>
{
Text 2
\\
[\baselineskip]
}
\only
<2-4>
{
Text 3
}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- The
\texttt
{
visible
}
Command
}
\visible
<1-2>
{
Text 1
\\
[\baselineskip]
}
\visible
<2-3>
{
Text 2
\\
[\baselineskip]
}
\visible
<2,4>
{
Text 3
}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- The
\texttt
{
uncover
}
Command
}
\uncover
<1-2>
{
Text 1
\\
[\baselineskip]
}
\uncover
<3>
{
Text 2
\\
[\baselineskip]
}
\uncover
<4>
{
Text 3
}
\end{frame}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- The
\texttt
{
pause
}
Command
}
Text 1
\\
[\baselineskip]
\pause
Text 2
\\
[\baselineskip]
\pause
Text 3
\end{frame}
\subsection
{
Highlight Elements
}
\begin{frame}
\frametitle
{
\insertsection
}
\framesubtitle
{
\insertsubsection
{}
-- The
\texttt
{
<intances>
}
Syntax
}
\textbf
<1>
{
I'm bold on instance 1 of this frame.
}
\\
\alert
<2>
{
I'm highlighted in instance 2 of this frame.
}
\end{frame}
\printbibliography
\begin{frame}
\frametitle
{
Thanks to Me
\autocite
{
memyselfandi,mejustme
}
and My Audience
}
\centering
%
\Huge\color
{
faublue
}
Thanks for
\\
your attention!
\footnote
{
This is a Footnote for Testing
}
\end{frame}
new/example-main.pdf
View file @
1f4946b6
No preview for this file type
new/example-main.tex
View file @
1f4946b6
\documentclass
[17pt]
{
beamer
}
\documentclass
[17pt]
{
beamer
}
% other available (and useful) fontsizes are 12pt, 14pt, 17pt and 20pt
% Pakete, Definitionen und Einstellungen geklaut und leicht gekürzt aus den Übungen und Hausaufgaben
\usepackage
[ngerman,english]
{
babel
}
\usepackage
[utf8]
{
inputenc
}
\usepackage
[T1]
{
fontenc
}
...
...
@@ -19,7 +18,7 @@
\makeatletter
\providecommand*
{
\input
@path
}{}
\g
@addto@macro
\input
@path
{{
./figures/
}}
% append
\g
@addto@macro
\input
@path
{{
./figures/
}}
\makeatother
\usepackage
{
graphicx
}
...
...
@@ -44,10 +43,12 @@
% Weitere beamer-Einstellungen für FAU-Theme
\usetheme
[
faculty = stuve,
faculty = stuve,
% available faculties fau, phil, rewi, med, nat, tech and stuve, default fau
titlepic =
{
cuvette-photo.jpg
}
,
%logo = {stuve-logo.pdf},
]
{
fau-4-3
}
logo =
{
art/stuve-logo.pdf
}
,
aspectratio = 4-3,
% avaiable aspect ratios are 4-3 and 16-9, default 4-3
numbering = frame,
% available numberings frame and page, default frame
]
{
fau
}
\setbeamercovered
{
dynamic
}
% Meta-Informationen
...
...
@@ -59,7 +60,7 @@
\institute
[Short Institute]
{
%
Long Institute Name and Location
\and
From that Other Institute
%
}
\date
[201
8
]
{
\today
}
\date
[201
9
]
{
\today
}
\begin{document}
\input
{
example-contents.tex
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment