Category Archives for TikZ
Circled numbers in text
Martin Tapankov asked on TeX.SX: What is a good way to make circled numbers in text? I’m trying to make some good-looking numbers in a circle, using the simple command: \textcircled{1} However, the circle is misaligned vertically with the number, … Continue reading
Harpoons in TikZ
Yasser Sobhdel asked on TeX.SX: Can I have any harpoons in TikZ? I refer to my previous question on harpoons: “How to draw protocol interaction” using amsmath. The closest thing I have found is this code: \begin{tikzpicture}[decoration={bent,aspect=.3}] \node[circle,draw] (A) … Continue reading