-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
74 lines (65 loc) · 1.52 KB
/
report.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
\documentclass[a4paper, 11pt, twoside, openright, italian]{memoir}
\usepackage{preamble/mypreamble}
% SVN info for this file
\svnidlong
{$HeadURL$}
{$LastChangedDate$}
{$LastChangedRevision$}
{$LastChangedBy$}
\includeonly{%
introduction/titlepage,
introduction/introduction,
introduction/toc,
chapters/chap1,
chapters/chap2,
chapters/chap3,
chapters/chap4,
chapters/chap5,
chapters/chap6,
chapters/chap7,
chapters/chap8,
chapters/chap9,
appendix/limsupinf,
appendix/settheory,
appendix/footnotes,
appendix/prop,
appendix/list,
appendix/ringraziaments,
appendix/bibliography,
}
\makeindex
\begin{document}
\frontmatter
\include{introduction/titlepage}
\include{introduction/introduction}
\include{introduction/toc}
\mainmatter
\part{Introduzione ad \textsc{Analisi Matematica 3}}
\labelPart{intro}
\include{chapters/chap1}
\part{Serie di funzioni}
\labelPart{first}
\include{chapters/chap2}
\include{chapters/chap3}
\include{chapters/chap4}
\part{Teoria della misura e dell'integrazione}
\labelPart{second}
\include{chapters/chap5}
\include{chapters/chap6}
\part{Applicazioni della teoria della misura e dell'integrazione}
\labelPart{second}
\include{chapters/chap7}
\include{chapters/chap8}
\include{chapters/chap9}
\appendix
\part{Indagine del fatto di sangue}
\labelPart{appendix}
\include{appendix/limsupinf}
\include{appendix/settheory}
\include{appendix/footnotes}
\include{appendix/prop}
\include{appendix/list}
\include{appendix/ringraziaments}
\backmatter
\include{appendix/bibliography}
\end{document}