Format source files with latexindent

This commit is contained in:
2025-08-17 08:13:12 +02:00
parent e570f36669
commit 907d5009a7
19 changed files with 84 additions and 85 deletions

View File

@@ -4,8 +4,8 @@
% | | / _ ) _ \ | | / __ \ __)
% | | ( (_| | |_) )| |( ___/__ \
% (_) \__ _)_ __/(___)\____)____/
\usepackage{booktabs}
\usepackage{tabulary}
@@ -14,9 +14,9 @@
\begin{center}
\begin{tabular}{#1}
\toprule
#2\\
#2 \\
\midrule
}{
}{
\bottomrule
\end{tabular}
\end{center}
@@ -27,7 +27,7 @@
\edef\tableCaption{#3}
\begin{table}[h!]
\begin{tables}{#1}{#2}
}{
}{
\end{tables}
\caption{\tableCaption}
\end{table}