summaryrefslogtreecommitdiff
path: root/src/index.tex
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-03-17 22:29:17 -0700
committerFuwn <[email protected]>2023-03-17 22:29:17 -0700
commitc73bb2f0de505c3aa10fca3fa10878723dfc1585 (patch)
treefb59856a1b3548bbb15f6d0d737950ae7c56b9f2 /src/index.tex
parentfix(static): create html directory on build (diff)
downloadwri_350_documentation_log_assignment-main.tar.xz
wri_350_documentation_log_assignment-main.zip
feat: a nice title pageHEADmain
Diffstat (limited to 'src/index.tex')
-rw-r--r--src/index.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/index.tex b/src/index.tex
index 117f87c..02b007b 100644
--- a/src/index.tex
+++ b/src/index.tex
@@ -1,6 +1,17 @@
+\maketitle
+
+\newcounter{firstOfTheMonth}
+
\foreach\Year in {2023,...,2023}{
- \foreach\Month in {January,February,March,April,May}{
+ \foreach\Month in {January,February,March}{
+ \setcounter{firstOfTheMonth}{0}
+
\foreach\Day in {1,...,31}{
+ \ifnum \value{firstOfTheMonth}=0
+ \chapter{\Month}
+ \setcounter{firstOfTheMonth}{1}
+ \else \fi
+
\IfFileExists{\Year/\Month/\Day}{
\openin\mysource=\Year/\Month/\Day.tex