Compare commits
No commits in common. "0dd94686244dc0e80bdad52d40fd69559a602a78" and "5323f49574f214e7ce6937b3019b3e6dc37dee83" have entirely different histories.
0dd9468624
...
5323f49574
1 changed files with 3 additions and 15 deletions
18
main.tex
18
main.tex
|
@ -29,10 +29,8 @@
|
||||||
\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
|
||||||
|
|
||||||
% Document variables
|
|
||||||
\newcommand{\assignmentNumber}{1} % Assignment number
|
|
||||||
|
|
||||||
% Package configurations
|
% Package configurations
|
||||||
|
|
||||||
\pgfplotsset{compat=1.17}
|
\pgfplotsset{compat=1.17}
|
||||||
|
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
|
@ -47,7 +45,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=31pt, % Header height
|
headheight=25pt, % 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
|
||||||
}
|
}
|
||||||
|
@ -74,18 +72,8 @@
|
||||||
% \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}{\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
|
\setcounter{page}{1} % Start page numbering from 1
|
||||||
|
|
||||||
% cursor parking
|
|
||||||
% +----------------------------+
|
|
||||||
% | |
|
|
||||||
% | |
|
|
||||||
% | |
|
|
||||||
% | |
|
|
||||||
% +----------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\subsection{[Exercise Title]}
|
\subsection{[Exercise Title]}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue