Fasi di aprile
This commit is contained in:
parent
8e2263ae70
commit
ca2dd96371
|
@ -17,31 +17,37 @@
|
|||
}
|
||||
\begin{tikzpicture}[background rectangle/.style={fill=white},show background rectangle,]
|
||||
\begin{scope}
|
||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
||||
%\draw [fill=space,ultra thick] (3.8,8) rectangle (30,1);
|
||||
\draw [fill=space,ultra thick] (3.8,8) rectangle (37,1);%per mese con cinque fasi
|
||||
%
|
||||
\foreach \c in {1,3,...,7}
|
||||
\foreach \c in {1,3,...,7,9}
|
||||
{
|
||||
\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];
|
||||
\draw [fill=black, opacity=0.5] (2.7 + 9*3.5,5) circle (1.5cm);%quinta fase
|
||||
%
|
||||
\node at (2.7 + 3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Luna Nuova}};
|
||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 2 marzo}};
|
||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 18:34}};
|
||||
\node at (2.7 + 3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 1 aprile}};
|
||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:24}};
|
||||
%
|
||||
\node at (2.7 + 3*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Primo Quarto}};
|
||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 10 marzo}};
|
||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 11:45}};
|
||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 9 aprile}};
|
||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:47}};
|
||||
%
|
||||
\node at (2.7 + 5*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Luna Piena}};
|
||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 18 marzo}};
|
||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:17}};
|
||||
\node at (2.7 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 16 aprile}};
|
||||
\node at (2.7 + 5*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:56}};
|
||||
%
|
||||
\node at (2.7 + 7*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Terzo Quarto}};
|
||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 25 marzo}};
|
||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 06:37}};
|
||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 23 aprile}};
|
||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 13:56}};
|
||||
% quinta fase
|
||||
\node at (2.7 + 9*3.5,7) {\textcolor{white}{\fontsize{17}{18}\selectfont Luna Nuova}};
|
||||
\node at (2.7 + 9*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 30 aprile}};
|
||||
\node at (2.7 + 9*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 22:28}};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
Binary file not shown.
Loading…
Reference in New Issue