--- loncom/interface/entities.pm 2014/08/25 18:02:48 1.21 +++ loncom/interface/entities.pm 2014/10/14 18:30:23 1.22 @@ -1,7 +1,7 @@ # The LearningOnline Network # entity -> tex. # -# $Id: entities.pm,v 1.21 2014/08/25 18:02:48 raeburn Exp $ +# $Id: entities.pm,v 1.22 2014/10/14 18:30:23 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -87,7 +87,7 @@ use strict; The general punctuation set -=item (8472-8501) +=item (8462-8501) Letter like symbols @@ -637,7 +637,11 @@ my %entities = ( 'euro' => '\texteuro', # Letter like symbols - + + 8462 => '\ensuremath{h}', + 'planckh' => '\ensuremath{h}', + 8463 => '\ensuremath{\hbar}', + 'hbar' => '\ensuremath{\hbar}', 8472 => '\ensuremath{\wp}', 'weierp' => '\ensuremath{\wp}', 8465 => '\ensuremath{\Im}',