-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdebian.tex
More file actions
42 lines (31 loc) · 867 Bytes
/
debian.tex
File metadata and controls
42 lines (31 loc) · 867 Bytes
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
%&pdflatex
\documentclass[10pt,twoside,openright]{report}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{microtype}
\usepackage[a5paper]{geometry}
\usepackage{emptypage}
\usepackage{graphicx}
\usepackage[italian]{varioref}
\usepackage{xcolor}
\usepackage[framemethod=tikz]{mdframed}
\usepackage[font=small,figurewithin=chapter]{caption}
\pdfminorversion = 7
\title{Debian 8.6 Jessie - Guida all'installazione}
\author{Niccolò Scatena\\\small\textit{inforge.net}}
\includeonly{./tex/intro/main,
./tex/preparation/main,
./tex/install/main}
\graphicspath{ {./img/} }
\DeclareGraphicsExtensions{.jpg}
\input{./tex/def}
\begin{document}
\maketitle
\tableofcontents
\thispagestyle{plain}
\include{./tex/intro/main}
\include{./tex/preparation/main}
\include{./tex/install/main}
\end{document}