diff --git a/docs/docs.pdf b/docs/docs.pdf index d4a8cf1..af4d339 100644 Binary files a/docs/docs.pdf and b/docs/docs.pdf differ diff --git a/docs/parts/reference/tables-index.tex b/docs/parts/reference/tables-index.tex index 3dc847a..a24e35f 100644 --- a/docs/parts/reference/tables-index.tex +++ b/docs/parts/reference/tables-index.tex @@ -2,7 +2,9 @@ \subsection{Tables} \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{tables}{ll}{Left & Right} diff --git a/main/style/counters.tex b/main/style/counters.tex index ccadc2e..4740837 100644 --- a/main/style/counters.tex +++ b/main/style/counters.tex @@ -80,6 +80,7 @@ \else \stepcounter{all} \fi + \fi \fi } \AtBeginEnvironment{table}{\preTableAndFigHook{table}}