TetaTricks/main.tex

119 lines
2.4 KiB
TeX
Raw Normal View History

2020-09-29 10:41:53 +02:00
\documentclass[a4paper,10pt,openany]{book}
2020-09-27 17:15:15 +02:00
\usepackage[francais]{babel}
\usepackage[utf8]{inputenc}
\usepackage{xspace}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{listings}
2020-10-26 23:06:17 +01:00
\usepackage[T1]{fontenc}
2020-09-27 17:15:15 +02:00
\makeindex
2020-09-29 10:41:53 +02:00
\setlength \parindent {1em}
2020-09-27 17:15:15 +02:00
% 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
2020-09-29 10:41:53 +02:00
\title{Tricks pour mon ordinateur}
\author{Thierry « tTh » Boudet}
2020-09-27 17:15:15 +02:00
\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.
2020-09-29 10:41:53 +02:00
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é.
2020-09-27 17:15:15 +02:00
2020-09-29 13:53:27 +02:00
\vspace{5em}
2020-09-27 17:15:15 +02:00
Tout cette ouvrage a été écrit avec mousepad et \LaTeX{}
selon la méthode éprouvée dite
2020-10-26 23:06:17 +01:00
de «~La~Rache~»\index{rache},
essentiellement sur une machine Debian/amd64.
2020-09-27 17:15:15 +02:00
2020-09-29 13:53:27 +02:00
\vspace{5em}
2020-09-27 17:15:15 +02:00
Your mileage may vary\dots
% ==============================================================
{
\setlength \parskip {0pt}
\tableofcontents
}
% ==============================================================
2020-11-02 23:08:45 +01:00
\input{chap/shell}
2020-10-26 23:06:17 +01:00
\input{chap/editeurs}
2020-09-27 17:15:15 +02:00
\input{chap/son}
2020-09-29 10:41:53 +02:00
\input{chap/image}
2020-10-26 23:06:17 +01:00
\input{chap/musique}
\input{chap/puredata}
2020-09-29 10:41:53 +02:00
\input{chap/MIDI}
2020-10-26 23:06:17 +01:00
\input{chap/OSC}
2020-09-27 17:15:15 +02:00
\input{chap/backups}
2020-09-29 10:41:53 +02:00
\input{chap/processing}
\input{chap/video}
\input{chap/gnuplot}
\input{chap/webcam}
2020-10-26 23:06:17 +01:00
\input{chap/SCSI}
2020-09-29 10:41:53 +02:00
\input{chap/X11}
2020-09-27 17:15:15 +02:00
\input{chap/dino}
2020-09-29 10:41:53 +02:00
\input{chap/textes}
2020-10-26 23:06:17 +01:00
\input{chap/MINITEL}
2020-09-29 13:53:27 +02:00
\input{chap/threads}
2020-10-26 23:06:17 +01:00
\input{chap/dosbox}
2020-09-29 10:41:53 +02:00
\input{chap/photos}
2020-10-26 23:06:17 +01:00
\input{chap/debug}
2020-09-27 17:29:13 +02:00
\input{chap/reseau}
2020-10-26 23:06:17 +01:00
\input{chap/IRC}
\input{chap/Usenet}
\input{chap/DNS}
2020-09-29 10:41:53 +02:00
\input{chap/ssh}
\input{chap/hardware}
2020-09-27 17:15:15 +02:00
\input{chap/streaming}
\input{chap/gadgets}
2020-10-26 23:06:17 +01:00
\input{chap/slang}
2020-09-27 17:29:13 +02:00
\input{chap/curses}
2020-09-29 13:53:27 +02:00
\input{chap/WiFi}
\input{chap/GIT}
\input{chap/divers}
2020-09-27 17:15:15 +02:00
% \input{chap/peer2peer}
% ==============================================================
\chapter{On est bientôt arrivé ?}
Non, la route est longue, mais la voie est libre.
\printindex
% ==============================================================
\end{document}