[LON-CAPA-cvs] cvs: loncom /interface entities.pm
raeburn
raeburn at source.lon-capa.org
Tue Oct 14 14:30:24 EDT 2014
raeburn Tue Oct 14 18:30:24 2014 EDT
Modified files:
/loncom/interface entities.pm
Log:
- Bug 6749.
- Support for ℏ ℏ ℎ in tex target.
Index: loncom/interface/entities.pm
diff -u loncom/interface/entities.pm:1.21 loncom/interface/entities.pm:1.22
--- loncom/interface/entities.pm:1.21 Mon Aug 25 18:02:48 2014
+++ loncom/interface/entities.pm Tue Oct 14 18:30:23 2014
@@ -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 @@
The general punctuation set
-=item (8472-8501)
+=item (8462-8501)
Letter like symbols
@@ -637,7 +637,11 @@
'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}',
More information about the LON-CAPA-cvs
mailing list