I have \doteq for a dot above =
But I cannot search the symbol with a dot above \leq, > or <. Can anyone help me? Thanks.
Fonts & Character Sets ⇒ Special symbol: a dot above \leq
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Special symbol: a dot above \leq
You could define it yourself:
I used \mathrel to get a relation operator spacing.
Stefan
Code: Select all
\newcommand*{\dotleq}{\mathrel{\dot{\leq}}}
\newcommand*{\dotless}{\mathrel{\dot{<}}}
\newcommand*{\dotgreater}{\mathrel{\dot{>}}}
Stefan
LaTeX.org admin