From 6a31206d7d09296c95f7557bade6bfa9e17fecf7 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Thu, 25 Jan 2024 19:21:22 +0100 Subject: [PATCH] allow \showSeason to take argument --- seasons.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seasons.sty b/seasons.sty index fcdf5f17..cee06a19 100644 --- a/seasons.sty +++ b/seasons.sty @@ -7,8 +7,8 @@ %%% State a Season's name. -\newcommand\showSeason{% - \ifcase\value{season}\or% +\newcommand\showSeason[1][\value{season}]{% + \ifcase#1\or% Qualmea% \or% Atya% -- GitLab