Calendario 2024
This commit is contained in:
parent
ef3b6ab2b1
commit
1cf01d9d4f
Binary file not shown.
|
@ -20,7 +20,7 @@
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
\setmainfont{Montserrat}
|
\setmainfont{Montserrat}
|
||||||
%
|
%
|
||||||
\title{Calendar 20223}
|
\title{Calendar 2024}
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
\tikzset{
|
\tikzset{
|
||||||
|
@ -52,96 +52,96 @@
|
||||||
%
|
%
|
||||||
\begin{scope}
|
\begin{scope}
|
||||||
\draw [black,ultra thick,fill=title] (0,7.5) rectangle (19,10.5);
|
\draw [black,ultra thick,fill=title] (0,7.5) rectangle (19,10.5);
|
||||||
\node at (9.5,9.3) {\textcolor{black}{\fontsize{40}{41}\selectfont Calendar 2023}};
|
\node at (9.5,9.3) {\textcolor{black}{\fontsize{40}{41}\selectfont Calendar 2024}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
\begin{scope}[shift={(-2,-1)}]
|
\begin{scope}[shift={(1.5,-1)}]
|
||||||
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
\calendar [dates=2022-01-01 to 2022-01-last];
|
\calendar [dates=2024-01-01 to 2024-01-last];
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[scale=0.7,shift={(-2,0.6)}]
|
\begin{scope}[scale=0.7,shift={(-2,0.6)}]
|
||||||
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
%
|
%
|
||||||
\pic at (4.2,5) {fullmoon};
|
\pic at (4.2,5) {thirdmoon};
|
||||||
\pic at (11.2,5) {thirdmoon};
|
\pic at (11.2,5) {newmoon};
|
||||||
\pic at (18.2,5) {newmoon};
|
\pic at (18.2,5) {firstmoon};
|
||||||
\pic at (25.2,5) {firstmoon};
|
\pic at (25.2,5) {fullmoon};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 7}};
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 4}};
|
||||||
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 00:08}};
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:30}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 15}};
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 11}};
|
||||||
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 03:10}};
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 12:57}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 21}};
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 18}};
|
||||||
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 21:53}};
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:53}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 28}};
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 25}};
|
||||||
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:18}};
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 18:54}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[shift={(0.5,-10.4)}]
|
\begin{scope}[shift={(0,-10.4)}]
|
||||||
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
\calendar [dates=2022-02-01 to 2022-02-last];
|
\calendar [dates=2024-02-01 to 2024-02-last];
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[scale=0.7,shift={(-2,-11.9)}]
|
\begin{scope}[scale=0.7,shift={(-2,-11.9)}]
|
||||||
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
%
|
%
|
||||||
\pic at (4.2,5) {fullmoon};
|
\pic at (4.2,5) {thirdmoon};
|
||||||
\pic at (11.2,5) {thirdmoon};
|
\pic at (11.2,5) {newmoon};
|
||||||
\pic at (18.2,5) {newmoon};
|
\pic at (18.2,5) {firstmoon};
|
||||||
\pic at (25.2,5) {firstmoon};
|
\pic at (25.2,5) {fullmoon};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 5}};
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 3}};
|
||||||
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:29}};
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 00:18}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 13}};
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 13}};
|
||||||
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:01}};
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:01}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 20}};
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 16}};
|
||||||
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:06}};
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:01}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 27}};
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 24}};
|
||||||
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 09:06}};
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:30}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[shift={(0.5,-19)}]
|
\begin{scope}[shift={(-1.2,-19)}]
|
||||||
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
\calendar [dates=2022-03-01 to 2022-03-last];
|
\calendar [dates=2024-03-01 to 2024-03-last];
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[scale=0.7,shift={(-2,-25)}]
|
\begin{scope}[scale=0.7,shift={(-2,-25)}]
|
||||||
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
%
|
%
|
||||||
\pic at (4.2,5) {fullmoon};
|
\pic at (4.2,5) {thirdmoon};
|
||||||
\pic at (11.2,5) {thirdmoon};
|
\pic at (11.2,5) {newmoon};
|
||||||
\pic at (18.2,5) {newmoon};
|
\pic at (18.2,5) {firstmoon};
|
||||||
\pic at (25.2,5) {firstmoon};
|
\pic at (25.2,5) {fullmoon};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 7}};
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 3}};
|
||||||
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:40}};
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:24}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 15}};
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 10}};
|
||||||
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:08}};
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:06}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 21}};
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 17}};
|
||||||
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:23}};
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:11}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Mon}};
|
||||||
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 29}};
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 25}};
|
||||||
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:32}};
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 09:00}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
%
|
%
|
||||||
|
@ -155,64 +155,261 @@
|
||||||
month text=\bfseries\textcolor{space}{\%mt} \%y0,
|
month text=\bfseries\textcolor{space}{\%mt} \%y0,
|
||||||
if={(Sunday) [star]}
|
if={(Sunday) [star]}
|
||||||
}]
|
}]
|
||||||
\begin{scope}[shift={(-1,-1.5)}]
|
\begin{scope}[shift={(-1.5,-1.5)}]
|
||||||
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
\calendar [dates=2022-04-01 to 2022-04-last];
|
\calendar [dates=2024-04-01 to 2024-04-last];
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[scale=0.7,shift={(-2,0)}]
|
\begin{scope}[scale=0.7,shift={(-6.5,0)}]
|
||||||
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
%
|
%
|
||||||
\pic at (4.2,5) {fullmoon};
|
\pic at (4.2,5) {thirdmoon};
|
||||||
\pic at (11.2,5) {thirdmoon};
|
\pic at (11.2,5) {newmoon};
|
||||||
\pic at (18.2,5) {newmoon};
|
\pic at (18.2,5) {firstmoon};
|
||||||
\pic at (25.2,5) {firstmoon};
|
\pic at (25.2,5) {fullmoon};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 6}};
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 2}};
|
||||||
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:34}};
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 05:15}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 13}};
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 8}};
|
||||||
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 11:11}};
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:21}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 20}};
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 15}};
|
||||||
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:12}};
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 21:13}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 27}};
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 24}};
|
||||||
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:20}};
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 01:49}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[shift={(-2.5,-10.5)}]
|
\begin{scope}[shift={(-2.9,-10.5)}]
|
||||||
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
\calendar [dates=2022-05-01 to 2022-05-last];
|
\calendar [dates=2024-05-01 to 2024-05-last];
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[scale=0.7,shift={(-2,-12.5)}]
|
\begin{scope}[scale=0.7,shift={(-6.5,-12.5)}]
|
||||||
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
%
|
%
|
||||||
\pic at (4.2,5) {fullmoon};
|
\pic at (3.7,5) {thirdmoon};
|
||||||
\pic at (11.2,5) {thirdmoon};
|
\pic at (9.7,5) {newmoon};
|
||||||
\pic at (18.2,5) {newmoon};
|
\pic at (15.7,5) {firstmoon};
|
||||||
\pic at (25.2,5) {firstmoon};
|
\pic at (21.7,5) {fullmoon};
|
||||||
|
\pic at (27.7,5) {thirdmoon};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
\node at (0.2 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 5}};
|
\node at (0.2 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 1}};
|
||||||
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:34}};
|
\node at (0.2 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:27}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
\node at (0.2 + 2.7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 12}};
|
\node at (0.2 + 2.7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 8}};
|
||||||
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:28}};
|
\node at (0.2 + 2.7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 05:22}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
\node at (0.2 + 4.4*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 19}};
|
\node at (0.2 + 4.4*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 15}};
|
||||||
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:53}};
|
\node at (0.2 + 4.4*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:48}};
|
||||||
%
|
%
|
||||||
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
\node at (0.2 + 6.2*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 27}};
|
\node at (0.2 + 6.2*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 23}};
|
||||||
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:22}};
|
\node at (0.2 + 6.2*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 15:53}};
|
||||||
|
%
|
||||||
|
\node at (0.2 + 7.8*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.2 + 7.8*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 30}};
|
||||||
|
\node at (0.2 + 7.8*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:13}};
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[shift={(-4.5,-19.5)}]
|
||||||
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
|
\calendar [dates=2024-06-01 to 2024-06-last];
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[scale=0.7,shift={(-6.5,-25)}]
|
||||||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
|
%
|
||||||
|
\pic at (4.2,5) {newmoon};
|
||||||
|
\pic at (11.2,5) {firstmoon};
|
||||||
|
\pic at (18.2,5) {fullmoon};
|
||||||
|
\pic at (25.2,5) {thirdmoon};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 6}};
|
||||||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 14:38}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 14}};
|
||||||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 07:18}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 22}};
|
||||||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 03:08}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 28}};
|
||||||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:53}};
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[shift={(-1.5,-28.5)}]
|
||||||
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
|
\calendar [dates=2024-07-01 to 2024-07-last];
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[scale=0.7,shift={(-6.5,-37.5)}]
|
||||||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
|
%
|
||||||
|
\pic at (4.2,5) {newmoon};
|
||||||
|
\pic at (11.2,5) {firstmoon};
|
||||||
|
\pic at (18.2,5) {fullmoon};
|
||||||
|
\pic at (25.2,5) {thirdmoon};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 6}};
|
||||||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 00:57}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 14}};
|
||||||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 00:49}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 21}};
|
||||||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 12:17}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 28}};
|
||||||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:52}};
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\end{tikzpicture}
|
||||||
|
%
|
||||||
|
\newpage
|
||||||
|
%
|
||||||
|
\begin{tikzpicture}[transform shape,
|
||||||
|
every calendar/.style={
|
||||||
|
at={(-8ex,4ex)},
|
||||||
|
month list,
|
||||||
|
month label above centered,
|
||||||
|
month text=\bfseries\textcolor{space}{\%mt} \%y0,
|
||||||
|
if={(Sunday) [star]}
|
||||||
|
}]
|
||||||
|
\begin{scope}[shift={(-3.5,-1.5)}]
|
||||||
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
|
\calendar [dates=2024-08-01 to 2024-08-last];
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[scale=0.7,shift={(-6.5,0)}]
|
||||||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
|
%
|
||||||
|
\pic at (4.2,5) {newmoon};
|
||||||
|
\pic at (11.2,5) {firstmoon};
|
||||||
|
\pic at (18.2,5) {fullmoon};
|
||||||
|
\pic at (25.2,5) {thirdmoon};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 4}};
|
||||||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:13}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 12}};
|
||||||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:19}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 19}};
|
||||||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:26}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 26}};
|
||||||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 11:26}};
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[shift={(-5.3,-10.5)}]
|
||||||
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
|
\calendar [dates=2024-09-01 to 2024-09-last];
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[scale=0.7,shift={(-6.5,-12.5)}]
|
||||||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
|
%
|
||||||
|
\pic at (4.2,5) {newmoon};
|
||||||
|
\pic at (11.2,5) {firstmoon};
|
||||||
|
\pic at (18.2,5) {fullmoon};
|
||||||
|
\pic at (25.2,5) {thirdmoon};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 3}};
|
||||||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 03:55}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 11}};
|
||||||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:06}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 18}};
|
||||||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:34}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 24}};
|
||||||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:50}};
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[shift={(-2.5,-19.5)}]
|
||||||
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
|
\calendar [dates=2024-10-01 to 2024-10-last];
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[scale=0.7,shift={(-6.5,-25)}]
|
||||||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
|
%
|
||||||
|
\pic at (4.2,5) {newmoon};
|
||||||
|
\pic at (11.2,5) {firstmoon};
|
||||||
|
\pic at (18.2,5) {fullmoon};
|
||||||
|
\pic at (25.2,5) {thirdmoon};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 2}};
|
||||||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:49}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 10}};
|
||||||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:55}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 17}};
|
||||||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:26}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 24}};
|
||||||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 10:03}};
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[shift={(-4.1,-28.5)}]
|
||||||
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
|
\calendar [dates=2024-11-01 to 2024-11-last];
|
||||||
|
\end{scope}
|
||||||
|
%
|
||||||
|
\begin{scope}[scale=0.7,shift={(-6.5,-37.5)}]
|
||||||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
|
%
|
||||||
|
\pic at (4.2,5) {newmoon};
|
||||||
|
\pic at (11.2,5) {firstmoon};
|
||||||
|
\pic at (18.2,5) {fullmoon};
|
||||||
|
\pic at (25.2,5) {thirdmoon};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 1}};
|
||||||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:47}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 9}};
|
||||||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:56}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 15}};
|
||||||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 22:29}};
|
||||||
|
%
|
||||||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 23}};
|
||||||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 02:28}};
|
||||||
\end{scope}
|
\end{scope}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
%
|
%
|
||||||
|
@ -221,328 +418,44 @@
|
||||||
\begin{tikzpicture}[transform shape,
|
\begin{tikzpicture}[transform shape,
|
||||||
every calendar/.style={
|
every calendar/.style={
|
||||||
at={(-8ex,4ex)},
|
at={(-8ex,4ex)},
|
||||||
week list,
|
month list,
|
||||||
month label above centered,
|
month label above centered,
|
||||||
month text=\bfseries\textcolor{star}{\%mt} \%y0,
|
month text=\bfseries\textcolor{space}{\%mt} \%y0,
|
||||||
if={(Sunday) [mars]}
|
if={(Sunday) [star]}
|
||||||
}]
|
}]
|
||||||
\begin{scope}[shift={(-1,3.5)}]
|
\begin{scope}[shift={(-5.5,-1.5)}]
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
%\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
||||||
\calendar [dates=2022-05-01 to 2022-05-last];
|
\calendar [dates=2024-12-01 to 2024-12-last];
|
||||||
\end{scope}
|
\end{scope}
|
||||||
%
|
%
|
||||||
\begin{scope}[scale=0.7,shift={(0,0.6)}]
|
\begin{scope}[scale=0.7,shift={(-6.5,0)}]
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||||||
%
|
%
|
||||||
\foreach \c in {1,3,...,7}
|
\pic at (3.7,5) {newmoon};
|
||||||
{
|
\pic at (9.7,5) {firstmoon};
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
\pic at (15.7,5) {fullmoon};
|
||||||
}
|
\pic at (21.7,5) {thirdmoon};
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
\pic at (27.7,5) {newmoon};
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
%
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
\node at (0.2 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 30}};
|
\node at (0.2 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 1}};
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 22:28}};
|
\node at (0.2 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 07:21}};
|
||||||
%
|
%
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
\node at (0.2 + 2.7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 9}};
|
\node at (0.2 + 2.7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 8}};
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 02:21}};
|
\node at (0.2 + 2.7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 09:49}};
|
||||||
%
|
%
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
\node at (0.2 + 4.4*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 16}};
|
\node at (0.2 + 4.4*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 15}};
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:14}};
|
\node at (0.2 + 4.4*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 10:02}};
|
||||||
%
|
%
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
\node at (0.2 + 6.2*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 22}};
|
\node at (0.2 + 6.2*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 22}};
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:43}};
|
\node at (0.2 + 6.2*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:18}};
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[shift={(-1,-3)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-06-01 to 2022-06-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,-8.7)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
%
|
||||||
\foreach \c in {1,3,...,7}
|
\node at (0.2 + 7.8*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||||||
{
|
\node at (0.2 + 7.8*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 30}};
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
\node at (0.2 + 7.8*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:27}};
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 30}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:30}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 7}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:48}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 14}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:51}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 21}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 05:10}};
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[shift={(-1,-9.5)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-07-01 to 2022-07-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,-18)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont June 29}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:52}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 7}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:14}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 13}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:37}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 20}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:18}};
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[shift={(-1,-16)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-08-01 to 2022-08-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,-27.3)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont July 28}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:54}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 5}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:06}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 12}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 03:35}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 19}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:35}};
|
|
||||||
\end{scope}
|
|
||||||
\end{tikzpicture}
|
|
||||||
%
|
|
||||||
\newpage
|
|
||||||
%
|
|
||||||
\begin{tikzpicture}[transform shape,
|
|
||||||
every calendar/.style={
|
|
||||||
at={(-8ex,4ex)},
|
|
||||||
week list,
|
|
||||||
month label above centered,
|
|
||||||
month text=\bfseries\textcolor{star}{\%mt} \%y0,
|
|
||||||
if={(Sunday) [mars]}
|
|
||||||
}]
|
|
||||||
\begin{scope}[shift={(-1,3.5)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-09-01 to 2022-09-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,0.6)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont August 27}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 10:17}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 3}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:07}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 10}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 11:58}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 17}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:51}};
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[shift={(-1,-3)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-10-01 to 2022-10-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,-8.7)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont September 25}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:54}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 3}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 02:14}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 9}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 22:54}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 17}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:15}};
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[shift={(-1,-9.5)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-11-01 to 2022-11-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,-18)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont October 25}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 12:48}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 1}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 07:37}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 8}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 12:02}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 16}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 14:27}};
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[shift={(-1,-16)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2022-12-01 to 2022-12-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,-27.3)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 23}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:57}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont November 30}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 15:36}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 8}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 05:08}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont Decembrer 16}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 09:56}};
|
|
||||||
\end{scope}
|
|
||||||
\end{tikzpicture}
|
|
||||||
%
|
|
||||||
\newpage
|
|
||||||
%
|
|
||||||
\begin{tikzpicture}[transform shape,
|
|
||||||
every calendar/.style={
|
|
||||||
at={(-8ex,4ex)},
|
|
||||||
week list,
|
|
||||||
month label above centered,
|
|
||||||
month text=\bfseries\textcolor{star}{\%mt} \%y0,
|
|
||||||
if={(Sunday) [mars]}
|
|
||||||
}]
|
|
||||||
\begin{scope}[shift={(-1,3.5)}]
|
|
||||||
\draw [ultra thick, fill=earth!50!white] (-2.2,1.2) rectangle (2.5,-2.4);
|
|
||||||
\calendar [dates=2023-01-01 to 2023-01-last];
|
|
||||||
\end{scope}
|
|
||||||
%
|
|
||||||
\begin{scope}[scale=0.7,shift={(0,0.6)}]
|
|
||||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
|
||||||
%
|
|
||||||
\foreach \c in {1,3,...,7}
|
|
||||||
{
|
|
||||||
\draw [fill=moon] (2.7 + \c*3.5,5) circle (1.5cm);
|
|
||||||
}
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3.5,5) circle (1.5cm);
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 3*3.5,5) [partial ellipse=90:270:1.5 and 1.5];
|
|
||||||
\draw [fill=black, opacity=0.5] (2.7 + 7*3.5,5) [partial ellipse=-90:90:1.5 and 1.5];
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
|
||||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 23}};
|
|
||||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 11:16}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
|
||||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont December 30}};
|
|
||||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 02:20}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
|
||||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 7}};
|
|
||||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 00:08}};
|
|
||||||
%
|
|
||||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
|
||||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 15}};
|
|
||||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 03:10}};
|
|
||||||
\end{scope}
|
\end{scope}
|
||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
Loading…
Reference in New Issue