Math & Science ⇒ ding symbol in align* environment
-
- Posts: 402
- Joined: Fri May 20, 2011 9:41 am
ding symbol in align* environment
How do I use \ding{192} which is a circled "1" in an align* environment?
Last edited by ghostanime2001 on Mon Jun 27, 2011 8:56 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
ding symbol in align* environment
It works using the text mode:
Stefan
Code: Select all
\documentclass{article}
\usepackage{amsmath}
\usepackage{pifont}
\begin{document}
\begin{align*}
\text{\ding{192}}
\end{align*}
\end{document}
LaTeX.org admin