annotate man/texinfo.tex @ 50:ee648375d8d6 r19-16b91

Import from CVS: tag r19-16b91
author cvs
date Mon, 13 Aug 2007 08:56:41 +0200
parents ec9a17fef872
children 131b0175ea99
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1 %% TeX macros to handle Texinfo files.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2 %% $Id: texinfo.tex,v 1.3 1997/08/30 03:56:39 steve Exp $
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4 % Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
5 % 94, 95, 96, 97 Free Software Foundation, Inc.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
7 %This texinfo.tex file is free software; you can redistribute it and/or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
8 %modify it under the terms of the GNU General Public License as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9 %published by the Free Software Foundation; either version 2, or (at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
10 %your option) any later version.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
12 %This texinfo.tex file is distributed in the hope that it will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
13 %useful, but WITHOUT ANY WARRANTY; without even the implied warranty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14 %of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
15 %General Public License for more details.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
16
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
17 %You should have received a copy of the GNU General Public License
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
18 %along with this texinfo.tex file; see the file COPYING. If not, write
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
19 %to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
20 %Boston, MA 02111-1307, USA.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23 %In other words, you are welcome to use, share and improve this program.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
24 %You are forbidden to forbid anyone else to use, share and improve
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
25 %what you give them. Help stamp out software-hoarding!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
26
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 % Send bug reports to bug-texinfo@prep.ai.mit.edu.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29 % Please include a *precise* test case in each bug report.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 % Make it possible to create a .fmt file just by loading this file:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 % if the underlying format is not loaded, start by loading it now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 % Added by gildea November 1993.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 % This automatically updates the version number based on RCS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38 \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
39 \deftexinfoversion$Revision: 1.3 $
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 \message{Loading texinfo package [Version \texinfoversion]:}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 % If in a .fmt file, print the version number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 % and turn on active characters that we couldn't do earlier because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44 % they might have appeared in the input file name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 \everyjob{\message{[Texinfo version \texinfoversion]}\message{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 \catcode`+=\active \catcode`\_=\active}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
47
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 % Save some parts of plain tex whose names we will redefine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
50 \let\ptexb=\b
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
51 \let\ptexbullet=\bullet
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
52 \let\ptexc=\c
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
53 \let\ptexcomma=\,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
54 \let\ptexdot=\.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
55 \let\ptexdots=\dots
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
56 \let\ptexend=\end
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
57 \let\ptexequiv = \equiv
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
58 \let\ptexi=\i
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 \let\ptexlbrace=\{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
60 \let\ptexrbrace=\}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
61 \let\ptexstar=\*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 \let\ptext=\t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64 % Be sure we're in horizontal mode when doing a tie, since we make space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 % equivalent to this in @example-like environments. Otherwise, a space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 % at the beginning of a line will start with \penalty -- and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
67 % since \penalty is valid in vertical mode, we'd end up putting the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 % penalty on the vertical list instead of in the new paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 {\catcode`@ = 11
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
70 % Avoid using \@M directly, because that causes trouble
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
71 % if the definition is written into an index file.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
72 \global\let\tiepenalty = \@M
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
73 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
76
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 \message{Basics,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 \chardef\other=12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 % If this character appears in an error message or help string, it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
81 % starts a new line in the output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
82 \newlinechar = `^^J
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
84 % Set up fixed words for English.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
85 \ifx\putwordChapter\undefined{\gdef\putwordChapter{Chapter}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 \def\putwordInfo{Info}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 \ifx\putwordSee\undefined{\gdef\putwordSee{See}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88 \ifx\putwordsee\undefined{\gdef\putwordsee{see}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 \ifx\putwordfile\undefined{\gdef\putwordfile{file}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 \ifx\putwordpage\undefined{\gdef\putwordpage{page}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 \ifx\putwordsection\undefined{\gdef\putwordsection{section}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92 \ifx\putwordSection\undefined{\gdef\putwordSection{Section}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 \ifx\putwordTableofContents\undefined{\gdef\putwordTableofContents{Table of Contents}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 \ifx\putwordShortContents\undefined{\gdef\putwordShortContents{Short Contents}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 \ifx\putwordAppendix\undefined{\gdef\putwordAppendix{Appendix}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 % Ignore a token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 \def\gobble#1{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 \hyphenation{ap-pen-dix}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 \hyphenation{mini-buf-fer mini-buf-fers}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 \hyphenation{eshell}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
104 \hyphenation{white-space}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 % Margin to add to right of even pages, to left of odd pages.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
107 \newdimen \bindingoffset
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
108 \newdimen \normaloffset
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109 \newdimen\pagewidth \newdimen\pageheight
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 % Sometimes it is convenient to have everything in the transcript file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 % and nothing on the terminal. We don't just call \tracingall here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
113 % since that produces some useless output on the terminal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
116 \def\loggingall{\tracingcommands2 \tracingstats2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
117 \tracingpages1 \tracingoutput1 \tracinglostchars1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 \tracingmacros2 \tracingparagraphs1 \tracingrestores1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119 \showboxbreadth\maxdimen\showboxdepth\maxdimen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
122 % For @cropmarks command.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
123 % Do @cropmarks to get crop marks.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
124 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
125 \newif\ifcropmarks
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
126 \let\cropmarks = \cropmarkstrue
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
128 % Dimensions to add cropmarks at corners.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
129 % Added by P. A. MacKay, 12 Nov. 1986
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
131 \newdimen\cornerlong \newdimen\cornerthick
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
132 \newdimen\topandbottommargin
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
133 \newdimen\outerhsize \newdimen\outervsize
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
134 \cornerlong=1pc\cornerthick=.3pt % These set size of cropmarks
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
135 \outerhsize=7in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 %\outervsize=9.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
137 % Alternative @smallbook page size is 9.25in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
138 \outervsize=9.25in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 \topandbottommargin=.75in
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
140
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
141 % Main output routine.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
142 \chardef\PAGE = 255
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
143 \output = {\onepageout{\pagecontents\PAGE}}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
144
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
145 \newbox\headlinebox
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
146 \newbox\footlinebox
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 % \onepageout takes a vbox as an argument. Note that \pagecontents
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
149 % does insertions, but you have to call it yourself.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
150 \def\onepageout#1{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
151 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
152 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
153 \ifodd\pageno \advance\hoffset by \bindingoffset
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
154 \else \advance\hoffset by -\bindingoffset\fi
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
155 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
156 % Do this outside of the \shipout so @code etc. will be expanded in
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
157 % the headline as they should be, not taken literally (outputting ''code).
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
158 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
159 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
160 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
161 {%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
162 % Have to do this stuff outside the \shipout because we want it to
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
163 % take effect in \write's, yet the group defined by the \vbox ends
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
164 % before the \shipout runs.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
165 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
166 \escapechar = `\\ % use backslash in output files.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
167 \indexdummies % don't expand commands in the output.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
168 \normalturnoffactive % \ in index entries must not stay \, e.g., if
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
169 % the page break happens to be in the middle of an example.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
170 \shipout\vbox{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
171 \ifcropmarks \vbox to \outervsize\bgroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
172 \hsize = \outerhsize
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
173 \line{\ewtop\hfil\ewtop}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
174 \nointerlineskip
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
175 \line{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
176 \vbox{\moveleft\cornerthick\nstop}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
177 \hfill
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
178 \vbox{\moveright\cornerthick\nstop}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
179 }%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
180 \vskip\topandbottommargin
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
181 \line\bgroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
182 \hfil % center the page within the outer (page) hsize.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
183 \ifodd\pageno\hskip\bindingoffset\fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
184 \vbox\bgroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
185 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
186 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
187 \unvbox\headlinebox
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
188 \pagebody{#1}%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
189 \ifdim\ht\footlinebox > 0pt
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
190 % Only leave this space if the footline is nonempty.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
191 % (We lessened \vsize for it in \oddfootingxxx.)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
192 % The \baselineskip=24pt in plain's \makefootline has no effect.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
193 \vskip 2\baselineskip
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
194 \unvbox\footlinebox
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
195 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
196 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
197 \ifcropmarks
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
198 \egroup % end of \vbox\bgroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
199 \hfil\egroup % end of (centering) \line\bgroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
200 \vskip\topandbottommargin plus1fill minus1fill
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
201 \boxmaxdepth = \cornerthick
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
202 \line{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
203 \vbox{\moveleft\cornerthick\nsbot}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
204 \hfill
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
205 \vbox{\moveright\cornerthick\nsbot}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
206 }%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
207 \nointerlineskip
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
208 \line{\ewbot\hfil\ewbot}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
209 \egroup % \vbox from first cropmarks clause
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
210 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
211 }% end of \shipout\vbox
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
212 }% end of group with \turnoffactive
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
213 \advancepageno
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
214 \ifnum\outputpenalty>-20000 \else\dosupereject\fi
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
215 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
217 \newinsert\margin \dimen\margin=\maxdimen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
219 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
220 {\catcode`\@ =11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
221 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
222 % marginal hacks, juha@viisa.uucp (Juha Takala)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
223 \ifvoid\margin\else % marginal info is present
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
224 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
225 \dimen@=\dp#1 \unvbox#1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227 \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 % Here are the rules for the cropmarks. Note that they are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 % offset so that the space between them is truly \outerhsize or \outervsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 % (P. A. MacKay, 12 November, 1986)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 \def\nstop{\vbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238 \def\nsbot{\vbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 % Parse an argument, then pass it to #1. The argument is the rest of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 % the input line (except we remove a trailing comment). #1 should be a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 % macro which expects an ordinary undelimited TeX argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 \def\parsearg#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 \let\next = #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 \obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249 \futurelet\temp\parseargx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 % If the next token is an obeyed space (from an @example environment or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 % the like), remove it and recurse. Otherwise, we're done.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 \def\parseargx{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 % \obeyedspace is defined far below, after the definition of \sepspaces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 \ifx\obeyedspace\temp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 \expandafter\parseargdiscardspace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 \expandafter\parseargline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 % Remove a single space (as the delimiter token to the macro call).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 {\obeyspaces %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 \gdef\parseargdiscardspace {\futurelet\temp\parseargx}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 {\obeylines %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 \gdef\parseargline#1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 \endgroup % End of the group started in \parsearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271 % First remove any @c comment, then any @comment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 % Result of each macro is put in \toks0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 \argremovec #1\c\relax %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 \expandafter\argremovecomment \the\toks0 \comment\relax %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 % Call the caller's macro, saved as \next in \parsearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 \expandafter\next\expandafter{\the\toks0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 % Since all \c{,omment} does is throw away the argument, we can let TeX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 % do that for us. The \relax here is matched by the \relax in the call
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 % in \parseargline; it could be more or less anything, its purpose is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 % just to delimit the argument to the \c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 \def\argremovec#1\c#2\relax{\toks0 = {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 % \argremovec{,omment} might leave us with trailing spaces, though; e.g.,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289 % @end itemize @c foo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 % will have two active spaces as part of the argument with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
291 % `itemize'. Here we remove all active spaces from #1, and assign the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
292 % result to \toks0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 % This loses if there are any *other* active characters besides spaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 % in the argument -- _ ^ +, for example -- since they get expanded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296 % Fortunately, Texinfo does not define any such commands. (If it ever
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 % does, the catcode of the characters in questionwill have to be changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 % here.) But this means we cannot call \removeactivespaces as part of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 % that \parsearg gets might well have any character at all in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 \def\removeactivespaces#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 \ignoreactivespaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 \edef\temp{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 \global\toks0 = \expandafter{\temp}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 % Change the active space to expand to nothing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
312 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
313 \obeyspaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 \gdef\ignoreactivespaces{\obeyspaces\let =\empty}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 %% These are used to keep @begin/@end levels from running away
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 %% Call \inENV within environments (after a \begingroup)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 \def\ENVcheck{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 \ifENV\errmessage{Still within an environment. Type Return to continue.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325 \endgroup\fi} % This is not perfect, but it should reduce lossage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 % @begin foo is the same as @foo, for now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
328 \newhelp\EMsimple{Type <Return> to continue.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 \outer\def\begin{\parsearg\beginxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 \def\beginxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 \expandafter\ifx\csname #1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335 \csname #1\endcsname\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 % @end foo executes the definition of \Efoo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 \def\end{\parsearg\endxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340 \def\endxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 \removeactivespaces{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 \edef\endthing{\the\toks0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 \expandafter\ifx\csname E\endthing\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345 \expandafter\ifx\csname \endthing\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 % There's no \foo, i.e., no ``environment'' foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 \errhelp = \EMsimple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 \errmessage{Undefined command `@end \endthing'}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 \unmatchedenderror\endthing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 % Everything's ok; the right environment has been started.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 \csname E\endthing\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 % There is an environment #1, but it hasn't been started. Give an error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 \def\unmatchedenderror#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 \errhelp = \EMsimple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 \errmessage{This `@end #1' doesn't have a matching `@#1'}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 % Define the control sequence \E#1 to give an unmatched @end error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 \def\defineunmatchedend#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
368 \expandafter\def\csname E#1\endcsname{\unmatchedenderror{#1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 % Single-spacing is done by various environments (specifically, in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373 % \nonfillstart and \quotations).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 \newskip\singlespaceskip \singlespaceskip = 12.5pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 \def\singlespace{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 % Why was this kern here? It messes up equalizing space above and below
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 % environments. --karl, 6may93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 %{\advance \baselineskip by -\singlespaceskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379 %\kern \baselineskip}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380 \setleading \singlespaceskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 %% Simple single-character @ commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 % @@ prints an @
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 % Kludge this until the fonts are right (grr).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 \def\@{{\tt \char '100}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 % This is turned off because it was never documented
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 % and you can use @w{...} around a quote to suppress ligatures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391 %% Define @` and @' to be the same as ` and '
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 %% but suppressing ligatures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393 %\def\`{{`}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 %\def\'{{'}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 % Used to generate quoted braces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397 \def\mylbrace {{\tt \char '173}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 \def\myrbrace {{\tt \char '175}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 \let\{=\mylbrace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 \let\}=\myrbrace
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
401 \begingroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
402 % Definitions to produce actual \{ & \} command in an index.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
403 \catcode`\{ = 12 \catcode`\} = 12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
404 \catcode`\[ = 1 \catcode`\] = 2
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
405 \catcode`\@ = 0 \catcode`\\ = 12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
406 @gdef@lbracecmd[\{]%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
407 @gdef@rbracecmd[\}]%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
408 @endgroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
409
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
410 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
411 % Others are defined by plain TeX: @` @' @" @^ @~ @= @v @H.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
412 \let\, = \c
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
413 \let\dotaccent = \.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
414 \def\ringaccent#1{{\accent23 #1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
415 \let\tieaccent = \t
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
416 \let\ubaraccent = \b
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
417 \let\udotaccent = \d
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
418
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
419 % Other special characters: @questiondown @exclamdown
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
420 % Plain TeX defines: @AA @AE @O @OE @L (and lowercase versions) @ss.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
421 \def\questiondown{?`}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
422 \def\exclamdown{!`}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
423
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
424 % Dotless i and dotless j, used for accents.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
425 \def\imacro{i}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
426 \def\jmacro{j}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
427 \def\dotless#1{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
428 \def\temp{#1}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
429 \ifx\temp\imacro \ptexi
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
430 \else\ifx\temp\jmacro \j
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
431 \else \errmessage{@dotless can be used only with i or j}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
432 \fi\fi
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
433 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
434
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
435 % @: forces normal size whitespace following.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
436 \def\:{\spacefactor=1000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
437
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
438 % @* forces a line break.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
439 \def\*{\hfil\break\hbox{}\ignorespaces}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
440
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
441 % @. is an end-of-sentence period.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
442 \def\.{.\spacefactor=3000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 % @enddots{} is an end-of-sentence ellipsis.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 \gdef\enddots{$\mathinner{\ldotp\ldotp\ldotp\ldotp}$\spacefactor=3000}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 % @! is an end-of-sentence bang.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 \gdef\!{!\spacefactor=3000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
449
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
450 % @? is an end-of-sentence query.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 \gdef\?{?\spacefactor=3000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
452
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
453 % @w prevents a word break. Without the \leavevmode, @w at the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
454 % beginning of a paragraph, when TeX is still in vertical mode, would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455 % produce a whole line of output instead of starting the paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 \def\w#1{\leavevmode\hbox{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
457
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458 % @group ... @end group forces ... to be all on one page, by enclosing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 % to keep its height that of a normal line. According to the rules for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 % \topskip (p.114 of the TeXbook), the glue inserted is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 % max (\topskip - \ht (first item), 0). If that height is large,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463 % therefore, no glue is inserted, and the space between the headline and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 % the text is small, which looks bad.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
466 \def\group{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
467 \ifnum\catcode13=\active \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 \errhelp = \groupinvalidhelp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 \errmessage{@group invalid in context where filling is enabled}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 % The \vtop we start below produces a box with normal height and large
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 % depth; thus, TeX puts \baselineskip glue before it, and (when the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 % next line of text is done) \lineskip glue after it. (See p.82 of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 % the TeXbook.) Thus, space below is not quite equal to space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 % above. But it's pretty close.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 \def\Egroup{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 \egroup % End the \vtop.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 \endgroup % End the \group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
481 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 \vtop\bgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 % We have to put a strut on the last line in case the @group is in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 % the midst of an example, rather than completely enclosing it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 % Otherwise, the interline space between the last line of the group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 % and the first line afterwards is too small. But we can't put the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 % strut in \Egroup, since there it would be on a line by itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 % Hence this just inserts a strut at the beginning of each line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 \everypar = {\strut}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
490 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 % Since we have a strut on every line, we don't need any of TeX's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 % normal interline spacing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
493 \offinterlineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 % OK, but now we have to do something about blank
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 % lines in the input in @example-like environments, which normally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 % just turn into \lisppar, which will insert no space now that we've
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
498 % turned off the interline space. Simplest is to make them be an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 % empty paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 \ifx\par\lisppar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 \edef\par{\leavevmode \par}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 % Reset ^^M's definition to new definition of \par.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 \obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 % Do @comment since we are called inside an environment such as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 % @example, where each end-of-line in the input causes an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 % end-of-line in the output. We don't want the end-of-line after
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 % the `@group' to put extra space in the output. Since @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 % should appear on a line by itself (according to the Texinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 % manual), we don't worry about eating any user text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 \comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
516 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 % message, so this ends up printing `@group can only ...'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 \newhelp\groupinvalidhelp{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 group can only be used in environments such as @example,^^J%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 where each line of input produces a line of output.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 % @need space-in-mils
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 % forces a page break if there is not space-in-mils remaining.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 \newdimen\mil \mil=0.001in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528 \def\need{\parsearg\needx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 % Old definition--didn't work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531 %\def\needx #1{\par %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 %% This method tries to make TeX break the page naturally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533 %% if the depth of the box does not fit.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 %{\baselineskip=0pt%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535 %\vtop to #1\mil{\vfil}\kern -#1\mil\penalty 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 %\prevdepth=-1000pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 %}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 \def\needx#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 % Go into vertical mode, so we don't make a big box in the middle of a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 % paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544 % Don't add any leading before our big empty box, but allow a page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 % break, since the best break might be right here.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 \allowbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
547 \nointerlineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 \vtop to #1\mil{\vfil}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 % TeX does not even consider page breaks if a penalty added to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
551 % main vertical list is 10000 or more. But in order to see if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 % empty box we just added fits on the page, we must make it consider
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 % page breaks. On the other hand, we don't want to actually break the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 % page after the empty box. So we use a penalty of 9999.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 % There is an extremely small chance that TeX will actually break the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 % page at this \penalty, if there are no other feasible breakpoints in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
558 % sight. (If the user is using lots of big @group commands, which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
559 % almost-but-not-quite fill up a page, TeX will have a hard time doing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
560 % good page breaking, for example.) However, I could not construct an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 % example where a page broke at this \penalty; if it happens in a real
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 % document, then we can reconsider our strategy.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 \penalty9999
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 % Back up by the size of the box, whether we did a page break or not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
566 \kern -#1\mil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
568 % Do not allow a page break right after this kern.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 \nobreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
572 % @br forces paragraph break
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 \let\br = \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 % @dots{} output some dots
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 \def\dots{$\ldots$}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 % @page forces the start of a new page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
582 \def\page{\par\vfill\supereject}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
584 % @exdent text....
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
585 % outputs text on separate line in roman font, starting at standard page margin
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
586
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
587 % This records the amount of indent in the innermost environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
588 % That's how much \exdent should take out.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
589 \newskip\exdentamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
590
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
591 % This defn is used inside fill environments such as @defun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
592 \def\exdent{\parsearg\exdentyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
593 \def\exdentyyy #1{{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
594
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
595 % This defn is used inside nofill environments such as @example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
596 \def\nofillexdent{\parsearg\nofillexdentyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
597 \def\nofillexdentyyy #1{{\advance \leftskip by -\exdentamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
598 \leftline{\hskip\leftskip{\rm#1}}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
599
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
600 % @inmargin{TEXT} puts TEXT in the margin next to the current paragraph.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
601
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
602 \def\inmargin#1{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
603 \strut\vadjust{\nobreak\kern-\strutdepth
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
604 \vtop to \strutdepth{\baselineskip\strutdepth\vss
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
605 \llap{\rightskip=\inmarginspacing \vbox{\noindent #1}}\null}}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
606 \newskip\inmarginspacing \inmarginspacing=1cm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
607 \def\strutdepth{\dp\strutbox}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
608
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 %\hbox{{\rm#1}}\hfil\break}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 % @include file insert text of that file as input.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
612 % Allow normal characters that we make active in the argument (a file name).
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
613 \def\include{\begingroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
614 \catcode`\\=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
615 \catcode`~=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
616 \catcode`^=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
617 \catcode`_=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
618 \catcode`|=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
619 \catcode`<=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
620 \catcode`>=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
621 \catcode`+=12
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
622 \parsearg\includezzz}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
623 % Restore active chars for included file.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
624 \def\includezzz#1{\endgroup\begingroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
625 % Read the included file in a group so nested @include's work.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
626 \def\thisfile{#1}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
627 \input\thisfile
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
628 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
629
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
630 \def\thisfile{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
632 % @center line outputs that line, centered
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634 \def\center{\parsearg\centerzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 \def\centerzzz #1{{\advance\hsize by -\leftskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
636 \advance\hsize by -\rightskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
637 \centerline{#1}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
638
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
639 % @sp n outputs n lines of vertical space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
640
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
641 \def\sp{\parsearg\spxxx}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
642 \def\spxxx #1{\vskip #1\baselineskip}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
643
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
644 % @comment ...line which is ignored...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
645 % @c is the same as @comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
646 % @ignore ... @end ignore is another way to write a comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
647
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
648 \def\comment{\catcode 64=\other \catcode 123=\other \catcode 125=\other%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
649 \parsearg \commentxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
650
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
651 \def\commentxxx #1{\catcode 64=0 \catcode 123=1 \catcode 125=2 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653 \let\c=\comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
655 % @paragraphindent is defined for the Info formatting commands only.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
656 \let\paragraphindent=\comment
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
657
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 % Prevent errors for section commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 % Used in @ignore and in failing conditionals.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 \def\ignoresections{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 \let\chapter=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662 \let\unnumbered=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 \let\top=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664 \let\unnumberedsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 \let\unnumberedsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
666 \let\unnumberedsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667 \let\unnumberedsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 \let\unnumberedsubsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 \let\unnumberedsubsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 \let\section=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671 \let\subsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 \let\subsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 \let\subsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674 \let\subsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 \let\appendix=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676 \let\appendixsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 \let\appendixsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678 \let\appendixsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
679 \let\appendixsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
680 \let\appendixsubsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
681 \let\appendixsubsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 \let\contents=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 \let\smallbook=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 \let\titlepage=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 % Used in nested conditionals, where we have to parse the Texinfo source
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 % and so want to turn off most commands, in case they are used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 % incorrectly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 \def\ignoremorecommands{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
692 \let\defcodeindex = \relax
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 \let\defcv = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 \let\deffn = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 \let\deffnx = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 \let\defindex = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 \let\defivar = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 \let\defmac = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 \let\defmethod = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 \let\defop = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 \let\defopt = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 \let\defspec = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 \let\deftp = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 \let\deftypefn = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 \let\deftypefun = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 \let\deftypevar = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 \let\deftypevr = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 \let\defun = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 \let\defvar = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710 \let\defvr = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 \let\ref = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 \let\xref = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 \let\printindex = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 \let\pxref = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 \let\settitle = \relax
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
716 \let\setchapternewpage = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
717 \let\setchapterstyle = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
718 \let\everyheading = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
719 \let\evenheading = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
720 \let\oddheading = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
721 \let\everyfooting = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
722 \let\evenfooting = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
723 \let\oddfooting = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
724 \let\headings = \relax
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 \let\include = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 \let\lowersections = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 \let\down = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 \let\raisesections = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 \let\up = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 \let\set = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 \let\clear = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 \let\item = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 % Ignore @ignore ... @end ignore.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 \def\ignore{\doignore{ignore}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
739 % Ignore @ifinfo, @ifhtml, @ifnottex, @html, @menu, and @direntry text.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
740 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
741 \def\ifinfo{\doignore{ifinfo}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
742 \def\ifhtml{\doignore{ifhtml}}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
743 \def\ifnottex{\doignore{ifnottex}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
744 \def\html{\doignore{html}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
745 \def\menu{\doignore{menu}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
746 \def\direntry{\doignore{direntry}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
747
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
748 % Also ignore @macro ... @end macro. The user must run texi2dvi,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
749 % which runs makeinfo to do macro expansion. Ignore @unmacro, too.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
750 \def\macro{\doignore{macro}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
751 \let\unmacro = \comment
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
752
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
753
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
754 % @dircategory CATEGORY -- specify a category of the dir file
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
755 % which this file should belong to. Ignore this in TeX.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
756 \let\dircategory = \comment
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
757
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758 % Ignore text until a line `@end #1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 \def\doignore#1{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 % Don't complain about control sequences we have declared \outer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762 \ignoresections
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
763 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 % Define a command to swallow text until we reach `@end #1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 \long\def\doignoretext##1\end #1{\enddoignore}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
767 % Make sure that spaces turn into tokens that match what \doignoretext wants.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 \catcode32 = 10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
770 % Ignore braces, too, so mismatched braces don't cause trouble.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
771 \catcode`\{ = 9
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
772 \catcode`\} = 9
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
773 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
774 % And now expand that command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
775 \doignoretext
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
776 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
777
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
778 % What we do to finish off ignored text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
779 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
780 \def\enddoignore{\endgroup\ignorespaces}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 \newif\ifwarnedobs\warnedobsfalse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 \def\obstexwarn{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 \ifwarnedobs\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 % We need to warn folks that they may have trouble with TeX 3.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 % This uses \immediate\write16 rather than \message to get newlines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 \immediate\write16{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 \immediate\write16{***WARNING*** for users of Unix TeX 3.0!}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 \immediate\write16{This manual trips a bug in TeX version 3.0 (tex hangs).}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 \immediate\write16{If you are running another version of TeX, relax.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 \immediate\write16{If you are running Unix TeX 3.0, kill this TeX process.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 \immediate\write16{ Then upgrade your TeX installation if you can.}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
793 \immediate\write16{ (See ftp://ftp.gnu.ai.mit.edu/pub/gnu/TeX.README.)}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
794 \immediate\write16{If you are stuck with version 3.0, run the}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
795 \immediate\write16{ script ``tex3patch'' from the Texinfo distribution}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
796 \immediate\write16{ to use a workaround.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
797 \immediate\write16{}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
798 \global\warnedobstrue
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
800 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
801
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
802 % **In TeX 3.0, setting text in \nullfont hangs tex. For a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 % workaround (which requires the file ``dummy.tfm'' to be installed),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 % uncomment the following line:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805 %%%%%\font\nullfont=dummy\let\obstexwarn=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 % Ignore text, except that we keep track of conditional commands for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 % purposes of nesting, up to an `@end #1' command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
810 \def\nestedignore#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 \obstexwarn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 % We must actually expand the ignored text to look for the @end
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 % command, so that nested ignore constructs work. Thus, we put the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
814 % text into a \vbox and then do nothing with the result. To minimize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 % the change of memory overflow, we follow the approach outlined on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
816 % page 401 of the TeXbook: make the current font be a dummy font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
817 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
818 \setbox0 = \vbox\bgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 % Don't complain about control sequences we have declared \outer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 \ignoresections
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
822 % Define `@end #1' to end the box, which will in turn undefine the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 % @end command again.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 \expandafter\def\csname E#1\endcsname{\egroup\ignorespaces}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 % We are going to be parsing Texinfo commands. Most cause no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 % trouble when they are used incorrectly, but some commands do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 % complicated argument parsing or otherwise get confused, so we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 % undefine them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 % We can't do anything about stray @-signs, unfortunately;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 % they'll produce `undefined control sequence' errors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 \ignoremorecommands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 % Set the current font to be \nullfont, a TeX primitive, and define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 % all the font commands to also use \nullfont. We don't use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 % dummy.tfm, as suggested in the TeXbook, because not all sites
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 % might have that installed. Therefore, math mode will still
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 % produce output, but that should be an extremely small amount of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 % stuff compared to the main input.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 \let\tenrm = \nullfont \let\tenit = \nullfont \let\tensl = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 \let\tenbf = \nullfont \let\tentt = \nullfont \let\smallcaps = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 \let\tensf = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 % Similarly for index fonts (mostly for their use in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 % smallexample)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 \let\indrm = \nullfont \let\indit = \nullfont \let\indsl = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 \let\indbf = \nullfont \let\indtt = \nullfont \let\indsc = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 \let\indsf = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 % Don't complain when characters are missing from the fonts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 \tracinglostchars = 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 % Don't bother to do space factor calculations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 \frenchspacing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 % Don't report underfull hboxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 \hbadness = 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 % Do minimal line-breaking.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 \pretolerance = 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 % Do not execute instructions in @tex
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
865 \def\tex{\doignore{tex}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 % @set VAR sets the variable VAR to an empty value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 % Since we want to separate VAR from REST-OF-LINE (which might be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 % empty), we can't just use \parsearg; we have to insert a space of our
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 % own to delimit the rest of the line, and then take it out again if we
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
874 % didn't need it. Make sure the catcode of space is correct to avoid
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
875 % losing inside @example, for instance.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
877 \def\set{\begingroup\catcode` =10
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
878 \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
879 \parsearg\setxxx}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 \def\setxxx#1{\setyyy#1 \endsetyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 \def\setyyy#1 #2\endsetyyy{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 \def\temp{#2}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 \ifx\temp\empty \global\expandafter\let\csname SET#1\endcsname = \empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 \else \setzzz{#1}#2\endsetzzz % Remove the trailing space \setxxx inserted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 \fi
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
886 \endgroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 % Can't use \xdef to pre-expand #2 and save some time, since \temp or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
889 % \next or other control sequences that we've defined might get us into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 % an infinite loop. Consider `@set foo @cite{bar}'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891 \def\setzzz#1#2 \endsetzzz{\expandafter\gdef\csname SET#1\endcsname{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 % @clear VAR clears (i.e., unsets) the variable VAR.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 \def\clear{\parsearg\clearxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 \def\clearxxx#1{\global\expandafter\let\csname SET#1\endcsname=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
897
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
898 % @value{foo} gets the text saved in variable foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
899 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
900 \def\value{\begingroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
901 \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
902 \valuexxx}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
903 \def\valuexxx#1{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
904 \expandafter\ifx\csname SET#1\endcsname\relax
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
905 {\{No value for ``#1''\}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
906 \else
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
907 \csname SET#1\endcsname
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
908 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
909 \endgroup}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
910
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 % with @set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
913 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 \def\ifset{\parsearg\ifsetxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 \def\ifsetxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916 \expandafter\ifx\csname SET#1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 \expandafter\ifsetfail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 \expandafter\ifsetsucceed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 \def\ifsetsucceed{\conditionalsucceed{ifset}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 \def\ifsetfail{\nestedignore{ifset}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
924 \defineunmatchedend{ifset}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
925
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
926 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
927 % defined with @set, or has been undefined with @clear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
928 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
929 \def\ifclear{\parsearg\ifclearxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
930 \def\ifclearxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
931 \expandafter\ifx\csname SET#1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
932 \expandafter\ifclearsucceed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
933 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934 \expandafter\ifclearfail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 \def\ifclearsucceed{\conditionalsucceed{ifclear}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 \def\ifclearfail{\nestedignore{ifclear}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 \defineunmatchedend{ifclear}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
941 % @iftex, @ifnothtml, @ifnotinfo always succeed; we read the text
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
942 % following, through the first @end iftex (etc.). Make `@end iftex'
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
943 % (etc.) valid only after an @iftex.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 \def\iftex{\conditionalsucceed{iftex}}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
946 \def\ifnothtml{\conditionalsucceed{ifnothtml}}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
947 \def\ifnotinfo{\conditionalsucceed{ifnotinfo}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 \defineunmatchedend{iftex}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
949 \defineunmatchedend{ifnothtml}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
950 \defineunmatchedend{ifnotinfo}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 % We can't just want to start a group at @iftex (for example) and end it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 % at @end iftex, since then @set commands inside the conditional have no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 % effect (they'd get reverted at the end of the group). So we must
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 % define \Eiftex to redefine itself to be its previous value. (We can't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 % just define it to fail again with an ``unmatched end'' error, since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 % the @ifset might be nested.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 \def\conditionalsucceed#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 \edef\temp{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 % Remember the current value of \E#1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 \let\nece{prevE#1} = \nece{E#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964 % At the `@end #1', redefine \E#1 to be its previous value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
965 \def\nece{E#1}{\let\nece{E#1} = \nece{prevE#1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
966 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
967 \temp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
970 % We need to expand lots of \csname's, but we don't want to expand the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
971 % control sequences after we've constructed them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
973 \def\nece#1{\expandafter\noexpand\csname#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
974
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975 % @asis just yields its argument. Used with @table, for example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
977 \def\asis#1{#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
979 % @math means output in math mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 % We don't use $'s directly in the definition of \math because control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 % sequences like \math are expanded when the toc file is written. Then,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 % we read the toc file back, the $'s will be normal characters (as they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 % should be, according to the definition of Texinfo). So we must use a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 % control sequence to switch into and out of math mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 % This isn't quite enough for @math to work properly in indices, but it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 % seems unlikely it will ever be needed there.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 \let\implicitmath = $
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 \def\math#1{\implicitmath #1\implicitmath}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 % @bullet and @minus need the same treatment as @math, just above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993 \def\bullet{\implicitmath\ptexbullet\implicitmath}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 \def\minus{\implicitmath-\implicitmath}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
995
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 \def\node{\ENVcheck\parsearg\nodezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 \def\nodezzz#1{\nodexxx [#1,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 \let\nwnode=\node
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 \let\lastnode=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002 \def\donoderef{\ifx\lastnode\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 \expandafter\expandafter\expandafter\setref{\lastnode}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 \global\let\lastnode=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 \def\unnumbnoderef{\ifx\lastnode\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1007 \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 \global\let\lastnode=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 \def\appendixnoderef{\ifx\lastnode\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1011 \expandafter\expandafter\expandafter\appendixsetref{\lastnode}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 \global\let\lastnode=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1014 % @refill is a no-op.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015 \let\refill=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 % @setfilename is done at the beginning of every texinfo file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 % So open here the files we need to have open while reading the input.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019 % This makes it possible to make a .fmt file for texinfo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 \def\setfilename{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 \readauxfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 \opencontents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 \openindices
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 \fixbackslash % Turn off hack to swallow `\input texinfo'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025 \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1026 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1027 % If texinfo.cnf is present on the system, read it.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1028 % Useful for site-wide @afourpaper, etc.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1029 % Just to be on the safe side, close the input stream before the \input.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1030 \openin 1 texinfo.cnf
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1031 \ifeof1 \let\temp=\relax \else \def\temp{\input texinfo.cnf }\fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1032 \closein1
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1033 \temp
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1034 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 \comment % Ignore the actual filename.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1038 % @bye.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1041 % \def\macro#1{\begingroup\ignoresections\catcode`\#=6\def\macrotemp{#1}\parsearg\macroxxx}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1042 % \def\macroxxx#1#2 \end macro{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1043 % \expandafter\gdef\macrotemp#1{#2}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1044 % \endgroup}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1045
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1046 %\def\linemacro#1{\begingroup\ignoresections\catcode`\#=6\def\macrotemp{#1}\parsearg\linemacroxxx}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1047 %\def\linemacroxxx#1#2 \end linemacro{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1048 %\let\parsearg=\relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1049 %\edef\macrotempx{\csname M\butfirst\expandafter\string\macrotemp\endcsname}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1050 %\expandafter\xdef\macrotemp{\parsearg\macrotempx}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1051 %\expandafter\gdef\macrotempx#1{#2}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1052 %\endgroup}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1053
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1054 %\def\butfirst#1{}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1055
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1057 \message{fonts,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1058
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 % Font-change commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061 % Texinfo supports the sans serif font style, which plain TeX does not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1062 % So we set up a \sf analogous to plain's \rm, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 \newfam\sffam
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064 \def\sf{\fam=\sffam \tensf}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1065 \let\li = \sf % Sometimes we call it \li, not \sf.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1066
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1067 % We don't need math for this one.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1068 \def\ttsl{\tenttsl}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1069
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1070 % Use Computer Modern fonts at \magstephalf (11pt).
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1071 \newcount\mainmagstep
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1072 \mainmagstep=\magstephalf
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1073
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1074 % Set the font macro #1 to the font named #2, adding on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1075 % specified font prefix (normally `cm').
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1076 % #3 is the font's design size, #4 is a scale factor
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1077 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1078
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1079 % Use cm as the default font prefix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080 % To specify the font prefix, you must define \fontprefix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 % before you read in texinfo.tex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082 \ifx\fontprefix\undefined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 \def\fontprefix{cm}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084 \fi
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1085 % Support font families that don't use the same naming scheme as CM.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1086 \def\rmshape{r}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1087 \def\rmbshape{bx} %where the normal face is bold
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1088 \def\bfshape{b}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1089 \def\bxshape{bx}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1090 \def\ttshape{tt}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1091 \def\ttbshape{tt}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1092 \def\ttslshape{sltt}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1093 \def\itshape{ti}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1094 \def\itbshape{bxti}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1095 \def\slshape{sl}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1096 \def\slbshape{bxsl}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1097 \def\sfshape{ss}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1098 \def\sfbshape{ss}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1099 \def\scshape{csc}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1100 \def\scbshape{csc}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1101
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1102 \ifx\bigger\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 \let\mainmagstep=\magstep1
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1104 \setfont\textrm\rmshape{12}{1000}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1105 \setfont\texttt\ttshape{12}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 \else
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1107 \setfont\textrm\rmshape{10}{\mainmagstep}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1108 \setfont\texttt\ttshape{10}{\mainmagstep}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1109 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1110 % Instead of cmb10, you many want to use cmbx10.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1111 % cmbx10 is a prettier font on its own, but cmb10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1112 % looks better when embedded in a line with cmr10.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1113 \setfont\textbf\bfshape{10}{\mainmagstep}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1114 \setfont\textit\itshape{10}{\mainmagstep}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1115 \setfont\textsl\slshape{10}{\mainmagstep}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1116 \setfont\textsf\sfshape{10}{\mainmagstep}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1117 \setfont\textsc\scshape{10}{\mainmagstep}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1118 \setfont\textttsl\ttslshape{10}{\mainmagstep}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1119 \font\texti=cmmi10 scaled \mainmagstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1120 \font\textsy=cmsy10 scaled \mainmagstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1122 % A few fonts for @defun, etc.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1123 \setfont\defbf\bxshape{10}{\magstep1} %was 1314
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1124 \setfont\deftt\ttshape{10}{\magstep1}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \bf}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1127 % Fonts for indices and small examples (9pt).
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1128 % We actually use the slanted font rather than the italic,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1129 % because texinfo normally uses the slanted fonts for that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 % Do not make many font distinctions in general in the index, since they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1131 % aren't very useful.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1132 \setfont\ninett\ttshape{9}{1000}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1133 \setfont\indrm\rmshape{9}{1000}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1134 \setfont\indit\slshape{9}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 \let\indsl=\indit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 \let\indtt=\ninett
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1137 \let\indttsl=\ninett
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1138 \let\indsf=\indrm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1139 \let\indbf=\indrm
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1140 \setfont\indsc\scshape{10}{900}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1141 \font\indi=cmmi9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1142 \font\indsy=cmsy9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1144 % Fonts for title page:
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1145 \setfont\titlerm\rmbshape{12}{\magstep3}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1146 \setfont\titleit\itbshape{10}{\magstep4}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1147 \setfont\titlesl\slbshape{10}{\magstep4}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1148 \setfont\titlett\ttbshape{12}{\magstep3}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1149 \setfont\titlettsl\ttslshape{10}{\magstep4}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1150 \setfont\titlesf\sfbshape{17}{\magstep1}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1151 \let\titlebf=\titlerm
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1152 \setfont\titlesc\scbshape{10}{\magstep4}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1153 \font\titlei=cmmi12 scaled \magstep3
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1154 \font\titlesy=cmsy10 scaled \magstep4
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1155 \def\authorrm{\secrm}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1156
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1157 % Chapter (and unnumbered) fonts (17.28pt).
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1158 \setfont\chaprm\rmbshape{12}{\magstep2}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1159 \setfont\chapit\itbshape{10}{\magstep3}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1160 \setfont\chapsl\slbshape{10}{\magstep3}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1161 \setfont\chaptt\ttbshape{12}{\magstep2}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1162 \setfont\chapttsl\ttslshape{10}{\magstep3}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1163 \setfont\chapsf\sfbshape{17}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1164 \let\chapbf=\chaprm
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1165 \setfont\chapsc\scbshape{10}{\magstep3}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 \font\chapi=cmmi12 scaled \magstep2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167 \font\chapsy=cmsy10 scaled \magstep3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1168
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1169 % Section fonts (14.4pt).
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1170 \setfont\secrm\rmbshape{12}{\magstep1}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1171 \setfont\secit\itbshape{10}{\magstep2}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1172 \setfont\secsl\slbshape{10}{\magstep2}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1173 \setfont\sectt\ttbshape{12}{\magstep1}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1174 \setfont\secttsl\ttslshape{10}{\magstep2}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1175 \setfont\secsf\sfbshape{12}{\magstep1}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1176 \let\secbf\secrm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1177 \setfont\secsc\scbshape{10}{\magstep2}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1178 \font\seci=cmmi12 scaled \magstep1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1179 \font\secsy=cmsy10 scaled \magstep2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1180
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1181 % \setfont\ssecrm\bxshape{10}{\magstep1} % This size an font looked bad.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1182 % \setfont\ssecit\itshape{10}{\magstep1} % The letters were too crowded.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1183 % \setfont\ssecsl\slshape{10}{\magstep1}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1184 % \setfont\ssectt\ttshape{10}{\magstep1}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1185 % \setfont\ssecsf\sfshape{10}{\magstep1}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1186
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1187 %\setfont\ssecrm\bfshape{10}{1315} % Note the use of cmb rather than cmbx.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1188 %\setfont\ssecit\itshape{10}{1315} % Also, the size is a little larger than
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1189 %\setfont\ssecsl\slshape{10}{1315} % being scaled magstep1.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1190 %\setfont\ssectt\ttshape{10}{1315}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1191 %\setfont\ssecsf\sfshape{10}{1315}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1193 %\let\ssecbf=\ssecrm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1194
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1195 % Subsection fonts (13.15pt).
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1196 \setfont\ssecrm\rmbshape{12}{\magstephalf}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1197 \setfont\ssecit\itbshape{10}{1315}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1198 \setfont\ssecsl\slbshape{10}{1315}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1199 \setfont\ssectt\ttbshape{12}{\magstephalf}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1200 \setfont\ssecttsl\ttslshape{10}{1315}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1201 \setfont\ssecsf\sfbshape{12}{\magstephalf}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1202 \let\ssecbf\ssecrm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1203 \setfont\ssecsc\scbshape{10}{\magstep1}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204 \font\sseci=cmmi12 scaled \magstephalf
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1205 \font\ssecsy=cmsy10 scaled 1315
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1206 % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1207 % but that is not a standard magnification.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1209 % In order for the font changes to affect most math symbols and letters,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1210 % we have to define the \textfont of the standard families. Since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1211 % texinfo doesn't allow for producing subscripts and superscripts, we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1212 % don't bother to reset \scriptfont and \scriptscriptfont (which would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1213 % also require loading a lot more fonts).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1214 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1215 \def\resetmathfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216 \textfont0 = \tenrm \textfont1 = \teni \textfont2 = \tensy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 \textfont\itfam = \tenit \textfont\slfam = \tensl \textfont\bffam = \tenbf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218 \textfont\ttfam = \tentt \textfont\sffam = \tensf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1219 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1221
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1222 % The font-changing commands redefine the meanings of \tenSTYLE, instead
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1223 % of just \STYLE. We do this so that font changes will continue to work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1224 % in math mode, where it is the current \fam that is relevant in most
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1225 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1226 % \tenbf}, for example. By redefining \tenbf, we obviate the need to
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1227 % redefine \bf itself.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 \def\textfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1229 \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1231 \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy \let\tenttsl=\textttsl
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232 \resetmathfonts}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1233 \def\titlefonts{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1234 \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1235 \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1236 \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1237 \let\tenttsl=\titlettsl
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1238 \resetmathfonts \setleading{25pt}}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1239 \def\titlefont#1{{\titlefonts #1}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240 \def\chapfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1243 \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy \let\tenttsl=\chapttsl
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1244 \resetmathfonts \setleading{19pt}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245 \def\secfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1248 \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy \let\tenttsl=\secttsl
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1249 \resetmathfonts \setleading{16pt}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1250 \def\subsecfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1251 \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1253 \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy \let\tenttsl=\ssecttsl
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1254 \resetmathfonts \setleading{15pt}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1255 \let\subsubsecfonts = \subsecfonts % Maybe make sssec fonts scaled magstephalf?
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 \def\indexfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1257 \let\tenrm=\indrm \let\tenit=\indit \let\tensl=\indsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1258 \let\tenbf=\indbf \let\tentt=\indtt \let\smallcaps=\indsc
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1259 \let\tensf=\indsf \let\teni=\indi \let\tensy=\indsy \let\tenttsl=\indttsl
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1260 \resetmathfonts \setleading{12pt}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1261
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1262 % Set up the default fonts, so we can use them for creating boxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1263 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 % Count depth in font-changes, for error checks
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1267 \newcount\fontdepth \fontdepth=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 % Fonts for short table of contents.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1270 \setfont\shortcontrm\rmshape{12}{1000}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1271 \setfont\shortcontbf\bxshape{12}{1000}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1272 \setfont\shortcontsl\slshape{12}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1273
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 %% serif) and @ii for TeX italic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1277 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1278 % unless the following character is such as not to need one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1279 \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else\/\fi\fi\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 \def\smartitalic#1{{\sl #1}\futurelet\next\smartitalicx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 \let\i=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1283 \let\var=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1284 \let\dfn=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285 \let\emph=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 \let\cite=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 \def\b#1{{\bf #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289 \let\strong=\b
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1290
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1291 % We can't just use \exhyphenpenalty, because that only has effect at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1292 % the end of a paragraph. Restore normal hyphenation at the end of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1293 % group within which \nohyphenation is presumably called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296 \def\restorehyphenation{\hyphenchar\font = `- }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1298 \def\t#1{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1299 {\tt \rawbackslash \frenchspacing #1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1300 \null
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301 }
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1302 \let\ttfont=\t
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 \def\samp #1{`\tclose{#1}'\null}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1304 \setfont\smallrm\rmshape{8}{1000}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1305 \font\smallsy=cmsy9
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1306 \def\key#1{{\smallrm\textfont2=\smallsy \leavevmode\hbox{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1307 \raise0.4pt\hbox{$\langle$}\kern-.08em\vtop{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1308 \vbox{\hrule\kern-0.4pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1309 \hbox{\raise0.4pt\hbox{\vphantom{$\langle$}}#1}}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1310 \kern-0.4pt\hrule}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1311 \kern-.06em\raise0.4pt\hbox{$\rangle$}}}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1312 % The old definition, with no lozenge:
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1313 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 \let\file=\samp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318 % @code is a modification of @t,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 % which makes spaces the same size as normal in the surrounding text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 \def\tclose#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 % Change normal interword space to be same as for the current font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 \spaceskip = \fontdimen2\font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325 % Switch to typewriter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 \tt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1327 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 % But `\ ' produces the large typewriter interword space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329 \def\ {{\spaceskip = 0pt{} }}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1330 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1331 % Turn off hyphenation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1332 \nohyphenation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1333 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1334 \rawbackslash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1335 \frenchspacing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1336 #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1337 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1338 \null
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1339 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1341 % We *must* turn on hyphenation at `-' and `_' in \code.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1342 % Otherwise, it is too hard to avoid overfull hboxes
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343 % in the Emacs manual, the Library manual, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 % both hyphenation at - and hyphenation within words.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 % We must therefore turn them both off (\tclose does that)
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1348 % and arrange explicitly to hyphenate at a dash.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 % -- rms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 \catcode`\-=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 \catcode`\_=\active
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1353 \catcode`\|=\active
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 \global\def\code{\begingroup \catcode`\-=\active \let-\codedash \catcode`\_=\active \let_\codeunder \codex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 % The following is used by \doprintindex to insure that long function names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 % wrap around. It is necessary for - and _ to be active before the index is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 % read from the file, as \entry parses the arguments long before \code is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 % ever called. -- mycroft
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1359 % _ is always active; and it shouldn't be \let = to an _ that is a
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1360 % subscript character anyway. Then, @cindex @samp{_} (for example)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1361 % fails. --karl
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1362 \global\def\indexbreaks{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1363 \catcode`\-=\active \let-\realdash
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1364 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 }
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1366
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 \def\realdash{-}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368 \def\codedash{-\discretionary{}{}{}}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1369 \def\codeunder{\ifusingtt{\normalunderscore\discretionary{}{}{}}{\_}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1370 \def\codex #1{\tclose{#1}\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372 %\let\exp=\tclose %Was temporary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 % @kbd is like @code, except that if the argument is just one @key command,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 % then @kbd has no effect.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1376
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1377 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1378 % `example' (@kbd uses ttsl only inside of @example and friends),
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1379 % or `code' (@kbd uses normal tty font always).
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1380 \def\kbdinputstyle{\parsearg\kbdinputstylexxx}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1381 \def\kbdinputstylexxx#1{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1382 \def\arg{#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1383 \ifx\arg\worddistinct
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1384 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1385 \else\ifx\arg\wordexample
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1386 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1387 \else\ifx\arg\wordcode
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1388 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1389 \fi\fi\fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1390 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1391 \def\worddistinct{distinct}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1392 \def\wordexample{example}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1393 \def\wordcode{code}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1394
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1395 % Default is kbdinputdistinct. (Too much of a hassle to call the macro,
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1396 % the catcodes are wrong for parsearg to work.)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1397 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1398
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399 \def\xkey{\key}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401 \ifx\one\xkey\ifx\threex\three \key{#2}%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1402 \else{\tclose{\kbdfont\look}}\fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1403 \else{\tclose{\kbdfont\look}}\fi}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1404
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1405 % @url. Quotes do not seem necessary, so use \code.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1406 \let\url=\code
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1407
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1408 % @uref (abbreviation for `urlref') takes an optional second argument
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1409 % specifying the text to display. First (mandatory) arg is the url.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1410 % Perhaps eventually put in a hypertex \special here.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1411 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1412 \def\uref#1{\urefxxx #1,,\finish}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1413 \def\urefxxx#1,#2,#3\finish{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1414 \setbox0 = \hbox{\ignorespaces #2}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1415 \ifdim\wd0 > 0pt
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1416 \unhbox0\ (\code{#1})%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1417 \else
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1418 \code{#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1419 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1420 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1421
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1422 % rms does not like the angle brackets --karl, 17may97.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1423 % So now @email is just like @uref.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1424 %\def\email#1{$\langle${\tt #1}$\rangle$}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1425 \let\email=\uref
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1426
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1427 % Check if we are currently using a typewriter font. Since all the
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1428 % Computer Modern typewriter fonts have zero interword stretch (and
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1429 % shrink), and it is reasonable to expect all typewriter fonts to have
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1430 % this property, we can check that font parameter.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1431 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1432 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1433
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1434 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1435 % argument is to make the input look right: @dmn{pt} instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1436 % @dmn{}pt.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1437 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1438 \def\dmn#1{\thinspace #1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1440 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1441
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1442 % @l was never documented to mean ``switch to the Lisp font'',
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1443 % and it is not used as such in any manual I can find. We need it for
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1444 % Polish suppressed-l. --karl, 22sep96.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1445 %\def\l#1{{\li #1}\null}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1446
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1447 \def\r#1{{\rm #1}} % roman font
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1448 % Use of \lowercase was suggested.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1449 \def\sc#1{{\smallcaps#1}} % smallcaps font
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1450 \def\ii#1{{\it #1}} % italic font
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1451
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1452 % @pounds{} is a sterling sign.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1453 \def\pounds{{\it\$}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1454
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1456 \message{page headings,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1457
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1458 \newskip\titlepagetopglue \titlepagetopglue = 1.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1459 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1460
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461 % First the title page. Must do @settitle before @titlepage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 \newif\ifseenauthor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 \newif\iffinishedtitlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 \def\shorttitlepage{\parsearg\shorttitlepagezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 \def\shorttitlepagezzz #1{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1467 \endgroup\page\hbox{}\page}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469 \def\titlepage{\begingroup \parindent=0pt \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1470 \let\subtitlerm=\tenrm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1471 % I deinstalled the following change because \cmr12 is undefined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1472 % This change was not in the ChangeLog anyway. --rms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1473 % \let\subtitlerm=\cmr12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1474 \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1475 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1477 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1478 % Leave some space at the very top of the page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1479 \vglue\titlepagetopglue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1480 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1481 % Now you can print the title using @title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1482 \def\title{\parsearg\titlezzz}%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1483 \def\titlezzz##1{\leftline{\titlefonts\rm ##1}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1484 % print a rule at the page bottom also.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1485 \finishedtitlepagefalse
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1486 \vskip4pt \hrule height 4pt width \hsize \vskip4pt}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 % No rule at page bottom unless we print one at the top with @title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488 \finishedtitlepagetrue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 % Now you can put text using @subtitle.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 \def\subtitle{\parsearg\subtitlezzz}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492 \def\subtitlezzz##1{{\subtitlefont \rightline{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 % @author should come last, but may come many times.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1495 \def\author{\parsearg\authorzzz}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496 \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 {\authorfont \leftline{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 % Most title ``pages'' are actually two pages long, with space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 % at the top of the second. We don't want the ragged left on the second.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 \let\oldpage = \page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 \def\page{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 \iffinishedtitlepage\else
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1504 \finishtitlepage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 \oldpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 \let\page = \oldpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 \hbox{}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 % \def\page{\oldpage \hbox{}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1511
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1512 \def\Etitlepage{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1513 \iffinishedtitlepage\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1514 \finishtitlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1516 % It is important to do the page break before ending the group,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 % because the headline and footline are only empty inside the group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 % If we use the new definition of \page, we always get a blank page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 % after the title page, which we certainly don't want.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 \oldpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 \HEADINGSon
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525 \def\finishtitlepage{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 \vskip4pt \hrule height 2pt width \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 \vskip\titlepagebottomglue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 \finishedtitlepagetrue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1529 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 %%% Set up page headings and footings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 \let\thispage=\folio
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 \newtoks \evenheadline % Token sequence for heading line of even pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 \newtoks \oddheadline % Token sequence for heading line of odd pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 \newtoks \evenfootline % Token sequence for footing line of even pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 \newtoks \oddfootline % Token sequence for footing line of odd pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 % Now make Tex use those variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 \else \the\evenheadline \fi}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 \else \the\evenfootline \fi}\HEADINGShook}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 \let\HEADINGShook=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1547 % Commands to set those variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 % For example, this is what @headings on does
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 % @evenheading @thistitle|@thispage|@thischapter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 % @oddheading @thischapter|@thispage|@thistitle
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 % @evenfooting @thisfile||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552 % @oddfooting ||@thisfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 \def\evenheading{\parsearg\evenheadingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 \def\oddheading{\parsearg\oddheadingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 \def\everyheading{\parsearg\everyheadingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558 \def\evenfooting{\parsearg\evenfootingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 \def\oddfooting{\parsearg\oddfootingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560 \def\everyfooting{\parsearg\everyfootingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562 {\catcode`\@=0 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 \gdef\evenheadingyyy #1@|#2@|#3@|#4\finish{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 \gdef\oddheadingyyy #1@|#2@|#3@|#4\finish{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1572 \gdef\everyheadingxxx#1{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574 \gdef\evenfootingxxx #1{\evenfootingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 \gdef\evenfootingyyy #1@|#2@|#3@|#4\finish{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 \gdef\oddfootingxxx #1{\oddfootingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 \gdef\oddfootingyyy #1@|#2@|#3@|#4\finish{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1580 \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1581 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1582 % Leave some space for the footline. Hopefully ok to assume
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1583 % @evenfooting will not be used by itself.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1584 \global\advance\pageheight by -\baselineskip
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1585 \global\advance\vsize by -\baselineskip
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1586 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1587
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1588 \gdef\everyfootingxxx#1{\oddfootingxxx{#1}\evenfootingxxx{#1}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 }% unbind the catcode of @.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1592 % @headings double turns headings on for double-sided printing.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1593 % @headings single turns headings on for single-sided printing.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1594 % @headings off turns them off.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1595 % @headings on same as @headings double, retained for compatibility.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1596 % @headings after turns on double-sided headings after this page.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1597 % @headings doubleafter turns on double-sided headings after this page.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 % @headings singleafter turns on single-sided headings after this page.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1599 % By default, they are off at the start of a document,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1600 % and turned `on' after @end titlepage.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1601
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1602 \def\headings #1 {\csname HEADINGS#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 \def\HEADINGSoff{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 \HEADINGSoff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1608 % When we turn headings on, set the page number to 1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1609 % For double-sided printing, put current file name in lower left corner,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1610 % chapter name on inside top of right hand pages, document
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1611 % title on inside top of left hand pages, and page numbers on outside top
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1612 % edge of all pages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1613 \def\HEADINGSdouble{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1614 \global\pageno=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1615 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1616 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 \global\evenheadline={\line{\folio\hfil\thistitle}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618 \global\oddheadline={\line{\thischapter\hfil\folio}}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1619 \global\let\contentsalignmacro = \chapoddpage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1620 }
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1621 \let\contentsalignmacro = \chappager
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1622
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1623 % For single-sided printing, chapter title goes across top left of page,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1624 % page number on top right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1625 \def\HEADINGSsingle{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 \global\pageno=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1627 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1628 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629 \global\evenheadline={\line{\thischapter\hfil\folio}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 \global\oddheadline={\line{\thischapter\hfil\folio}}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1631 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 \def\HEADINGSon{\HEADINGSdouble}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 \let\HEADINGSdoubleafter=\HEADINGSafter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 \def\HEADINGSdoublex{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1640 \global\evenheadline={\line{\folio\hfil\thistitle}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 \global\oddheadline={\line{\thischapter\hfil\folio}}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1642 \global\let\contentsalignmacro = \chapoddpage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 \def\HEADINGSsinglex{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1647 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1649 \global\evenheadline={\line{\thischapter\hfil\folio}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1650 \global\oddheadline={\line{\thischapter\hfil\folio}}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1651 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 % Subroutines used in generating headings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 % Produces Day Month Year style of output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 \def\today{\number\day\space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 \ifcase\month\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 January\or February\or March\or April\or May\or June\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1659 July\or August\or September\or October\or November\or December\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 \space\number\year}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662 % Use this if you want the Month Day, Year style of output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 %\def\today{\ifcase\month\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 %January\or February\or March\or April\or May\or June\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 %July\or August\or September\or October\or November\or December\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 %\space\number\day, \number\year}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 % @settitle line... specifies the title of the document, for headings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669 % It generates no output of its own
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1670
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 \def\thistitle{No Title}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672 \def\settitle{\parsearg\settitlezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 \def\settitlezzz #1{\gdef\thistitle{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1675
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 \message{tables,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 % @tabs -- simple alignment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1679
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 % These don't work. For one thing, \+ is defined as outer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681 % So these macros cannot even be defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 %\def\tabs{\parsearg\tabszzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 %\def\tabszzz #1{\settabs\+#1\cr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 %\def\tabline{\parsearg\tablinezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686 %\def\tablinezzz #1{\+#1\cr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 %\def\&{&}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 % default indentation of table text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 \newdimen\tableindent \tableindent=.8in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 % default indentation of @itemize and @enumerate text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 \newdimen\itemindent \itemindent=.3in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695 % margin between end of table item and start of table text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 \newdimen\itemmargin \itemmargin=.1in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698 % used internally for \itemindent minus \itemmargin
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 \newdimen\itemmax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702 % these defs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1703 % They also define \itemindex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 % to index the item name in whatever manner is desired (perhaps none).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 \newif\ifitemxneedsnegativevskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1708 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710 \def\internalBitem{\smallbreak \parsearg\itemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 \def\internalBxitem "#1"{\def\xitemsubtopix{#1} \smallbreak \parsearg\xitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 \def\internalBxitemx "#1"{\def\xitemsubtopix{#1} \itemxpar \parsearg\xitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716 \def\internalBkitem{\smallbreak \parsearg\kitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 \def\internalBkitemx{\itemxpar \parsearg\kitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 \itemzzz {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 \itemzzz {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725 \def\itemzzz #1{\begingroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 \advance\hsize by -\rightskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 \advance\hsize by -\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728 \setbox0=\hbox{\itemfont{#1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 \itemindex{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 \nobreak % This prevents a break before @itemx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 % Be sure we are not still in the middle of a paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733 %{\parskip = 0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 %\par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735 %}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1736 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737 % If the item text does not fit in the space we have, put it on a line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 % by itself, and do not allow a page break either before or after that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 % line. We do not start a paragraph here because then if the next
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740 % command is, e.g., @kindex, the whatsit would get put into the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 % horizontal list on a line by itself, resulting in extra blank space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 \ifdim \wd0>\itemmax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 % Make this a paragraph so we get the \parskip glue and wrapping,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 % but leave it ragged-right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 \advance\leftskip by-\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 \advance\hsize by\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749 \advance\rightskip by0pt plus1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 \leavevmode\unhbox0\par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 % We're going to be starting a paragraph, but we don't want the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 % \parskip glue -- logically it's part of the @item we just started.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 \nobreak \vskip-\parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 % Stop a page break at the \parskip glue coming up. Unfortunately
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 % we can't prevent a possible page break at the following
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 % \baselineskip glue.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 \nobreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 \itemxneedsnegativevskipfalse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 % The item text fits into the space. Start a paragraph, so that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 % following text (if any) will end up on the same line. Since that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1766 % text will be indented by \tableindent, we make the item text be in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1767 % a zero-width box.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 \noindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 \rlap{\hskip -\tableindent\box0}\ignorespaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 \endgroup%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 \itemxneedsnegativevskiptrue%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 \def\item{\errmessage{@item while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 \def\itemx{\errmessage{@itemx while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 \def\kitem{\errmessage{@kitem while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 \def\kitemx{\errmessage{@kitemx while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 \def\xitem{\errmessage{@xitem while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 \def\xitemx{\errmessage{@xitemx while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1782 %% Contains a kludge to get @end[description] to work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 \def\description{\tablez{\dontindex}{1}{}{}{}{}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 \def\table{\begingroup\inENV\obeylines\obeyspaces\tablex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 {\obeylines\obeyspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 \gdef\tablex #1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 \tabley\dontindex#1 \endtabley}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 \def\ftable{\begingroup\inENV\obeylines\obeyspaces\ftablex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 {\obeylines\obeyspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 \gdef\ftablex #1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 \tabley\fnitemindex#1 \endtabley
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 \def\Eftable{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 \let\Etable=\relax}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 \def\vtable{\begingroup\inENV\obeylines\obeyspaces\vtablex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 {\obeylines\obeyspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 \gdef\vtablex #1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 \tabley\vritemindex#1 \endtabley
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 \def\Evtable{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802 \let\Etable=\relax}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804 \def\dontindex #1{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 \def\fnitemindex #1{\doind {fn}{\code{#1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 \def\vritemindex #1{\doind {vr}{\code{#1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 {\obeyspaces %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809 \gdef\tabley#1#2 #3 #4 #5 #6 #7\endtabley{\endgroup%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 \tablez{#1}{#2}{#3}{#4}{#5}{#6}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812 \def\tablez #1#2#3#4#5#6{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 \aboveenvbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 \begingroup %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1815 \def\Edescription{\Etable}% Necessary kludge.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 \let\itemindex=#1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817 \ifnum 0#3>0 \advance \leftskip by #3\mil \fi %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 \ifnum 0#4>0 \tableindent=#4\mil \fi %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 \ifnum 0#5>0 \advance \rightskip by #5\mil \fi %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 \def\itemfont{#2}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 \itemmax=\tableindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 \advance \itemmax by -\itemmargin %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 \advance \leftskip by \tableindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824 \exdentamount=\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 \parindent = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 \parskip = \smallskipamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 \ifdim \parskip=0pt \parskip=2pt \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 \def\Etable{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 \let\item = \internalBitem %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 \let\itemx = \internalBitemx %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831 \let\kitem = \internalBkitem %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 \let\kitemx = \internalBkitemx %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 \let\xitem = \internalBxitem %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 \let\xitemx = \internalBxitemx %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 % This is the counter used by @enumerate, which is really @itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839 \newcount \itemno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 \def\itemize{\parsearg\itemizezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1843 \def\itemizezzz #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 \begingroup % ended by the @end itemsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 \itemizey {#1}{\Eitemize}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 \def\itemizey #1#2{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 \aboveenvbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 \itemmax=\itemindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851 \advance \itemmax by -\itemmargin %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 \advance \leftskip by \itemindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 \exdentamount=\itemindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854 \parindent = 0pt %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 \parskip = \smallskipamount %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 \ifdim \parskip=0pt \parskip=2pt \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 \def#2{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 \def\itemcontents{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 \let\item=\itemizeitem}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 % Set sfcode to normal for the chars that usually have another value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 % These are `.?!:;,'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 \def\frenchspacing{\sfcode46=1000 \sfcode63=1000 \sfcode33=1000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864 \sfcode58=1000 \sfcode59=1000 \sfcode44=1000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866 % \splitoff TOKENS\endmark defines \first to be the first token in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 % TOKENS, and \rest to be the remainder.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1868 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1869 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 % Allow an optional argument of an uppercase letter, lowercase letter,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 % or number, to specify the first label in the enumerated list. No
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 % argument is the same as `1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875 \def\enumerate{\parsearg\enumeratezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 \def\enumeratezzz #1{\enumeratey #1 \endenumeratey}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877 \def\enumeratey #1 #2\endenumeratey{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 \begingroup % ended by the @end enumerate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 % If we were given no argument, pretend we were given `1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 \def\thearg{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 \ifx\thearg\empty \def\thearg{1}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 % Detect if the argument is a single token. If so, it might be a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 % letter. Otherwise, the only valid thing it can be is a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 % (We will always have one token, because of the test we just made.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887 % This is a good thing, since \splitoff doesn't work given nothing at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888 % all -- the first parameter is undelimited.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889 \expandafter\splitoff\thearg\endmark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 \ifx\rest\empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 % Only one token in the argument. It could still be anything.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 % A ``lowercase letter'' is one whose \lccode is nonzero.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 % not equal to itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 % Otherwise, we assume it's a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 % We need the \relax at the end of the \ifnum lines to stop TeX from
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898 % continuing to look for a <number>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 \ifnum\lccode\expandafter`\thearg=0\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 \numericenumerate % a number (we hope)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 % It's a letter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 \lowercaseenumerate % lowercase letter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 \uppercaseenumerate % uppercase letter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 % Multiple tokens in the argument. We hope it's a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 \numericenumerate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1913 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916 % An @enumerate whose labels are integers. The starting integer is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 % given in \thearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 \def\numericenumerate{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 \itemno = \thearg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 \startenumeration{\the\itemno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 % The starting (lowercase) letter is in \thearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 \def\lowercaseenumerate{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1926 \itemno = \expandafter`\thearg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 \startenumeration{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 % Be sure we're not beyond the end of the alphabet.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 \ifnum\itemno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 \errmessage{No more lowercase letters in @enumerate; get a bigger
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 alphabet}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 \char\lccode\itemno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 % The starting (uppercase) letter is in \thearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938 \def\uppercaseenumerate{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 \itemno = \expandafter`\thearg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940 \startenumeration{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 % Be sure we're not beyond the end of the alphabet.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942 \ifnum\itemno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943 \errmessage{No more uppercase letters in @enumerate; get a bigger
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 alphabet}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946 \char\uccode\itemno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 % Call itemizey, adding a period to the first argument and supplying the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951 % common last two arguments. Also subtract one from the initial value in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 % \itemno, since @item increments \itemno.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 \def\startenumeration#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 \advance\itemno by -1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 \itemizey{#1.}\Eenumerate\flushcr
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 % to @enumerate.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 \def\alphaenumerate{\enumerate{a}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 \def\capsenumerate{\enumerate{A}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964 \def\Ealphaenumerate{\Eenumerate}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 \def\Ecapsenumerate{\Eenumerate}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 % Definition of @item while inside @itemize.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 \def\itemizeitem{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 \advance\itemno by 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 {\let\par=\endgraf \smallbreak}%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1972 \ifhmode \errmessage{In hmode at itemizeitem}\fi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 {\parskip=0in \hskip 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 \hbox to 0pt{\hss \itemcontents\hskip \itemmargin}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 \vadjust{\penalty 1200}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976 \flushcr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 % @multitable macros
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1979 % Amy Hendrickson, 8/18/94, 3/6/96
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1981 % @multitable ... @end multitable will make as many columns as desired.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1982 % Contents of each column will wrap at width given in preamble. Width
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 % can be specified either with sample text given in a template line,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 % or in percent of \hsize, the current width of text on page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986 % Table can continue over pages but will only break between lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1987
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 % To make preamble:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1990 % Either define widths of columns in terms of percent of \hsize:
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1991 % @multitable @columnfractions .25 .3 .45
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992 % @item ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1994 % Numbers following @columnfractions are the percent of the total
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 % current hsize to be used for each column. You may use as many
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996 % columns as desired.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
1998
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999 % Or use a template:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2000 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 % @item ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002 % using the widest term desired in each column.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2003 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2004 % For those who want to use more than one line's worth of words in
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2005 % the preamble, break the line within one argument and it
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2006 % will parse correctly, i.e.,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2007 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2008 % @multitable {Column 1 template} {Column 2 template} {Column 3
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2009 % template}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2010 % Not:
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2011 % @multitable {Column 1 template} {Column 2 template}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2012 % {Column 3 template}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2013
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2014 % Each new table line starts with @item, each subsequent new column
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2015 % starts with @tab. Empty columns may be produced by supplying @tab's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2016 % with nothing between them for as many times as empty columns are needed,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2017 % ie, @tab@tab@tab will produce two empty columns.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2018
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2019 % @item, @tab, @multitable or @end multitable do not need to be on their
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2020 % own lines, but it will not hurt if they are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2021
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2022 % Sample multitable:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2023
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2024 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2025 % @item first col stuff @tab second col stuff @tab third col
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2026 % @item
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2027 % first col stuff
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2028 % @tab
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2029 % second col stuff
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2030 % @tab
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2031 % third col
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2032 % @item first col stuff @tab second col stuff
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2033 % @tab Many paragraphs of text may be used in any column.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2034 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2035 % They will wrap at the width determined by the template.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2036 % @item@tab@tab This will be in third column.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2037 % @end multitable
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2038
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2039 % Default dimensions may be reset by user.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2040 % @multitableparskip is vertical space between paragraphs in table.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2041 % @multitableparindent is paragraph indent in table.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2042 % @multitablecolmargin is horizontal space to be left between columns.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2043 % @multitablelinespace is space to leave between table items, baseline
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2044 % to baseline.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2045 % 0pt means it depends on current normal line spacing.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2046
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2047 %%%%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2048 % Dimensions
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2049
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2050 \newskip\multitableparskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2051 \newskip\multitableparindent
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2052 \newdimen\multitablecolspace
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2053 \newskip\multitablelinespace
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2054 \multitableparskip=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2055 \multitableparindent=6pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2056 \multitablecolspace=12pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2057 \multitablelinespace=0pt
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2058
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2059 %%%%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2060 % Macros used to set up halign preamble:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2061 \let\endsetuptable\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2062 \def\xendsetuptable{\endsetuptable}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2063 \let\columnfractions\relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2064 \def\xcolumnfractions{\columnfractions}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2065 \newif\ifsetpercent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2066
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2067 %% 2/1/96, to allow fractions to be given with more than one digit.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2068 \def\pickupwholefraction#1 {\global\advance\colcount by1 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2069 \expandafter\xdef\csname col\the\colcount\endcsname{.#1\hsize}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2070 \setuptable}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2071
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2072 \newcount\colcount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2073 \def\setuptable#1{\def\firstarg{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2074 \ifx\firstarg\xendsetuptable\let\go\relax%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2075 \else
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2076 \ifx\firstarg\xcolumnfractions\global\setpercenttrue%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2077 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2078 \ifsetpercent
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2079 \let\go\pickupwholefraction % In this case arg of setuptable
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2080 % is the decimal point before the
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2081 % number given in percent of hsize.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2082 % We don't need this so we don't use it.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2083 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2084 \global\advance\colcount by1
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2085 \setbox0=\hbox{#1 }% Add a normal word space as a separator;
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2086 % typically that is always in the input, anyway.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2087 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2088 \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2089 \fi%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2090 \ifx\go\pickupwholefraction\else\let\go\setuptable\fi%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2091 \fi\go}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2092
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2093 %%%%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2094 % multitable syntax
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2095 \def\tab{&\hskip1sp\relax} % 2/2/96
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2096 % tiny skip here makes sure this column space is
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2097 % maintained, even if it is never used.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2098
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2099
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2100 %%%%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2101 % @multitable ... @end multitable definitions:
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2102
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2103 \def\multitable{\parsearg\dotable}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2104
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2105 \def\dotable#1{\bgroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2106 \let\item\cr
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2107 \tolerance=9500
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2108 \hbadness=9500
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2109 \setmultitablespacing
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2110 \parskip=\multitableparskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2111 \parindent=\multitableparindent
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2112 \overfullrule=0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2113 \global\colcount=0\relax%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2114 \def\Emultitable{\global\setpercentfalse\global\everycr{}\cr\egroup\egroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2115 % To parse everything between @multitable and @item :
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2116 \setuptable#1 \endsetuptable
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2117 % Need to reset this to 0 after \setuptable.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2118 \global\colcount=0\relax%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2119 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2120 % This preamble sets up a generic column definition, which will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2121 % be used as many times as user calls for columns.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2122 % \vtop will set a single line and will also let text wrap and
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2123 % continue for many paragraphs if desired.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2124 \halign\bgroup&\global\advance\colcount by 1\relax%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2125 \multistrut\vtop{\hsize=\expandafter\csname col\the\colcount\endcsname
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2126 % In order to keep entries from bumping into each other
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2127 % we will add a \leftskip of \multitablecolspace to all columns after
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2128 % the first one.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2129 % If a template has been used, we will add \multitablecolspace
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2130 % to the width of each template entry.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2131 % If user has set preamble in terms of percent of \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2132 % we will use that dimension as the width of the column, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2133 % the \leftskip will keep entries from bumping into each other.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2134 % Table will start at left margin and final column will justify at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2135 % right margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2136 \ifnum\colcount=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2137 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2138 \ifsetpercent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2139 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2140 % If user has <not> set preamble in terms of percent of \hsize
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2141 % we will advance \hsize by \multitablecolspace
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2142 \advance\hsize by \multitablecolspace
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2143 \fi
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2144 % In either case we will make \leftskip=\multitablecolspace:
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2145 \leftskip=\multitablecolspace
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2146 \fi
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2147 % Ignoring space at the beginning and end avoids an occasional spurious
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2148 % blank line, when TeX decides to break the line at the space before the
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2149 % box from the multistrut, so the strut ends up on a line by itself.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2150 % For example:
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2151 % @multitable @columnfractions .11 .89
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2152 % @item @code{#}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2153 % @tab Legal holiday which is valid in major parts of the whole country.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2154 % Is automatically provided with highlighting sequences respectively marking
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2155 % characters.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2156 \noindent\ignorespaces##\unskip\multistrut}\cr
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2157 % \everycr will reset column counter, \colcount, at the end of
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2158 % each line. Every column entry will cause \colcount to advance by one.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2159 % The table preamble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2160 % looks at the current \colcount to find the correct column width.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2161 \global\everycr{\noalign{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2162 % \filbreak%% keeps underfull box messages off when table breaks over pages.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2163 % Maybe so, but it also creates really weird page breaks when the table
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2164 % breaks over pages Wouldn't \vfil be better? Wait until the problem
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2165 % manifests itself, so it can be fixed for real --karl.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2166 \global\colcount=0\relax}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2167 }
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2168
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2169 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2170 % If so, do nothing. If not, give it an appropriate dimension based on
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2171 % current baselineskip.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2172 \ifdim\multitablelinespace=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2173 %% strut to put in table in case some entry doesn't have descenders,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2174 %% to keep lines equally spaced
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2175 \let\multistrut = \strut
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2176 %% Test to see if parskip is larger than space between lines of
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2177 %% table. If not, do nothing.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2178 %% If so, set to same dimension as multitablelinespace.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2179 \else
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2180 \gdef\multistrut{\vrule height\multitablelinespace depth\dp0
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2181 width0pt\relax} \fi
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2182 \ifdim\multitableparskip>\multitablelinespace
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2183 \global\multitableparskip=\multitablelinespace
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2184 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2185 %% than skip between lines in the table.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2186 \fi%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2187 \ifdim\multitableparskip=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2188 \global\multitableparskip=\multitablelinespace
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2189 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2190 %% than skip between lines in the table.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2191 \fi}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2192
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2193
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2194 \message{indexing,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2195 % Index generation facilities
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2196
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2197 % Define \newwrite to be identical to plain tex's \newwrite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2198 % except not \outer, so it can be used within \newindex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2199 {\catcode`\@=11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2200 \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2201
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2202 % \newindex {foo} defines an index named foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2203 % It automatically defines \fooindex such that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2204 % \fooindex ...rest of line... puts an entry in the index foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2205 % It also defines \fooindfile to be the number of the output channel for
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2206 % the file that accumulates this index. The file's extension is foo.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2207 % The name of an index should be no more than 2 characters long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2208 % for the sake of vms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2210 \def\newindex #1{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2211 \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2212 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2213 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2214 \noexpand\doindex {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2215 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2217 % @defindex foo == \newindex{foo}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2218
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2219 \def\defindex{\parsearg\newindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2221 % Define @defcodeindex, like @defindex except put all entries in @code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2223 \def\newcodeindex #1{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2224 \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2225 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2226 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2227 \noexpand\docodeindex {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2228 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2230 \def\defcodeindex{\parsearg\newcodeindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2231
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2232 % @synindex foo bar makes index foo feed into index bar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2233 % Do this instead of @defindex foo if you don't want it as a separate index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2234 \def\synindex #1 #2 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2235 \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2236 \expandafter\let\csname#1indfile\endcsname=\synindexfoo
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2237 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2238 \noexpand\doindex {#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2239 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2240
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2241 % @syncodeindex foo bar similar, but put all entries made for index foo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2242 % inside @code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2243 \def\syncodeindex #1 #2 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2244 \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2245 \expandafter\let\csname#1indfile\endcsname=\synindexfoo
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2246 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2247 \noexpand\docodeindex {#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2248 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2250 % Define \doindex, the driver for all \fooindex macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2251 % Argument #1 is generated by the calling \fooindex macro,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2252 % and it is "foo", the name of the index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2254 % \doindex just uses \parsearg; it calls \doind for the actual work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2255 % This is because \doind is more useful to call from other macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2257 % There is also \dosubind {index}{topic}{subtopic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2258 % which makes an entry in a two-level index such as the operation index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2259
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2260 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2261 \def\singleindexer #1{\doind{\indexname}{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2263 % like the previous two, but they put @code around the argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2264 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2265 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2266
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2267 \def\indexdummies{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2268 % Take care of the plain tex accent commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2269 \def\"{\realbackslash "}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2270 \def\`{\realbackslash `}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2271 \def\'{\realbackslash '}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2272 \def\^{\realbackslash ^}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2273 \def\~{\realbackslash ~}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2274 \def\={\realbackslash =}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2275 \def\b{\realbackslash b}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2276 \def\c{\realbackslash c}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2277 \def\d{\realbackslash d}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2278 \def\u{\realbackslash u}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2279 \def\v{\realbackslash v}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2280 \def\H{\realbackslash H}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2281 % Take care of the plain tex special European modified letters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2282 \def\oe{\realbackslash oe}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2283 \def\ae{\realbackslash ae}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2284 \def\aa{\realbackslash aa}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2285 \def\OE{\realbackslash OE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2286 \def\AE{\realbackslash AE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2287 \def\AA{\realbackslash AA}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2288 \def\o{\realbackslash o}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2289 \def\O{\realbackslash O}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2290 \def\l{\realbackslash l}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2291 \def\L{\realbackslash L}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2292 \def\ss{\realbackslash ss}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2293 % Take care of texinfo commands likely to appear in an index entry.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2294 % (Must be a way to avoid doing expansion at all, and thus not have to
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2295 % laboriously list every single command here.)
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2296 \def\@{@}% will be @@ when we switch to @ as escape char.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2297 %\let\{ = \lbracecmd
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2298 %\let\} = \rbracecmd
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2299 \def\_{{\realbackslash _}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2300 \def\w{\realbackslash w }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2301 \def\bf{\realbackslash bf }%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2302 %\def\rm{\realbackslash rm }%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2303 \def\sl{\realbackslash sl }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2304 \def\sf{\realbackslash sf}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2305 \def\tt{\realbackslash tt}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2306 \def\gtr{\realbackslash gtr}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2307 \def\less{\realbackslash less}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2308 \def\hat{\realbackslash hat}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2309 %\def\char{\realbackslash char}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2310 \def\TeX{\realbackslash TeX}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2311 \def\dots{\realbackslash dots }%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2312 \def\result{\realbackslash result}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2313 \def\equiv{\realbackslash equiv}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2314 \def\expansion{\realbackslash expansion}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2315 \def\print{\realbackslash print}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2316 \def\error{\realbackslash error}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2317 \def\point{\realbackslash point}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2318 \def\copyright{\realbackslash copyright}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2319 \def\tclose##1{\realbackslash tclose {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2320 \def\code##1{\realbackslash code {##1}}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2321 \def\dotless##1{\realbackslash dotless {##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2322 \def\samp##1{\realbackslash samp {##1}}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2323 \def\,##1{\realbackslash ,{##1}}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2324 \def\t##1{\realbackslash t {##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2325 \def\r##1{\realbackslash r {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2326 \def\i##1{\realbackslash i {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2327 \def\b##1{\realbackslash b {##1}}%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2328 \def\sc##1{\realbackslash sc {##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2329 \def\cite##1{\realbackslash cite {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2330 \def\key##1{\realbackslash key {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2331 \def\file##1{\realbackslash file {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2332 \def\var##1{\realbackslash var {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2333 \def\kbd##1{\realbackslash kbd {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2334 \def\dfn##1{\realbackslash dfn {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2335 \def\emph##1{\realbackslash emph {##1}}%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2336 \def\value##1{\realbackslash value {##1}}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2337 \unsepspaces
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2338 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2339
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2340 % If an index command is used in an @example environment, any spaces
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2341 % therein should become regular spaces in the raw index file, not the
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2342 % expansion of \tie (\\leavevmode \penalty \@M \ ).
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2343 {\obeyspaces
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2344 \gdef\unsepspaces{\obeyspaces\let =\space}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2345
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2346 % \indexnofonts no-ops all font-change commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2347 % This is used when outputting the strings to sort the index by.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2348 \def\indexdummyfont#1{#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2349 \def\indexdummytex{TeX}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2350 \def\indexdummydots{...}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2352 \def\indexnofonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2353 % Just ignore accents.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2354 \let\,=\indexdummyfont
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2355 \let\"=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2356 \let\`=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2357 \let\'=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2358 \let\^=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2359 \let\~=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2360 \let\==\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2361 \let\b=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2362 \let\c=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2363 \let\d=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2364 \let\u=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2365 \let\v=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2366 \let\H=\indexdummyfont
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2367 \let\dotless=\indexdummyfont
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2368 % Take care of the plain tex special European modified letters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2369 \def\oe{oe}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2370 \def\ae{ae}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2371 \def\aa{aa}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2372 \def\OE{OE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2373 \def\AE{AE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2374 \def\AA{AA}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2375 \def\o{o}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2376 \def\O{O}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2377 \def\l{l}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2378 \def\L{L}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2379 \def\ss{ss}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2380 \let\w=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2381 \let\t=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2382 \let\r=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2383 \let\i=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2384 \let\b=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2385 \let\emph=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2386 \let\strong=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2387 \let\cite=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2388 \let\sc=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2389 %Don't no-op \tt, since it isn't a user-level command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2390 % and is used in the definitions of the active chars like <, >, |...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2391 %\let\tt=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2392 \let\tclose=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2393 \let\code=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2394 \let\file=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2395 \let\samp=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2396 \let\kbd=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2397 \let\key=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2398 \let\var=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2399 \let\TeX=\indexdummytex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2400 \let\dots=\indexdummydots
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2401 \def\@{@}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2402 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2403
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2404 % To define \realbackslash, we must make \ not be an escape.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2405 % We must first make another character (@) an escape
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2406 % so we do not become unable to do a definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2407
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2408 {\catcode`\@=0 \catcode`\\=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2409 @gdef@realbackslash{\}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2411 \let\indexbackslash=0 %overridden during \printindex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2412
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2413 \let\SETmarginindex=\relax %initialize!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2414 % workhorse for all \fooindexes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2415 % #1 is name of index, #2 is stuff to put there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2416 \def\doind #1#2{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2417 % Put the index entry in the margin if desired.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2418 \ifx\SETmarginindex\relax\else
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2419 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2420 \fi
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2421 {%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2422 \count255=\lastpenalty
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2423 {%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2424 \indexdummies % Must do this here, since \bf, etc expand at this stage
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2425 \escapechar=`\\
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2426 {%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2427 \let\folio=0% We will expand all macros now EXCEPT \folio.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2428 \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2429 % so it will be output as is; and it will print as backslash.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2430 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2431 % First process the index-string with all font commands turned off
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2432 % to get the string to sort by.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2433 {\indexnofonts \xdef\indexsorttmp{#2}}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2434 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2435 % Now produce the complete index entry, with both the sort key and the
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2436 % original text, including any font commands.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2437 \toks0 = {#2}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2438 \edef\temp{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2439 \write\csname#1indfile\endcsname{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2440 \realbackslash entry{\indexsorttmp}{\folio}{\the\toks0}}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2441 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2442 \temp
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2443 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2444 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2445 \penalty\count255
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2446 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2447 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2449 \def\dosubind #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2450 {\count10=\lastpenalty %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2451 {\indexdummies % Must do this here, since \bf, etc expand at this stage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2452 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2453 {\let\folio=0%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2454 \def\rawbackslashxx{\indexbackslash}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2455 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2456 % Now process the index-string once, with all font commands turned off,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2457 % to get the string to sort the index by.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2458 {\indexnofonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2459 \xdef\temp1{#2 #3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2460 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2461 % Now produce the complete index entry. We process the index-string again,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2462 % this time with font commands expanded, to get what to print in the index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2463 \edef\temp{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2464 \write \csname#1indfile\endcsname{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2465 \realbackslash entry {\temp1}{\folio}{#2}{#3}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2466 \temp }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2467 }\penalty\count10}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2468
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2469 % The index entry written in the file actually looks like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2470 % \entry {sortstring}{page}{topic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2471 % or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2472 % \entry {sortstring}{page}{topic}{subtopic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2473 % The texindex program reads in these files and writes files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2474 % containing these kinds of lines:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2475 % \initial {c}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2476 % before the first topic whose initial is c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2477 % \entry {topic}{pagelist}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2478 % for a topic that is used without subtopics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2479 % \primary {topic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2480 % for the beginning of a topic that is used with subtopics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2481 % \secondary {subtopic}{pagelist}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2482 % for each subtopic.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2483
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2484 % Define the user-accessible indexing commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2485 % @findex, @vindex, @kindex, @cindex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2486
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2487 \def\findex {\fnindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2488 \def\kindex {\kyindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2489 \def\cindex {\cpindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2490 \def\vindex {\vrindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2491 \def\tindex {\tpindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2492 \def\pindex {\pgindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2493
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2494 \def\cindexsub {\begingroup\obeylines\cindexsub}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2495 {\obeylines %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2496 \gdef\cindexsub "#1" #2^^M{\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2497 \dosubind{cp}{#2}{#1}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2499 % Define the macros used in formatting output of the sorted index material.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2500
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2501 % @printindex causes a particular index (the ??s file) to get printed.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2502 % It does not print any chapter heading (usually an @unnumbered).
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2503 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2504 \def\printindex{\parsearg\doprintindex}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2505 \def\doprintindex#1{\begingroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2506 \dobreak \chapheadingskip{10000}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2507 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2508 \indexfonts \rm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2509 \tolerance = 9500
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2510 \indexbreaks
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2511 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2512 % See if the index file exists and is nonempty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2513 \openin 1 \jobname.#1s
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2514 \ifeof 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2515 % \enddoublecolumns gets confused if there is no text in the index,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2516 % and it loses the chapter title and the aux file entries for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2517 % index. The easiest way to prevent this problem is to make sure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2518 % there is some text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2519 (Index is nonexistent)
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2520 \else
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2521 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2522 % If the index file exists but is empty, then \openin leaves \ifeof
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2523 % false. We have to make TeX try to read something from the file, so
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2524 % it can discover if there is anything in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2525 \read 1 to \temp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2526 \ifeof 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2527 (Index is empty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2528 \else
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2529 % Index files are almost Texinfo source, but we use \ as the escape
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2530 % character. It would be better to use @, but that's too big a change
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2531 % to make right now.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2532 \def\indexbackslash{\rawbackslashxx}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2533 \catcode`\\ = 0
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2534 \catcode`\@ = 11
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2535 \escapechar = `\\
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2536 \begindoublecolumns
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2537 \input \jobname.#1s
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2538 \enddoublecolumns
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2539 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2540 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2541 \closein 1
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2542 \endgroup}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2543
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2544 % These macros are used by the sorted index file itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2545 % Change them to control the appearance of the index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2546
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2547 % Same as \bigskipamount except no shrink.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2548 % \balancecolumns gets confused if there is any shrink.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2549 \newskip\initialskipamount \initialskipamount 12pt plus4pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2551 \def\initial #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2552 {\let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2553 \ifdim\lastskip<\initialskipamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2554 \removelastskip \penalty-200 \vskip \initialskipamount\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2555 \line{\secbf#1\hfill}\kern 2pt\penalty10000}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2556
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2557 % This typesets a paragraph consisting of #1, dot leaders, and then #2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2558 % flush to the right margin. It is used for index and table of contents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2559 % entries. The paragraph is indented by \leftskip.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2560 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2561 \def\entry #1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2562 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2563 % Start a new paragraph if necessary, so our assignments below can't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2564 % affect previous text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2565 \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2566 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2567 % Do not fill out the last line with white space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2568 \parfillskip = 0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2569 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2570 % No extra space above this paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2571 \parskip = 0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2572 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2573 % Do not prefer a separate line ending with a hyphen to fewer lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2574 \finalhyphendemerits = 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2575 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2576 % \hangindent is only relevant when the entry text and page number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2577 % don't both fit on one line. In that case, bob suggests starting the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2578 % dots pretty far over on the line. Unfortunately, a large
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2579 % indentation looks wrong when the entry text itself is broken across
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2580 % lines. So we use a small indentation and put up with long leaders.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2581 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2582 % \hangafter is reset to 1 (which is the value we want) at the start
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2583 % of each paragraph, so we need not do anything with that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2584 \hangindent=2em
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2585 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2586 % When the entry text needs to be broken, just fill out the first line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2587 % with blank space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2588 \rightskip = 0pt plus1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2589 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2590 % Start a ``paragraph'' for the index entry so the line breaking
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2591 % parameters we've set above will have an effect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2592 \noindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2593 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2594 % Insert the text of the index entry. TeX will do line-breaking on it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2595 #1%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2596 % The following is kludged to not output a line of dots in the index if
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2597 % there are no page numbers. The next person who breaks this will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2598 % cursed by a Unix daemon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2599 \def\tempa{{\rm }}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2600 \def\tempb{#2}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2601 \edef\tempc{\tempa}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2602 \edef\tempd{\tempb}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2603 \ifx\tempc\tempd\ \else%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2604 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2605 % If we must, put the page number on a line of its own, and fill out
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2606 % this line with blank space. (The \hfil is overwhelmed with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2607 % fill leaders glue in \indexdotfill if the page number does fit.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2608 \hfil\penalty50
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2609 \null\nobreak\indexdotfill % Have leaders before the page number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2610 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2611 % The `\ ' here is removed by the implicit \unskip that TeX does as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2612 % part of (the primitive) \par. Without it, a spurious underfull
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2613 % \hbox ensues.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2614 \ #2% The page number ends the paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2615 \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2616 \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2617 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2618
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2619 % Like \dotfill except takes at least 1 em.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2620 \def\indexdotfill{\cleaders
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2621 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2622
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2623 \def\primary #1{\line{#1\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2624
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2625 \newskip\secondaryindent \secondaryindent=0.5cm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2626
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2627 \def\secondary #1#2{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2628 {\parfillskip=0in \parskip=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2629 \hangindent =1in \hangafter=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2630 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill #2\par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2631 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2632
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2633 % Define two-column mode, which we use to typeset indexes.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2634 % Adapted from the TeXbook, page 416, which is to say,
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2635 % the manmac.tex format used to print the TeXbook itself.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2636 \catcode`\@=11
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2637
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2638 \newbox\partialpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2639 \newdimen\doublecolumnhsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2640
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2641 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2642 % Grab any single-column material above us.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2643 \output = {\global\setbox\partialpage = \vbox{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2644 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2645 % Here is a possibility not foreseen in manmac: if we accumulate a
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2646 % whole lot of material, we might end up calling this \output
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2647 % routine twice in a row (see the doublecol-lose test, which is
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2648 % essentially a couple of indexes with @setchapternewpage off). In
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2649 % that case, we must prevent the second \partialpage from
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2650 % simply overwriting the first, causing us to lose the page.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2651 % This will preserve it until a real output routine can ship it
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2652 % out. Generally, \partialpage will be empty when this runs and
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2653 % this will be a no-op.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2654 \unvbox\partialpage
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2655 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2656 % Unvbox the main output page.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2657 \unvbox255
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2658 \kern-\topskip \kern\baselineskip
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2659 }}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2660 \eject
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2661 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2662 % Use the double-column output routine for subsequent pages.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2663 \output = {\doublecolumnout}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2664 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2665 % Change the page size parameters. We could do this once outside this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2666 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2667 % format, but then we repeat the same computation. Repeating a couple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2668 % of assignments once per index is clearly meaningless for the
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2669 % execution time, so we may as well do it in one place.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2670 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2671 % First we halve the line length, less a little for the gutter between
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2672 % the columns. We compute the gutter based on the line length, so it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2673 % changes automatically with the paper format. The magic constant
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2674 % below is chosen so that the gutter has the same value (well, +-<1pt)
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2675 % as it did when we hard-coded it.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2676 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2677 % We put the result in a separate register, \doublecolumhsize, so we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2678 % can restore it in \pagesofar, after \hsize itself has (potentially)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2679 % been clobbered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2680 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2681 \doublecolumnhsize = \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2682 \advance\doublecolumnhsize by -.04154\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2683 \divide\doublecolumnhsize by 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2684 \hsize = \doublecolumnhsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2685 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2686 % Double the \vsize as well. (We don't need a separate register here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2687 % since nobody clobbers \vsize.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2688 \vsize = 2\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2689 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2690 \def\doublecolumnout{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2691 \splittopskip=\topskip \splitmaxdepth=\maxdepth
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2692 % Get the available space for the double columns -- the normal
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2693 % (undoubled) page height minus any material left over from the
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2694 % previous page.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2695 \dimen@=\pageheight \advance\dimen@ by-\ht\partialpage
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2696 % box0 will be the left-hand column, box2 the right.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2697 \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2698 \onepageout\pagesofar
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2699 \unvbox255
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2700 \penalty\outputpenalty
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2701 }
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2702 \def\pagesofar{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2703 % Re-output the contents of the output page -- any previous material,
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2704 % followed by the two boxes we just split.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2705 \unvbox\partialpage
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2706 \hsize = \doublecolumnhsize
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2707 \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2708 }
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2709 \def\enddoublecolumns{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2710 \output = {\balancecolumns}\eject % split what we have
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2711 \endgroup % started in \begindoublecolumns
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2712 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2713 % Back to normal single-column typesetting, but take account of the
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2714 % fact that we just accumulated some stuff on the output page.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2715 \pagegoal = \vsize
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2716 }
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2717 \def\balancecolumns{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2718 % Called at the end of the double column material.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2719 \setbox0 = \vbox{\unvbox255}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2720 \dimen@ = \ht0
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2721 \advance\dimen@ by \topskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2722 \advance\dimen@ by-\baselineskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2723 \divide\dimen@ by 2
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2724 \splittopskip = \topskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2725 % Loop until we get a decent breakpoint.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2726 {\vbadness=10000 \loop
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2727 \global\setbox3=\copy0
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2728 \global\setbox1=\vsplit3 to\dimen@
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2729 \ifdim\ht3>\dimen@ \global\advance\dimen@ by1pt
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2730 \repeat}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2731 \setbox0=\vbox to\dimen@{\unvbox1}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2732 \setbox2=\vbox to\dimen@{\unvbox3}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2733 \pagesofar
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2734 }
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2735 \catcode`\@ = \other
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2736
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2737
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2738 \message{sectioning,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2739 % Define chapters, sections, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2740
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2741 \newcount\chapno
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2742 \newcount\secno \secno=0
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2743 \newcount\subsecno \subsecno=0
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2744 \newcount\subsubsecno \subsubsecno=0
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2746 % This counter is funny since it counts through charcodes of letters A, B, ...
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2747 \newcount\appendixno \appendixno = `\@
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2748 \def\appendixletter{\char\the\appendixno}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2749
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2750 \newwrite\contentsfile
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2751 % This is called from \setfilename.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2752 \def\opencontents{\openout\contentsfile = \jobname.toc }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2753
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2754 % Each @chapter defines this as the name of the chapter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2755 % page headings and footings can use it. @section does likewise
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2757 \def\thischapter{} \def\thissection{}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2758 \def\seccheck#1{\ifnum \pageno<0
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2759 \errmessage{@#1 not allowed after generating table of contents}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2760 \fi}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2761
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2762 \def\chapternofonts{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2763 \let\rawbackslash=\relax
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2764 \let\frenchspacing=\relax
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2765 \def\result{\realbackslash result}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2766 \def\equiv{\realbackslash equiv}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2767 \def\expansion{\realbackslash expansion}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2768 \def\print{\realbackslash print}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2769 \def\TeX{\realbackslash TeX}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2770 \def\dots{\realbackslash dots}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2771 \def\result{\realbackslash result}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2772 \def\equiv{\realbackslash equiv}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2773 \def\expansion{\realbackslash expansion}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2774 \def\print{\realbackslash print}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2775 \def\error{\realbackslash error}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2776 \def\point{\realbackslash point}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2777 \def\copyright{\realbackslash copyright}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2778 \def\tt{\realbackslash tt}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2779 \def\bf{\realbackslash bf}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2780 \def\w{\realbackslash w}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2781 \def\less{\realbackslash less}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2782 \def\gtr{\realbackslash gtr}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2783 \def\hat{\realbackslash hat}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2784 \def\char{\realbackslash char}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2785 \def\tclose##1{\realbackslash tclose{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2786 \def\code##1{\realbackslash code{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2787 \def\samp##1{\realbackslash samp{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2788 \def\r##1{\realbackslash r{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2789 \def\b##1{\realbackslash b{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2790 \def\key##1{\realbackslash key{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2791 \def\file##1{\realbackslash file{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2792 \def\kbd##1{\realbackslash kbd{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2793 % These are redefined because @smartitalic wouldn't work inside xdef.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2794 \def\i##1{\realbackslash i{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2795 \def\cite##1{\realbackslash cite{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2796 \def\var##1{\realbackslash var{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2797 \def\emph##1{\realbackslash emph{##1}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2798 \def\dfn##1{\realbackslash dfn{##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2799 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2800
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2801 \newcount\absseclevel % used to calculate proper heading level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2802 \newcount\secbase\secbase=0 % @raise/lowersections modify this count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2803
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2804 % @raisesections: treat @section as chapter, @subsection as section, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2805 \def\raisesections{\global\advance\secbase by -1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2806 \let\up=\raisesections % original BFox name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2807
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2808 % @lowersections: treat @chapter as section, @section as subsection, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2809 \def\lowersections{\global\advance\secbase by 1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2810 \let\down=\lowersections % original BFox name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2811
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2812 % Choose a numbered-heading macro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2813 % #1 is heading level if unmodified by @raisesections or @lowersections
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2814 % #2 is text for heading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2815 \def\numhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2816 \ifcase\absseclevel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2817 \chapterzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2818 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2819 \seczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2820 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2821 \numberedsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2822 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2823 \numberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2824 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2825 \ifnum \absseclevel<0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2826 \chapterzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2827 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2828 \numberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2829 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2830 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2831 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2832
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2833 % like \numhead, but chooses appendix heading levels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2834 \def\apphead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2835 \ifcase\absseclevel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2836 \appendixzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2837 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2838 \appendixsectionzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2839 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2840 \appendixsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2841 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2842 \appendixsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2843 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2844 \ifnum \absseclevel<0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2845 \appendixzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2846 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2847 \appendixsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2848 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2849 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2850 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2851
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2852 % like \numhead, but chooses numberless heading levels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2853 \def\unnmhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2854 \ifcase\absseclevel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2855 \unnumberedzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2856 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2857 \unnumberedseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2858 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2859 \unnumberedsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2860 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2861 \unnumberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2862 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2863 \ifnum \absseclevel<0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2864 \unnumberedzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2865 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2866 \unnumberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2867 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2868 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2869 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2871
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2872 \def\thischaptername{No Chapter Title}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2873 \outer\def\chapter{\parsearg\chapteryyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2874 \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2875 \def\chapterzzz #1{\seccheck{chapter}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2876 \secno=0 \subsecno=0 \subsubsecno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2877 \global\advance \chapno by 1 \message{\putwordChapter \the\chapno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2878 \chapmacro {#1}{\the\chapno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2879 \gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2880 \gdef\thischaptername{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2881 % We don't substitute the actual chapter name into \thischapter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2882 % because we don't want its macros evaluated now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2883 \xdef\thischapter{\putwordChapter{} \the\chapno: \noexpand\thischaptername}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2884 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2885 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2886 \edef\temp{{\realbackslash chapentry{\the\toks0}{\the\chapno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2887 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2888 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2889 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2890 \global\let\section = \numberedsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2891 \global\let\subsection = \numberedsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2892 \global\let\subsubsection = \numberedsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2893 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2894
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2895 \outer\def\appendix{\parsearg\appendixyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2896 \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2897 \def\appendixzzz #1{\seccheck{appendix}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2898 \secno=0 \subsecno=0 \subsubsecno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2899 \global\advance \appendixno by 1 \message{Appendix \appendixletter}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2900 \chapmacro {#1}{\putwordAppendix{} \appendixletter}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2901 \gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2902 \gdef\thischaptername{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2903 \xdef\thischapter{\putwordAppendix{} \appendixletter: \noexpand\thischaptername}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2904 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2905 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2906 \edef\temp{{\realbackslash chapentry{\the\toks0}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2907 {\putwordAppendix{} \appendixletter}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2908 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2909 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2910 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2911 \global\let\section = \appendixsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2912 \global\let\subsection = \appendixsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2913 \global\let\subsubsection = \appendixsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2914 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2915
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2916 % @centerchap is like @unnumbered, but the heading is centered.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2917 \outer\def\centerchap{\parsearg\centerchapyyy}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2918 \def\centerchapyyy #1{{\let\unnumbchapmacro=\centerchapmacro \unnumberedyyy{#1}}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2919
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2920 \outer\def\top{\parsearg\unnumberedyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2921 \outer\def\unnumbered{\parsearg\unnumberedyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2922 \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2923 \def\unnumberedzzz #1{\seccheck{unnumbered}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2924 \secno=0 \subsecno=0 \subsubsecno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2925 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2926 % This used to be simply \message{#1}, but TeX fully expands the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2927 % argument to \message. Therefore, if #1 contained @-commands, TeX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2928 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2929 % expanded @cite (which turns out to cause errors because \cite is meant
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2930 % to be executed, not expanded).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2931 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2932 % Anyway, we don't want the fully-expanded definition of @cite to appear
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2933 % as a result of the \message, we just want `@cite' itself. We use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2934 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2935 % simply yielding the contents of the <toks register>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2936 \toks0 = {#1}\message{(\the\toks0)}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2937 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2938 \unnumbchapmacro {#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2939 \gdef\thischapter{#1}\gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2940 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2941 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2942 \edef\temp{{\realbackslash unnumbchapentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2943 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2944 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2945 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2946 \global\let\section = \unnumberedsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2947 \global\let\subsection = \unnumberedsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2948 \global\let\subsubsection = \unnumberedsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2949 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2950
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2951 \outer\def\numberedsec{\parsearg\secyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2952 \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2953 \def\seczzz #1{\seccheck{section}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2954 \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2955 \gdef\thissection{#1}\secheading {#1}{\the\chapno}{\the\secno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2956 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2957 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2958 \edef\temp{{\realbackslash secentry %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2959 {\the\toks0}{\the\chapno}{\the\secno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2960 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2961 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2962 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2963 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2964 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2965
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2966 \outer\def\appendixsection{\parsearg\appendixsecyyy}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2967 \outer\def\appendixsec{\parsearg\appendixsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2968 \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2969 \def\appendixsectionzzz #1{\seccheck{appendixsection}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2970 \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2971 \gdef\thissection{#1}\secheading {#1}{\appendixletter}{\the\secno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2972 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2973 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2974 \edef\temp{{\realbackslash secentry %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2975 {\the\toks0}{\appendixletter}{\the\secno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2976 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2977 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2978 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2979 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2980 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2981
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2982 \outer\def\unnumberedsec{\parsearg\unnumberedsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2983 \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2984 \def\unnumberedseczzz #1{\seccheck{unnumberedsec}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2985 \plainsecheading {#1}\gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2986 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2987 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
2988 \edef\temp{{\realbackslash unnumbsecentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2989 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2990 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2991 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2992 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2993 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2995 \outer\def\numberedsubsec{\parsearg\numberedsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2996 \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2997 \def\numberedsubseczzz #1{\seccheck{subsection}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2998 \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2999 \subsecheading {#1}{\the\chapno}{\the\secno}{\the\subsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3000 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3001 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3002 \edef\temp{{\realbackslash subsecentry %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3003 {\the\toks0}{\the\chapno}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3004 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3005 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3006 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3007 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3008 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3009
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3010 \outer\def\appendixsubsec{\parsearg\appendixsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3011 \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3012 \def\appendixsubseczzz #1{\seccheck{appendixsubsec}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3013 \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3014 \subsecheading {#1}{\appendixletter}{\the\secno}{\the\subsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3015 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3016 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3017 \edef\temp{{\realbackslash subsecentry %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3018 {\the\toks0}{\appendixletter}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3019 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3020 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3021 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3022 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3023 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3024
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3025 \outer\def\unnumberedsubsec{\parsearg\unnumberedsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3026 \def\unnumberedsubsecyyy #1{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3027 \def\unnumberedsubseczzz #1{\seccheck{unnumberedsubsec}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3028 \plainsubsecheading {#1}\gdef\thissection{#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3029 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3030 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3031 \edef\temp{{\realbackslash unnumbsubsecentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3032 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3033 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3034 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3035 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3036 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3038 \outer\def\numberedsubsubsec{\parsearg\numberedsubsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3039 \def\numberedsubsubsecyyy #1{\numhead3{#1}} % normally numberedsubsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3040 \def\numberedsubsubseczzz #1{\seccheck{subsubsection}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3041 \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3042 \subsubsecheading {#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3043 {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3044 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3045 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3046 \edef\temp{{\realbackslash subsubsecentry{\the\toks0}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3047 {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3048 {\noexpand\folio}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3049 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3050 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3051 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3052 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3053 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3054
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3055 \outer\def\appendixsubsubsec{\parsearg\appendixsubsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3056 \def\appendixsubsubsecyyy #1{\apphead3{#1}} % normally appendixsubsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3057 \def\appendixsubsubseczzz #1{\seccheck{appendixsubsubsec}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3058 \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3059 \subsubsecheading {#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3060 {\appendixletter}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3061 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3062 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3063 \edef\temp{{\realbackslash subsubsecentry{\the\toks0}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3064 {\appendixletter}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3065 {\the\secno}{\the\subsecno}{\the\subsubsecno}{\noexpand\folio}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3066 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3067 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3068 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3069 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3070 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3071
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3072 \outer\def\unnumberedsubsubsec{\parsearg\unnumberedsubsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3073 \def\unnumberedsubsubsecyyy #1{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3074 \def\unnumberedsubsubseczzz #1{\seccheck{unnumberedsubsubsec}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3075 \plainsubsubsecheading {#1}\gdef\thissection{#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3076 {\chapternofonts%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3077 \toks0 = {#1}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3078 \edef\temp{{\realbackslash unnumbsubsubsecentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3079 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3080 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3081 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3082 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3083 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3084
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3085 % These are variants which are not "outer", so they can appear in @ifinfo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3086 % Actually, they should now be obsolete; ordinary section commands should work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3087 \def\infotop{\parsearg\unnumberedzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3088 \def\infounnumbered{\parsearg\unnumberedzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3089 \def\infounnumberedsec{\parsearg\unnumberedseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3090 \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3091 \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3092
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3093 \def\infoappendix{\parsearg\appendixzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3094 \def\infoappendixsec{\parsearg\appendixseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3095 \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3096 \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3097
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3098 \def\infochapter{\parsearg\chapterzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3099 \def\infosection{\parsearg\sectionzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3100 \def\infosubsection{\parsearg\subsectionzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3101 \def\infosubsubsection{\parsearg\subsubsectionzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3102
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3103 % These macros control what the section commands do, according
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3104 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3105 % Define them by default for a numbered chapter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3106 \global\let\section = \numberedsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3107 \global\let\subsection = \numberedsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3108 \global\let\subsubsection = \numberedsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3110 % Define @majorheading, @heading and @subheading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3111
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3112 % NOTE on use of \vbox for chapter headings, section headings, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3113 % such:
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3114 % 1) We use \vbox rather than the earlier \line to permit
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3115 % overlong headings to fold.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3116 % 2) \hyphenpenalty is set to 10000 because hyphenation in a
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3117 % heading is obnoxious; this forbids it.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3118 % 3) Likewise, headings look best if no \parindent is used, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3119 % if justification is not attempted. Hence \raggedright.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3120
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3121
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3122 \def\majorheading{\parsearg\majorheadingzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3123 \def\majorheadingzzz #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3124 {\advance\chapheadingskip by 10pt \chapbreak }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3125 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3126 \parindent=0pt\raggedright
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3127 \rm #1\hfill}}\bigskip \par\penalty 200}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3129 \def\chapheading{\parsearg\chapheadingzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3130 \def\chapheadingzzz #1{\chapbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3131 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3132 \parindent=0pt\raggedright
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3133 \rm #1\hfill}}\bigskip \par\penalty 200}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3134
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3135 % @heading, @subheading, @subsubheading.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3136 \def\heading{\parsearg\plainsecheading}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3137 \def\subheading{\parsearg\plainsubsecheading}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3138 \def\subsubheading{\parsearg\plainsubsubsecheading}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3140 % These macros generate a chapter, section, etc. heading only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3141 % (including whitespace, linebreaking, etc. around it),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3142 % given all the information in convenient, parsed form.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3143
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3144 %%% Args are the skip and penalty (usually negative)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3145 \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3146
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3147 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3148
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3149 %%% Define plain chapter starts, and page on/off switching for it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3150 % Parameter controlling skip before chapter headings (if needed)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3151
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3152 \newskip\chapheadingskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3154 \def\chapbreak{\dobreak \chapheadingskip {-4000}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3155 \def\chappager{\par\vfill\supereject}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3156 \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3158 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3160 \def\CHAPPAGoff{
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3161 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3162 \global\let\pchapsepmacro=\chapbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3163 \global\let\pagealignmacro=\chappager}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3164
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3165 \def\CHAPPAGon{
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3166 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3167 \global\let\pchapsepmacro=\chappager
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3168 \global\let\pagealignmacro=\chappager
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3169 \global\def\HEADINGSon{\HEADINGSsingle}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3171 \def\CHAPPAGodd{
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3172 \global\let\contentsalignmacro = \chapoddpage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3173 \global\let\pchapsepmacro=\chapoddpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3174 \global\let\pagealignmacro=\chapoddpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3175 \global\def\HEADINGSon{\HEADINGSdouble}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3177 \CHAPPAGon
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3179 \def\CHAPFplain{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3180 \global\let\chapmacro=\chfplain
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3181 \global\let\unnumbchapmacro=\unnchfplain
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3182 \global\let\centerchapmacro=\centerchfplain}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3183
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3184 % Plain chapter opening.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3185 % #1 is the text, #2 the chapter number or empty if unnumbered.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3186 \def\chfplain#1#2{%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3187 \pchapsepmacro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3188 {%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3189 \chapfonts \rm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3190 \def\chapnum{#2}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3191 \setbox0 = \hbox{#2\ifx\chapnum\empty\else\enspace\fi}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3192 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3193 \hangindent = \wd0 \centerparametersmaybe
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3194 \unhbox0 #1\par}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3195 }%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3196 \nobreak\bigskip % no page break after a chapter title
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3197 \nobreak
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3198 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3199
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3200 % Plain opening for unnumbered.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3201 \def\unnchfplain#1{\chfplain{#1}{}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3202
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3203 % @centerchap -- centered and unnumbered.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3204 \let\centerparametersmaybe = \relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3205 \def\centerchfplain#1{{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3206 \def\centerparametersmaybe{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3207 \advance\rightskip by 3\rightskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3208 \leftskip = \rightskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3209 \parfillskip = 0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3210 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3211 \chfplain{#1}{}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3212 }}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3213
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3214 \CHAPFplain % The default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3215
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3216 \def\unnchfopen #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3217 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3218 \parindent=0pt\raggedright
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3219 \rm #1\hfill}}\bigskip \par\penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3220 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3221
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3222 \def\chfopen #1#2{\chapoddpage {\chapfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3223 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3224 \par\penalty 5000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3225 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3226
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3227 \def\centerchfopen #1{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3228 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3229 \parindent=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3230 \hfill {\rm #1}\hfill}}\bigskip \par\penalty 10000 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3231 }
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3232
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3233 \def\CHAPFopen{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3234 \global\let\chapmacro=\chfopen
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3235 \global\let\unnumbchapmacro=\unnchfopen
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3236 \global\let\centerchapmacro=\centerchfopen}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3237
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3238
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3239 % Section titles.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3240 \newskip\secheadingskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3241 \def\secheadingbreak{\dobreak \secheadingskip {-1000}}
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3242 \def\secheading#1#2#3{\sectionheading{sec}{#2.#3}{#1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3243 \def\plainsecheading#1{\sectionheading{sec}{}{#1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3244
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3245 % Subsection titles.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3246 \newskip \subsecheadingskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3247 \def\subsecheadingbreak{\dobreak \subsecheadingskip {-500}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3248 \def\subsecheading#1#2#3#4{\sectionheading{subsec}{#2.#3.#4}{#1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3249 \def\plainsubsecheading#1{\sectionheading{subsec}{}{#1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3250
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3251 % Subsubsection titles.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3252 \let\subsubsecheadingskip = \subsecheadingskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3253 \let\subsubsecheadingbreak = \subsecheadingbreak
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3254 \def\subsubsecheading#1#2#3#4#5{\sectionheading{subsubsec}{#2.#3.#4.#5}{#1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3255 \def\plainsubsubsecheading#1{\sectionheading{subsubsec}{}{#1}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3256
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3257
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3258 % Print any size section title.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3259 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3260 % #1 is the section type (sec/subsec/subsubsec), #2 is the section
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3261 % number (maybe empty), #3 the text.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3262 \def\sectionheading#1#2#3{%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3263 {%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3264 \expandafter\advance\csname #1headingskip\endcsname by \parskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3265 \csname #1headingbreak\endcsname
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3266 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3267 {%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3268 % Switch to the right set of fonts.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3269 \csname #1fonts\endcsname \rm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3270 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3271 % Only insert the separating space if we have a section number.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3272 \def\secnum{#2}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3273 \setbox0 = \hbox{#2\ifx\secnum\empty\else\enspace\fi}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3274 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3275 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3276 \hangindent = \wd0 % zero if no section number
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3277 \unhbox0 #3}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3278 }%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3279 \ifdim\parskip<10pt \nobreak\kern10pt\nobreak\kern-\parskip\fi \nobreak
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3280 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3281
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3282
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3283 \message{toc printing,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3284 % Finish up the main text and prepare to read what we've written
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3285 % to \contentsfile.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3286
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3287 \newskip\contentsrightmargin \contentsrightmargin=1in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3288 \def\startcontents#1{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3289 % If @setchapternewpage on, and @headings double, the contents should
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3290 % start on an odd page, unlike chapters. Thus, we maintain
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3291 % \contentsalignmacro in parallel with \pagealignmacro.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3292 % From: Torbjorn Granlund <tege@matematik.su.se>
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3293 \contentsalignmacro
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3294 \immediate\closeout \contentsfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3295 \ifnum \pageno>0
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3296 \pageno = -1 % Request roman numbered pages.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3297 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3298 % Don't need to put `Contents' or `Short Contents' in the headline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3299 % It is abundantly clear what they are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3300 \unnumbchapmacro{#1}\def\thischapter{}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3301 \begingroup % Set up to handle contents files properly.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3302 \catcode`\\=0 \catcode`\{=1 \catcode`\}=2 \catcode`\@=11
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3303 % We can't do this, because then an actual ^ in a section
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3304 % title fails, e.g., @chapter ^ -- exponentiation. --karl, 9jul97.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3305 %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3306 \raggedbottom % Worry more about breakpoints than the bottom.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3307 \advance\hsize by -\contentsrightmargin % Don't use the full line length.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3308 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3310
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3311 % Normal (long) toc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3312 \outer\def\contents{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3313 \startcontents{\putwordTableofContents}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3314 \input \jobname.toc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3315 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3316 \vfill \eject
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3317 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3319 % And just the chapters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3320 \outer\def\summarycontents{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3321 \startcontents{\putwordShortContents}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3322 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3323 \let\chapentry = \shortchapentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3324 \let\unnumbchapentry = \shortunnumberedentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3325 % We want a true roman here for the page numbers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3326 \secfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3327 \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3328 \rm
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3329 \hyphenpenalty = 10000
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3330 \advance\baselineskip by 1pt % Open it up a little.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3331 \def\secentry ##1##2##3##4{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3332 \def\unnumbsecentry ##1##2{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3333 \def\subsecentry ##1##2##3##4##5{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3334 \def\unnumbsubsecentry ##1##2{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3335 \def\subsubsecentry ##1##2##3##4##5##6{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3336 \def\unnumbsubsubsecentry ##1##2{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3337 \input \jobname.toc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3338 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3339 \vfill \eject
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3340 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3341 \let\shortcontents = \summarycontents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3342
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3343 % These macros generate individual entries in the table of contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3344 % The first argument is the chapter or section name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3345 % The last argument is the page number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3346 % The arguments in between are the chapter number, section number, ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3347
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3348 % Chapter-level things, for both the long and short contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3349 \def\chapentry#1#2#3{\dochapentry{#2\labelspace#1}{#3}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3350
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3351 % See comments in \dochapentry re vbox and related settings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3352 \def\shortchapentry#1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3353 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno{#3}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3354 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3355
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3356 % Typeset the label for a chapter or appendix for the short contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3357 % The arg is, e.g. `Appendix A' for an appendix, or `3' for a chapter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3358 % We could simplify the code here by writing out an \appendixentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3359 % command in the toc file for appendices, instead of using \chapentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3360 % for both, but it doesn't seem worth it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3361 \setbox0 = \hbox{\shortcontrm \putwordAppendix }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3362 \newdimen\shortappendixwidth \shortappendixwidth = \wd0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3363
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3364 \def\shortchaplabel#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3365 % We typeset #1 in a box of constant width, regardless of the text of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3366 % #1, so the chapter titles will come out aligned.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3367 \setbox0 = \hbox{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3368 \dimen0 = \ifdim\wd0 > \shortappendixwidth \shortappendixwidth \else 0pt \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3369 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3370 % This space should be plenty, since a single number is .5em, and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3371 % widest letter (M) is 1em, at least in the Computer Modern fonts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3372 % (This space doesn't include the extra space that gets added after
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3373 % the label; that gets put in by \shortchapentry above.)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3374 \advance\dimen0 by 1.1em
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3375 \hbox to \dimen0{#1\hfil}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3376 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3377
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3378 \def\unnumbchapentry#1#2{\dochapentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3379 \def\shortunnumberedentry#1#2{\tocentry{#1}{\doshortpageno{#2}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3381 % Sections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3382 \def\secentry#1#2#3#4{\dosecentry{#2.#3\labelspace#1}{#4}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3383 \def\unnumbsecentry#1#2{\dosecentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3384
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3385 % Subsections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3386 \def\subsecentry#1#2#3#4#5{\dosubsecentry{#2.#3.#4\labelspace#1}{#5}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3387 \def\unnumbsubsecentry#1#2{\dosubsecentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3389 % And subsubsections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3390 \def\subsubsecentry#1#2#3#4#5#6{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3391 \dosubsubsecentry{#2.#3.#4.#5\labelspace#1}{#6}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3392 \def\unnumbsubsubsecentry#1#2{\dosubsubsecentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3393
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3394 % This parameter controls the indentation of the various levels.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3395 \newdimen\tocindent \tocindent = 3pc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3397 % Now for the actual typesetting. In all these, #1 is the text and #2 is the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3398 % page number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3399 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3400 % If the toc has to be broken over pages, we want it to be at chapters
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3401 % if at all possible; hence the \penalty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3402 \def\dochapentry#1#2{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3403 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3404 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3405 \chapentryfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3406 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3407 \endgroup
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3408 \nobreak\vskip .25\baselineskip plus.1\baselineskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3409 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3410
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3411 \def\dosecentry#1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3412 \secentryfonts \leftskip=\tocindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3413 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3414 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3415
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3416 \def\dosubsecentry#1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3417 \subsecentryfonts \leftskip=2\tocindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3418 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3419 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3420
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3421 \def\dosubsubsecentry#1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3422 \subsubsecentryfonts \leftskip=3\tocindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3423 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3424 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3425
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3426 % Final typesetting of a toc entry; we use the same \entry macro as for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3427 % the index entries, but we want to suppress hyphenation here. (We
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3428 % can't do that in the \entry macro, since index entries might consist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3429 % of hyphenated-identifiers-that-do-not-fit-on-a-line-and-nothing-else.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3430 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3431 % \turnoffactive is for the sake of @" used for umlauts.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3432 \def\tocentry#1#2{\begingroup
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3433 \vskip 0pt plus1pt % allow a little stretch for the sake of nice page breaks
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3434 \entry{\turnoffactive #1}{\turnoffactive #2}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3435 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3436
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3437 % Space between chapter (or whatever) number and the title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3438 \def\labelspace{\hskip1em \relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3440 \def\dopageno#1{{\rm #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3441 \def\doshortpageno#1{{\rm #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3442
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3443 \def\chapentryfonts{\secfonts \rm}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3444 \def\secentryfonts{\textfonts}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3445 \let\subsecentryfonts = \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3446 \let\subsubsecentryfonts = \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3447
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3449 \message{environments,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3450
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3451 % Since these characters are used in examples, it should be an even number of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3452 % \tt widths. Each \tt character is 1en, so two makes it 1em.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3453 % Furthermore, these definitions must come after we define our fonts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3454 \newbox\dblarrowbox \newbox\longdblarrowbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3455 \newbox\pushcharbox \newbox\bullbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3456 \newbox\equivbox \newbox\errorbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3457
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3458 %{\tentt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3459 %\global\setbox\dblarrowbox = \hbox to 1em{\hfil$\Rightarrow$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3460 %\global\setbox\longdblarrowbox = \hbox to 1em{\hfil$\mapsto$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3461 %\global\setbox\pushcharbox = \hbox to 1em{\hfil$\dashv$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3462 %\global\setbox\equivbox = \hbox to 1em{\hfil$\ptexequiv$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3463 % Adapted from the manmac format (p.420 of TeXbook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3464 %\global\setbox\bullbox = \hbox to 1em{\kern.15em\vrule height .75ex width .85ex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3465 % depth .1ex\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3466 %}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3467
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3468 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3469 \def\point{$\star$}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3470 \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3471 \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3472 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3473 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3474
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3475 % Adapted from the TeXbook's \boxit.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3476 {\tentt \global\dimen0 = 3em}% Width of the box.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3477 \dimen2 = .55pt % Thickness of rules
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3478 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3479 \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3480
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3481 \global\setbox\errorbox=\hbox to \dimen0{\hfil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3482 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3483 \advance\hsize by -2\dimen2 % Rules.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3484 \vbox{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3485 \hrule height\dimen2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3486 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3487 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3488 \kern3pt\vrule width\dimen2}% Space to right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3489 \hrule height\dimen2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3490 \hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3492 % The @error{} command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3493 \def\error{\leavevmode\lower.7ex\copy\errorbox}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3494
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3495 % @tex ... @end tex escapes into raw Tex temporarily.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3496 % One exception: @ is still an escape character, so that @end tex works.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3497 % But \@ or @@ will get a plain tex @ character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3498
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3499 \def\tex{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3500 \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3501 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3502 \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3503 \catcode `\%=14
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3504 \catcode 43=12 % plus
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3505 \catcode`\"=12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3506 \catcode`\==12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3507 \catcode`\|=12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3508 \catcode`\<=12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3509 \catcode`\>=12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3510 \escapechar=`\\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3511 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3512 \let\,=\ptexcomma
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3513 \let\{=\ptexlbrace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3514 \let\}=\ptexrbrace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3515 \let\.=\ptexdot
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3516 \let\*=\ptexstar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3517 \let\dots=\ptexdots
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3518 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3519 \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3520 \def\@{@}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3521 \let\bullet=\ptexbullet
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3522 \let\b=\ptexb \let\c=\ptexc \let\i=\ptexi \let\t=\ptext
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3523 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3524 \let\Etex=\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3526 % Define @lisp ... @endlisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3527 % @lisp does a \begingroup so it can rebind things,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3528 % including the definition of @endlisp (which normally is erroneous).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3529
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3530 % Amount to narrow the margins by for @lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3531 \newskip\lispnarrowing \lispnarrowing=0.4in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3533 % This is the definition that ^^M gets inside @lisp, @example, and other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3534 % such environments. \null is better than a space, since it doesn't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3535 % have any width.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3536 \def\lisppar{\null\endgraf}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3537
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3538 % Make each space character in the input produce a normal interword
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3539 % space in the output. Don't allow a line break at this space, as this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3540 % is used only in environments like @example, where each line of input
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3541 % should produce a line of output anyway.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3542 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3543 {\obeyspaces %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3544 \gdef\sepspaces{\obeyspaces\let =\tie}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3545
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3546 % Define \obeyedspace to be our active space, whatever it is. This is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3547 % for use in \parsearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3548 {\sepspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3549 \global\let\obeyedspace= }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3550
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3551 % This space is always present above and below environments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3552 \newskip\envskipamount \envskipamount = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3553
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3554 % Make spacing and below environment symmetrical. We use \parskip here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3555 % to help in doing that, since in @example-like environments \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3556 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3557 % start of the next paragraph will insert \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3558 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3559 \def\aboveenvbreak{{\advance\envskipamount by \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3560 \endgraf \ifdim\lastskip<\envskipamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3561 \removelastskip \penalty-50 \vskip\envskipamount \fi}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3563 \let\afterenvbreak = \aboveenvbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3565 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3566 \let\nonarrowing=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3568 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3569 % \cartouche: draw rectangle w/rounded corners around argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3570 \font\circle=lcircle10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3571 \newdimen\circthick
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3572 \newdimen\cartouter\newdimen\cartinner
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3573 \newskip\normbskip\newskip\normpskip\newskip\normlskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3574 \circthick=\fontdimen8\circle
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3575 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3576 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3577 \def\ctr{{\hskip 6pt\circle\char'010}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3578 \def\cbl{{\circle\char'012\hskip -6pt}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3579 \def\cbr{{\hskip 6pt\circle\char'011}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3580 \def\carttop{\hbox to \cartouter{\hskip\lskip
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3581 \ctl\leaders\hrule height\circthick\hfil\ctr
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3582 \hskip\rskip}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3583 \def\cartbot{\hbox to \cartouter{\hskip\lskip
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3584 \cbl\leaders\hrule height\circthick\hfil\cbr
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3585 \hskip\rskip}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3586 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3587 \newskip\lskip\newskip\rskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3588
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3589 \long\def\cartouche{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3590 \begingroup
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3591 \lskip=\leftskip \rskip=\rightskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3592 \leftskip=0pt\rightskip=0pt %we want these *outside*.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3593 \cartinner=\hsize \advance\cartinner by-\lskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3594 \advance\cartinner by-\rskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3595 \cartouter=\hsize
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3596 \advance\cartouter by 18pt % allow for 3pt kerns on either
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3597 % side, and for 6pt waste from
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3598 % each corner char
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3599 \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3600 % Flag to tell @lisp, etc., not to narrow margin.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3601 \let\nonarrowing=\comment
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3602 \vbox\bgroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3603 \baselineskip=0pt\parskip=0pt\lineskip=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3604 \carttop
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3605 \hbox\bgroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3606 \hskip\lskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3607 \vrule\kern3pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3608 \vbox\bgroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3609 \hsize=\cartinner
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3610 \kern3pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3611 \begingroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3612 \baselineskip=\normbskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3613 \lineskip=\normlskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3614 \parskip=\normpskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3615 \vskip -\parskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3616 \def\Ecartouche{%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3617 \endgroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3618 \kern3pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3619 \egroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3620 \kern3pt\vrule
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3621 \hskip\rskip
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3622 \egroup
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3623 \cartbot
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3624 \egroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3625 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3626 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3628
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3629 % This macro is called at the beginning of all the @example variants,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3630 % inside a group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3631 \def\nonfillstart{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3632 \aboveenvbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3633 \inENV % This group ends at the end of the body
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3634 \hfuzz = 12pt % Don't be fussy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3635 \sepspaces % Make spaces be word-separators rather than space tokens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3636 \singlespace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3637 \let\par = \lisppar % don't ignore blank lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3638 \obeylines % each line of input is a line of output
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3639 \parskip = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3640 \parindent = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3641 \emergencystretch = 0pt % don't try to avoid overfull boxes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3642 % @cartouche defines \nonarrowing to inhibit narrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3643 % at next level down.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3644 \ifx\nonarrowing\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3645 \advance \leftskip by \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3646 \exdentamount=\lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3647 \let\exdent=\nofillexdent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3648 \let\nonarrowing=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3649 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3650 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3651
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3652 % To ending an @example-like environment, we first end the paragraph
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3653 % (via \afterenvbreak's vertical glue), and then the group. That way we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3654 % keep the zero \parskip that the environments set -- \parskip glue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3655 % will be inserted at the beginning of the next paragraph in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3656 % document, after the environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3657 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3658 \def\nonfillfinish{\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3660 \def\lisp{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3661 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3662 \let\Elisp = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3663 \tt
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3664 % Make @kbd do something special, if requested.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3665 \let\kbdfont\kbdexamplefont
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3666 \rawbackslash % have \ input char produce \ char from current font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3667 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3668 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3669
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3670 % Define the \E... control sequence only if we are inside the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3671 % environment, so the error checking in \end will work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3672 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3673 % We must call \lisp last in the definition, since it reads the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3674 % return following the @example (or whatever) command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3675 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3676 \def\example{\begingroup \def\Eexample{\nonfillfinish\endgroup}\lisp}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3677 \def\smallexample{\begingroup \def\Esmallexample{\nonfillfinish\endgroup}\lisp}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3678 \def\smalllisp{\begingroup \def\Esmalllisp{\nonfillfinish\endgroup}\lisp}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3679
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3680 % @smallexample and @smalllisp. This is not used unless the @smallbook
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3681 % command is given. Originally contributed by Pavel@xerox.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3682 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3683 \def\smalllispx{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3684 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3685 \let\Esmalllisp = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3686 \let\Esmallexample = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3687 %
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
3688 % Smaller fonts for small examples.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3689 \indexfonts \tt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3690 \rawbackslash % make \ output the \ character from the current font (tt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3691 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3692 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3693
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3694 % This is @display; same as @lisp except use roman font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3695 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3696 \def\display{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3697 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3698 \let\Edisplay = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3699 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3700 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3701
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3702 % This is @format; same as @display except don't narrow margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3703 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3704 \def\format{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3705 \let\nonarrowing = t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3706 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3707 \let\Eformat = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3708 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3709 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3711 % @flushleft (same as @format) and @flushright.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3712 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3713 \def\flushleft{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3714 \let\nonarrowing = t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3715 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3716 \let\Eflushleft = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3717 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3718 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3719 \def\flushright{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3720 \let\nonarrowing = t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3721 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3722 \let\Eflushright = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3723 \advance\leftskip by 0pt plus 1fill
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3724 \gobble}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3725
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3726 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3727 % and narrows the margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3728 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3729 \def\quotation{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3730 \begingroup\inENV %This group ends at the end of the @quotation body
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3731 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3732 \singlespace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3733 \parindent=0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3734 % We have retained a nonzero parskip for the environment, since we're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3735 % doing normal filling. So to avoid extra space below the environment...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3736 \def\Equotation{\parskip = 0pt \nonfillfinish}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3737 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3738 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3739 \ifx\nonarrowing\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3740 \advance\leftskip by \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3741 \advance\rightskip by \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3742 \exdentamount = \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3743 \let\nonarrowing = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3744 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3745 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3746
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3747 \message{defuns,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3748 % Define formatter for defuns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3749 % First, allow user to change definition object font (\df) internally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3750 \def\setdeffont #1 {\csname DEF#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3751
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3752 \newskip\defbodyindent \defbodyindent=.4in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3753 \newskip\defargsindent \defargsindent=50pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3754 \newskip\deftypemargin \deftypemargin=12pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3755 \newskip\deflastargmargin \deflastargmargin=18pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3756
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3757 \newcount\parencount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3758 % define \functionparens, which makes ( and ) and & do special things.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3759 % \functionparens affects the group it is contained in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3760 \def\activeparens{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3761 \catcode`\(=\active \catcode`\)=\active \catcode`\&=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3762 \catcode`\[=\active \catcode`\]=\active}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3763
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3764 % Make control sequences which act like normal parenthesis chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3765 \let\lparen = ( \let\rparen = )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3766
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3767 {\activeparens % Now, smart parens don't turn on until &foo (see \amprm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3768
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3769 % Be sure that we always have a definition for `(', etc. For example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3770 % if the fn name has parens in it, \boldbrax will not be in effect yet,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3771 % so TeX would otherwise complain about undefined control sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3772 \global\let(=\lparen \global\let)=\rparen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3773 \global\let[=\lbrack \global\let]=\rbrack
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3774
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3775 \gdef\functionparens{\boldbrax\let&=\amprm\parencount=0 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3776 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3777 % This is used to turn on special parens
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3778 % but make & act ordinary (given that it's active).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3779 \gdef\boldbraxnoamp{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb\let&=\ampnr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3780
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3781 % Definitions of (, ) and & used in args for functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3782 % This is the definition of ( outside of all parentheses.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3783 \gdef\oprm#1 {{\rm\char`\(}#1 \bf \let(=\opnested
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3784 \global\advance\parencount by 1
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3785 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3786 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3787 % This is the definition of ( when already inside a level of parens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3788 \gdef\opnested{\char`\(\global\advance\parencount by 1 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3789 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3790 \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3791 % also in that case restore the outer-level definition of (.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3792 \ifnum \parencount=1 {\rm \char `\)}\sl \let(=\oprm \else \char `\) \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3793 \global\advance \parencount by -1 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3794 % If we encounter &foo, then turn on ()-hacking afterwards
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3795 \gdef\amprm#1 {{\rm\&#1}\let(=\oprm \let)=\clrm\ }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3796 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3797 \gdef\normalparens{\boldbrax\let&=\ampnr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3798 } % End of definition inside \activeparens
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3799 %% These parens (in \boldbrax) actually are a little bolder than the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3800 %% contained text. This is especially needed for [ and ]
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3801 \def\opnr{{\sf\char`\(}\global\advance\parencount by 1 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3802 \def\clnr{{\sf\char`\)}\global\advance\parencount by -1 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3803 \def\ampnr{\&}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3804 \def\lbrb{{\bf\char`\[}}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3805 \def\rbrb{{\bf\char`\]}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3806
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3807 % First, defname, which formats the header line itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3808 % #1 should be the function name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3809 % #2 should be the type of definition, such as "Function".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3810
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3811 \def\defname #1#2{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3812 % Get the values of \leftskip and \rightskip as they were
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3813 % outside the @def...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3814 \dimen2=\leftskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3815 \advance\dimen2 by -\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3816 \dimen3=\rightskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3817 \advance\dimen3 by -\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3818 \noindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3819 \setbox0=\hbox{\hskip \deflastargmargin{\rm #2}\hskip \deftypemargin}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3820 \dimen0=\hsize \advance \dimen0 by -\wd0 % compute size for first line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3821 \dimen1=\hsize \advance \dimen1 by -\defargsindent %size for continuations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3822 \parshape 2 0in \dimen0 \defargsindent \dimen1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3823 % Now output arg 2 ("Function" or some such)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3824 % ending at \deftypemargin from the right margin,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3825 % but stuck inside a box of width 0 so it does not interfere with linebreaking
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3826 {% Adjust \hsize to exclude the ambient margins,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3827 % so that \rightline will obey them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3828 \advance \hsize by -\dimen2 \advance \hsize by -\dimen3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3829 \rlap{\rightline{{\rm #2}\hskip \deftypemargin}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3830 % Make all lines underfull and no complaints:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3831 \tolerance=10000 \hbadness=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3832 \advance\leftskip by -\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3833 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3834 {\df #1}\enskip % Generate function name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3835 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3836
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3837 % Actually process the body of a definition
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3838 % #1 should be the terminating control sequence, such as \Edefun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3839 % #2 should be the "another name" control sequence, such as \defunx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3840 % #3 should be the control sequence that actually processes the header,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3841 % such as \defunheader.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3842
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3843 \def\defparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3844 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3845 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3846 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3847 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3848 \def#2{\begingroup\obeylines\activeparens\spacesplit#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3849 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3850 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3851 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3852 \begingroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3853 \catcode 61=\active % 61 is `='
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3854 \obeylines\activeparens\spacesplit#3}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3855
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3856 \def\defmethparsebody #1#2#3#4 {\begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3857 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3858 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3859 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3860 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3861 \def#2##1 {\begingroup\obeylines\activeparens\spacesplit{#3{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3862 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3863 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3864 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3865 \begingroup\obeylines\activeparens\spacesplit{#3{#4}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3867 \def\defopparsebody #1#2#3#4#5 {\begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3868 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3869 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3870 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3871 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3872 \def#2##1 ##2 {\def#4{##1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3873 \begingroup\obeylines\activeparens\spacesplit{#3{##2}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3874 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3875 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3876 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3877 \begingroup\obeylines\activeparens\spacesplit{#3{#5}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3878
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3879 % These parsing functions are similar to the preceding ones
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3880 % except that they do not make parens into active characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3881 % These are used for "variables" since they have no arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3882
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3883 \def\defvarparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3884 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3885 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3886 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3887 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3888 \def#2{\begingroup\obeylines\spacesplit#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3889 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3890 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3891 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3892 \begingroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3893 \catcode 61=\active %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3894 \obeylines\spacesplit#3}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3895
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3896 % This is used for \def{tp,vr}parsebody. It could probably be used for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3897 % some of the others, too, with some judicious conditionals.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3898 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3899 \def\parsebodycommon#1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3900 \begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3901 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3902 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3903 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3904 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3905 \def#2##1 {\begingroup\obeylines\spacesplit{#3{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3906 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3907 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3908 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3909 \begingroup\obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3910 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3911
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3912 \def\defvrparsebody#1#2#3#4 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3913 \parsebodycommon{#1}{#2}{#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3914 \spacesplit{#3{#4}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3915 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3917 % This loses on `@deftp {Data Type} {struct termios}' -- it thinks the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3918 % type is just `struct', because we lose the braces in `{struct
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3919 % termios}' when \spacesplit reads its undelimited argument. Sigh.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3920 % \let\deftpparsebody=\defvrparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3921 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3922 % So, to get around this, we put \empty in with the type name. That
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3923 % way, TeX won't find exactly `{...}' as an undelimited argument, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3924 % won't strip off the braces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3925 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3926 \def\deftpparsebody #1#2#3#4 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3927 \parsebodycommon{#1}{#2}{#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3928 \spacesplit{\parsetpheaderline{#3{#4}}}\empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3929 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3930
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3931 % Fine, but then we have to eventually remove the \empty *and* the
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3932 % braces (if any). That's what this does.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3933 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3934 \def\removeemptybraces\empty#1\relax{#1}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3935
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3936 % After \spacesplit has done its work, this is called -- #1 is the final
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3937 % thing to call, #2 the type name (which starts with \empty), and #3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3938 % (which might be empty) the arguments.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3939 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3940 \def\parsetpheaderline#1#2#3{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3941 #1{\removeemptybraces#2\relax}{#3}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3942 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3943
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3944 \def\defopvarparsebody #1#2#3#4#5 {\begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3945 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3946 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3947 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3948 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3949 \def#2##1 ##2 {\def#4{##1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3950 \begingroup\obeylines\spacesplit{#3{##2}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3951 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3952 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3953 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3954 \begingroup\obeylines\spacesplit{#3{#5}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3955
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3956 % Split up #2 at the first space token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3957 % call #1 with two arguments:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3958 % the first is all of #2 before the space token,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3959 % the second is all of #2 after that space token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3960 % If #2 contains no space token, all of it is passed as the first arg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3961 % and the second is passed as empty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3962
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3963 {\obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3964 \gdef\spacesplit#1#2^^M{\endgroup\spacesplitfoo{#1}#2 \relax\spacesplitfoo}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3965 \long\gdef\spacesplitfoo#1#2 #3#4\spacesplitfoo{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3966 \ifx\relax #3%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3967 #1{#2}{}\else #1{#2}{#3#4}\fi}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3968
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3969 % So much for the things common to all kinds of definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3970
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3971 % Define @defun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3972
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3973 % First, define the processing that is wanted for arguments of \defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3974 % Use this to expand the args and terminate the paragraph they make up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3975
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3976 \def\defunargs #1{\functionparens \sl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3977 % Expand, preventing hyphenation at `-' chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3978 % Note that groups don't affect changes in \hyphenchar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3979 \hyphenchar\tensl=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3980 #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3981 \hyphenchar\tensl=45
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
3982 \ifnum\parencount=0 \else \errmessage{Unbalanced parentheses in @def}\fi%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3983 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3984 \advance\rightskip by 0pt plus 1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3985 \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3986 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3987
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3988 \def\deftypefunargs #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3989 % Expand, preventing hyphenation at `-' chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3990 % Note that groups don't affect changes in \hyphenchar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3991 % Use \boldbraxnoamp, not \functionparens, so that & is not special.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3992 \boldbraxnoamp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3993 \tclose{#1}% avoid \code because of side effects on active chars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3994 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3995 \advance\rightskip by 0pt plus 1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3996 \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3997 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3998
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3999 % Do complete processing of one @defun or @defunx line already parsed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4001 % @deffn Command forward-char nchars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4003 \def\deffn{\defmethparsebody\Edeffn\deffnx\deffnheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4004
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4005 \def\deffnheader #1#2#3{\doind {fn}{\code{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4006 \begingroup\defname {#2}{#1}\defunargs{#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4007 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4008 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4009
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4010 % @defun == @deffn Function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4011
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4012 \def\defun{\defparsebody\Edefun\defunx\defunheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4013
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4014 \def\defunheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4015 \begingroup\defname {#1}{Function}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4016 \defunargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4017 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4018 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4020 % @deftypefun int foobar (int @var{foo}, float @var{bar})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4021
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4022 \def\deftypefun{\defparsebody\Edeftypefun\deftypefunx\deftypefunheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4023
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4024 % #1 is the data type. #2 is the name and args.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4025 \def\deftypefunheader #1#2{\deftypefunheaderx{#1}#2 \relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4026 % #1 is the data type, #2 the name, #3 the args.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4027 \def\deftypefunheaderx #1#2 #3\relax{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4028 \doind {fn}{\code{#2}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4029 \begingroup\defname {\defheaderxcond#1\relax$$$#2}{Function}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4030 \deftypefunargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4031 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4032 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4034 % @deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4035
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4036 \def\deftypefn{\defmethparsebody\Edeftypefn\deftypefnx\deftypefnheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4038 % \defheaderxcond#1\relax$$$
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4039 % puts #1 in @code, followed by a space, but does nothing if #1 is null.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4040 \def\defheaderxcond#1#2$$${\ifx#1\relax\else\code{#1#2} \fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4042 % #1 is the classification. #2 is the data type. #3 is the name and args.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4043 \def\deftypefnheader #1#2#3{\deftypefnheaderx{#1}{#2}#3 \relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4044 % #1 is the classification, #2 the data type, #3 the name, #4 the args.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4045 \def\deftypefnheaderx #1#2#3 #4\relax{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4046 \doind {fn}{\code{#3}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4047 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4048 \normalparens % notably, turn off `&' magic, which prevents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4049 % at least some C++ text from working
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4050 \defname {\defheaderxcond#2\relax$$$#3}{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4051 \deftypefunargs {#4}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4052 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4053 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4054
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4055 % @defmac == @deffn Macro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4056
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4057 \def\defmac{\defparsebody\Edefmac\defmacx\defmacheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4058
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4059 \def\defmacheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4060 \begingroup\defname {#1}{Macro}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4061 \defunargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4062 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4063 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4064
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4065 % @defspec == @deffn Special Form
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4067 \def\defspec{\defparsebody\Edefspec\defspecx\defspecheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4068
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4069 \def\defspecheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4070 \begingroup\defname {#1}{Special Form}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4071 \defunargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4072 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4073 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4075 % This definition is run if you use @defunx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4076 % anywhere other than immediately after a @defun or @defunx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4077
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4078 \def\deffnx #1 {\errmessage{@deffnx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4079 \def\defunx #1 {\errmessage{@defunx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4080 \def\defmacx #1 {\errmessage{@defmacx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4081 \def\defspecx #1 {\errmessage{@defspecx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4082 \def\deftypefnx #1 {\errmessage{@deftypefnx in invalid context}}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4083 \def\deftypemethodx #1 {\errmessage{@deftypemethodx in invalid context}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4084 \def\deftypeunx #1 {\errmessage{@deftypeunx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4085
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4086 % @defmethod, and so on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4087
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4088 % @defop {Funny Method} foo-class frobnicate argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4089
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4090 \def\defop #1 {\def\defoptype{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4091 \defopparsebody\Edefop\defopx\defopheader\defoptype}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4092
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4093 \def\defopheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4094 \dosubind {fn}{\code{#2}}{on #1}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4095 \begingroup\defname {#2}{\defoptype{} on #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4096 \defunargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4097 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4098
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4099 % @deftypemethod foo-class return-type foo-method args
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4100 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4101 \def\deftypemethod{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4102 \defmethparsebody\Edeftypemethod\deftypemethodx\deftypemethodheader}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4103 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4104 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4105 \def\deftypemethodheader#1#2#3#4{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4106 \deftypefnheaderx{Method on #1}{#2}#3 #4\relax
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4107 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4108
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4109 % @defmethod == @defop Method
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4110
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4111 \def\defmethod{\defmethparsebody\Edefmethod\defmethodx\defmethodheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4112
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4113 \def\defmethodheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4114 \dosubind {fn}{\code{#2}}{on #1}% entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4115 \begingroup\defname {#2}{Method on #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4116 \defunargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4117 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4118
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4119 % @defcv {Class Option} foo-class foo-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4120
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4121 \def\defcv #1 {\def\defcvtype{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4122 \defopvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4123
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4124 \def\defcvarheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4125 \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4126 \begingroup\defname {#2}{\defcvtype{} of #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4127 \defvarargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4128 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4129
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4130 % @defivar == @defcv {Instance Variable}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4131
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4132 \def\defivar{\defvrparsebody\Edefivar\defivarx\defivarheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4133
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4134 \def\defivarheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4135 \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4136 \begingroup\defname {#2}{Instance Variable of #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4137 \defvarargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4138 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4139
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4140 % These definitions are run if you use @defmethodx, etc.,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4141 % anywhere other than immediately after a @defmethod, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4143 \def\defopx #1 {\errmessage{@defopx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4144 \def\defmethodx #1 {\errmessage{@defmethodx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4145 \def\defcvx #1 {\errmessage{@defcvx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4146 \def\defivarx #1 {\errmessage{@defivarx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4147
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4148 % Now @defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4150 % First, define the processing that is wanted for arguments of @defvar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4151 % This is actually simple: just print them in roman.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4152 % This must expand the args and terminate the paragraph they make up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4153 \def\defvarargs #1{\normalparens #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4154 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4155 \endgraf\penalty 10000\vskip -\parskip\penalty 10000}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4157 % @defvr Counter foo-count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4158
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4159 \def\defvr{\defvrparsebody\Edefvr\defvrx\defvrheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4160
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4161 \def\defvrheader #1#2#3{\doind {vr}{\code{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4162 \begingroup\defname {#2}{#1}\defvarargs{#3}\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4163
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4164 % @defvar == @defvr Variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4165
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4166 \def\defvar{\defvarparsebody\Edefvar\defvarx\defvarheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4167
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4168 \def\defvarheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4169 \begingroup\defname {#1}{Variable}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4170 \defvarargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4171 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4173 % @defopt == @defvr {User Option}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4174
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4175 \def\defopt{\defvarparsebody\Edefopt\defoptx\defoptheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4177 \def\defoptheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4178 \begingroup\defname {#1}{User Option}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4179 \defvarargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4180 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4182 % @deftypevar int foobar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4183
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4184 \def\deftypevar{\defvarparsebody\Edeftypevar\deftypevarx\deftypevarheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4185
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4186 % #1 is the data type. #2 is the name, perhaps followed by text that
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4187 % is actually part of the data type, which should not be put into the index.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4188 \def\deftypevarheader #1#2{%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4189 \dovarind#2 \relax% Make entry in variables index
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4190 \begingroup\defname {\defheaderxcond#1\relax$$$#2}{Variable}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4191 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4192 \endgraf\penalty 10000\vskip -\parskip\penalty 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4193 \endgroup}
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4194 \def\dovarind#1 #2\relax{\doind{vr}{\code{#1}}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4195
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4196 % @deftypevr {Global Flag} int enable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4198 \def\deftypevr{\defvrparsebody\Edeftypevr\deftypevrx\deftypevrheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4199
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4200 \def\deftypevrheader #1#2#3{\dovarind#3 \relax%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4201 \begingroup\defname {\defheaderxcond#2\relax$$$#3}{#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4202 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4203 \endgraf\penalty 10000\vskip -\parskip\penalty 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4204 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4205
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4206 % This definition is run if you use @defvarx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4207 % anywhere other than immediately after a @defvar or @defvarx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4208
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4209 \def\defvrx #1 {\errmessage{@defvrx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4210 \def\defvarx #1 {\errmessage{@defvarx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4211 \def\defoptx #1 {\errmessage{@defoptx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4212 \def\deftypevarx #1 {\errmessage{@deftypevarx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4213 \def\deftypevrx #1 {\errmessage{@deftypevrx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4214
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4215 % Now define @deftp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4216 % Args are printed in bold, a slight difference from @defvar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4217
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4218 \def\deftpargs #1{\bf \defvarargs{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4219
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4220 % @deftp Class window height width ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4221
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4222 \def\deftp{\deftpparsebody\Edeftp\deftpx\deftpheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4223
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4224 \def\deftpheader #1#2#3{\doind {tp}{\code{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4225 \begingroup\defname {#2}{#1}\deftpargs{#3}\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4226
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4227 % This definition is run if you use @deftpx, etc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4228 % anywhere other than immediately after a @deftp, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4229
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4230 \def\deftpx #1 {\errmessage{@deftpx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4231
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4232
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4233 \message{cross reference,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4234 % Define cross-reference macros
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4235 \newwrite \auxfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4237 \newif\ifhavexrefs % True if xref values are known.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4238 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4239
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4240 % @inforef is simple.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4241 \def\inforef #1{\inforefzzz #1,,,,**}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4242 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4243 node \samp{\ignorespaces#1{}}}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4244
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4245 % \setref{foo} defines a cross-reference point named foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4246
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4247 \def\setref#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4248 \dosetq{#1-title}{Ytitle}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4249 \dosetq{#1-pg}{Ypagenumber}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4250 \dosetq{#1-snt}{Ysectionnumberandtype}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4252 \def\unnumbsetref#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4253 \dosetq{#1-title}{Ytitle}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4254 \dosetq{#1-pg}{Ypagenumber}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4255 \dosetq{#1-snt}{Ynothing}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4256
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4257 \def\appendixsetref#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4258 \dosetq{#1-title}{Ytitle}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4259 \dosetq{#1-pg}{Ypagenumber}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4260 \dosetq{#1-snt}{Yappendixletterandtype}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4261
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4262 % \xref, \pxref, and \ref generate cross-references to specified points.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4263 % For \xrefX, #1 is the node name, #2 the name of the Info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4264 % cross-reference, #3 the printed node name, #4 the name of the Info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4265 % file, #5 the name of the printed manual. All but the node name can be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4266 % omitted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4267 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4268 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4269 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4270 \def\ref#1{\xrefX[#1,,,,,,,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4271 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4272 \def\printedmanual{\ignorespaces #5}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4273 \def\printednodename{\ignorespaces #3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4274 \setbox1=\hbox{\printedmanual}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4275 \setbox0=\hbox{\printednodename}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4276 \ifdim \wd0 = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4277 % No printed node name was explicitly given.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4278 \expandafter\ifx\csname SETxref-automatic-section-title\endcsname\relax
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4279 % Use the node name inside the square brackets.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4280 \def\printednodename{\ignorespaces #1}%
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4281 \else
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4282 % Use the actual chapter/section title appear inside
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4283 % the square brackets. Use the real section title if we have it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4284 \ifdim \wd1>0pt%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4285 % It is in another manual, so we don't have it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4286 \def\printednodename{\ignorespaces #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4287 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4288 \ifhavexrefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4289 % We know the real title if we have the xref values.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4290 \def\printednodename{\refx{#1-title}{}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4291 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4292 % Otherwise just copy the Info node name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4293 \def\printednodename{\ignorespaces #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4294 \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4295 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4296 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4297 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4298 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4299 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4300 % insert empty discretionaries after hyphens, which means that it will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4301 % not find a line break at a hyphen in a node names. Since some manuals
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4302 % are best written with fairly long node names, containing hyphens, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4303 % is a loss. Therefore, we give the text of the node name again, so it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4304 % is as if TeX is seeing it for the first time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4305 \ifdim \wd1 > 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4306 \putwordsection{} ``\printednodename'' in \cite{\printedmanual}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4307 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4308 % _ (for example) has to be the character _ for the purposes of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4309 % control sequence corresponding to the node, but it has to expand
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4310 % into the usual \leavevmode...\vrule stuff for purposes of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4311 % printing. So we \turnoffactive for the \refx-snt, back on for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4312 % printing, back off for the \refx-pg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4313 {\turnoffactive \refx{#1-snt}{}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4314 \space [\printednodename],\space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4315 \turnoffactive \putwordpage\tie\refx{#1-pg}{}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4316 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4317 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4319 % \dosetq is the interface for calls from other macros
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4320
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4321 % Use \turnoffactive so that punctuation chars such as underscore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4322 % work in node names.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4323 \def\dosetq #1#2{{\let\folio=0 \turnoffactive
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4324 \edef\next{\write\auxfile{\internalsetq {#1}{#2}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4325 \next}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4327 % \internalsetq {foo}{page} expands into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4328 % CHARACTERS 'xrdef {foo}{...expansion of \Ypage...}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4329 % When the aux file is read, ' is the escape character
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4330
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4331 \def\internalsetq #1#2{'xrdef {#1}{\csname #2\endcsname}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4332
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4333 % Things to be expanded by \internalsetq
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4334
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4335 \def\Ypagenumber{\folio}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4336
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4337 \def\Ytitle{\thissection}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4339 \def\Ynothing{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4341 \def\Ysectionnumberandtype{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4342 \ifnum\secno=0 \putwordChapter\xreftie\the\chapno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4343 \else \ifnum \subsecno=0 \putwordSection\xreftie\the\chapno.\the\secno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4344 \else \ifnum \subsubsecno=0 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4345 \putwordSection\xreftie\the\chapno.\the\secno.\the\subsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4346 \else %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4347 \putwordSection\xreftie\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4348 \fi \fi \fi }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4349
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4350 \def\Yappendixletterandtype{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4351 \ifnum\secno=0 \putwordAppendix\xreftie'char\the\appendixno{}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4352 \else \ifnum \subsecno=0 \putwordSection\xreftie'char\the\appendixno.\the\secno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4353 \else \ifnum \subsubsecno=0 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4354 \putwordSection\xreftie'char\the\appendixno.\the\secno.\the\subsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4355 \else %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4356 \putwordSection\xreftie'char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4357 \fi \fi \fi }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4358
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4359 \gdef\xreftie{'tie}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4360
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4361 % Use TeX 3.0's \inputlineno to get the line number, for better error
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4362 % messages, but if we're using an old version of TeX, don't do anything.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4363 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4364 \ifx\inputlineno\thisisundefined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4365 \let\linenumber = \empty % Non-3.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4366 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4367 \def\linenumber{\the\inputlineno:\space}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4368 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4370 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4371 % If its value is nonempty, SUFFIX is output afterward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4373 \def\refx#1#2{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4374 \expandafter\ifx\csname X#1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4375 % If not defined, say something at least.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4376 $\langle$un\-de\-fined$\rangle$%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4377 \ifhavexrefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4378 \message{\linenumber Undefined cross reference `#1'.}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4379 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4380 \ifwarnedxrefs\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4381 \global\warnedxrefstrue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4382 \message{Cross reference values unknown; you must run TeX again.}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4383 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4384 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4385 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4386 % It's defined, so just use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4387 \csname X#1\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4388 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4389 #2% Output the suffix in any case.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4390 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4391
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4392 % This is the macro invoked by entries in the aux file.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4393 \def\xrdef #1#2{{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4394 \catcode`\'=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4395 \expandafter\gdef\csname X#1\endcsname{#2}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4396 }}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4397
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4398 % Read the last existing aux file, if any. No error if none exists.
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4399 \def\readauxfile{\begingroup
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4400 \catcode`\^^@=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4401 \catcode`\^^A=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4402 \catcode`\^^B=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4403 \catcode`\^^C=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4404 \catcode`\^^D=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4405 \catcode`\^^E=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4406 \catcode`\^^F=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4407 \catcode`\^^G=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4408 \catcode`\^^H=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4409 \catcode`\^^K=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4410 \catcode`\^^L=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4411 \catcode`\^^N=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4412 \catcode`\^^P=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4413 \catcode`\^^Q=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4414 \catcode`\^^R=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4415 \catcode`\^^S=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4416 \catcode`\^^T=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4417 \catcode`\^^U=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4418 \catcode`\^^V=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4419 \catcode`\^^W=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4420 \catcode`\^^X=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4421 \catcode`\^^Z=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4422 \catcode`\^^[=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4423 \catcode`\^^\=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4424 \catcode`\^^]=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4425 \catcode`\^^^=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4426 \catcode`\^^_=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4427 \catcode`\@=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4428 \catcode`\^=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4429 % It was suggested to define this as 7, which would allow ^^e4 etc.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4430 % in xref tags, i.e., node names. But since ^^e4 notation isn't
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4431 % supported in the main text, it doesn't seem desirable. Furthermore,
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4432 % that is not enough: for node names that actually contain a ^
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4433 % character, we would end up writing a line like this: 'xrdef {'hat
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4434 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4435 % argument, and \hat is not an expandable control sequence. It could
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4436 % all be worked out, but why? Either we support ^^ or we don't.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4437 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4438 % The other change necessary for this was to define \auxhat:
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4439 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4440 % and then to call \auxhat in \setq.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4441 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4442 \catcode`\~=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4443 \catcode`\[=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4444 \catcode`\]=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4445 \catcode`\"=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4446 \catcode`\_=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4447 \catcode`\|=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4448 \catcode`\<=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4449 \catcode`\>=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4450 \catcode`\$=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4451 \catcode`\#=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4452 \catcode`\&=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4453 % `\+ does not work, so use 43.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4454 \catcode43=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4455 % Make the characters 128-255 be printing characters
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4456 {%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4457 \count 1=128
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4458 \def\loop{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4459 \catcode\count 1=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4460 \advance\count 1 by 1
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4461 \ifnum \count 1<256 \loop \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4462 }%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4463 }%
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4464 % The aux file uses ' as the escape (for now).
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4465 % Turn off \ as an escape so we do not lose on
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4466 % entries which were dumped with control sequences in their names.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4467 % For example, 'xrdef {$\leq $-fun}{page ...} made by @defun ^^
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4468 % Reference to such entries still does not work the way one would wish,
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4469 % but at least they do not bomb out when the aux file is read in.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4470 \catcode`\{=1
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4471 \catcode`\}=2
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4472 \catcode`\%=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4473 \catcode`\'=0
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4474 \catcode`\\=\other
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4475 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4476 \openin 1 \jobname.aux
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4477 \ifeof 1 \else
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4478 \closein 1
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4479 \input \jobname.aux
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4480 \global\havexrefstrue
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4481 \global\warnedobstrue
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4482 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4483 % Open the new aux file. TeX will close it automatically at exit.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4484 \openout\auxfile=\jobname.aux
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4485 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4486
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4487
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4488 % Footnotes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4489
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4490 \newcount \footnoteno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4492 % The trailing space in the following definition for supereject is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4493 % vital for proper filling; pages come out unaligned when you do a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4494 % pagealignmacro call if that space before the closing brace is
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4495 % removed. (Generally, numeric constants should always be followed by a
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4496 % space to prevent strange expansion errors.)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4497 \def\supereject{\par\penalty -20000\footnoteno =0 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4498
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4499 % @footnotestyle is meaningful for info output only.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4500 \let\footnotestyle=\comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4501
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4502 \let\ptexfootnote=\footnote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4503
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4504 {\catcode `\@=11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4505 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4506 % Auto-number footnotes. Otherwise like plain.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4507 \gdef\footnote{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4508 \global\advance\footnoteno by \@ne
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4509 \edef\thisfootno{$^{\the\footnoteno}$}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4510 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4511 % In case the footnote comes at the end of a sentence, preserve the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4512 % extra spacing after we do the footnote number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4513 \let\@sf\empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4514 \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4515 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4516 % Remove inadvertent blank space before typesetting the footnote number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4517 \unskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4518 \thisfootno\@sf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4519 \footnotezzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4520 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4521
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4522 % Don't bother with the trickery in plain.tex to not require the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4523 % footnote text as a parameter. Our footnotes don't need to be so general.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4524 %
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4525 % Oh yes, they do; otherwise, @ifset and anything else that uses
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4526 % \parseargline fail inside footnotes because the tokens are fixed when
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4527 % the footnote is read. --karl, 16nov96.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4528 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4529 \long\gdef\footnotezzz{\insert\footins\bgroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4530 % We want to typeset this text as a normal paragraph, even if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4531 % footnote reference occurs in (for example) a display environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4532 % So reset some parameters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4533 \interlinepenalty\interfootnotelinepenalty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4534 \splittopskip\ht\strutbox % top baseline for broken footnotes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4535 \splitmaxdepth\dp\strutbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4536 \floatingpenalty\@MM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4537 \leftskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4538 \rightskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4539 \spaceskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4540 \xspaceskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4541 \parindent\defaultparindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4542 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4543 % Hang the footnote text off the number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4544 \hang
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4545 \textindent{\thisfootno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4546 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4547 % Don't crash into the line above the footnote text. Since this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4548 % expands into a box, it must come within the paragraph, lest it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4549 % provide a place where TeX can split the footnote.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4550 \footstrut
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4551 \futurelet\next\fo@t
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4552 }
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4553 \def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4554 \else\let\next\f@t\fi \next}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4555 \def\f@@t{\bgroup\aftergroup\@foot\let\next}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4556 \def\f@t#1{#1\@foot}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4557 \def\@foot{\strut\egroup}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4558
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4559 }%end \catcode `\@=11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4561 % Set the baselineskip to #1, and the lineskip and strut size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4562 % correspondingly. There is no deep meaning behind these magic numbers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4563 % used as factors; they just match (closely enough) what Knuth defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4564 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4565 \def\lineskipfactor{.08333}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4566 \def\strutheightpercent{.70833}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4567 \def\strutdepthpercent {.29167}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4568 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4569 \def\setleading#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4570 \normalbaselineskip = #1\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4571 \normallineskip = \lineskipfactor\normalbaselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4572 \normalbaselines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4573 \setbox\strutbox =\hbox{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4574 \vrule width0pt height\strutheightpercent\baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4575 depth \strutdepthpercent \baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4576 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4577 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4578
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4579 % @| inserts a changebar to the left of the current line. It should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4580 % surround any changed text. This approach does *not* work if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4581 % change spans more than two lines of output. To handle that, we would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4582 % have adopt a much more difficult approach (putting marks into the main
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4583 % vertical list for the beginning and end of each change).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4584 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4585 \def\|{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4586 % \vadjust can only be used in horizontal mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4587 \leavevmode
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4588 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4589 % Append this vertical mode material after the current line in the output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4590 \vadjust{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4591 % We want to insert a rule with the height and depth of the current
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4592 % leading; that is exactly what \strutbox is supposed to record.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4593 \vskip-\baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4594 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4595 % \vadjust-items are inserted at the left edge of the type. So
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4596 % the \llap here moves out into the left-hand margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4597 \llap{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4598 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4599 % For a thicker or thinner bar, change the `1pt'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4600 \vrule height\baselineskip width1pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4601 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4602 % This is the space between the bar and the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4603 \hskip 12pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4604 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4605 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4606 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4607
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4608 % For a final copy, take out the rectangles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4609 % that mark overfull boxes (in case you have decided
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4610 % that the text looks ok even though it passes the margin).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4611 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4612 \def\finalout{\overfullrule=0pt}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4613
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4614 % @image. We use the macros from epsf.tex to support this.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4615 % If epsf.tex is not installed and @image is used, we complain.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4616 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4617 % Check for and read epsf.tex up front. If we read it only at @image
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4618 % time, we might be inside a group, and then its definitions would get
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4619 % undone and the next image would fail.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4620 \openin 1 = xepsf.tex
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4621 \ifeof 1 \else
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4622 \closein 1
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4623 \def\epsfannounce{\toks0 = }% do not bother showing banner
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4624 \input epsf.tex
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4625 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4626 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4627 \newif\ifwarnednoepsf
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4628 \newhelp\noepsfhelp{epsf.tex must be installed for images to
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4629 work. It is also included in the Texinfo distribution, or you can get
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4630 it from ftp://ftp.tug.org/tex/epsf.tex.}
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4631 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4632 % Only complain once about lack of epsf.tex.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4633 \def\image#1{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4634 \ifx\epsfbox\undefined
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4635 \ifwarnednoepsf \else
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4636 \errhelp = \noepsfhelp
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4637 \errmessage{epsf.tex not found, images will be ignored}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4638 \global\warnednoepsftrue
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4639 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4640 \else
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4641 \imagexxx #1,,,\finish
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4642 \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4643 }
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4644 %
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4645 % Arguments to @image:
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4646 % #1 is (mandatory) image filename; we tack on .eps extension.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4647 % #2 is (optional) width, #3 is (optional) height.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4648 % #4 is just the usual extra ignored arg for parsing this stuff.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4649 \def\imagexxx#1,#2,#3,#4\finish{%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4650 % \epsfbox itself resets \epsf?size at each figure.
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4651 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4652 \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4653 \epsfbox{#1.eps}%
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4654 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4655
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4656 % End of control word definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4657
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
4658
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4659 \message{and turning on texinfo input format.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4660
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4661 \def\openindices{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4662 \newindex{cp}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4663 \newcodeindex{fn}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4664 \newcodeindex{vr}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4665 \newcodeindex{tp}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4666 \newcodeindex{ky}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4667 \newcodeindex{pg}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4668 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4669
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4670 % Set some numeric style parameters, for 8.5 x 11 format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4671
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4672 \hsize = 6in
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4673 \hoffset = .25in
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4674 \newdimen\defaultparindent \defaultparindent = 15pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4675 \parindent = \defaultparindent
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4676 \parskip 3pt plus 2pt minus 1pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4677 \setleading{13.2pt}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4678 \advance\topskip by 1.2cm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4679
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4680 \chapheadingskip = 15pt plus 4pt minus 2pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4681 \secheadingskip = 12pt plus 3pt minus 2pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4682 \subsecheadingskip = 9pt plus 2pt minus 2pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4683
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4684 % Prevent underfull vbox error messages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4685 \vbadness=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4686
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4687 % Following George Bush, just get rid of widows and orphans.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4688 \widowpenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4689 \clubpenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4690
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4691 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4692 % using an old version of TeX, don't do anything. We want the amount of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4693 % stretch added to depend on the line length, hence the dependence on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4694 % \hsize. This makes it come to about 9pt for the 8.5x11 format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4695 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4696 \ifx\emergencystretch\thisisundefined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4697 % Allow us to assign to \emergencystretch anyway.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4698 \def\emergencystretch{\dimen0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4699 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4700 \emergencystretch = \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4701 \divide\emergencystretch by 45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4702 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4703
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4704 % Use @smallbook to reset parameters for 7x9.5 format (or else 7x9.25)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4705 \def\smallbook{
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4706 \global\chapheadingskip = 15pt plus 4pt minus 2pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4707 \global\secheadingskip = 12pt plus 3pt minus 2pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4708 \global\subsecheadingskip = 9pt plus 2pt minus 2pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4709 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4710 \global\lispnarrowing = 0.3in
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4711 \setleading{12pt}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4712 \advance\topskip by -1cm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4713 \global\parskip 2pt plus 1pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4714 \global\hsize = 5in
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4715 \global\vsize=7.5in
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4716 \global\tolerance=700
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4717 \global\hfuzz=1pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4718 \global\contentsrightmargin=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4719 \global\deftypemargin=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4720 \global\defbodyindent=.5cm
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4721 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4722 \global\pagewidth=\hsize
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4723 \global\pageheight=\vsize
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4724 %
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4725 \global\let\smalllisp=\smalllispx
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4726 \global\let\smallexample=\smalllispx
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4727 \global\def\Esmallexample{\Esmalllisp}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4728 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4729
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4730 % Use @afourpaper to print on European A4 paper.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4731 \def\afourpaper{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4732 \global\tolerance=700
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4733 \global\hfuzz=1pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4734 \setleading{12pt}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4735 \global\parskip 15pt plus 1pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4736
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4737 \global\vsize= 53\baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4738 \advance\vsize by \topskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4739 %\global\hsize= 5.85in % A4 wide 10pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4740 \global\hsize= 6.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4741 \global\outerhsize=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4742 \global\advance\outerhsize by 0.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4743 \global\outervsize=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4744 \global\advance\outervsize by 0.6in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4746 \global\pagewidth=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4747 \global\pageheight=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4748 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4749
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4750 \bindingoffset=0pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4751 \normaloffset=\hoffset
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4752 \pagewidth=\hsize
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4753 \pageheight=\vsize
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4754
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4755 % Allow control of the text dimensions. Parameters in order: textheight;
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4756 % textwidth; voffset; hoffset; binding offset; topskip.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4757 % All require a dimension;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4758 % header is additional; added length extends the bottom of the page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4759
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4760 \def\changepagesizes#1#2#3#4#5#6{
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4761 \global\vsize= #1
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4762 \global\topskip= #6
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4763 \advance\vsize by \topskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4764 \global\voffset= #3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4765 \global\hsize= #2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4766 \global\outerhsize=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4767 \global\advance\outerhsize by 0.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4768 \global\outervsize=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4769 \global\advance\outervsize by 0.6in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4770 \global\pagewidth=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4771 \global\pageheight=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4772 \global\normaloffset= #4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4773 \global\bindingoffset= #5}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4774
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4775 % A specific text layout, 24x15cm overall, intended for A4 paper. Top margin
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4776 % 29mm, hence bottom margin 28mm, nominal side margin 3cm.
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4777 \def\afourlatex
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4778 {\global\tolerance=700
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4779 \global\hfuzz=1pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4780 \setleading{12pt}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4781 \global\parskip 15pt plus 1pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4782 \advance\baselineskip by 1.6pt
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4783 \changepagesizes{237mm}{150mm}{3.6mm}{3.6mm}{3mm}{7mm}
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4784 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4785
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4786 % Use @afourwide to print on European A4 paper in wide format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4787 \def\afourwide{\afourpaper
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4788 \changepagesizes{9.5in}{6.5in}{\hoffset}{\normaloffset}{\bindingoffset}{7mm}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4789
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4790 % Define macros to output various characters with catcode for normal text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4791 \catcode`\"=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4792 \catcode`\~=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4793 \catcode`\^=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4794 \catcode`\_=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4795 \catcode`\|=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4796 \catcode`\<=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4797 \catcode`\>=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4798 \catcode`\+=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4799 \def\normaldoublequote{"}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4800 \def\normaltilde{~}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4801 \def\normalcaret{^}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4802 \def\normalunderscore{_}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4803 \def\normalverticalbar{|}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4804 \def\normalless{<}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4805 \def\normalgreater{>}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4806 \def\normalplus{+}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4807
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4808 % This macro is used to make a character print one way in ttfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4809 % where it can probably just be output, and another way in other fonts,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4810 % where something hairier probably needs to be done.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4811 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4812 % #1 is what to print if we are indeed using \tt; #2 is what to print
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4813 % otherwise. Since all the Computer Modern typewriter fonts have zero
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4814 % interword stretch (and shrink), and it is reasonable to expect all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4815 % typewriter fonts to have this, we can check that font parameter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4816 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4817 \def\ifusingtt#1#2{\ifdim \fontdimen3\the\font=0pt #1\else #2\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4818
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4819 % Turn off all special characters except @
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4820 % (and those which the user can use as if they were ordinary).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4821 % Most of these we simply print from the \tt font, but for some, we can
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4822 % use math or other variants that look better in normal text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4823
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4824 \catcode`\"=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4825 \def\activedoublequote{{\tt \char '042}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4826 \let"=\activedoublequote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4827 \catcode`\~=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4828 \def~{{\tt \char '176}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4829 \chardef\hat=`\^
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4830 \catcode`\^=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4831 \def^{{\tt \hat}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4832
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4833 \catcode`\_=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4834 \def_{\ifusingtt\normalunderscore\_}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4835 % Subroutine for the previous macro.
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
4836 \def\_{\leavevmode \kern.06em \vbox{\hrule width.3em height.1ex}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4837
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4838 \catcode`\|=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4839 \def|{{\tt \char '174}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4840 \chardef \less=`\<
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4841 \catcode`\<=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4842 \def<{{\tt \less}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4843 \chardef \gtr=`\>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4844 \catcode`\>=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4845 \def>{{\tt \gtr}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4846 \catcode`\+=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4847 \def+{{\tt \char 43}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4848 %\catcode 27=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4849 %\def^^[{$\diamondsuit$}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4850
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4851 % Set up an active definition for =, but don't enable it most of the time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4852 {\catcode`\==\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4853 \global\def={{\tt \char 61}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4854
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4855 \catcode`+=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4856 \catcode`\_=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4857
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4858 % If a .fmt file is being used, characters that might appear in a file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4859 % name cannot be active until we have parsed the command line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4860 % So turn them off again, and have \everyjob (or @setfilename) turn them on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4861 % \otherifyactive is called near the end of this file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4862 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4863
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4864 \catcode`\@=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4866 % \rawbackslashxx output one backslash character in current font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4867 \global\chardef\rawbackslashxx=`\\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4868 %{\catcode`\\=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4869 %@gdef@rawbackslashxx{\}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4871 % \rawbackslash redefines \ as input to do \rawbackslashxx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4872 {\catcode`\\=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4873 @gdef@rawbackslash{@let\=@rawbackslashxx }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4875 % \normalbackslash outputs one backslash in fixed width font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4876 \def\normalbackslash{{\tt\rawbackslashxx}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4877
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4878 % Say @foo, not \foo, in error messages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4879 \escapechar=`\@
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4880
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4881 % \catcode 17=0 % Define control-q
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4882 \catcode`\\=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4883
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4884 % Used sometimes to turn off (effectively) the active characters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4885 % even after parsing them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4886 @def@turnoffactive{@let"=@normaldoublequote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4887 @let\=@realbackslash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4888 @let~=@normaltilde
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4889 @let^=@normalcaret
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4890 @let_=@normalunderscore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4891 @let|=@normalverticalbar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4892 @let<=@normalless
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4893 @let>=@normalgreater
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4894 @let+=@normalplus}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4895
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4896 @def@normalturnoffactive{@let"=@normaldoublequote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4897 @let\=@normalbackslash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4898 @let~=@normaltilde
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4899 @let^=@normalcaret
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4900 @let_=@normalunderscore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4901 @let|=@normalverticalbar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4902 @let<=@normalless
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4903 @let>=@normalgreater
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4904 @let+=@normalplus}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4905
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4906 % Make _ and + \other characters, temporarily.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4907 % This is canceled by @fixbackslash.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4908 @otherifyactive
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4909
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4910 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4911 % That is what \eatinput is for; after that, the `\' should revert to printing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4912 % a backslash.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4913 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4914 @gdef@eatinput input texinfo{@fixbackslash}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4915 @global@let\ = @eatinput
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4917 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4918 % the first `\{ in the file would cause an error. This macro tries to fix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4919 % that, assuming it is called before the first `\' could plausibly occur.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4920 % Also back turn on active characters that might appear in the input
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4921 % file name, in case not using a pre-dumped format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4922 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4923 @gdef@fixbackslash{@ifx\@eatinput @let\ = @normalbackslash @fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4924 @catcode`+=@active @catcode`@_=@active}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4925
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4926 %% These look ok in all fonts, so just make them not special. The @rm below
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4927 %% makes sure that the current font starts out as the newly loaded cmr10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4928 @catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4929
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4930 @textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4931 @rm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4932
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4933 @c Local variables:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4934 @c page-delimiter: "^\\\\message"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4935 @c End: