You need to sign in or sign up before continuing.
Newer
Older
\newcounter{season}
\setcounter{season}{\month}
\newcommand\season{}
%%% State a Season's name.
\newcommand\showSeason{%
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Qualmea%
\setcounter{temperature}{1}%
\or%
Atya%
\setcounter{temperature}{2}%
\or%
Alassea%
\setcounter{temperature}{0}%
\or%
Cantea%
\setcounter{temperature}{2}%
\or%
Calea%
\setcounter{temperature}{3}%
\or%
Verea%
\setcounter{temperature}{2}%
\or%
Otsea%
\setcounter{temperature}{1}%
\or%
Toldea%
\setcounter{temperature}{2}%
\or%
Laiquea%
\setcounter{temperature}{3}%
\or%
Quainea%
\setcounter{temperature}{2}%
\or%
Minquesta%
\setcounter{temperature}{0}%
\else
Ohta%
\setcounter{temperature}{2}%
\fi%
}
\newcommand\showAstroEvents{%
eclipse%
\or%
\or%
eclipse%
\or%
\or%
\or%
\or%
\or%
\or%
\or%
\or%
eclipse%
\else%
\fi%
}
\newcommand\showTemperature{%
\ifcase\value{temperature}%
cold%
\or%
stormy%
\or%
mild%
\else%
hot%
\fi%
}