[tables] Fix errors
All checks were successful
Update helpers / build_helpers (push) Successful in 29s

This commit is contained in:
2026-01-10 08:35:07 +01:00
parent fd7ce878e5
commit 4577950acc
4 changed files with 36 additions and 36 deletions

18
dist/full.tex vendored
View File

@@ -633,14 +633,14 @@
% │ Counter numbering │ % │ Counter numbering │
% └ ┘ % └ ┘
\newcommand{\preTableAndFigHook}[1]{% \newcommand{\preTableAndFigHook}[1]{%
\ifnum\value{numberingConfig}>1 \ifnum\value{numberingConfig}>1%
\ifnum\value{numberSubsections}=1 \ifnum\value{numberSubsections}=1%
\stepcounter{allss} \stepcounter{allss}%
\else \else
\ifnum\value{numberSubsections}=2 \ifnum\value{numberSubsections}=2%
\stepcounter{allsss} \stepcounter{allsss}%
\else \else%
\stepcounter{all} \stepcounter{all}%
\fi \fi
\fi \fi
\fi \fi
@@ -651,8 +651,8 @@
\newcommand{\applyTableAndFigureNumbering}{ \newcommand{\applyTableAndFigureNumbering}{
% Tables & Figures % Tables & Figures
\ifnum\value{numberingConfig}=0 \ifnum\value{numberingConfig}=0
\renewcommand{\thetable}{} \renewcommand{\thetable}{\arabic{table}}
\renewcommand{\thefigure}{} \renewcommand{\thefigure}{\arabic{figure}}
\else \else
\ifnum\value{numberingConfig}=1 \ifnum\value{numberingConfig}=1
\renewcommand{\thetable}{\sectionNumbering.\arabic{table}} \renewcommand{\thetable}{\sectionNumbering.\arabic{table}}

18
dist/most.tex vendored
View File

@@ -633,14 +633,14 @@
% │ Counter numbering │ % │ Counter numbering │
% └ ┘ % └ ┘
\newcommand{\preTableAndFigHook}[1]{% \newcommand{\preTableAndFigHook}[1]{%
\ifnum\value{numberingConfig}>1 \ifnum\value{numberingConfig}>1%
\ifnum\value{numberSubsections}=1 \ifnum\value{numberSubsections}=1%
\stepcounter{allss} \stepcounter{allss}%
\else \else
\ifnum\value{numberSubsections}=2 \ifnum\value{numberSubsections}=2%
\stepcounter{allsss} \stepcounter{allsss}%
\else \else%
\stepcounter{all} \stepcounter{all}%
\fi \fi
\fi \fi
\fi \fi
@@ -651,8 +651,8 @@
\newcommand{\applyTableAndFigureNumbering}{ \newcommand{\applyTableAndFigureNumbering}{
% Tables & Figures % Tables & Figures
\ifnum\value{numberingConfig}=0 \ifnum\value{numberingConfig}=0
\renewcommand{\thetable}{} \renewcommand{\thetable}{\arabic{table}}
\renewcommand{\thefigure}{} \renewcommand{\thefigure}{\arabic{figure}}
\else \else
\ifnum\value{numberingConfig}=1 \ifnum\value{numberingConfig}=1
\renewcommand{\thetable}{\sectionNumbering.\arabic{table}} \renewcommand{\thetable}{\sectionNumbering.\arabic{table}}

18
dist/recommended.tex vendored
View File

@@ -633,14 +633,14 @@
% │ Counter numbering │ % │ Counter numbering │
% └ ┘ % └ ┘
\newcommand{\preTableAndFigHook}[1]{% \newcommand{\preTableAndFigHook}[1]{%
\ifnum\value{numberingConfig}>1 \ifnum\value{numberingConfig}>1%
\ifnum\value{numberSubsections}=1 \ifnum\value{numberSubsections}=1%
\stepcounter{allss} \stepcounter{allss}%
\else \else
\ifnum\value{numberSubsections}=2 \ifnum\value{numberSubsections}=2%
\stepcounter{allsss} \stepcounter{allsss}%
\else \else%
\stepcounter{all} \stepcounter{all}%
\fi \fi
\fi \fi
\fi \fi
@@ -651,8 +651,8 @@
\newcommand{\applyTableAndFigureNumbering}{ \newcommand{\applyTableAndFigureNumbering}{
% Tables & Figures % Tables & Figures
\ifnum\value{numberingConfig}=0 \ifnum\value{numberingConfig}=0
\renewcommand{\thetable}{} \renewcommand{\thetable}{\arabic{table}}
\renewcommand{\thefigure}{} \renewcommand{\thefigure}{\arabic{figure}}
\else \else
\ifnum\value{numberingConfig}=1 \ifnum\value{numberingConfig}=1
\renewcommand{\thetable}{\sectionNumbering.\arabic{table}} \renewcommand{\thetable}{\sectionNumbering.\arabic{table}}

View File

@@ -71,14 +71,14 @@
% │ Counter numbering │ % │ Counter numbering │
% └ ┘ % └ ┘
\newcommand{\preTableAndFigHook}[1]{% \newcommand{\preTableAndFigHook}[1]{%
\ifnum\value{numberingConfig}>1 \ifnum\value{numberingConfig}>1%
\ifnum\value{numberSubsections}=1 \ifnum\value{numberSubsections}=1%
\stepcounter{allss} \stepcounter{allss}%
\else \else
\ifnum\value{numberSubsections}=2 \ifnum\value{numberSubsections}=2%
\stepcounter{allsss} \stepcounter{allsss}%
\else \else%
\stepcounter{all} \stepcounter{all}%
\fi \fi
\fi \fi
\fi \fi
@@ -89,8 +89,8 @@
\newcommand{\applyTableAndFigureNumbering}{ \newcommand{\applyTableAndFigureNumbering}{
% Tables & Figures % Tables & Figures
\ifnum\value{numberingConfig}=0 \ifnum\value{numberingConfig}=0
\renewcommand{\thetable}{} \renewcommand{\thetable}{\arabic{table}}
\renewcommand{\thefigure}{} \renewcommand{\thefigure}{\arabic{figure}}
\else \else
\ifnum\value{numberingConfig}=1 \ifnum\value{numberingConfig}=1
\renewcommand{\thetable}{\sectionNumbering.\arabic{table}} \renewcommand{\thetable}{\sectionNumbering.\arabic{table}}