hey guys,
i'm searching for my exam thesis for 2 special signs: two squares. one complete black and one white. it's necessary that the signs could be used sub- and superscriptly in the math area. thanks for your help!
Fonts & Character Sets ⇒ Special sign
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Special sign
Include the amssymb package and you will get the desired symbols.
MfG
Thorsten¹
Code: Select all
\documentclass[11pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\[
A_\square^\blacksquare
\]
\end{document}
MfG
Thorsten¹
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10