[skip ci] Build helpers on push

This commit is contained in:
Helpers compiler [bot]
2026-02-23 08:04:17 +00:00
parent 6c8f20336c
commit 9856f13f76
23 changed files with 2069 additions and 2150 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
@@ -25,7 +25,7 @@ This doesn't use the \texttt{table} environment, so no captions are possible, as
This outputs as
\begin{fullTable}{ll}{Left & Right}{This is a caption}
Left content & Right Content\\
Left content & Right Content\\
\end{fullTable}