I have MacOSX Leopard, TeXShop and have copied the ifsym package to /usr/local/texlive/2009/texmf-dist/doc/latex/, downloaded from ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/ifsym.html
and successfully installed it etc. (updated my index: sudo texhash)
I tried to compile this piece of LaTeX code:
\documentclass{article}
\usepackage[geometry]{ifsym}
\begin{document}
$\FilledTriangleRight$
\end{document}
It compiles successfully but without the correct output, it prints a small italic letter 'd', I mean just d in the PDF.
Does anyone have an idea what I should do, so that it will print a filled triangle pointing to the left? (from the ifsym package of course, no others)