summaryrefslogtreecommitdiff
path: root/info/examples/lgc2/8-2-33.ltx
blob: 095e191d662e18954f8903d00634bf2a828bd75f (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
%% 
%%  The LaTeX Graphics Companion, 2ed (first printing May 2007)
%% 
%%  Example 8-2-33 on page 538.
%% 
%%  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{array}\usepackage{xymtexps}
\StopShownPreambleCommands
\begin{document}
\setlength{\tabcolsep}{1mm}
\changeunitlength{.05pt}
\begin{tabular}{@{}>{\small}lcccc@{}}\hline
\itshape Length
 & \multicolumn{4}{c@{}}{\itshape\small Generic Commands}\\\hline
\rule{0cm}{10mm}2 and 3
 & \dimethylene       {1==1}{2==a2}
  & \dimethylenei     {1==1}{2==a2}
   & \trimethylene    {1==1}{2==a2;3==a3}
    & \trimethylenei  {1==1}{2==a2;3==a3} \\
 & \footnotesize\verb|\dimethylene|
  & \footnotesize\verb|\dimethylenei|
   & \footnotesize\verb|\trimethylene|
    & \footnotesize\verb|\trimethylenei| \\
\rule{0cm}{8mm}4 and 5
 & \tetramethylene    {1==1}{2==a2;3==a3}
  & \tetramethylenei  {1==1}{2==a2;3==a3}
   & \pentamethylene  {1==1}{2==a2;3==a3}
    & \pentamethylenei{1==1}{2==a2;3==a3} \\
 & \footnotesize\verb|\tetramethylene|
  & \footnotesize\verb|\tetramethylenei|
   & \footnotesize\verb|\pentamethylene|
    & \footnotesize\verb|\pentamethylenei| \\
\rule{0cm}{8mm}6 and 7
 & \hexamethylene     {1==1}{2==a2;3==a3}
  & \hexamethylenei   {1==1}{2==a2;3==a3}
   & \heptamethylene  {1==1}{2==a2;3==a3}
    & \heptamethylenei{1==1}{2==a2;3==a3} \\
 & \footnotesize\verb|\hexamethylene|
  & \footnotesize\verb|\hexamethylenei|
   & \footnotesize\verb|\heptamethylene|
    & \footnotesize\verb|\heptamethylenei| \\
\rule{0cm}{8mm}8 and 9
 & \octamethylene     {1==1}{2==a2;3==a3}
  & \octamethylenei   {1==1}{2==a2;3==a3}
   & \nonamethylene   {1==1}{2==a2;3==a3}
    & \nonamethylenei {1==1}{2==a2;3==a3} \\
 & \footnotesize\verb|\octamethylene|
  & \footnotesize\verb|\octamethylenei|
   & \footnotesize\verb|\nonamethylene|
    & \footnotesize\verb|\nonamethylenei| \\
\rule{0cm}{8mm}10
 & \decamethylene     {1==1}{2==a2;3==a3}
  & \decamethylenei   {1==1}{2==a2;3==a3}
   &&\\
 & \footnotesize\verb|\decamethylene|
  & \footnotesize\verb|\decamethylenei|
   &&\\\hline
\end{tabular}
\end{document}