Revert "LaTeX: Use \ul (from the "soul" package) instead of \uline"

This reverts commit b399ff0cba.
This commit is contained in:
Nicolas Goaziou 2014-03-22 15:15:25 +01:00
parent cb53665e55
commit 95eeefa9bc
2 changed files with 1 additions and 2 deletions

View file

@ -3843,7 +3843,6 @@ header, or they will be appended."
("" "wrapfig" nil)
("" "rotating" nil)
("normalem" "ulem" t)
("" "soul" t)
("" "amsmath" t)
("" "textcomp" t)
("" "marvosym" t)

View file

@ -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.