aboutsummaryrefslogtreecommitdiff
path: root/tools/booklet-A6.template.tex
diff options
context:
space:
mode:
Diffstat (limited to 'tools/booklet-A6.template.tex')
-rw-r--r--tools/booklet-A6.template.tex37
1 files changed, 34 insertions, 3 deletions
diff --git a/tools/booklet-A6.template.tex b/tools/booklet-A6.template.tex
index 8fea814..03a565d 100644
--- a/tools/booklet-A6.template.tex
+++ b/tools/booklet-A6.template.tex
@@ -3,13 +3,44 @@ $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
-%%% Custom LaTeX preamble
-$latex_preamble
%%% 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}
-$body_pre_docinfo$docinfo$dedication$abstract$body
+
+%%% 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}