Options for titlepage pictures

This commit is contained in:
Hedongliang Liu
2025-08-22 20:43:43 +02:00
parent c09d61399f
commit 2f1c835afc
9 changed files with 48 additions and 21 deletions

View File

@@ -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