revert [skip ci] Build helpers on push
This commit is contained in:
2026-02-21 15:30:14 +00:00
parent 31e92b012b
commit 37b3fb0bd2
16 changed files with 443 additions and 443 deletions

View File

@@ -1,6 +1,6 @@
\newpage
\subsection{Tables}
You can set up nice looking tables using the \texttt{booktab} and \texttt{tabulary} environments.
You can set up nice looking tables using the \texttt{booktab} and \texttt{tabulary} environments.
\textit{New as of October 28 2025:} Tables and figures are now also numbered according to your settings
@@ -12,7 +12,7 @@ You can set up nice looking tables using the \texttt{booktab} and \texttt{tabula
This outputs as
\begin{tables}{ll}{Left & Right}
Left content & Right Content \\
Left content & Right Content \\
\end{tables}
This doesn't use the \texttt{table} environment, so no captions are possible, as to why there is also
@@ -27,7 +27,7 @@ This outputs as
\begin{fullTable}{ll}{Left & Right}{This is a caption}
Left content & Right Content\\
Left content & Right Content\\
\end{fullTable}