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
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
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¹
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
texsteffen
Posts: 2
Joined: Fri Feb 06, 2009 11:18 am

Re: Special sign

Post by texsteffen »

thanx
Post Reply