summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/familytree/figs/fig3Lily3.tex
blob: fd8a134b5d62a118b36e7686447dd06a57adbd5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\indvdldef{Dudly}{Dudly}
\indvdldef{Petunia}{Petunia}[\matrilineal]
\pcdef{Dursleys}{Petunia}{Dudly}

\indvdldef{Harry}{Harry}
\newsavebox{\boxA}
\newsavebox{\boxB}
\savebox{\boxA}{\hbox{Petunia}}
\savebox{\boxB}{\hbox{Lily}}
\indvdldef{Lily}{Lily}[\matrilineal][\dimexpr\wd\boxA - \wd\boxB\relax]
\pcdef{Potters}{Lily}{Harry}

\sblngdef{sis}{Dursleys,Potters}

\begin{tabular}{l}
\fbox{\usebox{\Dursleys}}\\
\fbox{\usebox{\Potters}}\\
\\
\fbox{\usebox{\sis}}
\end{tabular}