Skip to content
Snippets Groups Projects
Unverified Commit 1531b73f authored by Malin Freeborn's avatar Malin Freeborn
Browse files

fix seasonDesc formatting

parent a1964d5c
No related branches found
No related tags found
No related merge requests found
......@@ -2,61 +2,61 @@
\ifnum\month=1
\newcommand\season{Qualmea}
\newcommand\seasonDesc{\ifodd\value{page} sharp\else fierce\fi}
\newcommand\seasonDesc{\ifodd\value{page}sharp\else fierce\fi}
\setcounter{temperature}{1}
\fi
\ifnum\month=2
\newcommand\season{Atya}
\newcommand\seasonDesc{\ifodd\value{page} calm\else pleasant\fi}
\newcommand\seasonDesc{\ifodd\value{page}calm\else pleasant\fi}
\setcounter{temperature}{2}
\fi
\ifnum\month=3
\newcommand\season{Alassea}
\newcommand\seasonDesc{\ifodd\value{page} frigid\else chilling\fi}
\newcommand\seasonDesc{\ifodd\value{page}frigid\else chilling\fi}
\setcounter{temperature}{0}
\fi
\ifnum\month=4
\newcommand\season{Cantea}
\newcommand\seasonDesc{\ifodd\value{page} calm\else pleasant\fi}
\newcommand\seasonDesc{\ifodd\value{page}calm\else pleasant\fi}
\setcounter{temperature}{2}
\fi
\ifnum\month=5
\newcommand\season{C\'alea}
\newcommand\seasonDesc{\ifodd\value{page} humid\else warm\fi}
\newcommand\seasonDesc{\ifodd\value{page}humid\else warm\fi}
\setcounter{temperature}{3}
\fi
\ifnum\month=6
\newcommand\season{V\'erea}
\newcommand\seasonDesc{\ifodd\value{page} calm\else pleasant\fi}
\newcommand\seasonDesc{\ifodd\value{page}calm\else pleasant\fi}
\setcounter{temperature}{2}
\fi
\ifnum\month=7
\newcommand\season{Otsea}
\newcommand\seasonDesc{\ifodd\value{page} sharp\else fierce\fi}
\newcommand\seasonDesc{\ifodd\value{page}sharp\else fierce\fi}
\setcounter{temperature}{1}
\fi
\ifnum\month=8
\newcommand\season{Toldea}
\newcommand\seasonDesc{\ifodd\value{page} calm\else pleasant\fi}
\newcommand\seasonDesc{\ifodd\value{page}calm\else pleasant\fi}
\setcounter{temperature}{2}
\fi
\ifnum\month=9
\newcommand\season{Laiquea}
\newcommand\seasonDesc{\ifodd\value{page} humid\else warm\fi}
\newcommand\seasonDesc{\ifodd\value{page}humid\else warm\fi}
\setcounter{temperature}{3}
\fi
\ifnum\month=10
\newcommand\season{Quainea}
\newcommand\seasonDesc{\ifodd\value{page} peaceful\else pleasant\fi}
\newcommand\seasonDesc{\ifodd\value{page}peaceful\else pleasant\fi}
\setcounter{temperature}{2}
\fi
\ifnum\month=11
\newcommand\season{Minquesta}
\newcommand\seasonDesc{\ifodd\value{page} frigid\else chilling\fi}
\newcommand\seasonDesc{\ifodd\value{page}frigid\else chilling\fi}
\setcounter{temperature}{0}
\fi
\ifnum\month=12
\newcommand\season{Ohta}
\newcommand\seasonDesc{\ifodd\value{page} calm\else pleasant\fi}
\newcommand\seasonDesc{\ifodd\value{page}calm\else pleasant\fi}
\setcounter{temperature}{2}
\fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment