on ajoute des trucs
This commit is contained in:
38
doc/gadgets-osc.tex
Normal file
38
doc/gadgets-osc.tex
Normal file
@@ -0,0 +1,38 @@
|
||||
\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{Open Sound Control}
|
||||
|
||||
De quoi parle-t-on exactement ?
|
||||
|
||||
% -------------------------------------------------------------------
|
||||
\section{Example}
|
||||
|
||||
|
||||
% -------------------------------------------------------------------
|
||||
|
||||
\pagebreak
|
||||
\tableofcontents
|
||||
\printindex
|
||||
|
||||
\end{document}
|
||||
9
doc/mkdoc.sh
Normal file
9
doc/mkdoc.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
DOC=gadgets-osc
|
||||
|
||||
pdflatex $DOC.tex
|
||||
|
||||
makeindex $DOC
|
||||
|
||||
pdflatex $DOC
|
||||
Reference in New Issue
Block a user