550 lines
25 KiB
TeX
550 lines
25 KiB
TeX
|
\documentclass{article}
|
||
|
% Author: Gianluigi Filippelli
|
||
|
% Based on calendar created by Till Tantau
|
||
|
\usepackage[a3paper]{geometry}
|
||
|
%
|
||
|
\usepackage{tikz}
|
||
|
\usetikzlibrary{calendar,folding}
|
||
|
%
|
||
|
\usepackage{xcolor}
|
||
|
\usepackage{ifthen}
|
||
|
%
|
||
|
\definecolor{space}{HTML}{1F2C4E}
|
||
|
\definecolor{earth}{HTML}{0089FA}
|
||
|
\definecolor{title}{HTML}{FBA706}
|
||
|
\definecolor{moon}{HTML}{AFAFAF}
|
||
|
\definecolor{spacetime}{HTML}{0CF508}
|
||
|
\definecolor{star}{HTML}{45457D}
|
||
|
\definecolor{mars}{HTML}{DC7B4E}
|
||
|
%
|
||
|
\usepackage{fontspec}
|
||
|
\setmainfont{Montserrat}
|
||
|
%
|
||
|
\title{Calendar 20223}
|
||
|
\begin{document}
|
||
|
\pagestyle{empty}
|
||
|
\tikzset{
|
||
|
partial ellipse/.style args = {#1:#2:#3}{insert path={+ (#1:#3) arc (#1:#2:#3)}},
|
||
|
newmoon/.pic = {
|
||
|
\draw [fill=moon] (0,0) circle (1.5cm);
|
||
|
\draw [fill=black, opacity=0.5] (0,0) circle (1.5cm);
|
||
|
},
|
||
|
firstmoon/.pic = {
|
||
|
\draw [fill=moon] (0,0) circle (1.5cm);
|
||
|
\draw [fill=black, opacity=0.5] (0,0) [partial ellipse=90:270:1.5 and 1.5];
|
||
|
},
|
||
|
fullmoon/.pic = {
|
||
|
\draw [fill=moon] (0,0) circle (1.5cm);
|
||
|
},
|
||
|
thirdmoon/.pic = {
|
||
|
\draw [fill=moon] (0,0) circle (1.5cm);
|
||
|
\draw [fill=black, opacity=0.5] (0,0) [partial ellipse=-90:90:1.5 and 1.5];
|
||
|
},
|
||
|
}
|
||
|
\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}
|
||
|
\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}};
|
||
|
\end{scope}
|
||
|
\begin{scope}[shift={(-2,-1)}]
|
||
|
%\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];
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[scale=0.7,shift={(-2,0.6)}]
|
||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||
|
%
|
||
|
\pic at (4.2,5) {fullmoon};
|
||
|
\pic at (11.2,5) {thirdmoon};
|
||
|
\pic at (18.2,5) {newmoon};
|
||
|
\pic at (25.2,5) {firstmoon};
|
||
|
%
|
||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 7}};
|
||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 00:08}};
|
||
|
%
|
||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 15}};
|
||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 03:10}};
|
||
|
%
|
||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 21}};
|
||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 21:53}};
|
||
|
%
|
||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont January 28}};
|
||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:18}};
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[shift={(0.5,-10.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];
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[scale=0.7,shift={(-2,-11.9)}]
|
||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||
|
%
|
||
|
\pic at (4.2,5) {fullmoon};
|
||
|
\pic at (11.2,5) {thirdmoon};
|
||
|
\pic at (18.2,5) {newmoon};
|
||
|
\pic at (25.2,5) {firstmoon};
|
||
|
%
|
||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 5}};
|
||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:29}};
|
||
|
%
|
||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||
|
\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 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 20}};
|
||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:06}};
|
||
|
%
|
||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont February 27}};
|
||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 09:06}};
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[shift={(0.5,-19)}]
|
||
|
%\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];
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[scale=0.7,shift={(-2,-25)}]
|
||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||
|
%
|
||
|
\pic at (4.2,5) {fullmoon};
|
||
|
\pic at (11.2,5) {thirdmoon};
|
||
|
\pic at (18.2,5) {newmoon};
|
||
|
\pic at (25.2,5) {firstmoon};
|
||
|
%
|
||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 7}};
|
||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:40}};
|
||
|
%
|
||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 15}};
|
||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:08}};
|
||
|
%
|
||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 21}};
|
||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:23}};
|
||
|
%
|
||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont March 29}};
|
||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:32}};
|
||
|
\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={(-1,-1.5)}]
|
||
|
%\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];
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[scale=0.7,shift={(-2,0)}]
|
||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||
|
%
|
||
|
\pic at (4.2,5) {fullmoon};
|
||
|
\pic at (11.2,5) {thirdmoon};
|
||
|
\pic at (18.2,5) {newmoon};
|
||
|
\pic at (25.2,5) {firstmoon};
|
||
|
%
|
||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 6}};
|
||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:34}};
|
||
|
%
|
||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 13}};
|
||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 11:11}};
|
||
|
%
|
||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 20}};
|
||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:12}};
|
||
|
%
|
||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont April 27}};
|
||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 23:20}};
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[shift={(-2.5,-10.5)}]
|
||
|
%\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];
|
||
|
\end{scope}
|
||
|
%
|
||
|
\begin{scope}[scale=0.7,shift={(-2,-12.5)}]
|
||
|
\draw [fill=space,ultra thick] (0.8,8) rectangle (30,1);
|
||
|
%
|
||
|
\pic at (4.2,5) {fullmoon};
|
||
|
\pic at (11.2,5) {thirdmoon};
|
||
|
\pic at (18.2,5) {newmoon};
|
||
|
\pic at (25.2,5) {firstmoon};
|
||
|
%
|
||
|
\node at (0.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Full Moon}};
|
||
|
\node at (0.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 5}};
|
||
|
\node at (0.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 19:34}};
|
||
|
%
|
||
|
\node at (0.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Third Quarter}};
|
||
|
\node at (0.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 12}};
|
||
|
\node at (0.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 16:28}};
|
||
|
%
|
||
|
\node at (0.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont New Moon}};
|
||
|
\node at (0.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 19}};
|
||
|
\node at (0.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:53}};
|
||
|
%
|
||
|
\node at (0.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont First Quarter}};
|
||
|
\node at (0.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont May 27}};
|
||
|
\node at (0.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 17:22}};
|
||
|
\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-05-01 to 2022-05-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 April 30}};
|
||
|
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 22:28}};
|
||
|
%
|
||
|
\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 May 9}};
|
||
|
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 02:21}};
|
||
|
%
|
||
|
\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 May 16}};
|
||
|
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:14}};
|
||
|
%
|
||
|
\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 May 22}};
|
||
|
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 20:43}};
|
||
|
\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}
|
||
|
{
|
||
|
\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 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{tikzpicture}
|
||
|
\end{document}
|
||
|
|