Fonts & Character SetsSpecial symbol: a dot above \leq

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
chanttd
Posts: 1
Joined: Thu Oct 27, 2011 3:15 pm

Special symbol: a dot above \leq

Post by chanttd »

I have \doteq for a dot above =

But I cannot search the symbol with a dot above \leq, > or <. Can anyone help me? Thanks.

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
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Special symbol: a dot above \leq

Post by Stefan Kottwitz »

You could define it yourself:

Code: Select all

\newcommand*{\dotleq}{\mathrel{\dot{\leq}}}
\newcommand*{\dotless}{\mathrel{\dot{<}}}
\newcommand*{\dotgreater}{\mathrel{\dot{>}}}
I used \mathrel to get a relation operator spacing.

Stefan
LaTeX.org admin
Post Reply