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

raeburn raeburn at source.lon-capa.org
Mon Aug 25 14:02:48 EDT 2014


raeburn		Mon Aug 25 18:02:48 2014 EDT

  Modified files:              
    /loncom/interface	entities.pm 
  Log:
  - Bug 6731.
    Support ≈ and ≊ in tex target.
  
  
Index: loncom/interface/entities.pm
diff -u loncom/interface/entities.pm:1.20 loncom/interface/entities.pm:1.21
--- loncom/interface/entities.pm:1.20	Thu Jun 19 19:18:17 2014
+++ loncom/interface/entities.pm	Mon Aug 25 18:02:48 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # entity -> tex.
 #
-# $Id: entities.pm,v 1.20 2014/06/19 19:18:17 raeburn Exp $
+# $Id: entities.pm,v 1.21 2014/08/25 18:02:48 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -789,7 +789,10 @@
     'cong'   => '\ensuremath{\cong}',
     8773     => '\ensuremath{\cong}',
     8775     => '\ensuremath{\ncong}',
+    8776     => '\ensuremath{\approx}',
+    'approx' => '\ensuremath{\approx}', 
     8778     => '\ensuremath{\approxeq}',
+    'approxeq' => '\ensuremath{\approxeq}',
     8784     => '\ensuremath{\doteq}',
     8785     => '\ensuremath{\doteqdot}',
     8786     => '\ensuremath{\fallingdotseq}',




More information about the LON-CAPA-cvs mailing list