Hello.
I need to place a black loznge, tirangle and square in my thesis. I have found this document. But command such as \filledsquare or \blacklozenge are not recognized by latex.
Any thought?
Yotam
Math & Science ⇒ Shapes in LaTeX
NEW: TikZ book now 40% off at Amazon.com for a short time.

Shapes in LaTeX
Of course they work, once the appropriate packages have been loaded (amsmath, for \blacklozenge and mnsymbol for \filledsquare):
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\usepackage{mnsymbol}
\begin{document}
$\filledsquare$
$\blacklozenge$
\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...