avoid odd ligatures;
authorwenzelm
Mon, 20 Oct 2014 22:46:17 +0200
changeset 58727 e3d0a6a012eb
parent 58726 cee57ab1f76f
child 58728 42398b610f86
avoid odd ligatures;
src/Pure/Thy/latex.ML
--- a/src/Pure/Thy/latex.ML	Mon Oct 20 21:48:03 2014 +0200
+++ b/src/Pure/Thy/latex.ML	Mon Oct 20 22:46:17 2014 +0200
@@ -39,7 +39,7 @@
       | "\t" => "\\ "
       | "\n" => "\\isanewline\n"
       | s =>
-          if exists_string (fn s' => s = s') "#$%^&_{}~\\"
+          if exists_string (fn s' => s = s') "#$%^&_{}~\\<>"
           then enclose "{\\char`\\" "}" s else s);