TetaTricks/main.tex

127 lines
2.6 KiB
TeX

\documentclass[a4paper,10pt,openany]{book}
\usepackage[francais]{babel}
\usepackage[utf8]{inputenc}
\usepackage{xspace}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{listings}
\usepackage[T1]{fontenc}
\makeindex
\setlength \parindent {2em}
\setlength \parskip {0.256em} % XXX
%------ 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é.
\vspace{5em}
Cependant, toute cette ouvrage est en cours de
réécriture avec Mousepad et \LaTeX{}
selon la méthode éprouvée dite
de «~La~Rache~»\index{rache},
essentiellement sur une machine Debian/amd64, avec des
morceaux de Fedora\index{Fedora} Server 33 juste là, à coté,
vers la page \pageref{chap:Fedora}.
\vspace{5em}
Your mileage may vary\dots
% ==============================================================
{
\setlength \parskip {0pt}
\tableofcontents
}
% ==============================================================
\input{chap/shell}
% \input{chap/editeurs}
\input{chap/son}
\input{chap/image}
\input{chap/reseau}
\input{chap/musique}
% \input{chap/puredata}
\input{chap/MIDI}
\input{chap/OSC}
\input{chap/backups}
% \input{chap/processing}
\input{chap/video}
\input{chap/graphisme}
\input{chap/gnuplot}
\input{chap/webcam}
% \input{chap/SCSI}
\input{chap/X11}
\input{chap/dino}
\input{chap/textes}
\input{chap/MINITEL}
\input{chap/Raspberry}
\input{chap/Fedora}
\input{chap/IPv6}
\input{chap/threads}
% \input{chap/dosbox}
\input{chap/photos}
\input{chap/Bonjour}
\input{chap/debug}
\input{chap/gif89a}
\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}