feat: compile new calendar
This commit is contained in:
Binary file not shown.
@@ -28,19 +28,19 @@
|
||||
\newcommand\holidaystyle{[holiday] \draw[rounded corners=0,color=black!20, fill=black!20] (0, 0.35) rectangle (-0.55, -0.15);}
|
||||
|
||||
\newcommand{\holidays}{% holidays in Italy
|
||||
if (between=10-22 and 11-06) \holidaystyle%
|
||||
if (between=12-17 and 12-31) \holidaystyle%
|
||||
if (between=01-01 and 01-02) \holidaystyle%
|
||||
if (between=02-04 and 02-19) \holidaystyle%
|
||||
if (between=04-08 and 04-23) \holidaystyle%
|
||||
if (between=05-18 and 05-21) \holidaystyle%
|
||||
if (between=07-08 and 08-31) \holidaystyle%
|
||||
if (between=10-18 and 11-02) \holidaystyle%
|
||||
if (between=12-20 and 12-31) \holidaystyle%
|
||||
if (between=01-01 and 01-04) \holidaystyle%
|
||||
if (between=02-07 and 02-22) \holidaystyle%
|
||||
if (between=04-04 and 04-19) \holidaystyle%
|
||||
if (between=05-14 and 05-17) \holidaystyle%
|
||||
if (between=07-04 and 08-31) \holidaystyle%
|
||||
if (equals=11-01) \holidaystyle
|
||||
if (equals=11-11) \holidaystyle
|
||||
if (equals=04-10) \holidaystyle
|
||||
if (equals=04-06) \holidaystyle
|
||||
if (equals=05-01) \holidaystyle
|
||||
if (equals=05-08) \holidaystyle
|
||||
if (equals=05-29) \holidaystyle
|
||||
if (equals=05-25) \holidaystyle
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
@@ -52,9 +52,9 @@
|
||||
fill=white,text=darkgreen,font=\bfseries\Large
|
||||
},
|
||||
current year/.store in=\currentyear,
|
||||
current year=2022,
|
||||
current year=2025,
|
||||
next year/.store in=\nextyear,
|
||||
next year=2023,
|
||||
next year=2026,
|
||||
]
|
||||
\matrix[%
|
||||
row 1/.style={darkgreen,node distance=.3ex},%
|
||||
@@ -88,7 +88,7 @@
|
||||
fill=white,text=darkgreen,font=\bfseries\Large
|
||||
},
|
||||
current year/.store in=\currentyear,
|
||||
current year=2023,
|
||||
current year=2026,
|
||||
]
|
||||
\matrix[%
|
||||
row 1/.style={darkgreen,node distance=.3ex},%
|
||||
|
||||
Reference in New Issue
Block a user