chiark / gitweb /
.gitignore: Also ignore Metapost output.
[dnd] / planes.tex
1 \documentclass{tables}
2
3 \begin{document}
4
5 \sect{Planes}
6
7 \begin{tabular}[C]{c} \hlx*{hv}
8   \tt{Elemental dominance} \\ \hlx{vhv}
9   \begin{graph}
10     !{<0.8in, 0in>:}
11     *+{Air} ="a"
12     [rd] *+{Water} ="w"
13     [dl] *+{Fire} ="f"
14     [ul] *+{Earth} ="e"
15     !{"a"; "w" !U*d@{>} \ellipse r,_,d{-}}
16     !{"w"; "f" !R*l@{>} \ellipse d,_,l{-}}
17     !{"f"; "e" !D*u@{>} \ellipse l,_,u{-}}
18     !{"e"; "a" !L*r@{>} \ellipse u,_,r{-}}
19     "a" :@{<->} "f"
20     "e" :@{<->} "w"
21   \end{graph}
22   \\ \hlx*{vh}
23 \end{tabular}
24
25 \end{document}
26
27 %%% Local Variables: 
28 %%% mode: latex
29 %%% TeX-master: t
30 %%% End: