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
|
% figkomp.tex 01 Oct 90
%------------------------------------------------------------
% (c) 1990 by J.Schrod (TeXsys).
%
% picture of the components of TeX (logical connection)
%
% NOTE: BibTeX was made available for Plain TeX recently. So the
% graphic will be changed soon...
\begin{picture}(23,14)(3,0)
% TeX82
\put( 3, 0){ \rule{\w}{3\k} }
\put( 3, 3){ \rule{24\k}{\w} }
\put(27, 0){ \rule{\w}{3\k} }
\put( 3, 0){ \makebox(24,3){\TeX82} }
% Plain TeX
\put( 4, 3){ \framebox(22,3){\Plain} }
% AmS-TeX
\put( 5, 6){ \rule{\w}{5\k} }
\put( 5,11){ \rule{5\k}{\w} }
\put(10, 6){ \rule{\w}{5\k} }
\put( 5, 6){ \makebox(5,3){\AmSTeX} }
% LAmS-TeX
\put( 6, 9){ \dashbox{.5}(4,2){\LAMSTeX} }
% LaTeX
\put(11, 6){ \framebox(8,5){\LaTeX} }
% SliTeX
\put(11,11){ \framebox(4,3){\SliTeX} }
% BibTeX
\put(15,11){ \framebox(4,3){\BibTeX} }
% MakeIndex
\put(20, 6){ \framebox(5,8){\MakeIndex} }
\end{picture}
\endinput
|