summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/7-5-3.ltx
blob: c612c4848d325a4426943d7a566fd907fc94bf44 (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
%% 
%%  The LaTeX Graphics Companion, 2ed (first printing May 2007)
%% 
%%  Example 7-5-3 on page 509.
%% 
%%  Copyright (C) 2007 Michel Goossens, Frank Mittelbach, Denis Roegel, Sebastian Rahtz, Herbert Vo\ss 
%% 
%%  It may be distributed and/or modified under the conditions
%%  of the LaTeX Project Public License, either version 1.3
%%  of this license or (at your option) any later version.
%% 
%%  See http://www.latex-project.org/lppl.txt for details.
%% 

\documentclass{ttctexa}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{348.0pt}
\StartShownPreambleCommands
\usepackage[all,arc,knot]{xy}
\StopShownPreambleCommands
\begin{document}
\[
 \xy %FIG.11. Frames as movies of one dimension.
(0,-12)*\ellipse(3,1)__,=:a(-180){-};
(0,-12)*\ellipse(3,1){.};
(-3,0)*\ellipse(3,1){.};
(3,0)*\ellipse(3,1){.};
(-3,0)*\ellipse(3,1)__,=:a(-180){-};
(3,0)*\ellipse(3,1)__,=:a(-180){-};
(-3,4)*\ellipse(3,1){-};
(3,4)*\ellipse(3,1){-};
(0,-6.5)*\ellipse(3,1){.};
(0,-6.5)*\ellipse(3,1)__,=:a(-180){-};
(-3,0)*{}="1";
(3,0)*{}="2";
(-9,0)*{}="A2";
(9,0)*{}="B2";
"1";"2" **\crv{(-3,-5) & (3,-5)};
(-3,-13)*{}="A";
(3,-13)*{}="B";
(-3,-9)*{}="A1";
(3,-9)*{}="B1";
"A";"A1" **\dir{-};
"B";"B1" **\dir{-};
"B1";"B2" **\crv{(8,-7)};
"A1";"A2" **\crv{(-8,-7)};
%TUBE TIP*********************
(-9,8)*{}="tl";
(-3,8)*{}="tr";
(9,8)*{}="er";
(3,8)*{}="el";
(-3,-19.5)*{}="f2";
(3,-19.5)*{}="f4";
(-3,-24)*{}="xf2";
(3,-24)*{}="xf4";
"1";"tr" **\dir{-};
"2";"el" **\dir{-};
"A2";"tl" **\dir{-};
"B2";"er" **\dir{-};
"f2";"xf2" **\dir{-};
"f4";"xf4" **\dir{-};
"f2";"A" **\dir{-}; %ADJUST HERE IF PLANES ARE NOT TRANSPERANT
"f4";"B" **\dir{-};
%End tube tips***************
(0,-8)*{}="A"; %START OF SLICES
(18,0)*{}="B";
(0,8)*{}="G";
(-18,0)*{}="Y";
(-9.2,4)*{}="L";
(9.2,4)*{}="R";
(-3,6.5)*{}="LL";
(3,6.5)*{}="RR";
"A";"B" **\dir{-};
"LL";"G" **\dir{-};
"Y";"L" **\dir{-};
"Y";"A" **\dir{-};
"G";"RR" **\dir{-};
"R";"B" **\dir{-};
(0,-21)*{}="A"; %START OF SLICES
(18,-13)*{}="B";
(0,-5)*{}="G";
(-18,-13)*{}="Y";
(6,-8)*{}="R";
(-6,-8)*{}="L";
"A";"B" **\dir{-};
"Y";"L" **\dir{-};
"Y";"A" **\dir{-};
"R";"B" **\dir{-};
\endxy
\]
\end{document}