Fonts & Character SetsSpecial sign

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
texsteffen
Posts: 2
Joined: Fri Feb 06, 2009 11:18 am

Special sign

Post by texsteffen »

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!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Special sign

Post by localghost »

Include the amssymb package and you will get the desired symbols.

Code: Select all

Code, edit and compile here:
\documentclass[11pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\begin{document}
\[
A_\square^\blacksquare
\]
\end{document}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

MfG
Thorsten¹
texsteffen
Posts: 2
Joined: Fri Feb 06, 2009 11:18 am

Re: Special sign

Post by texsteffen »

thanx
Post Reply