better latex rendering of tt underscore

svn: r13667

original commit: 6250d5e9933800b344bd49554a753e2eeb5d72ac
This commit is contained in:
Matthew Flatt 2009-02-16 16:20:22 +00:00
parent 196e960734
commit e1f8c00bdf

View File

@ -374,7 +374,9 @@
[(#\\) (if (rendering-tt)
"{\\char`\\\\}"
"$\\backslash$")]
[(#\_) "$\\_$"]
[(#\_) (if (rendering-tt)
"{\\char`\\_}"
"$\\_$")]
[(#\^) "{\\char'136}"]
[(#\>) (if (rendering-tt) "{\\texttt >}" "$>$")]
[(#\<) (if (rendering-tt) "{\\texttt <}" "$<$")]