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
- localghost
- Site Moderator
- Posts: 9201
- 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[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
Board Rules
Avoidable Mistakes[/size]
¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1