guide-preparation-vacances/main.tex
François Pelletier 99c4ca5204 first commit
2021-07-02 16:04:55 -04:00

136 lines
3.3 KiB
TeX
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[12pt]{book}
\input{structure.tex}
\begin{document}
%pagetitre
\begingroup
\thispagestyle{empty} % Suppress headers and footers on the title page
\begin{tikzpicture}[remember picture,overlay]
\node[inner sep=0pt] (background) at (current page.center) {\includegraphics[width=\paperwidth]{background-guide-preparation-vacances.pdf}};
\draw (current page.center) node [fill=turquoisefonce!30!white,fill opacity=0.6,text opacity=1,inner sep=1cm]{\Huge\centering\bfseries\sffamily\parbox[c][][t]{\paperwidth}{\centering Sur la route de l'autonomie,\\un guide de préparation de vacances\\[15pt] % Book title
{\Large Un guide 100\% logiciel libre}\\[20pt] % Subtitle
{\huge Je valide ça, par François Pelletier}}}; % Author name
\end{tikzpicture}
\vfill
\endgroup
%colophon
\newpage
~\vfill
\thispagestyle{empty}
\noindent Certains droits réservés \copyright\ 2021 Je valide ça, par François Pelletier\\
\noindent \url{https://jevalide.ca}\\
\noindent Cette œuvre est mise à disposition sous licence Attribution - Pas dUtilisation Commerciale - Partage dans les Mêmes Conditions 4.0 International. Pour voir une copie de cette licence, visitez http://creativecommons.org/licenses/by-nc-sa/4.0/ ou écrivez à Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.\\
\noindent \textit{Publié le 12 juillet 2021} % Printing/edition date
%table des matières
\usechapterimagefalse
\pagestyle{empty}
\tableofcontents
\cleardoublepage
\pagestyle{fancy}
\usechapterimagetrue
%section 1
\part{Passer au pilote automatique}
\chapterimage{chapter-cover-ebook-guide-preparation-vacances.pdf}
\chapter{Automatiser ses tâches récurrentes}
\section{Paragraphe 1-1}
\lipsum[1-5]
\chapter{Rediriger ses alertes courriel}
\section{Paragraphe 2-1}
\lipsum[1-5]
\chapter{Préparer ses sauvegardes}
\section{Paragraphe 3-1}
\lipsum[1-5]
\chapter{Faire ses mises à jour}
\section{Paragraphe 4-1}
\lipsum[1-5]
%section 2
\part{Un séjour en autohébergement simple}
\chapterimage{chapter-cover-ebook-guide-preparation-vacances.pdf}
\chapter{Classer ses photos de voyage}
\section{Paragraphe 1-2}
\lipsum[1-5]
\chapter{Assembler un recueil de recettes exotiques}
\section{Paragraphe 2-2}
\lipsum[1-5]
\chapter{Définir un parcours touristique}
\section{Paragraphe 3-2}
\lipsum[1-5]
\chapter{Préparer son journal de bord}
\section{Paragraphe 4-2}
\lipsum[1-5]
%section 3
\part{De l'analyse à la détente}
\chapterimage{chapter-cover-ebook-guide-preparation-vacances.pdf}
\chapter{Optimiser ses dépenses}
\section{Paragraphe 1-3}
\lipsum[1-5]
\chapter{Identifier les meilleures sorties en ville}
\section{Paragraphe 2-3}
\lipsum[1-5]
\chapter{Résumer les avis sur un restaurant}
\section{Paragraphe 3-3}
\lipsum[1-5]
\chapter{Éviter le plus possible les travaux routiers}
\section{Paragraphe 4-3}
\lipsum[1-5]
\phantomsection
\chapter*{Bibliographie}
\addcontentsline{toc}{chapter}{\textcolor{turquoisefonce}{Références}}
\printbibliography[heading=bibempty]
\section*{Livres}
\addcontentsline{toc}{section}{Articles}
\printbibliography[heading=bibempty,type=books]
\section*{Sites web}
\addcontentsline{toc}{section}{Sites web}
\printbibliography[heading=bibempty,type=web]
\cleardoublepage
\phantomsection
\setlength{\columnsep}{0.75cm}
\addcontentsline{toc}{chapter}{\textcolor{turquoisefonce}{Index}}
\printindex
\end{document}