summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-01-22 03:00:46 +0000
committerNorbert Preining <norbert@preining.info>2021-01-22 03:00:46 +0000
commite1a7798f45cd37c0aa0bfaaef5f0acb4e48bc867 (patch)
treed2bbebcdb7bcb8fe013a9d3cbd2cff880b18afbf /obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex
parent37cb9bbabbfe1a8d0d1334832814ccbefcf9ac0a (diff)
CTAN sync 202101220300
Diffstat (limited to 'obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex')
-rw-r--r--obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex55
1 files changed, 0 insertions, 55 deletions
diff --git a/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex b/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex
deleted file mode 100644
index c880642ca7..0000000000
--- a/obsolete/macros/latex/contrib/tkz/tkz-berge/NamedGraphs/doc/latex/NamedGraphs-Crown.tex
+++ /dev/null
@@ -1,55 +0,0 @@
-\newpage\section{Crown}\label{crown}
-%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
-%<––––––––––––––––––––––––––––– Crown ––––––––––––––––––––––––––––––––>
-%<––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––>
-\begin{NewMacroBox}{grCrown}{\oarg{options}\var{integer}}
-
-
-\medskip
-From MathWord : \url{http://mathworld.wolfram.com/CrownGraph.html}
-
-\emph{The Crown graph for an integer is the graph with vertex set
-$\{x_0,x_1,\dots,x_{n-1},y_0,y_1,\dots,y_{n-1}\}$\hfill\break
-and edge set \hfill\break
-$\{(x_i,x_j): 0\leq i,j\leq n-1,i \not=j\}$.}
-\href{http://mathworld.wolfram.com/topics/GraphTheory.html}%
- {\textcolor{blue}{MathWorld}} by \href{http://en.wikipedia.org/wiki/Eric_W._Weisstein}%
- {\textcolor{blue}{E.Weisstein}}
-
-\medskip
-The Crown graph is implemented in \tkzname{tkz-berge} as \tkzcname{grCrown} with two forms.
-\end{NewMacroBox}
-
-
-\subsection{\tkzname{Crown graph form 1}}
-
-\begin{center}
-\begin{tkzexample}[vbox]
-\begin{tikzpicture}
-\tikzstyle{VertexStyle} = [shape = circle,
- shading = ball,
- ball color = green,
- minimum size = 24pt,
- draw]
-\tikzstyle{EdgeStyle} = [thick,
- double = orange,
- double distance = 1pt]
-\SetVertexLabel\SetVertexMath
-\grCrown[RA=3,RS=6]{4}
- \end{tikzpicture}
-\end{tkzexample}
-
-\end{center}
-
-\vfill\newpage
-\subsection{\tkzname{Crown graph form 2}}
-
-\begin{center}
-\begin{tkzexample}[vbox]
-\begin{tikzpicture}
- \grCrown[form=2,RA=4,RS=6]{4}
- \end{tikzpicture}
-\end{tkzexample}
-\end{center}
-
-\endinput \ No newline at end of file