summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bfh-ci/DEMO-BFHBeamer-Sidebar.tex
blob: ce4e8ac4e2bc24deb0119dcbfc18f8a543c2c509 (plain)
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
\documentclass[
	ngerman,%globale Übergabe der Hauptsprache
%	aspectratio=169,%Beamer eigene Option zum Umschalten des Formates
%	logofile=example-image, %Falls die Logo Dateien nicht vorliegen
	]{bfhbeamer}

%will also be acessible via option sidebar=true/false	
\useoutertheme{BFH-sidebar}


\usepackage[main=ngerman]{babel}

% Der folgende Block ist nur bei pdfTeX auf Versionen vor April 2018 notwendig
\usepackage{iftex}
\ifPDFTeX
\usepackage[utf8]{inputenc}%kompatibilität mit TeX Versionen vor April 2018
\fi


%Makros für Formatierungen der Doku
%Im Allgemeinen nicht notwendig!
\let\code\texttt

\title{\LaTeX-Beamer using BFH CI}
\subtitle{Version 0.4}
\author[M. Peischl]{Marei Peischl}
\institute{pei\TeX}
\titlegraphic*{\includegraphics{example-image}}%is only used with BFH-graphic and BFH-fullgraphic

%Activate the output of a frame number:
\setbeamertemplate{page number in head/foot}[framenumber]

\begin{document}

\maketitle

%second title variant
\setbeamertemplate{title page}[BFH-Orange]
\maketitle

\setbeamertemplate{title page}[BFH-graphic]

\maketitle

\setbeamertemplate{title page}[BFH-fullgraphic]
\maketitle

%plain titlepages
\frame[plain]{\maketitle}

%second title variant
\setbeamertemplate{title page}[BFH]
\frame[plain]{\maketitle}


\setbeamertemplate{title page}[BFH-graphic]
\frame[plain]{\maketitle}

\setbeamertemplate{title page}[BFH-fullgraphic]
\frame[plain]{\maketitle}


\section{Example Frames}

\begin{frame}{Frame with a subtitle}
	\framesubtitle{Subtitle}
	Example Content.
\end{frame}

\begin{frame}{Blocks}
	\begin{block}{Block with a title}
		Content.
	\end{block}
	\begin{block}{}
		Without title
	\end{block}
\end{frame}

\begin{frame}{Block types}
	\begin{exampleblock}{Exampleblock}
		Content.
	\end{exampleblock}
	\begin{alertblock}{Alertblock}
		Content.
	\end{alertblock}
	\begin{example}[Example environment]
		Content.
	\end{example}
\end{frame}

\section{section pages}
%These can be automaticlly called by using \AtBeginSection{\sectionpage}

\frame{\sectionpage}

\setbeamertemplate{section page}[BFH-ruled]

\frame{\sectionpage}

%Change base color scheme (option can be added)

\setbeamercolor{BFH}{parent=BFH-Orange}


\frame{\sectionpage}

\setbeamertemplate{section page}[BFH]

\frame{\sectionpage}

\frame[plain]{\sectionpage}

\end{document}