summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/arsclassica/ArsClassica.tex
blob: 0a1d1e109872f0395d53361f7163d1dcfceb3ec7 (plain)
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
\documentclass[10pt,a4paper,twoside,openright,titlepage,fleqn,%
               headinclude,,footinclude,BCOR5mm,%
               numbers=noenddot,cleardoublepage=empty,%
               tablecaptionabove]{scrreprt}

\newcommand{\myName}{Lorenzo Pantieri\xspace}
\newcommand{\myTitle}{Customizing ClassicThesis with the ArsClassica package\xspace}
\newcommand{\mySubTitle}{User Manual\xspace}
\newcommand{\myLocation}{Cesena\xspace}
\newcommand{\myGroup}{Italian \TeX{} and \LaTeX{} User Group\xspace}
\newcommand{\myUrl}{\url{http://www.guit.sssup.it/}\xspace}
\newcommand{\myTime}{2010, February\xspace}

\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc} 
\usepackage[english]{varioref}
\usepackage[square,numbers,sort&compress]{natbib}
\usepackage[tight,english]{minitoc}
\usepackage{makeidx,multicol}
\usepackage{chngpage,calc}
\usepackage[dvipsnames]{xcolor}
\usepackage{lipsum}
\usepackage[italian,english]{babel}
\usepackage[writefile]{listings}
\usepackage[backref]{classicthesis-ldpkg}
\usepackage[eulerchapternumbers,subfig,beramono,
            eulermath,pdfspacing]{classicthesis}
\usepackage[english]{arsclassica}
\usepackage{adhoc}
\usepackage{guit}

\begin{document}
\pagenumbering{roman}
\pagestyle{plain}
%******************************************************************
% Frontmatter
%******************************************************************
\input{FrontBackMatter/Titlepage}
\input{FrontBackMatter/Titleback}
\clearpage
\input{FrontBackMatter/Abstract+Sommario}
\input{FrontBackMatter/Acknowledgements}
\pagestyle{scrheadings} 
\clearpage
\input{FrontBackMatter/Contents}
\cleardoublepage
%******************************************************************
% Mainmatter
%******************************************************************
\pagenumbering{arabic}
\input{Chapters/Fundamentals}
\input{Chapters/Code}
% *****************************************************************
% Backmatter
%******************************************************************
\clearpage
\input{FrontBackMatter/Bibliography}
\clearpage
\input{FrontBackMatter/Index}
\end{document}