From 14581d4901daa56bace331f93a091a3cf54e2286 Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Mon, 14 May 2018 12:28:59 -0400 Subject: [PATCH] FIXED: Normalize line spacing in CriticMarkup notes in LaTeX (fixes #120) --- texmf/tex/latex/mmd6/shared/mmd6-criticmarkup.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}} -- 2.40.0