From 921f3447ba693003730d1d301cfbbde5308e9cbd Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Sat, 21 Feb 2026 16:42:45 +0100 Subject: [PATCH] fix incorrect command --- janishutz-helpers.tex | 4 ++-- src/counters/usercommands.sty | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/janishutz-helpers.tex b/janishutz-helpers.tex index a548a98..d3a32fd 100644 --- a/janishutz-helpers.tex +++ b/janishutz-helpers.tex @@ -1103,12 +1103,12 @@ \newcommand{\setsubsectionnumbering}[1]{ \renewcommand{\subsectionnumbering}{#1} - \loadNumberingConfig + \loadNumberingConfiguration } \newcommand{\setnumberingpreset}[1]{ \renewcommand{\numberingpreset}{#1} - \loadNumberingConfig + \loadNumberingConfiguration } diff --git a/src/counters/usercommands.sty b/src/counters/usercommands.sty index 226084f..77d543d 100644 --- a/src/counters/usercommands.sty +++ b/src/counters/usercommands.sty @@ -61,10 +61,10 @@ \newcommand{\setsubsectionnumbering}[1]{ \renewcommand{\subsectionnumbering}{#1} - \loadNumberingConfig + \loadNumberingConfiguration } \newcommand{\setnumberingpreset}[1]{ \renewcommand{\numberingpreset}{#1} - \loadNumberingConfig + \loadNumberingConfiguration }