mirror of
https://gitlab.kit.edu/kit/cel/misc/cel-slides-template-2025.git
synced 2025-12-15 17:44:39 +00:00
Options for titlepage pictures
This commit is contained in:
parent
5f999031b9
commit
f422196e8a
@ -121,13 +121,14 @@ https://sdq.kastel.kit.edu/wiki/BibTeX-Literaturlisten
|
|||||||
---------------
|
---------------
|
||||||
Document class for CEL presentations in KIT design.
|
Document class for CEL presentations in KIT design.
|
||||||
|
|
||||||
`packages/packages.tex`
|
`preambles/packages.tex`
|
||||||
-----------------------
|
-----------------------
|
||||||
A TeX file to load all the necessary packages. Current version inherient from the old (before 2025) CEL beamer template.
|
A TeX file to load all the necessary packages. Current version inherient from the old (before 2025) CEL beamer template.
|
||||||
|
|
||||||
`packages/macros.tex`
|
`preambles/macros.tex`
|
||||||
--------------------
|
--------------------
|
||||||
A TeX file containing some commonly used macros.
|
A TeX file containing some commonly used macros.
|
||||||
|
`introduction.tex` includes examples of some predefiend macros.
|
||||||
|
|
||||||
`logos/`
|
`logos/`
|
||||||
--------
|
--------
|
||||||
|
|||||||
BIN
images/IMG_7829-cut.jpeg
Normal file
BIN
images/IMG_7829-cut.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 MiB |
BIN
images/IMG_7832-cut.jpeg
Normal file
BIN
images/IMG_7832-cut.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 MiB |
BIN
images/castleflagcut.jpeg
Normal file
BIN
images/castleflagcut.jpeg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 MiB |
@ -4,7 +4,7 @@
|
|||||||
%% Modified by: Hedongliang Liu
|
%% Modified by: Hedongliang Liu
|
||||||
%% Last modified on: 14.08.2025
|
%% Last modified on: 14.08.2025
|
||||||
%%%%%%%%%%% CEL beamer class %%%%%%%%%%%%%%%
|
%%%%%%%%%%% CEL beamer class %%%%%%%%%%%%%%%
|
||||||
\documentclass[kitgrid, overviewatsection, showsubsectionsatfirstoverview]{CELbeamer}
|
\documentclass[overviewatsection, showsubsectionsatfirstoverview]{CELbeamer}
|
||||||
%% default options: en, helvet, bigfoot (12pt)
|
%% default options: en, helvet, bigfoot (12pt)
|
||||||
%% other options: de, franklin, smallfoot (11pt), navbaron, kitgrid, handout,
|
%% other options: de, franklin, smallfoot (11pt), navbaron, kitgrid, handout,
|
||||||
%% spaceforface, overviewatsection, showsubsectionsatfirstoverview
|
%% spaceforface, overviewatsection, showsubsectionsatfirstoverview
|
||||||
@ -49,11 +49,29 @@
|
|||||||
|
|
||||||
% Start of the presentation
|
% Start of the presentation
|
||||||
% Title page
|
% Title page
|
||||||
|
% KIT Campus South gate
|
||||||
\begin{frame}[title white vertical, picture=images/castleflagcut]
|
\begin{frame}[title white vertical, picture=images/IMG_7832-cut]
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}[title white vertical, picture=images/IMG_7829-cut]
|
||||||
\titlepage
|
\titlepage
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
|
% KA palace north
|
||||||
|
\begin{frame}[title white vertical, picture=images/IMG_7801-cut]
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}[title white vertical, picture=images/IMG_7798-cut]
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
\begin{frame}[title white vertical, picture=images/IMG_7798-2]
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
|
% KA palace front
|
||||||
|
\begin{frame}[title white vertical, picture=images/castleflagcut]
|
||||||
|
\titlepage
|
||||||
|
\end{frame}
|
||||||
% \begin{frame}[tableofcontents=blue]{Overview}
|
% \begin{frame}[tableofcontents=blue]{Overview}
|
||||||
% \tableofcontents
|
% \tableofcontents
|
||||||
% \end{frame}
|
% \end{frame}
|
||||||
@ -65,12 +83,13 @@
|
|||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \texttt{en} \textit{(default)} for English, \texttt{de} for German
|
\item \texttt{en} \textit{(default)} for English, \texttt{de} for German
|
||||||
\item \texttt{helvet} \textit{(default)} for Helvetica font, \texttt{franklin} for Franklin Gothic font
|
\item \texttt{helvet} \textit{(default)} for Helvetica font, \texttt{franklin} for Franklin Gothic font
|
||||||
\item \texttt{bigfoot} \textit{(default)} for 12pt font size, \texttt{smallfoot} for 11pt font size
|
\item \texttt{bigfoot} \textit{(default)} sets the footer font size as 12pt; \texttt{smallfoot} sets the footer font size as 11pt.
|
||||||
\item \texttt{navbaron} to show the navigation bar
|
\item \texttt{navbaron} to show the navigation bar
|
||||||
\item \texttt{kitgrid} to show the grid of rows and columns
|
\item \texttt{kitgrid} to show the grid of rows and columns
|
||||||
\item<2-> \texttt{handout} to create a handout version of the slides
|
\item<2-> \texttt{handout} to create a handout version of the slides
|
||||||
\item<2-> \texttt{spaceforface} to leave space for face in recording
|
\item<2-> \texttt{spaceforface} to leave space for face in recording
|
||||||
\item<2-> \texttt{overviewatsection} to show the table of contents at each section
|
\item<2-> \texttt{overviewatsection} to show the table of contents at each section
|
||||||
|
\item<2-> \texttt{showsubsectionsatfirstoverview} to show all subsections at the first overview
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\begin{frame}{Font Size Examples}
|
\begin{frame}{Font Size Examples}
|
||||||
@ -228,13 +247,17 @@
|
|||||||
\begin{frame}[plain]
|
\begin{frame}[plain]
|
||||||
% Bei Frames mit Option \texttt{[plain]} werden weder Kopf- noch Fußzeile angezeigt.
|
% Bei Frames mit Option \texttt{[plain]} werden weder Kopf- noch Fußzeile angezeigt.
|
||||||
With frames with the option \texttt{[plain]}, neither header nor footer are displayed.
|
With frames with the option \texttt{[plain]}, neither header nor footer are displayed.
|
||||||
\\
|
|
||||||
The command \texttt{$\backslash$pagesNotes\{<label>\}} can be used to create a page with grid lines for notes, shown on the next slide. \\
|
|
||||||
\texttt{$\backslash$refnotes{<label>}} creates a symbol linked to the page with notes. \refnotes{note1}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\subsection{Grid Page for Hand-written Notes}
|
\subsection{Grid Page for Hand-written Notes}
|
||||||
\pagesNotes{note1}
|
\begin{frame}{Notes Page with Grid Lines}
|
||||||
|
The command \texttt{$\backslash$pagesNotes\{<label>\}\{<subtitle of the note page>\}} can be used to create a page with grid lines for notes, shown on the next slide. \\
|
||||||
|
\texttt{$\backslash$refnotes{<label>}} creates a symbol linked to the page with notes. \\
|
||||||
|
Let's learn more about entropy! \refnotes{note1}\\
|
||||||
|
Let's learn more about divergence! \refnotes{note2}
|
||||||
|
\end{frame}
|
||||||
|
\pagesNotes{note1}{Entropy}
|
||||||
|
\pagesNotes{note2}{Divengence}
|
||||||
|
|
||||||
\subsection{Footnotes}
|
\subsection{Footnotes}
|
||||||
\begin{frame}{Footnotes}
|
\begin{frame}{Footnotes}
|
||||||
@ -343,13 +366,11 @@ E.g.,
|
|||||||
\beginbackup
|
\beginbackup
|
||||||
|
|
||||||
|
|
||||||
\begin{frame}[allowframebreaks]{References}
|
\begin{frame}{Backup Parts}
|
||||||
\begin{exampleblock}{Backup Parts}
|
\begin{exampleblock}{Backup Parts}
|
||||||
% Folien, die nach \texttt{\textbackslash beginbackup} eingefügt werden, zählen nicht in die Gesamtzahl der Folien.
|
% Folien, die nach \texttt{\textbackslash beginbackup} eingefügt werden, zählen nicht in die Gesamtzahl der Folien.
|
||||||
Slides that are inserted after \texttt{\textbackslash beginbackup} do not count towards the total number of slides.
|
Slides that are inserted after \texttt{\textbackslash beginbackup} do not count towards the total number of slides.
|
||||||
\end{exampleblock}
|
\end{exampleblock}
|
||||||
\todo{Fix the bibliography issue.}
|
|
||||||
% \printbibliography
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\begin{frame}{KIT Color Palette}\label{frame:kit-colors}
|
\begin{frame}{KIT Color Palette}\label{frame:kit-colors}
|
||||||
|
|||||||
@ -31,23 +31,28 @@
|
|||||||
$\hfill \textcolor{kit-green}{\rule{2mm}{2mm}}$
|
$\hfill \textcolor{kit-green}{\rule{2mm}{2mm}}$
|
||||||
\fi}
|
\fi}
|
||||||
|
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
%%%
|
||||||
|
%%% Notes page with grid lines
|
||||||
|
%%%
|
||||||
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
% put a page with grid lines for live notes
|
% put a page with grid lines for live notes
|
||||||
% #1 is an index associated with the page, to be used with \notes{#1}
|
% #1 is an index associated with the page, to be used with \refnotes{#1}
|
||||||
\newcommand{\pagesNotes}[1]{
|
% #2 is the title of the notes page
|
||||||
\bgroup
|
\newcommand{\pagesNotes}[2]{
|
||||||
\begin{frame}[c, shrink]{\ifgerman{Notizen}\else{Notes}\fi}
|
% \bgroup
|
||||||
|
\begin{frame}[c, shrink]{\ifgerman{Notizen}\else{Notes}\fi}{#2}
|
||||||
|
% [c] means centered, [t] means top-aligned, [b] means bottom-aligned
|
||||||
|
% [shrink] means to shrink the content to fit the frame
|
||||||
\label{pagesNotes:#1}
|
\label{pagesNotes:#1}
|
||||||
\vspace*{0.2ex}\hspace*{0ex}
|
\vspace*{0.2ex}\hspace*{0ex}
|
||||||
%
|
|
||||||
\begin{tikzpicture}
|
\begin{tikzpicture}
|
||||||
%\draw[lightgray, line width = .0 mm, step=.25] (0,0) grid (18.5,7);
|
%\draw[lightgray, line width = .0 mm, step=.25] (0,0) grid (18.5,7);
|
||||||
[domain=0:1,scale=3.6]%
|
[domain=0:1,scale=3.6]%
|
||||||
\draw[very thin,color=white!70!gray,xstep=0.1,ystep=0.1] (0,0) grid (8.71, 3.61);%
|
\draw[very thin,color=white!70!gray,xstep=0.1,ystep=0.1] (0,0) grid (8.71, 3.61);%
|
||||||
|
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
% \end{center}
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
\egroup
|
% \egroup
|
||||||
}
|
}
|
||||||
% Command for showing that some notes will be taken (blackboard, slides,...)
|
% Command for showing that some notes will be taken (blackboard, slides,...)
|
||||||
% #1 is the label for the page of the note
|
% #1 is the label for the page of the note
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user