author | wenzelm |
Thu, 22 Oct 2015 22:38:08 +0200 | |
changeset 61505 | a4478ca660a5 |
parent 61504 | a7ae3ef886a9 |
child 61506 | 436b7fe89cdc |
--- a/src/Pure/Thy/latex.ML Thu Oct 22 21:34:28 2015 +0200 +++ b/src/Pure/Thy/latex.ML Thu Oct 22 22:38:08 2015 +0200 @@ -36,7 +36,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);