From: Fletcher T. Penney Date: Mon, 14 May 2018 16:28:59 +0000 (-0400) Subject: FIXED: Normalize line spacing in CriticMarkup notes in LaTeX (fixes #120) X-Git-Tag: 6.4.0^2~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14581d4901daa56bace331f93a091a3cf54e2286;p=multimarkdown FIXED: Normalize line spacing in CriticMarkup notes in LaTeX (fixes #120) --- diff --git a/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex b/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex index 6e06f55..e295556 100644 --- a/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex +++ b/texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex @@ -2,5 +2,5 @@ \usepackage{soul} \usepackage{xargs} \usepackage{todonotes} -\newcommandx{\cmnote}[2][1=]{\todo[linecolor=red,backgroundcolor=red!25,bordercolor=red,#1]{#2}} +\newcommandx{\cmnote}[2][1=]{\linespread{1.0}\todo[linecolor=red,backgroundcolor=red!25,bordercolor=red,#1]{#2}}