From 6ac5e9cf1943b6e92ed0e6424341b26db5ee6698 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Mon, 2 Sep 2024 21:36:31 +0200 Subject: [PATCH] fourier variance (variance with more fours) --- layout.sty | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layout.sty b/layout.sty index 112365dc..f450ac41 100644 --- a/layout.sty +++ b/layout.sty @@ -892,6 +892,8 @@ interior code={ \path[tcb fill interior] ([xshift=-2mm]interior.west) \setcounter{r3c}{1} \newcounter{r4b} \setcounter{r4b}{\day} + \divide\value{r4b} by 7 + \stepcounter{r4b} \newcounter{rn4tn1} \setcounter{rn4tn1}{-3} -- GitLab