Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. \documentclass{standalone}
  2. \usepackage{tikz}
  3. \usetikzlibrary{shapes.misc, positioning, backgrounds, fit}
  4. \usetikzlibrary{decorations.text}
  5.  
  6. \begin{document}
  7.  
  8. \begin{tikzpicture}[node distance=1 and 1]
  9. \draw (0,0) circle (3cm);
  10. \draw (0,0) [decorate, decoration={text along path,
  11. raise=6pt, text align={align=center, left indent=5cm}, text={Text along path}}] circle (3cm);
  12. \end{tikzpicture}
  13.  
  14. \end{document}
Add Comment
Please, Sign In to add comment