From 3fd21f139a8066da3c505ee23a360101508ac4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Thu, 20 Feb 2020 15:46:22 +0100 Subject: [PATCH] use rowgroup instead of group for excitation --- content/multipledataset.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/multipledataset.html b/content/multipledataset.html index cf15bf7c..6341b681 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -434,7 +434,7 @@ draft: false if (ex[3].Value == VertExcitationKinds.Fluorescence.Value) { Vertkindtext = String.raw`[${VertExcitationKinds.Fluorescence.LaTeX}]` } - $("", { scope: "row" }).text(String.raw`${LatexInline[0]}${ex[0].toLaTeX()} \rightarrow ${ex[1].toLaTeX()} ${Vertkindtext}(${ex[2].LaTeX}) ${LatexInline[1]}`).appendTo(tr) + $("", { scope: "rowgroup" }).text(String.raw`${LatexInline[0]}${ex[0].toLaTeX()} \rightarrow ${ex[1].toLaTeX()} ${Vertkindtext}(${ex[2].LaTeX}) ${LatexInline[1]}`).appendTo(tr) var entries = Array.from(exdat.entries()) for (const method of sortedMethods) { td = $("").addClass("NumberCell")