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