diff options
author | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-04-21 18:47:31 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <elena.valhalla@gmail.com> | 2011-04-21 18:47:31 +0200 |
commit | f73a2e51f8dbfb6876afefbc0ef28cbcce6ffa4c (patch) | |
tree | 138dd6ee5f09ebd5568cf73c8c5fd6ead1587769 /tools | |
parent | 8dc549f2e9f004f6671ef4e6aa470348c197007c (diff) |
template per file LaTeX per generare booklet A6
Diffstat (limited to 'tools')
-rw-r--r-- | tools/booklet-A6.template.tex | 37 |
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} |