summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-03-10 03:01:27 +0000
committerNorbert Preining <norbert@preining.info>2020-03-10 03:01:27 +0000
commit877268a0de707a979be934d888518f6cc02d73a6 (patch)
tree30597445c86d75b20a836b6c90ab6c31b76d902e /macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex
parent0561778af6f8fde0a3a1c334e2aab9a4f1142d6e (diff)
CTAN sync 202003100301
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex59
1 files changed, 0 insertions, 59 deletions
diff --git a/macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex b/macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex
deleted file mode 100644
index 2029178980..0000000000
--- a/macros/latex/contrib/tkz/tkz-berge/doc/latex/TKZdoc-berge-style.tex
+++ /dev/null
@@ -1,59 +0,0 @@
-%!TEX root = /Users/ego/Boulot/TKZ/tkz-berge/doc-us/TKZdoc-berge-main.tex
-\section{Macros and Styles}
-
-\subsection{How to change the background color and text color}
-
-You can use the following macro :
-
-\begin{NewMacroBox}{tkzSetUpColors}{\oarg{local options}}
-
-\begin{tabular}{llc}
- Options & default & definition \\
-\midrule
-\TOline{background} {white} {couleur du fond }
-\TOline{text} {black} {couleur du texte }
-\end{tabular}
-\end{NewMacroBox}
-
-
-
-
-\subsection{Modification of labels \tkzcname{AssignVertexLabel}}
-
-\begin{NewMacroBox}{AssignVertexLabel}{\oarg{local options}\var{prefix}\var{List of names}}
-\begin{tabular}{lll}
- Arguments & & example \\
-\midrule
-\TAline{prefix} {} {\tkzcname{AssignVertexLabel\{a\}\{Alter\}}}
-\TAline{List of names} {} {\tkzcname{AssignVertexLabel\{a\}\{Paris,Lyon\}}}
-\bottomrule
-\end{tabular}
-
-\medskip
-\begin{tabular}{llc}
- Options & default & definition \\
-\midrule
-\TOline{size} {\tkzcname{normalsize}} {taille de la fonte }
-\TOline{color} {black} {couleur du texte }
-\TOline{Math} {false} {math mode }
-\end{tabular}
-\end{NewMacroBox}
-
-\medskip
-\subsubsection{AssignStyle and \tkzcname{AssignVertexLabel}}
-First step : We create an empty graph without labels.
-
-Second step : We place labels with the macro \tkzcname{AssignVertexLabel} \begin{center}
-\begin{tkzexample}[vbox]
-\begin{tikzpicture}
- \SetVertexNoLabel
- \grCycle{6}
- \tikzset{AssignStyle/.append style = {below=12pt}}
- \AssignVertexLabel[color = blue,%
- size = \footnotesize]{a}{%
- Paris,Lyon,Marseille,Bordeaux,Reims,Saint-Etienne}
-\end{tikzpicture}
-\end{tkzexample}
-\end{center}
-
-\endinput \ No newline at end of file