2019-05-20 08:47:13 +02:00
|
|
|
\documentclass[a4paper,11pt]{article}
|
|
|
|
|
|
|
|
% \listfiles % pour le debug
|
|
|
|
|
|
|
|
\usepackage[french]{babel}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
% XXX \usepackage{lipsum}
|
|
|
|
\usepackage{makeidx}
|
|
|
|
\usepackage{listings}
|
|
|
|
% \usepackage{color}
|
|
|
|
% \usepackage{url}
|
|
|
|
\usepackage{xspace}
|
|
|
|
\usepackage[verbose]{layout}
|
|
|
|
|
|
|
|
\makeindex
|
|
|
|
% -------------------------------------------------------------------
|
2019-08-02 04:22:48 +02:00
|
|
|
\title{Floating images processing}
|
2019-05-20 08:47:13 +02:00
|
|
|
\author{tTh}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
2019-08-02 04:22:48 +02:00
|
|
|
|
|
|
|
\section{Image flottante ?}
|
|
|
|
|
|
|
|
De quoi parle-t-on exactement ?
|
|
|
|
|
|
|
|
% -------------------------------------------------------------------
|
|
|
|
|
2019-05-20 08:47:13 +02:00
|
|
|
\tableofcontents
|
|
|
|
|
2019-08-02 04:22:48 +02:00
|
|
|
% -------------------------------------------------------------------
|
|
|
|
\section{Example}
|
2019-05-20 08:47:13 +02:00
|
|
|
|
2019-08-02 04:22:48 +02:00
|
|
|
% -------------------------------------------------------------------
|
|
|
|
\section{Les outils}
|
2019-05-20 08:47:13 +02:00
|
|
|
|
|
|
|
% -------------------------------------------------------------------
|
|
|
|
|
|
|
|
\printindex
|
|
|
|
|
|
|
|
\end{document}
|