For circumscribed circle, it is $\otimes$, $\ominus$, I get it, but how do you put them inside a square?
Asked
Active
Viewed 6,595 times
3
-
2What do you want to achieve that is not covered by the questions you link to? – Andrew Swann Mar 06 '16 at 17:41
1 Answers
7
Loading the amssymb package, you can use some commands

\documentclass[varwidth, margin=10pt]{standalone}
\usepackage{amssymb}
\begin{document}
$\boxtimes$ \par
$\boxplus$ \par
$\boxminus$ \par
\end{document}
Alenanno
- 37,338