From 71981c5b2037bfa00f01ec16e31c484a1a72357d Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@posteo.net>
Date: Fri, 9 Feb 2024 01:07:09 +0100
Subject: [PATCH] make cycles a thing

---
 seasons.sty | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/seasons.sty b/seasons.sty
index cee06a19..af255bdf 100644
--- a/seasons.sty
+++ b/seasons.sty
@@ -5,6 +5,11 @@
 
 \newcommand\season{}
 
+\newcounter{cycle}
+\setcounter{cycle}{\year}
+\multiply\value{cycle} by 3
+\addtocounter{cycle}{0}
+
 %%% State a Season's name.
 
 \newcommand\showSeason[1][\value{season}]{%
-- 
GitLab