From 61774c2f8ecc2fc4c24f31f8f294dfd22158d252 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 26 Sep 2024 20:19:01 +0200 Subject: [PATCH] [macros] Fix duplicate vertical lines visible in tables in [optional.assign] Fixes ISO/CS comment (C++23 proof) --- source/tables.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tables.tex b/source/tables.tex index 7bbd34d2d7..678ec5d98b 100644 --- a/source/tables.tex +++ b/source/tables.tex @@ -492,7 +492,7 @@ \newcommand{\bottomline}{\rowsep} \newcommand{\hdstyle}[1]{\textbf{##1}} \newcommand{\rowhdr}[1]{\hdstyle{##1}&} - \newcommand{\colhdr}[1]{\multicolumn{1}{|>{\centering}m{#6}|}{\hdstyle{##1}}} + \newcommand{\colhdr}[1]{\multicolumn{1}{>{\centering}m{#6}|}{\hdstyle{##1}}} \begin{floattablebasex} {#1}{#2} {>{\centering}m{#5}|@{}p{0.2\normalbaselineskip}@{}|m{#6}|m{#7} }