summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/williams/antree.sty
blob: 5c5e10b0172799c89375830b1aa26dd205e38df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
% antree.sty -- annotated node trees
% Copyright 1994 -- Peter Williams (peterw@arch.su.edu.au)
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{antree}[1994/06/22]
\RequirePackage{calc}
\RequirePackage{ifthen}
\RequirePackage{epic}
\RequirePackage{eepic}
\RequirePackage{toklist}

\newlength{\ANhspace}
\setlength{\ANhspace}{4pt}
\newlength{\ANvspace}
\setlength{\ANvspace}{30pt}
\newlength{\ANesep}
\setlength{\ANesep}{12pt}
\newlength{\ANespace}
\setlength{\ANespace}{1pt}
\newlength{\AN@ehsp}
\newlength{\AN@evsp}
\newlength{\AN@a}
\newlength{\AN@b}
\newlength{\AN@c}
\newlength{\AN@stw}
\newlength{\AN@sth}
\newsavebox{\leaf@content}
\newsavebox{\link@content}
\newsavebox{\link@label}
\newsavebox{\node@content}
\newboolean{AN@firstlink}

\endlinechar=-1\relax

{\catcode`\p=12 \catcode`\t=12
\gdef\AN@rmd#1pt{#1}}

\newenvironment{antree}[2][\null]{%
\newcommand{\leaf}[2][\null]{%
  \sbox{\leaf@content}{##2}
  \settowidth{\AN@a}{\usebox{\leaf@content}}%
  \settoheight{\AN@b}{\usebox{\leaf@content}}%
  \settodepth{\AN@c}{\usebox{\leaf@content}}%
  \addtolength{\AN@b}{\AN@c}%
  \begin{picture}(\AN@Xpos,\AN@Ypos)%
    \settodepth{\AN@c}{\usebox{\leaf@content}}%
    \put(0,\AN@Zpos){\usebox{\leaf@content}}%
    \put(\AN@Xpos,\AN@Ypos){##1}%
  \end{picture}%}%}
  \ignorespaces%
}%
%
\newcommand{\link}[2][\null]{%
  \TOKL@append##1\to\AN@indices%
  \sbox{\link@content}{##2}
  \settowidth{\AN@a}{\usebox{\link@content}}%
  \addtolength{\AN@stw}{0.5\AN@a}%
  \ifthenelse{\boolean{AN@firstlink}}%
    {\setboolean{AN@firstlink}{false}}%
    {\hspace*{\ANhspace}\addtolength{\AN@stw}{\ANhspace}}%
  \TOKL@appendv\expandafter\AN@rmd\the\AN@stw\to\AN@xlist%
  \addtolength{\AN@stw}{0.5\AN@a}%
  \settoheight{\AN@b}{\usebox{\link@content}}
  \settodepth{\AN@c}{\usebox{\link@content}}
  \raisebox{0pt}{\vtop{\null\hbox{\usebox{\link@content}}}}
  \ignorespaces%
}%
%
\def\AN@Xpos{\expandafter\AN@rmd\the\AN@a}%
\def\AN@Ypos{\expandafter\AN@rmd\the\AN@b}%
\def\AN@Zpos{\expandafter\AN@rmd\the\AN@c}%
%
\newenvironment{node}[2][\null]{%
  \leavevmode\hbox\bgroup%
  \endlinechar=-1
  \sbox{\node@content}{\leaf[##1]{##2}}
  \def\AN@xlist{}%
  \def\AN@indices{}%
  \setlength{\unitlength}{\p@}%
  \setlength{\AN@stw}{\z@}%
  \setlength{\AN@sth}{\z@}%
  \setboolean{AN@firstlink}{true}
  \ignorespaces%
}{\ignorespaces%
  \setlength{\AN@sth}{\ANvspace}%
  \settoheight{\AN@a}{\usebox{\node@content}}%
  \addtolength{\AN@sth}{\AN@a}%
  \settodepth{\AN@a}{\usebox{\node@content}}%
  \addtolength{\AN@sth}{\AN@a}%
  \hspace*{-\AN@stw}%
  \setlength{\AN@a}{0.5\AN@stw}%
  \edef\AN@nodex{\expandafter\AN@rmd\the\AN@a}%
  \edef\AN@nodey{\expandafter\AN@rmd\the\ANvspace}%
  \edef\AN@picx{\expandafter\AN@rmd\the\AN@stw}%
  \edef\AN@picy{\expandafter\AN@rmd\the\AN@sth}%
  \begin{picture}(\AN@picx,\AN@picy)%
    \whiledo{\equal{\TOK@empty\AN@xlist}{false}}{%
      \TOKL@lop\AN@xlist\to\AN@x
      \TOKL@lop\AN@indices\to\AN@elabel
      \settowidth{\AN@ehsp}{\AN@elabel}%
      \setlength{\AN@ehsp}{0.5\AN@ehsp+\ANespace}%
      \settoheight{\AN@evsp}{\AN@elabel}%
      \setlength{\AN@evsp}{0.5\AN@evsp+\ANespace}%
      \ifthenelse{\equal{\AN@elabel}{\null}}{%
        \drawline(\AN@nodex,\AN@nodey)(\AN@x,0)%
      }{%
        \ifthenelse{\lengthtest{\ANesep<\AN@evsp}}{%
          \setlength{\AN@b}{2\AN@evsp}%
          \drawline(\AN@nodex,\AN@nodey)(\AN@x,\AN@Ypos)%
          \put(\AN@x,\AN@evsp){\makebox(0,0){\AN@elabel}}%
        }{%
          \ifthenelse{\lengthtest{\AN@x\p@=\AN@nodex\p@}}{%
            \setlength{\AN@b}{\ANesep-\AN@evsp}%
            \drawline(\AN@x,\AN@Ypos)(\AN@x,0)%
            \setlength{\AN@b}{\ANesep+\AN@evsp}%
            \drawline(\AN@nodex,\AN@nodey)(\AN@x,\AN@Ypos)%
            \setlength{\AN@a}{\AN@x\p@}%
          }{%
            \setlength{\AN@c}{100pt*\ratio{\AN@ehsp}{\AN@evsp}}%
            \ifthenelse{\lengthtest{\AN@x\p@ > \AN@nodex\p@}}{%
              \setlength{\AN@a}{100pt*\ratio{\AN@x\p@-\AN@nodex\p@}{\AN@nodey\p@}}%
              \ifthenelse{\lengthtest{\AN@a < \AN@c}}{%
                \setlength{\AN@b}{\ANesep-\AN@evsp}%
                \setlength{\AN@a}{\AN@x\p@-\AN@b*\ratio{\AN@x\p@-\AN@nodex\p@}{\AN@nodey\p@}}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@x,0)%
                \setlength{\AN@b}{\ANesep+\AN@evsp}%
                \setlength{\AN@a}{\AN@x\p@-\AN@b*\ratio{\AN@x\p@-\AN@nodex\p@}{\AN@nodey\p@}}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@nodex,\AN@nodey)%
              }{%
                \setlength{\AN@a}{\ANesep*\ratio{\AN@x\p@-\AN@nodex\p@}{\AN@nodey\p@}-(\AN@ehsp)}%
                \setlength{\AN@b}{\AN@a*\ratio{\AN@nodey\p@}{\AN@x\p@-\AN@nodex\p@}}%
                \setlength{\AN@a}{\AN@x\p@-\AN@a}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@x,0)%
                \setlength{\AN@a}{\ANesep*\ratio{\AN@x\p@-\AN@nodex\p@}{\AN@nodey\p@}+(\AN@ehsp)}%
                \setlength{\AN@b}{\AN@a*\ratio{\AN@nodey\p@}{\AN@x\p@-\AN@nodex\p@}}%
                \setlength{\AN@a}{\AN@x\p@-\AN@a}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@nodex,\AN@nodey)%
              }%
              \setlength{\AN@a}{\AN@x\p@-\ANesep*\ratio{\AN@x\p@-\AN@nodex\p@}{\AN@nodey\p@}}%
            }{%
              \setlength{\AN@a}{100pt*\ratio{\AN@nodex\p@-\AN@x\p@}{\AN@nodey\p@}}%
              \ifthenelse{\lengthtest{\AN@a < \AN@c}}{%
                \setlength{\AN@b}{\ANesep-\AN@evsp}%
                \setlength{\AN@a}{\AN@x\p@+\AN@b*\ratio{\AN@nodex\p@-\AN@x\p@}{\AN@nodey\p@}}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@x,0)%
                \setlength{\AN@b}{\ANesep+\AN@evsp}%
                \setlength{\AN@a}{\AN@x\p@+\AN@b*\ratio{\AN@nodex\p@-\AN@x\p@}{\AN@nodey\p@}}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@nodex,\AN@nodey)%
              }{%
                \setlength{\AN@a}{\ANesep*\ratio{\AN@nodex\p@-\AN@x\p@}{\AN@nodey\p@}-(\AN@ehsp)}%
                \setlength{\AN@b}{\AN@a*\ratio{\AN@nodey\p@}{\AN@nodex\p@-\AN@x\p@}}%
                \setlength{\AN@a}{\AN@x\p@+\AN@a}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@x,0)%
                \setlength{\AN@a}{\ANesep*\ratio{\AN@nodex\p@-\AN@x\p@}{\AN@nodey\p@}+(\AN@ehsp)}%
                \setlength{\AN@b}{\AN@a*\ratio{\AN@nodey\p@}{\AN@nodex\p@-\AN@x\p@}}%
                \setlength{\AN@a}{\AN@x\p@+\AN@a}%
                \drawline(\AN@Xpos,\AN@Ypos)(\AN@nodex,\AN@nodey)%
              }%
              \setlength{\AN@a}{\AN@x\p@+\ANesep*\ratio{\AN@nodex\p@-\AN@x\p@}{\AN@nodey\p@}}%
            }%
          }%
          \put(\AN@Xpos,\expandafter\AN@rmd\the\ANesep){\makebox(0,0){\AN@elabel}}%
        }%
      }%
    }%
    \put(\AN@nodex,\AN@nodey){\makebox(0,0)[bc]{\usebox{\node@content}}}%
  \end{picture}%
  \egroup%
}
\begin{tabular}[t]{c}\begin{node}[#1]{#2}}
{\end{node}\end{tabular}}

\endlinechar=13\relax

\endinput