guide-preparation-vacances/main.tex
2021-07-11 18:20:57 -04:00

100 lines
2.6 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{book}
\input{structure.tex}
\begin{document}
%pagetitre
\begingroup
\thispagestyle{empty}
\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!20!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\\[20pt]
{\huge Un guide 100\% logiciel libre}\\[24pt]
{\Large Je valide ça, par François Pelletier}\\}};
\end{tikzpicture}
\vfill
\endgroup
\pagestyle{fancy}
\usechapterimagetrue
\frontmatter
\input{chapitres/introduction}
\mainmatter
%section 1
\part{Bash: Le script pour passer au pilote automatique}
\chapterimage{chapter-cover-ebook-guide-preparation-vacances.pdf}
\input{chapitres/chapitre_1_1}
\input{chapitres/chapitre_1_2}
\input{chapitres/chapitre_1_3}
\input{chapitres/chapitre_1_4}
%section 2
\part{Nextcloud: un séjour en autohébergement, comme sur un nuage}
\input{chapitres/chapitre_2_1}
\input{chapitres/chapitre_2_2}
\input{chapitres/chapitre_2_3}
\input{chapitres/chapitre_2_4}
%section 3
\part{R: De l'analyse à la détente}
\input{chapitres/chapitre_3_1}
\input{chapitres/chapitre_3_2}
\input{chapitres/chapitre_3_3}
\input{chapitres/chapitre_3_4}
% conclusion
\backmatter
\part{Conclusion et annexes}
\input{chapitres/conclusion}
%\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
%colophon
\newpage
~\vfill
\thispagestyle{empty}
\noindent Certains droits réservés \copyright\ 2021 Je valide ça, par François Pelletier\\
\noindent Visitez notre site web au \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 \url{https://creativecommons.org/licenses/by-nc-sa/4.0/} ou écrivez à Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.\\
\noindent Publié le 12 juillet 2021
\noindent Mise en page effectuée avec \LaTeX
\end{document}