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.

User avatar
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

\documentclass[11pt,a4paper]{article}
\usepackage{amsmath}
\usepackage{amssymb}

\begin{document}
  \[
    A_\square^\blacksquare
  \]
\end{document}

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

Re: Special sign

Post by texsteffen »

thanx
Post Reply