Compare commits

...

2 commits

Author SHA1 Message Date
0dd9468624 added cursor parking
Some checks failed
build-latex / build (push) Has been cancelled
2025-06-30 17:07:09 +02:00
9e7470f400 fixed warning in header 2025-06-30 17:03:56 +02:00

View file

@ -29,8 +29,10 @@
\usepackage{tikz} % Drawing diagrams and illustrations \usepackage{tikz} % Drawing diagrams and illustrations
\usepackage{tikz-qtree} % Easy syntax for trees with TikZ \usepackage{tikz-qtree} % Easy syntax for trees with TikZ
% Package configurations % Document variables
\newcommand{\assignmentNumber}{1} % Assignment number
% Package configurations
\pgfplotsset{compat=1.17} \pgfplotsset{compat=1.17}
\pagestyle{fancy} \pagestyle{fancy}
@ -45,7 +47,7 @@
bottom=3cm, % Bottom margin bottom=3cm, % Bottom margin
left=2.5cm, % Left margin left=2.5cm, % Left margin
right=2.5cm, % Right margin right=2.5cm, % Right margin
headheight=25pt, % Header height headheight=31pt, % Header height
footskip=1.5cm, % Space from the bottom margin to the baseline of the footer footskip=1.5cm, % Space from the bottom margin to the baseline of the footer
headsep=1cm, % Space from the top margin to the baseline of the header headsep=1cm, % Space from the top margin to the baseline of the header
} }
@ -72,8 +74,18 @@
% \rhead{Name of 3rd Author, Matr. Nr of 3rd Author\\Name of 4th Author, Matr. Nr of 4th Author} % \rhead{Name of 3rd Author, Matr. Nr of 3rd Author\\Name of 4th Author, Matr. Nr of 4th Author}
\fancyheadoffset[R]{0cm} \fancyheadoffset[R]{0cm}
\setcounter{section}{4} % Start section numbering from 4 (e.g. for Assignment 4) \setcounter{section}{\assignmentNumber} % Start section numbering from 4 (e.g. for Assignment 4)
\setcounter{page}{1} % Start page numbering from 1 \setcounter{page}{1} % Start page numbering from 1
% cursor parking
% +----------------------------+
% | |
% | |
% | |
% | |
% +----------------------------+
\begin{document} \begin{document}
\subsection{[Exercise Title]} \subsection{[Exercise Title]}
\end{document} \end{document}