diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /graphics/pgf/contrib/fast-diagram/help.tex |
Initial commit
Diffstat (limited to 'graphics/pgf/contrib/fast-diagram/help.tex')
-rw-r--r-- | graphics/pgf/contrib/fast-diagram/help.tex | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/graphics/pgf/contrib/fast-diagram/help.tex b/graphics/pgf/contrib/fast-diagram/help.tex new file mode 100644 index 0000000000..ad0d0bf60a --- /dev/null +++ b/graphics/pgf/contrib/fast-diagram/help.tex @@ -0,0 +1,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}
\ No newline at end of file |