[Tables] Remove labeledTable again
All checks were successful
Build docs / build_docs (push) Successful in 19s
Build helpers / build_helpers (push) Successful in 6s

This commit is contained in:
2026-01-05 16:08:22 +01:00
parent 88e2dc1a70
commit 579cbd96ca
2 changed files with 0 additions and 15 deletions

View File

@@ -30,8 +30,6 @@ This outputs as
Left content & Right Content\\
\end{fullTable}
You may also use the \verb|labeledTable| environment, which takes as fourth argument the label you want to give the table a label to reference using \verb|\ref{tab:<your-label>}|
\subsection{Index}

View File

@@ -31,16 +31,3 @@
\caption{\tableCaption}
\end{table}
}
% Labeled table. #1 layout, #2 title row, #3 caption, #4 label
\newenvironment{labeledTable}[4]{
\edef\tableLabel{#4}
\edef\tableCaption{#3}
\begin{table}[h!]
\begin{tables}{#1}{#2}
}{
\end{tables}
\caption{\tableCaption}
\label{\tableLabel}
\end{table}
}