better latex rendering of tt underscore
svn: r13667
This commit is contained in:
parent
16d3208fb3
commit
6250d5e993
|
@ -374,7 +374,9 @@
|
|||
[(#\\) (if (rendering-tt)
|
||||
"{\\char`\\\\}"
|
||||
"$\\backslash$")]
|
||||
[(#\_) "$\\_$"]
|
||||
[(#\_) (if (rendering-tt)
|
||||
"{\\char`\\_}"
|
||||
"$\\_$")]
|
||||
[(#\^) "{\\char'136}"]
|
||||
[(#\>) (if (rendering-tt) "{\\texttt >}" "$>$")]
|
||||
[(#\<) (if (rendering-tt) "{\\texttt <}" "$<$")]
|
||||
|
|
Loading…
Reference in New Issue
Block a user