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 }