]> granicus.if.org Git - multimarkdown/commitdiff
FIXED: Use \ul instead of \underline when soul package is in use (fixes #121)
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Mon, 14 May 2018 16:51:50 +0000 (12:51 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Mon, 14 May 2018 16:51:50 +0000 (12:51 -0400)
texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex

index e295556fcf4c8abab1113b356159164423ecbad1..56c4a7d7db438a30d37e362c9580ad85576700fb 100644 (file)
@@ -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