blob: ad0d0bf60a3f8181e7f17f11af10d3a785f5aeb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
\documentclass[a4paper,12pt]{article}
\input{./sources_help/reglages.tex}
\usepackage[raccourcis]{fast-diagram}
\begin{document}
\maketitle
\renewcommand{\fastLargeurBoite}{3.5cm}
\renewcommand{\fastEspaceColonne}{5cm}
\renewcommand{\fastEpaisseurTraits}{1.5pt}
\renewcommand{\fastHauteurBoite}{2em}
\section*{Table des matières}
\vfill
\begin{center}
\footnotesize
\begin{fast}{Package ``fast-diagram.sty''}
\FT{\maref{intro}}{
\FT{\maref{auteur}}{}
\FT{\maref{rappel}}{}
\FT{\maref{limitations}}{}
}
\FT{\maref{exemple}}{}
\FT{\maref{MP}}{
\FT{\maref{installation}}{}
\FT{\maref{packages}}{}
\FT{\maref{appel}}{}
}
\FT{\maref{commandes}}{
\FT{\maref{environnement}}{}
\FT{\maref{principe}}{}
\FT{\maref{FT}}{}
\FT{\maref{ST}}{}
\FT{\maref{fvide}}{}
\FT{\maref{trait}}{}
}
\FT{\maref{MIP}}{
\FT{\maref{reset}}{}
\FT{\maref{dimensions}}{}
\FT{\maref{couleurs}}{}
}
\FT{\maref{tikzz}}{
\FT{\maref{tikzpartout}}{}
\FT{\maref{boites}}{}
\FT{\maref{perso}}{}
}
\end{fast}
\end{center}
\vfill
\fastReset
\newpage
\input{./sources_help/intro.tex}\newpage
\input{./sources_help/exemple.tex}\newpage
\input{./sources_help/installation.tex}\newpage
\input{./sources_help/commandes.tex}\newpage
\input{./sources_help/miseEnForme.tex}\newpage
\input{./sources_help/tikz.tex}\newpage
\end{document}
|