You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 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 {1em}
3 years ago
\setlength \parskip {0.200em} % 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}
3 years ago
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},
3 years ago
essentiellement sur une machine Debian/amd64, avec des
morceaux de Fedora Server 33 à coté\index{Fedora}.
\vspace{5em}
Your mileage may vary\dots
% ==============================================================
{
\setlength \parskip {0pt}
\tableofcontents
}
% ==============================================================
3 years ago
\input{chap/shell}
3 years ago
% \input{chap/editeurs}
\input{chap/son}
\input{chap/image}
3 years ago
\input{chap/reseau}
\input{chap/musique}
3 years ago
% \input{chap/puredata}
\input{chap/MIDI}
\input{chap/OSC}
\input{chap/backups}
3 years ago
% \input{chap/processing}
\input{chap/video}
\input{chap/gnuplot}
\input{chap/webcam}
3 years ago
% \input{chap/SCSI}
\input{chap/X11}
\input{chap/dino}
\input{chap/textes}
\input{chap/MINITEL}
3 years ago
\input{chap/Raspberry}
\input{chap/Fedora}
\input{chap/IPv6}
\input{chap/threads}
3 years ago
% \input{chap/dosbox}
\input{chap/photos}
3 years ago
\input{chap/Bonjour}
\input{chap/debug}
3 years ago
\input{chap/gif89a}
\input{chap/IRC}
\input{chap/Usenet}
\input{chap/DNS}
\input{chap/ssh}
\input{chap/hardware}
\input{chap/streaming}
\input{chap/gadgets}
3 years ago
% \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}