From: Fletcher T. Penney Date: Mon, 14 May 2018 16:51:50 +0000 (-0400) Subject: FIXED: Use \ul instead of \underline when soul package is in use (fixes #121) X-Git-Tag: 6.4.0^2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce0710291c5e7794602129bf584fb1a34b0e67bc;p=multimarkdown FIXED: Use \ul instead of \underline when soul package is in use (fixes #121) --- diff --git a/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex b/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex index e295556..56c4a7d 100644 --- a/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex +++ b/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex @@ -4,3 +4,5 @@ \usepackage{todonotes} \newcommandx{\cmnote}[2][1=]{\linespread{1.0}\todo[linecolor=red,backgroundcolor=red!25,bordercolor=red,#1]{#2}} +% Use \ul instead of \underline since we are using soul +\let\underline\ul