four more symbols: [left|right]harpoon[up|down]
authorArne Heizmann <timwi@users.mediawiki.org>
Sun, 14 Nov 2004 15:56:18 +0000 (15:56 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Sun, 14 Nov 2004 15:56:18 +0000 (15:56 +0000)
math/texutil.ml

index 4377dfd..e9114f3 100644 (file)
@@ -374,6 +374,10 @@ let find = function
     | "\\upharpoonleft"    -> (tex_use_ams (); LITERAL (TEX_ONLY "\\upharpoonleft "))
     | "\\downharpoonright" -> (tex_use_ams (); LITERAL (TEX_ONLY "\\downharpoonright "))
     | "\\downharpoonleft"  -> (tex_use_ams (); LITERAL (TEX_ONLY "\\downharpoonleft "))
+    | "\\rightharpoonup"   -> (tex_use_ams (); LITERAL (TEX_ONLY "\\rightharpoonup "))
+    | "\\rightharpoondown" -> (tex_use_ams (); LITERAL (TEX_ONLY "\\rightharpoondown "))
+    | "\\leftharpoonup"    -> (tex_use_ams (); LITERAL (TEX_ONLY "\\leftharpoonup "))
+    | "\\leftharpoondown"  -> (tex_use_ams (); LITERAL (TEX_ONLY "\\leftharpoondown "))
     | "\\nless"            -> (tex_use_ams (); LITERAL (TEX_ONLY "\\nless "))
     | "\\Vdash"            -> (tex_use_ams (); LITERAL (TEX_ONLY "\\Vdash "))
     | "\\vDash"            -> (tex_use_ams (); LITERAL (TEX_ONLY "\\vDash "))