aboutsummaryrefslogtreecommitdiff
path: root/tools/booklet-A6.template.tex
blob: 03a565dd9093c2db02bb63fa41824a802ce8e408 (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
% generated by Docutils <http://docutils.sourceforge.net/>
$head_prefix\usepackage[inner=14mm,outer=14mm,top=14mm,bottom=14mm]{geometry}
\usepackage{fixltx2e} % LaTeX patches, \textsubscript
\usepackage{cmap} % fix search and cut-and-paste in PDF
$requirements
%%% User specified packages and stylesheets
$stylesheet
%%% Fallback definitions for Docutils-specific commands
$fallbacks$pdfsetup

%%% A bit of customization:
%%% No page numbers on a 16 page booklet
\pagestyle{empty}
%%% No standard docutils + LaTeX title page
\renewcommand{\maketitle}{}
%%% Urls should have their target in a footnote
\renewcommand{\href}[2]{#2\footnote{\url{#1}}}

%%% Body
\begin{document}

%%% Title page
\begin{titlepage}

$title

\end{titlepage}

%%% Second page
Note di copyright
\newpage

%%% Article text
$body

%%% Backcover
\begin{titlepage}
Le miniguide FOSS sono una raccolta di libretti che introducono
alcuni aspetti peculiari del mondo Free ed Open Source

\texttt{\tiny \url{http://it.trueelena.org/computers/progetti/miniguide_foss/index.html}}

\vfill

\end{titlepage}
\end{document}