2021-07-05 00:21:31 +00:00
\documentclass { book}
2021-07-02 20:04:55 +00:00
\input { structure.tex}
\begin { document}
%pagetitre
\begingroup
2021-07-03 17:21:30 +00:00
\thispagestyle { empty}
2021-07-02 20:04:55 +00:00
\begin { tikzpicture} [remember picture,overlay]
\node [inner sep=0pt] (background) at (current page.center) { \includegraphics [width=\paperwidth] { background-guide-preparation-vacances.pdf} } ;
2021-07-04 05:34:03 +00:00
\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} \\ } } ;
2021-07-02 20:04:55 +00:00
\end { tikzpicture}
\vfill
\endgroup
\pagestyle { fancy}
\usechapterimagetrue
2021-07-11 22:20:57 +00:00
\frontmatter
\input { chapitres/introduction}
\mainmatter
2021-07-02 20:04:55 +00:00
%section 1
2021-07-10 02:22:50 +00:00
\part { Bash: Le script pour passer au pilote automatique}
2021-07-02 20:04:55 +00:00
\chapterimage { chapter-cover-ebook-guide-preparation-vacances.pdf}
2021-07-05 00:21:31 +00:00
\input { chapitres/chapitre_ 1_ 1}
\input { chapitres/chapitre_ 1_ 2}
\input { chapitres/chapitre_ 1_ 3}
\input { chapitres/chapitre_ 1_ 4}
2021-07-02 20:04:55 +00:00
%section 2
2021-07-10 02:22:50 +00:00
\part { Nextcloud: un séjour en autohébergement, comme sur un nuage}
2021-07-02 20:04:55 +00:00
2021-07-05 00:21:31 +00:00
\input { chapitres/chapitre_ 2_ 1}
\input { chapitres/chapitre_ 2_ 2}
\input { chapitres/chapitre_ 2_ 3}
\input { chapitres/chapitre_ 2_ 4}
2021-07-02 20:04:55 +00:00
%section 3
2021-07-10 02:22:50 +00:00
\part { R: De l'analyse à la détente}
2021-07-02 20:04:55 +00:00
2021-07-05 00:21:31 +00:00
\input { chapitres/chapitre_ 3_ 1}
\input { chapitres/chapitre_ 3_ 2}
\input { chapitres/chapitre_ 3_ 3}
\input { chapitres/chapitre_ 3_ 4}
2021-07-02 20:04:55 +00:00
2021-07-11 22:20:57 +00:00
% conclusion
\backmatter
\part { Conclusion et annexes}
2021-07-02 20:04:55 +00:00
2021-07-11 22:20:57 +00:00
\input { chapitres/conclusion}
2021-07-02 20:04:55 +00:00
2021-07-11 22:20:57 +00:00
%\phantomsection
2021-07-02 20:04:55 +00:00
2021-07-11 22:20:57 +00:00
%\chapter*{Bibliographie}
%\addcontentsline{toc}{chapter}{\textcolor{turquoisefonce}{Références}}
%\printbibliography[heading=bibempty]
2021-07-02 20:04:55 +00:00
2021-07-11 22:20:57 +00:00
%\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
2021-07-02 20:04:55 +00:00
\phantomsection
\setlength { \columnsep } { 0.75cm}
\addcontentsline { toc} { chapter} { \textcolor { turquoisefonce} { Index} }
\printindex
2021-07-11 22:20:57 +00:00
%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 d’ Utilisation 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
2021-07-02 20:04:55 +00:00
\end { document}