Math & Science ⇒ Shapes in LaTeX
Shapes in LaTeX
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Shapes in LaTeX
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\usepackage{mnsymbol}
\begin{document}
$\filledsquare$
$\blacklozenge$
\end{document}