[Docs] Add docs on tables and figures now rendering with numbers

This commit is contained in:
2025-10-28 09:42:33 +01:00
parent d2165eb986
commit a808d2e61b
3 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@@ -4,6 +4,8 @@
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
\begin{minted}{latex}
\begin{tables}{ll}{Left & Right}
Left content & Right Content\\

View File

@@ -80,6 +80,7 @@
\else
\stepcounter{all}
\fi
\fi
\fi
}
\AtBeginEnvironment{table}{\preTableAndFigHook{table}}