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