[LON-CAPA-cvs] cvs: loncom /interface entities.pm

raeburn raeburn at source.lon-capa.org
Thu Jun 19 15:18:17 EDT 2014


raeburn		Thu Jun 19 19:18:17 2014 EDT

  Modified files:              
    /loncom/interface	entities.pm 
  Log:
  - Bug 6716. Support for → in TeX output.
  
  
Index: loncom/interface/entities.pm
diff -u loncom/interface/entities.pm:1.19 loncom/interface/entities.pm:1.20
--- loncom/interface/entities.pm:1.19	Thu Jul 23 10:53:03 2009
+++ loncom/interface/entities.pm	Thu Jun 19 19:18:17 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # entity -> tex.
 #
-# $Id: entities.pm,v 1.19 2009/07/23 10:53:03 foxr Exp $
+# $Id: entities.pm,v 1.20 2014/06/19 19:18:17 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -657,6 +657,7 @@
     'uarr'   => '\ensuremath{\uparrow}',
     8594     => '\ensuremath{\rightarrow}',
     'rarr'   => '\ensuremath{\rightarrow}',
+    'rightarrow' => '\ensuremath{\rightarrow}',
     8595     => '\ensuremath{\downarrow}',
     'darr'   => '\ensuremath{\downarrow}',
     8596     => '\ensuremath{\leftrightarrow}',




More information about the LON-CAPA-cvs mailing list