Aggiornate le fasi lunari a giugno
This commit is contained in:
parent
a4db4231b6
commit
764deca401
|
@ -18,36 +18,42 @@
|
|||
\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 (37,1);%per mese con cinque fasi
|
||||
%\draw [fill=space,ultra thick] (3.8,8) rectangle (37,1);%per mese con cinque fasi
|
||||
\draw [fill=space,ultra thick] (10.8,8) rectangle (37,1);
|
||||
%
|
||||
\coordinate (A) at (10.7,8.1);
|
||||
\coordinate (B) at (37.1,8.1);
|
||||
\coordinate (C) at (37.1,0.9);
|
||||
\draw [use as bounding box,color=white] (A) -| (B) |- (C) -| (A);
|
||||
%
|
||||
\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.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 1 aprile}};
|
||||
\node at (2.7 + 3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:24}};
|
||||
%\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 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 9 aprile}};
|
||||
\node at (2.7 + 3*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 08:47}};
|
||||
\node at (2.7 + 3*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 7 giugno}};
|
||||
\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 Luna Piena}};
|
||||
\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 + 5*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 14 giugno}};
|
||||
\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 Terzo Quarto}};
|
||||
\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}};
|
||||
\node at (2.7 + 7*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 21 giugno}};
|
||||
\node at (2.7 + 7*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 05:10}};
|
||||
% 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}};
|
||||
\node at (2.7 + 9*3.5,3) {\textcolor{white}{\fontsize{17}{18}\selectfont 29 giugno}};
|
||||
\node at (2.7 + 9*3.5,2) {\textcolor{white}{\fontsize{17}{18}\selectfont 04:52}};
|
||||
\end{scope}
|
||||
\end{tikzpicture}
|
||||
\end{document}
|
Binary file not shown.
Loading…
Reference in New Issue