Compare commits

..

No commits in common. "0dd94686244dc0e80bdad52d40fd69559a602a78" and "5323f49574f214e7ce6937b3019b3e6dc37dee83" have entirely different histories.

View file

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