Rev. | 9c3289d3eaccd72539d7acb5fa6111bdbdef774d |
---|---|
Größe | 1,204 Bytes |
Zeit | 2018-10-31 22:22:43 |
Autor | Lorenzo Isella |
Log Message | I added a code for a more elaborate diagram. |
\documentclass{article}
\usepackage{smartdiagram,capt-of}
\usesmartdiagramlibrary{additions}
\begin{document}
Some lines of text: these should be above the diagram.
\begin{center}
\vskip 30mm\par
\smartdiagramset{
circular distance=36mm,
text width=35mm,
module minimum width=35mm,
module minimum height=15mm,
module shape=rectangle,
arrow tip=to,
uniform arrow color=true,
arrow color=gray!50!black,
border color=black,
uniform color list=white for 6 items,
additions={
additional item offset=15mm,
additional item text width=35mm,
additional item height=15mm,
additional item shape=rectangle,
additional item border color=black,
additional item shadow=drop shadow,
additional arrow color=gray!50!black,
}
}
\smartdiagramadd[circular diagram:clockwise]{
{And what happens now if I really really add a lot of text here in
this point(2)},
{Third Box (3)},
{Fourth Box (4)},
{Fifth Box (5)},
{Sixth Box (6)}
}{
above of module1/{First Box (1)
}
}
\smartdiagramconnect{-to}{additional-module1/module1}
\captionof{figure}{Example diagram.}
\end{center}
\end{document}