From 948f8bbaeadcd0dbb4841a539da5b27de6314dc3 Mon Sep 17 00:00:00 2001 From: Erwan Normand Date: Tue, 22 Oct 2024 11:50:18 +0200 Subject: [PATCH] Add raggedright table columns --- utils/commands.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/commands.tex b/utils/commands.tex index 61297d0..e725e72 100644 --- a/utils/commands.tex +++ b/utils/commands.tex @@ -198,6 +198,11 @@ \newcommand{\tabrow}[1]{#1 \\ \hline} +\newcolumntype{B}[1]{>{\raggedright}b{#1}} +\newcolumntype{C}[1]{>{\raggedright}c{#1}} +\newcolumntype{M}[1]{>{\raggedright}m{#1}} +\newcolumntype{P}[1]{>{\raggedright}p{#1}} + %% Other \newcommand{\horizontalrule}{\par\noindent\rule{\textwidth}{0.4pt}} % Horizontal line