version 1.19, 2009/07/23 10:53:03
|
version 1.23, 2019/02/23 20:05:50
|
Line 87 use strict;
|
Line 87 use strict;
|
|
|
The general punctuation set |
The general punctuation set |
|
|
=item (8472-8501) |
=item (8462-8501) |
|
|
Letter like symbols |
Letter like symbols |
|
|
Line 637 my %entities = (
|
Line 637 my %entities = (
|
'euro' => '\texteuro', |
'euro' => '\texteuro', |
|
|
# Letter like symbols |
# Letter like symbols |
|
|
|
8462 => '\ensuremath{h}', |
|
'planckh' => '\ensuremath{h}', |
|
8463 => '\ensuremath{\hbar}', |
|
'hbar' => '\ensuremath{\hbar}', |
8472 => '\ensuremath{\wp}', |
8472 => '\ensuremath{\wp}', |
'weierp' => '\ensuremath{\wp}', |
'weierp' => '\ensuremath{\wp}', |
8465 => '\ensuremath{\Im}', |
8465 => '\ensuremath{\Im}', |
Line 646 my %entities = (
|
Line 650 my %entities = (
|
'real' => '\ensuremath{\Re}', |
'real' => '\ensuremath{\Re}', |
8482 => '\texttrademark', |
8482 => '\texttrademark', |
'trade' => '\texttrademark', |
'trade' => '\texttrademark', |
|
8496 => '\ensuremath{\mathcal{E}}', |
|
'expectation' => '\ensuremath{\mathcal{E}}', |
8501 => '\ensuremath{\aleph}', |
8501 => '\ensuremath{\aleph}', |
'alefsym'=> '\ensuremath{\aleph}', |
'alefsym'=> '\ensuremath{\aleph}', |
|
|
Line 657 my %entities = (
|
Line 663 my %entities = (
|
'uarr' => '\ensuremath{\uparrow}', |
'uarr' => '\ensuremath{\uparrow}', |
8594 => '\ensuremath{\rightarrow}', |
8594 => '\ensuremath{\rightarrow}', |
'rarr' => '\ensuremath{\rightarrow}', |
'rarr' => '\ensuremath{\rightarrow}', |
|
'rightarrow' => '\ensuremath{\rightarrow}', |
8595 => '\ensuremath{\downarrow}', |
8595 => '\ensuremath{\downarrow}', |
'darr' => '\ensuremath{\downarrow}', |
'darr' => '\ensuremath{\downarrow}', |
8596 => '\ensuremath{\leftrightarrow}', |
8596 => '\ensuremath{\leftrightarrow}', |
Line 788 my %entities = (
|
Line 795 my %entities = (
|
'cong' => '\ensuremath{\cong}', |
'cong' => '\ensuremath{\cong}', |
8773 => '\ensuremath{\cong}', |
8773 => '\ensuremath{\cong}', |
8775 => '\ensuremath{\ncong}', |
8775 => '\ensuremath{\ncong}', |
|
8776 => '\ensuremath{\approx}', |
|
'approx' => '\ensuremath{\approx}', |
8778 => '\ensuremath{\approxeq}', |
8778 => '\ensuremath{\approxeq}', |
|
'approxeq' => '\ensuremath{\approxeq}', |
8784 => '\ensuremath{\doteq}', |
8784 => '\ensuremath{\doteq}', |
8785 => '\ensuremath{\doteqdot}', |
8785 => '\ensuremath{\doteqdot}', |
8786 => '\ensuremath{\fallingdotseq}', |
8786 => '\ensuremath{\fallingdotseq}', |