making the doc

This commit is contained in:
tTh
2019-05-20 08:47:13 +02:00
parent 5564b24c54
commit 5b3381c7b3
3 changed files with 48 additions and 2 deletions

31
doc/the_floatimg_hack.tex Normal file
View File

@@ -0,0 +1,31 @@
\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{DD2 Monitoring}
\author{tTh}
\begin{document}
\maketitle
\tableofcontents
% -------------------------------------------------------------------
\printindex
\end{document}