Path: blob/develop/src/doc/en/reference/combinat/media/day-doubling.tex
4139 views
\documentclass{standalone}1\usepackage{tikz}2\usetikzlibrary{positioning}3\usepackage{subfigure}45\begin{document}67\minipage{6cm}8\begin{figure}9\subfigure{10\begin{tikzpicture}1112\node (A) {$\circ$};13\node (U) [above of=A] {a};14\node (U1) [above left of=U] {b};15\node (U2) [above right of=U] {c};16\node (B) [above right of=U1] {$\circ$};1718\draw [gray, dashed] (A) -- (U);19\draw [line width=0.5mm, red] (U) -- (U1);20\draw [line width=0.5mm, red] (U) -- (U2);21\draw [gray, dashed] (U1) -- (B);22\draw [gray, dashed] (U2) -- (B);2324\end{tikzpicture}25}26\subfigure{27\begin{tikzpicture}2829\node (A) {$\circ$};30\node (U) [above of=A] {a};31\node (U1) [above left of=U] {b};32\node (U2) [above right of=U] {c};33\node (V) [right of=U2] {a'};34\node (V1) [above left of=V] {b'};35\node (V2) [above right of=V] {c'};36\node (B) [above right of=V1] {$\circ$};3738\draw [gray, dashed] (A) -- (U);39\draw [line width=0.5mm, red] (U) -- (U1);40\draw [line width=0.5mm, red] (U) -- (U2);41\draw (U) -- (V);42\draw (U1) -- (V1);43\draw (U2) -- (V2);44\draw [line width=0.5mm, red] (V) -- (V1);45\draw [line width=0.5mm, red] (V) -- (V2);46\draw [gray, dashed] (V1) -- (B);47\draw [gray, dashed] (V2) -- (B);4849\end{tikzpicture}50}51\end{figure}52\endminipage5354\end{document}555657