sec-8: add a note-rectangle in the M sample

This commit is contained in:
Giù Marcer 2020-06-13 17:39:33 +02:00 committed by rnhmjoj
parent 546ae71b7f
commit 670c8c54ca

View File

@ -133,12 +133,17 @@ $$
\begin{center} \begin{center}
\begin{tikzpicture}[>=Stealth, overlay] \begin{tikzpicture}[>=Stealth, overlay]
% Rectangles % Rectangles
\draw <2> [gray, very thick] (-1.4,0.3) rectangle (0.4,5.5); \draw <2,3> [gray, very thick] (-1.4,0.3) rectangle (0.4,5.5);
\draw <3> [gray, very thick] (0.4,0.3) rectangle (2,5.5); \draw <4> [gray, very thick] (0.4,0.3) rectangle (2,5.5);
\draw <4,5,6> [gray, very thick] (2,0.3) rectangle (3.8,5.5); \draw <5,6,7> [gray, very thick] (2,0.3) rectangle (3.8,5.5);
\node <5> at (-2,2.5) {\includegraphics{images/gamo-pdf.pdf}}; \node <6> at (-2,2.5) {\includegraphics{images/gamo-pdf.pdf}};
\node <6> at (-2,2.5) {\includegraphics{images/gala-pdf.pdf}}; \node <7> at (-2,2.5) {\includegraphics{images/gala-pdf.pdf}};
\draw <5,6> [thick] (-5.15,0) rectangle (1.22,5.05); \draw <6,7> [thick] (-5.15,0) rectangle (1.22,5.05);
% Estimations notes
\draw <3> [fill=white] (1,2.6) rectangle (3.4,3.9);
\node <3> [above right, align=right] at (1,2.6) {
$m_M = 0.658...$\\
$m_L = 1.355...$};
\end{tikzpicture} \end{tikzpicture}
\end{center} \end{center}
\setbeamercovered{transparent} \setbeamercovered{transparent}