LuPi
21-12-2012, 16:53
Wie in beiliegendem Beispiel zu sehen, möchte ich in die text along path-
decoration Sonderzeichen (beispielsweise $\bullet$) unterbringen. Direkt
geht das wohl nicht und das fine manual hat mir leider auch nicht
weitergeholfen. Wie bekomme ich das hin?
\documentclass{scrartcl}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
\begin{document}
\begin{tikzpicture}
\path[decorate,decoration={text along path,
text={test \qquad $\bullet$ \qquad test}}]
(269:1.05cm) arc (269:-89:1.05cm);
\end{tikzpicture}
\end{document}
decoration Sonderzeichen (beispielsweise $\bullet$) unterbringen. Direkt
geht das wohl nicht und das fine manual hat mir leider auch nicht
weitergeholfen. Wie bekomme ich das hin?
\documentclass{scrartcl}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
\begin{document}
\begin{tikzpicture}
\path[decorate,decoration={text along path,
text={test \qquad $\bullet$ \qquad test}}]
(269:1.05cm) arc (269:-89:1.05cm);
\end{tikzpicture}
\end{document}