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

reconfigure r3b, r3c and r4b

parent 61e24df0
No related branches found
No related tags found
No related merge requests found
......@@ -892,19 +892,14 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
}
\newcommand{\randomthreeB}{%
\ifnum\value{r3b}>2%
\setcounter{r3b}{1}%
\else%
\stepcounter{r3b}%
\fi%
\ifnum\value{r3b}<1%
\setcounter{r3b}{3}%
\ifodd\value{r3b}%
\stepcounter{r3b}
\fi%
}
\newcommand{\randomthreeC}{%
\ifnum\value{r3c}>2%
\setcounter{r3c}{1}
\setcounter{r3c}{1}%
\else%
\stepcounter{r3c}%
\fi%
......@@ -923,11 +918,9 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west)
}
\newcommand{\randomfourB}{%
\ifnum\value{r4b}>3%
\setcounter{r4b}{1}%
\else%
\stepcounter{r4b}%
\fi%
\randomthreeB%
\setcounter{r4b}{\value{r3b}}%
\stepcounter{r4b}%
}
\newcommand{\randomdozen}{%
......
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