Bibliothèque de traitements d'images en virgule flottante.
http://la.buvette.org/photos/cumul/
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.
42 lines
911 B
42 lines
911 B
\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 |
|
% ------------------------------------------------------------------- |
|
\title{Floating images processing} |
|
\author{tTh} |
|
|
|
\begin{document} |
|
\maketitle |
|
|
|
\section{Image flottante ?} |
|
|
|
De quoi parle-t-on exactement ? |
|
|
|
% ------------------------------------------------------------------- |
|
|
|
\tableofcontents |
|
|
|
% ------------------------------------------------------------------- |
|
\section{Example} |
|
|
|
% ------------------------------------------------------------------- |
|
\section{Les outils} |
|
|
|
% ------------------------------------------------------------------- |
|
|
|
\printindex |
|
|
|
\end{document}
|
|
|