[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
foxr
lon-capa-cvs-allow@mail.lon-capa.org
Mon, 26 May 2008 10:38:52 -0000
foxr Mon May 26 06:38:52 2008 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
Good load of complete entity table (Well the entity table in the HTML
pocket reference... still needs an exhaustive test of my typing.
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.140 loncom/xml/lonplot.pm:1.141
--- loncom/xml/lonplot.pm:1.140 Tue May 20 06:53:07 2008
+++ loncom/xml/lonplot.pm Mon May 26 06:38:52 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.140 2008/05/20 10:53:07 foxr Exp $
+# $Id: lonplot.pm,v 1.141 2008/05/26 10:38:52 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1101,7 +1101,40 @@
'(there4|#8756)' => {'tex' => '{/Symbol \134}', 'web' => "\x{2234}"}, # Therefore triple dots.
'(sim|#8764)' => {'tex' => '~', 'web' => "\x{223c}"}, # Simlar to.
'(cong|#8773)' => {'tex' => '{/Symbol \100}', 'web' => "\x{2245}"}, # Congruent to/with.
-
+ '(asymp|#8776)' => {'tex' => '{/Symbol \278}', 'web' => "\x{2248}"}, # Asymptotic to.
+ '(ne|#8800)' => {'tex' => '{/Symbol \271}', 'web' => "\x{2260}"}, # not equal to.
+ '(equiv|#8801)' => {'tex' => '{/Symbol \272}', 'web' => "\x{2261}"}, # Equivalent to.
+ '(le|8804)' => {'tex' => '{/Symbol \243}', 'web' => "\x{2264}"}, # Less than or equal to.
+ '(ge|8805)' => {'tex' => '{/Symbol \263}', 'web' => "\x{2265}"}, # Greater than or equal to
+ '(sub|8834)' => {'tex' => '{/Symbol \314}', 'web' => "\x{2282}"}, # Subset of.
+ '(sup|8835)' => {'tex' => '{/Symbol \311}', 'web' => "\x{2283}"}, # Super set of.
+ '(nsub|8836)' => {'tex' => '{/Symbol \313}', 'web' => "\x{2284}"}, # not subset of.
+ '(sube|8838)' => {'tex' => '{/Symbol \315}', 'web' => "\x{2286}"}, # Subset or equal.
+ '(supe|8839)' => {'tex' => '{/Symbol \312}', 'web' => "\x{2287}"}, # Superset or equal
+ '(oplus|8853)' => {'tex' => '{/Symbol \305}', 'web' => "\x{2295}"}, # O with plus inside
+ '(otimes|8855)' => {'tex' => '{/Symbol \304}', 'web' => "\x{2297}"}, # O with times.
+ '(perp|8869)' => {'tex' => '{/Symbol \136}', 'web' => "\x{22a5}"}, # Perpendicular.
+ '(sdot|8901)' => {'tex' => '{/Symbol \227}', 'web' => "\x{22c5}"}, # Dot operator.
+
+ # Misc. technical symbols:
+
+ '(lceil|8698)' => {'tex' => '{/Symbol \351}', 'web' => "\x{2308}"}, # Left ceiling.
+ '(rceil|8969)' => {'tex' => '{/Symbol \371}', 'web' => "\x{2309}"}, # Right ceiling.
+ '(lfloor|8970)' => {'tex' => '{/Symbol \353}', 'web' => "\x{230a}"}, # Left floor.
+ '(rfloor|8971)' => {'tex' => '{/Symbol \373}', 'web' => "\x{230b}"}, # Right floor.
+ '(lang|9001)' => {'tex' => '{/Symbol \341}', 'web' => "\x{2329}"}, # Left angle bracket.
+ '(rang|9002)' => {'tex' => '{/Symbol \361}', 'web' => "\x{232a}"}, # Right angle bracket.
+
+ # Gemoetric shapes.
+
+ '(loz|9674)' => {'tex' => '{/Symbol \340}', 'web' => "\x{25ca}"}, # Lozenge.
+
+ # Misc. symbols
+
+ '(spades|9824)' => {'tex' => '{/Symbol \252}', 'web' => "\x{2660}"},
+ '(clubs|9827)' => {'tex' => '{/Symbol \247}', 'web' => "\x{2663}"},
+ '(hearts|9829)' => {'tex' => '{/Symbol \251}', 'web' => "\x{2665}"},
+ '(diams|9830)' => {'tex' => '{/Symbol \250}', 'web' => "\x{2666}"}
);