From 563ef619fa935307c6e1c6248f757a907a2027c9 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 3 Sep 2024 13:48:57 +0200 Subject: [PATCH] remove old seasons.sty commands --- seasons.sty | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/seasons.sty b/seasons.sty index e5cf1a29..db71e1df 100644 --- a/seasons.sty +++ b/seasons.sty @@ -1,9 +1,5 @@ -\newcounter{season} -\setcounter{season}{\month} -\newcounter{temperature} - -\newcommand\season{} +\newcounter{temperature} \newcounter{cycle} \setcounter{cycle}{\month} \roundUp{cycle} @@ -25,8 +21,6 @@ \setTemperature% } -\setCycle{\month}{\day} - %%% State a Cycle's name. \newcommand\showCycle[1][\value{cycle}]{% -- GitLab