Diff for /loncom/interface/entities.pm between versions 1.18 and 1.22

version 1.18, 2008/11/21 20:17:11 version 1.22, 2014/10/14 18:30:23
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 651  my %entities = ( Line 655  my %entities = (
   
     # Arrows and then some (harpoons from Hon Kie).      # Arrows and then some (harpoons from Hon Kie).
   
     8592     => '\textleftarrow',      8592     => '\ensuremath{\leftarrow}',
     'larr'   => '\textleftarrow',      'larr'   => '\ensuremath{\leftarrow}',
     8593     => '\textuparrow',      8593     => '\ensuremath{\uparrow}',
     'uarr'   => '\textuparrow',      'uarr'   => '\ensuremath{\uparrow}',
     8594     => '\textrightarrow',      8594     => '\ensuremath{\rightarrow}',
     'rarr'   => '\textrightarrow',      'rarr'   => '\ensuremath{\rightarrow}',
     8595     => '\textdownarrow',      'rightarrow' => '\ensuremath{\rightarrow}',
     'darr'   => '\textdownarrow',      8595     => '\ensuremath{\downarrow}',
       'darr'   => '\ensuremath{\downarrow}',
     8596     => '\ensuremath{\leftrightarrow}',      8596     => '\ensuremath{\leftrightarrow}',
     'harr'   => '\ensuremath{\leftrightarrow}',      'harr'   => '\ensuremath{\leftrightarrow}',
     8598     => '\ensuremath{\nwarrow}',      8598     => '\ensuremath{\nwarrow}',
Line 788  my %entities = ( Line 793  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}',

Removed from v.1.18  
changed lines
  Added in v.1.22


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>