From 8efa1d66944fd79594ac0d4114b886fb85509a1a Mon Sep 17 00:00:00 2001
From: Hans-Joerg Schurr <commits@schurr.at>
Date: Fri, 13 Jan 2023 12:08:17 -0600
Subject: [PATCH] Right align rule description (like it used to be)

this looks less ragged
---
 spec/doc.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/spec/doc.tex b/spec/doc.tex
index 40a2887..64769db 100644
--- a/spec/doc.tex
+++ b/spec/doc.tex
@@ -104,7 +104,7 @@
 \renewcommand\spsep{\cline{2-4}}
 \setlength{\arrayrulewidth}{0.8pt}
 \addtolength{\tabcolsep}{-4pt}
-\begin{xltabular}{\linewidth}{l c Y l}
+\begin{xltabular}{\linewidth}{l c Y r}
   \BODY
 \end{xltabular}
 \addtolength{\tabcolsep}{+4pt}
@@ -113,7 +113,7 @@
 \renewcommand\spsep{\cline{2-5}}
 \setlength{\arrayrulewidth}{0.8pt}
 \addtolength{\tabcolsep}{-4pt}
-\begin{xltabular}{\linewidth}{l l c Y l}
+\begin{xltabular}{\linewidth}{l l c Y r}
   \BODY
 \end{xltabular}
 \addtolength{\tabcolsep}{+4pt}
@@ -126,7 +126,7 @@
 \setlength{\arrayrulewidth}{0.8pt}%
 \addtolength{\tabcolsep}{-4pt}%
 \noindent
-\begin{tabularx}{\linewidth}{l c Y l}
+\begin{tabularx}{\linewidth}{l c Y r}
   \BODY
 \end{tabularx}
 \addtolength{\tabcolsep}{+4pt}
@@ -136,7 +136,7 @@
 \setlength{\arrayrulewidth}{0.8pt}%
 \addtolength{\tabcolsep}{-4pt}%
 \noindent
-\begin{tabularx}{\linewidth}{l l c Y l}
+\begin{tabularx}{\linewidth}{l l c Y r}
   \BODY
 \end{tabularx}
 \addtolength{\tabcolsep}{+4pt}
-- 
GitLab