forked from tTh/FloatImg
boot the doc, bro !
This commit is contained in:
parent
706a4ed0c2
commit
5314b8b5f2
|
@ -13,6 +13,13 @@ MANIFEST
|
|||
tarball
|
||||
|
||||
*/*.ps
|
||||
doc/*.toc
|
||||
doc/*.log
|
||||
doc/*.aux
|
||||
doc/*.pdf
|
||||
doc/*.idx
|
||||
doc/*.ilg
|
||||
doc/*.ind
|
||||
|
||||
v4l2/t
|
||||
v4l2/capture
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
DOC=the_floatimg_hack
|
||||
|
||||
pdflatex $DOC.tex
|
||||
|
||||
makeindex $DOC
|
||||
|
||||
pdflatex $DOC
|
|
@ -15,14 +15,25 @@
|
|||
|
||||
\makeindex
|
||||
% -------------------------------------------------------------------
|
||||
\title{DD2 Monitoring}
|
||||
\title{Floating images processing}
|
||||
\author{tTh}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
\section{Image flottante ?}
|
||||
|
||||
De quoi parle-t-on exactement ?
|
||||
|
||||
% -------------------------------------------------------------------
|
||||
|
||||
\tableofcontents
|
||||
|
||||
% -------------------------------------------------------------------
|
||||
\section{Example}
|
||||
|
||||
% -------------------------------------------------------------------
|
||||
\section{Les outils}
|
||||
|
||||
% -------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue