From d6f26007b99dda436592c1d3fc520b19c062e9ae Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Argos=29?=
 <stepan@adjemian.eu>
Date: Sat, 14 Sep 2024 22:53:54 +0200
Subject: [PATCH] Another cosmetic change (center first column).

---
 tables/template-short.tex | 2 +-
 tables/template.tex       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tables/template-short.tex b/tables/template-short.tex
index e45ad61..c685215 100644
--- a/tables/template-short.tex
+++ b/tables/template-short.tex
@@ -3,7 +3,7 @@
 
 \begin{document}
 
-\begin{tabular}{|l|c|c|c|cccc|cccc|cccc|}
+\begin{tabular}{|c|c|c|c|cccc|cccc|cccc|}
     \hline
      \textbf{Stack solve} & \textbf{MATLAB} & \textbf{USE\_DLL} & \textbf{BYTECODE} & \multicolumn{4}{c|}{\textbf{MATLAB+BLOCKS}} & \multicolumn{4}{c|}{\textbf{USE\_DLL+BLOCKS}} & \multicolumn{4}{c|}{\textbf{BYTECODE+BLOCKS}}\\
     %\cline{2-4}
diff --git a/tables/template.tex b/tables/template.tex
index e045f36..130811b 100644
--- a/tables/template.tex
+++ b/tables/template.tex
@@ -3,7 +3,7 @@
 
 \begin{document}
 
-\begin{tabular}{|l|c|c|c|cccc|cccc|cccc|}
+\begin{tabular}{|c|c|c|c|cccc|cccc|cccc|}
     \hline
      \textbf{Stack solver} & \textbf{MATLAB} & \textbf{USE\_DLL} & \textbf{BYTECODE} & \multicolumn{4}{c|}{\textbf{MATLAB+BLOCKS}} & \multicolumn{4}{c|}{\textbf{USE\_DLL+BLOCKS}} & \multicolumn{4}{c|}{\textbf{BYTECODE+BLOCKS}}\\
     %\cline{2-4}
-- 
GitLab