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.
118 lines
2.4 KiB
118 lines
2.4 KiB
\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} |
|
|
|
% 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é. |
|
|
|
\vspace{5em} |
|
|
|
|
|
Tout cette ouvrage a été écrit avec mousepad et \LaTeX{} |
|
selon la méthode éprouvée dite |
|
de «~La~Rache~»\index{rache}, |
|
essentiellement sur une machine Debian/amd64. |
|
|
|
\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/musique} |
|
\input{chap/puredata} |
|
\input{chap/MIDI} |
|
\input{chap/OSC} |
|
\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/debug} |
|
\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} |
|
|
|
|
|
|
|
|