[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

@@ -2,7 +2,9 @@
\subsection{Tables} \subsection{Tables}
\textit{Included in \texttt{most} and up} \textit{Included in \texttt{most} and up}
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
\begin{minted}{latex} \begin{minted}{latex}
\begin{tables}{ll}{Left & Right} \begin{tables}{ll}{Left & Right}

View File

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