TetaTricks/main.tex

107 lines
2.3 KiB
TeX

\documentclass[a4paper,10pt,openany]{book}
\usepackage[francais]{babel}
\usepackage[utf8]{inputenc}
\usepackage{xspace}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{listings}
\makeindex
\setlength \parindent {1em}
% XXX \setlength \parskip {0.333em}
%------ reglages des 'listings'
\lstset{frame=single} % dessin d'un cadre autour du listing
\lstset{basicstyle=\ttfamily\small}
\lstset{aboveskip=1em,belowskip=1em}
\makeatletter
\def\verbatim@font{\normalfont\ttfamily\small}
\makeatother
\title{Tricks pour mon ordinateur}
\author{Thierry « tTh » Boudet}
\begin{document}
\maketitle
% ==============================================================
\chapter{Introduction}
Un nouveau nouvel ouvrage, en vrac, complètement coronavraqué.
Des notes informelles sur l'utilisation
d'un ordinateur moderne, vous allez en avoir vraiment beaucoup.
Mais elles sont en vrac, et surtout, elles sont reprises
d'une très ancienne version (circa 2011) et donc,
peut-être pas vraiment d'actualité.
Tout cette ouvrage a été écrit avec mousepad et \LaTeX{}
selon la méthode éprouvée dite
de «~La~Rache~», essentiellement sur une machine Debian/amd64.
Your mileage may vary\dots
% ==============================================================
{
\setlength \parskip {0pt}
\tableofcontents
}
% ==============================================================
% \input{chap/editeurs}
\input{chap/son}
\input{chap/image}
% \input{chap/musique}
% \input{chap/puredata}
\input{chap/MIDI}
\input{chap/backups}
\input{chap/processing}
\input{chap/video}
\input{chap/gnuplot}
\input{chap/webcam}
% \input{chap/SCSI}
\input{chap/X11}
\input{chap/dino}
\input{chap/textes}
% \input{chap/MINITEL}
% \input{chap/threads}
% \input{chap/dosbox}
\input{chap/photos}
\input{chap/reseau}
% \input{chap/IRC}
% \input{chap/Usenet}
% \input{chap/DNS}
\input{chap/ssh}
\input{chap/hardware}
\input{chap/streaming}
\input{chap/gadgets}
% \input{chap/slang}
\input{chap/curses}
% \input{chap/WiFi}
% \input{chap/GIT}
% \input{chap/divers}
% \input{chap/peer2peer}
% ==============================================================
\chapter{On est bientôt arrivé ?}
Non, la route est longue, mais la voie est libre.
\printindex
% ==============================================================
\end{document}