You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.1 KiB
103 lines
2.1 KiB
\documentclass[a4paper,19pt,openany]{book} |
|
|
|
\usepackage[francais]{babel} |
|
\usepackage[utf8]{inputenc} |
|
\usepackage{xspace} |
|
\usepackage{makeidx} |
|
\usepackage{graphicx} |
|
\usepackage{listings} |
|
|
|
\makeindex |
|
|
|
\setlength \parindent {2em} |
|
|
|
% 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{Utiliser pleinement mon ordinateur} |
|
\author{Thierry (aka 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. |
|
|
|
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/textes} |
|
% \input{chap/editeurs} |
|
% \input{chap/X11} |
|
\input{chap/son} |
|
% \input{chap/musique} |
|
% \input{chap/puredata} |
|
% \input{chap/MIDI} |
|
\input{chap/backups} |
|
|
|
% \input{chap/processing} |
|
% \input{chap/video} |
|
% \input{chap/webcam} |
|
% \input{chap/SCSI} |
|
\input{chap/dino} |
|
% \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} |
|
|
|
|
|
|
|
|