|
@@ -533,7 +533,7 @@ When nil, no transformation is made."
|
|
|
(code . verb)
|
|
|
(italic . "\\emph{%s}")
|
|
|
(strike-through . "\\sout{%s}")
|
|
|
- (underline . "\\ul{%s}")
|
|
|
+ (underline . "\\uline{%s}")
|
|
|
(verbatim . protectedtexttt))
|
|
|
"Alist of LaTeX expressions to convert text markup.
|
|
|
|