mirror of
https://gitlab.kit.edu/kit/cel/misc/cel-slides-template-2025.git
synced 2026-03-21 21:37:48 +01:00
Options for titlepage pictures
This commit is contained in:
committed by
Andrej Rode
parent
5f999031b9
commit
f422196e8a
@@ -31,23 +31,28 @@
|
||||
$\hfill \textcolor{kit-green}{\rule{2mm}{2mm}}$
|
||||
\fi}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%%%
|
||||
%%% Notes page with grid lines
|
||||
%%%
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% put a page with grid lines for live notes
|
||||
% #1 is an index associated with the page, to be used with \notes{#1}
|
||||
\newcommand{\pagesNotes}[1]{
|
||||
\bgroup
|
||||
\begin{frame}[c, shrink]{\ifgerman{Notizen}\else{Notes}\fi}
|
||||
% #1 is an index associated with the page, to be used with \refnotes{#1}
|
||||
% #2 is the title of the notes page
|
||||
\newcommand{\pagesNotes}[2]{
|
||||
% \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}
|
||||
\vspace*{0.2ex}\hspace*{0ex}
|
||||
%
|
||||
\begin{tikzpicture}
|
||||
%\draw[lightgray, line width = .0 mm, step=.25] (0,0) grid (18.5,7);
|
||||
[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);%
|
||||
|
||||
\end{tikzpicture}
|
||||
% \end{center}
|
||||
\end{frame}
|
||||
\egroup
|
||||
% \egroup
|
||||
}
|
||||
% Command for showing that some notes will be taken (blackboard, slides,...)
|
||||
% #1 is the label for the page of the note
|
||||
|
||||
Reference in New Issue
Block a user