-
Notifications
You must be signed in to change notification settings - Fork 2
/
vds.tex
44 lines (36 loc) · 993 Bytes
/
vds.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
\documentclass[
11pt, % Main document font size
a4paper, % Paper type, use 'letterpaper' for US Letter paper
oneside, % One page layout (no page indentation)
%twoside, % Two page layout (page indentation for binding and different headers)
fleqn,
leqno,
headinclude,footinclude, % Extra spacing for the header and footer
BCOR5mm, % Binding correction
]{scrartcl}
\usepackage{vds}
% define header elements
\input{header.tex}
%Esercizio #1 = nome dell'esercizio
% #2 = consegna
% #3 = risoluzione
\begin{document}
\maketitle
\setcounter{tocdepth}{3}
\setcounter{secnumdepth}{0}
\tableofcontents
\newpage
\addtocontents{toc}{\protect\setcounter{tocdepth}{1}}
\input{exercises/ex1.tex}
\input{exercises/ex2.tex}
\input{exercises/ex3.tex}
\input{exercises/ex4.tex}
\input{exercises/ex5.tex}
\input{exercises/ex6.tex}
\input{exercises/ex7.tex}
\input{exercises/ex8.tex}
\input{exercises/ex9.tex}
\input{exercises/ex10.tex}
\appendix
\input{exercises/appendix.tex}
\end{document}