TransWikia.com

Overleaf ignoring Pisymbol command

TeX - LaTeX Asked by User.cpp on August 18, 2021

I’m attempting to draw a dancing man in the label of a node of my drawing, but Overleaf is straight up ignoring my Pisymbol. The text "dancing fellow" is displayed correctly, but the symbol is not. Do I need to include something in particular along with pifont?

documentclass{paper}
usepackage{tikz}
usepackage{pifont}
begin{document}
begin{tikzpicture}
draw (0, 1.2) node [label = below : Dancing fellow Pisymbol{dancers}{181}] {};
end{tikzpicture}
end{document}

I also tried the command outside of the tikz environment and it is still not dispaying the dancing guy.

The symbol was found here on page 226.
Thanks in advance to anyone.

One Answer

There is no LaTeX support for the dancers font and the Comprehensive List should be clearer about this.

documentclass{paper}
usepackage{tikz}
usepackage{pifont}

DeclareFontFamily{U}{dancers}{}
DeclareFontShape{U}{dancers}{m}{n}{<-> dancers}{}

begin{document}

begin{tikzpicture}
draw (0, 1.2) node [label = below : Dancing fellow Pisymbol{dancers}{181}] {};
end{tikzpicture}

end{document}

enter image description here

Correct answer by egreg on August 18, 2021

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP