annotate man/texinfo.tex @ 349:8429d81ab209 r21-1-4

Import from CVS: tag r21-1-4
author cvs
date Mon, 13 Aug 2007 10:54:28 +0200
parents c9fe270a4101
children 74fd4e045ea6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1 % texinfo.tex -- TeX macros to handle Texinfo files.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2 % $Id: texinfo.tex,v 1.5 1998/06/13 04:28:12 steve Exp $
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4 % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
5 % Free Software Foundation, Inc.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
6 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
7 % This texinfo.tex file is free software; you can redistribute it and/or
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
8 % modify it under the terms of the GNU General Public License as
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
9 % published by the Free Software Foundation; either version 2, or (at
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
10 % your option) any later version.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
11 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
12 % This texinfo.tex file is distributed in the hope that it will be
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
13 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
14 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
15 % General Public License for more details.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
16 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
17 % You should have received a copy of the GNU General Public License
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
18 % along with this texinfo.tex file; see the file COPYING. If not, write
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
19 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
20 % Boston, MA 02111-1307, USA.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
21 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
22 % In other words, you are welcome to use, share and improve this program.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
23 % You are forbidden to forbid anyone else to use, share and improve
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
24 % what you give them. Help stamp out software-hoarding!
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
25 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
26 % Please try the latest version of texinfo.tex before submitting bug
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
27 % reports; you can get the latest version from:
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
28 % ftp://ftp.cs.umb.edu/pub/tex/texinfo.tex
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
29 % /home/gd/gnu/doc/texinfo.tex on the GNU machines.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
30 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
31 % Send bug reports to bug-texinfo@gnu.org.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
32 % Please include a precise test case in each bug report,
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
33 % including a complete document with which we can reproduce the problem.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
34 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
35 % Texinfo macros (with @macro) are *not* supported by texinfo.tex. You
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
36 % have to run makeinfo -E to expand macros first; the texi2dvi script
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
37 % does this.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
38
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
39
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
40 % Make it possible to create a .fmt file just by loading this file:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
41 % if the underlying format is not loaded, start by loading it now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
42 % Added by gildea November 1993.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
43 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
44
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45 % This automatically updates the version number based on RCS.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
46 \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}}
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
47 \deftexinfoversion$Revision: 1.5 $
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48 \message{Loading texinfo package [Version \texinfoversion]:}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
49
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
50 % If in a .fmt file, print the version number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
51 % and turn on active characters that we couldn't do earlier because
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
52 % they might have appeared in the input file name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
53 \everyjob{\message{[Texinfo version \texinfoversion]}\message{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
54 \catcode`+=\active \catcode`\_=\active}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 % Save some parts of plain tex whose names we will redefine.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
58 \let\ptexb=\b
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
59 \let\ptexbullet=\bullet
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
60 \let\ptexc=\c
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
61 \let\ptexcomma=\,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
62 \let\ptexdot=\.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
63 \let\ptexdots=\dots
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
64 \let\ptexend=\end
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
65 \let\ptexequiv=\equiv
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
66 \let\ptexexclam=\!
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
67 \let\ptexi=\i
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
68 \let\ptexlbrace=\{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 \let\ptexrbrace=\}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70 \let\ptexstar=\*
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
71 \let\ptext=\t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 % 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
74 % equivalent to this in @example-like environments. Otherwise, a space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 % at the beginning of a line will start with \penalty -- and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
76 % since \penalty is valid in vertical mode, we'd end up putting the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 % penalty on the vertical list instead of in the new paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 {\catcode`@ = 11
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
79 % Avoid using \@M directly, because that causes trouble
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
80 % if the definition is written into an index file.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
81 \global\let\tiepenalty = \@M
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
82 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
83 }
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
84
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
85
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
86 \message{Basics,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
87 \chardef\other=12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
88
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
89 % If this character appears in an error message or help string, it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
90 % starts a new line in the output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
91 \newlinechar = `^^J
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
92
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
93 % Set up fixed words for English.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
94 \ifx\putwordChapter\undefined{\gdef\putwordChapter{Chapter}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
95 \def\putwordInfo{Info}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
96 \ifx\putwordSee\undefined{\gdef\putwordSee{See}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
97 \ifx\putwordsee\undefined{\gdef\putwordsee{see}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
98 \ifx\putwordfile\undefined{\gdef\putwordfile{file}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
99 \ifx\putwordpage\undefined{\gdef\putwordpage{page}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
100 \ifx\putwordsection\undefined{\gdef\putwordsection{section}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
101 \ifx\putwordSection\undefined{\gdef\putwordSection{Section}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
102 \ifx\putwordTableofContents\undefined{\gdef\putwordTableofContents{Table of Contents}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
103 \ifx\putwordShortContents\undefined{\gdef\putwordShortContents{Short Contents}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
104 \ifx\putwordAppendix\undefined{\gdef\putwordAppendix{Appendix}}\fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
106 % Ignore a token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
107 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
108 \def\gobble#1{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
109
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
110 \hyphenation{ap-pen-dix}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
111 \hyphenation{mini-buf-fer mini-buf-fers}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
112 \hyphenation{eshell}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
113 \hyphenation{white-space}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
114
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
115 % Margin to add to right of even pages, to left of odd pages.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
116 \newdimen \bindingoffset
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
117 \newdimen \normaloffset
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
118 \newdimen\pagewidth \newdimen\pageheight
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
119
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
120 % Sometimes it is convenient to have everything in the transcript file
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
121 % and nothing on the terminal. We don't just call \tracingall here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
122 % since that produces some useless output on the terminal.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
123 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
124 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
125 \def\loggingall{\tracingcommands2 \tracingstats2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
126 \tracingpages1 \tracingoutput1 \tracinglostchars1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
127 \tracingmacros2 \tracingparagraphs1 \tracingrestores1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
128 \showboxbreadth\maxdimen\showboxdepth\maxdimen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
129 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
130
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
131 % For @cropmarks command.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
132 % Do @cropmarks to get crop marks.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
133 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
134 \newif\ifcropmarks
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
135 \let\cropmarks = \cropmarkstrue
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
136 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
137 % Dimensions to add cropmarks at corners.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
138 % Added by P. A. MacKay, 12 Nov. 1986
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
139 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
140 \newdimen\cornerlong \newdimen\cornerthick
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
141 \newdimen\topandbottommargin
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
142 \newdimen\outerhsize \newdimen\outervsize
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
143 \cornerlong=1pc\cornerthick=.3pt % These set size of cropmarks
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
144 \outerhsize=7in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
145 %\outervsize=9.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
146 % Alternative @smallbook page size is 9.25in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
147 \outervsize=9.25in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
148 \topandbottommargin=.75in
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
149
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
150 % Main output routine.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
151 \chardef\PAGE = 255
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
152 \output = {\onepageout{\pagecontents\PAGE}}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
153
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
154 \newbox\headlinebox
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
155 \newbox\footlinebox
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
156
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
157 % \onepageout takes a vbox as an argument. Note that \pagecontents
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
158 % does insertions, but you have to call it yourself.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
159 \def\onepageout#1{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
160 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
161 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
162 \ifodd\pageno \advance\hoffset by \bindingoffset
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
163 \else \advance\hoffset by -\bindingoffset\fi
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
164 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
165 % Do this outside of the \shipout so @code etc. will be expanded in
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
166 % the headline as they should be, not taken literally (outputting ''code).
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
167 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
168 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
169 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
170 {%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
171 % Have to do this stuff outside the \shipout because we want it to
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
172 % take effect in \write's, yet the group defined by the \vbox ends
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
173 % before the \shipout runs.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
174 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
175 \escapechar = `\\ % use backslash in output files.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
176 \indexdummies % don't expand commands in the output.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
177 \normalturnoffactive % \ in index entries must not stay \, e.g., if
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
178 % the page break happens to be in the middle of an example.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
179 \shipout\vbox{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
180 \ifcropmarks \vbox to \outervsize\bgroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
181 \hsize = \outerhsize
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
182 \line{\ewtop\hfil\ewtop}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
183 \nointerlineskip
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
184 \line{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
185 \vbox{\moveleft\cornerthick\nstop}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
186 \hfill
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
187 \vbox{\moveright\cornerthick\nstop}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
188 }%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
189 \vskip\topandbottommargin
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
190 \line\bgroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
191 \hfil % center the page within the outer (page) hsize.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
192 \ifodd\pageno\hskip\bindingoffset\fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
193 \vbox\bgroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
194 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
195 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
196 \unvbox\headlinebox
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
197 \pagebody{#1}%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
198 \ifdim\ht\footlinebox > 0pt
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
199 % Only leave this space if the footline is nonempty.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
200 % (We lessened \vsize for it in \oddfootingxxx.)
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
201 % The \baselineskip=24pt in plain's \makefootline has no effect.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
202 \vskip 2\baselineskip
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
203 \unvbox\footlinebox
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
204 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
205 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
206 \ifcropmarks
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
207 \egroup % end of \vbox\bgroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
208 \hfil\egroup % end of (centering) \line\bgroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
209 \vskip\topandbottommargin plus1fill minus1fill
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
210 \boxmaxdepth = \cornerthick
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
211 \line{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
212 \vbox{\moveleft\cornerthick\nsbot}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
213 \hfill
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
214 \vbox{\moveright\cornerthick\nsbot}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
215 }%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
216 \nointerlineskip
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
217 \line{\ewbot\hfil\ewbot}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
218 \egroup % \vbox from first cropmarks clause
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
219 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
220 }% end of \shipout\vbox
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
221 }% end of group with \turnoffactive
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
222 \advancepageno
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
223 \ifnum\outputpenalty>-20000 \else\dosupereject\fi
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
224 }
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
225
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
226 \newinsert\margin \dimen\margin=\maxdimen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
227
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
228 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
229 {\catcode`\@ =11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
230 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
231 % marginal hacks, juha@viisa.uucp (Juha Takala)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
232 \ifvoid\margin\else % marginal info is present
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
233 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
234 \dimen@=\dp#1 \unvbox#1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
235 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
236 \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
237 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
239 % Here are the rules for the cropmarks. Note that they are
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
240 % offset so that the space between them is truly \outerhsize or \outervsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
241 % (P. A. MacKay, 12 November, 1986)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
242 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
243 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
244 \def\nstop{\vbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
245 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
246 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
247 \def\nsbot{\vbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
248 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
249
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
250 % 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
251 % the input line (except we remove a trailing comment). #1 should be a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
252 % macro which expects an ordinary undelimited TeX argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
253 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
254 \def\parsearg#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
255 \let\next = #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
256 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
257 \obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
258 \futurelet\temp\parseargx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
259 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
261 % If the next token is an obeyed space (from an @example environment or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
262 % the like), remove it and recurse. Otherwise, we're done.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
263 \def\parseargx{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
264 % \obeyedspace is defined far below, after the definition of \sepspaces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
265 \ifx\obeyedspace\temp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
266 \expandafter\parseargdiscardspace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
267 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
268 \expandafter\parseargline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
269 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
270 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
271
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
272 % Remove a single space (as the delimiter token to the macro call).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
273 {\obeyspaces %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
274 \gdef\parseargdiscardspace {\futurelet\temp\parseargx}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
275
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
276 {\obeylines %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
277 \gdef\parseargline#1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
278 \endgroup % End of the group started in \parsearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
279 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
280 % First remove any @c comment, then any @comment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
281 % Result of each macro is put in \toks0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
282 \argremovec #1\c\relax %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
283 \expandafter\argremovecomment \the\toks0 \comment\relax %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
284 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
285 % Call the caller's macro, saved as \next in \parsearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
286 \expandafter\next\expandafter{\the\toks0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
287 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
288 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
289
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
290 % 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
291 % 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
292 % in \parseargline; it could be more or less anything, its purpose is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
293 % just to delimit the argument to the \c.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
294 \def\argremovec#1\c#2\relax{\toks0 = {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
295 \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
296
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
297 % \argremovec{,omment} might leave us with trailing spaces, though; e.g.,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
298 % @end itemize @c foo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
299 % will have two active spaces as part of the argument with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
300 % `itemize'. Here we remove all active spaces from #1, and assign the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
301 % result to \toks0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
302 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
303 % This loses if there are any *other* active characters besides spaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
304 % in the argument -- _ ^ +, for example -- since they get expanded.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
305 % Fortunately, Texinfo does not define any such commands. (If it ever
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
306 % does, the catcode of the characters in questionwill have to be changed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
307 % here.) But this means we cannot call \removeactivespaces as part of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
308 % \argremovec{,omment}, since @c uses \parsearg, and thus the argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
309 % that \parsearg gets might well have any character at all in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
310 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
311 \def\removeactivespaces#1{%
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 \ignoreactivespaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
314 \edef\temp{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
315 \global\toks0 = \expandafter{\temp}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
316 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
317 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
319 % Change the active space to expand to nothing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
320 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
321 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
322 \obeyspaces
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
323 \gdef\ignoreactivespaces{\obeyspaces\let =\empty}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
324 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
326
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
327 \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
328
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
329 %% These are used to keep @begin/@end levels from running away
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
330 %% Call \inENV within environments (after a \begingroup)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
331 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
332 \def\ENVcheck{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
333 \ifENV\errmessage{Still within an environment. Type Return to continue.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
334 \endgroup\fi} % This is not perfect, but it should reduce lossage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
335
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
336 % @begin foo is the same as @foo, for now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
337 \newhelp\EMsimple{Type <Return> to continue.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
338
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
339 \outer\def\begin{\parsearg\beginxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
340
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
341 \def\beginxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
342 \expandafter\ifx\csname #1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
343 {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
344 \csname #1\endcsname\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
346 % @end foo executes the definition of \Efoo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
347 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
348 \def\end{\parsearg\endxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
349 \def\endxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
350 \removeactivespaces{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
351 \edef\endthing{\the\toks0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
352 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
353 \expandafter\ifx\csname E\endthing\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
354 \expandafter\ifx\csname \endthing\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
355 % There's no \foo, i.e., no ``environment'' foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
356 \errhelp = \EMsimple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
357 \errmessage{Undefined command `@end \endthing'}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
358 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
359 \unmatchedenderror\endthing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
360 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
361 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
362 % Everything's ok; the right environment has been started.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
363 \csname E\endthing\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
364 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
365 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
366
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
367 % 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
368 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
369 \def\unmatchedenderror#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
370 \errhelp = \EMsimple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
371 \errmessage{This `@end #1' doesn't have a matching `@#1'}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
372 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
373
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
374 % Define the control sequence \E#1 to give an unmatched @end error.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
375 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
376 \def\defineunmatchedend#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
377 \expandafter\def\csname E#1\endcsname{\unmatchedenderror{#1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
378 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
381 % Single-spacing is done by various environments (specifically, in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
382 % \nonfillstart and \quotations).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
383 \newskip\singlespaceskip \singlespaceskip = 12.5pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
384 \def\singlespace{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
385 % Why was this kern here? It messes up equalizing space above and below
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
386 % environments. --karl, 6may93
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
387 %{\advance \baselineskip by -\singlespaceskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
388 %\kern \baselineskip}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
389 \setleading \singlespaceskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
390 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
391
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
392 %% Simple single-character @ commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
393
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
394 % @@ prints an @
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
395 % Kludge this until the fonts are right (grr).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
396 \def\@{{\tt \char '100}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
398 % This is turned off because it was never documented
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
399 % and you can use @w{...} around a quote to suppress ligatures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
400 %% Define @` and @' to be the same as ` and '
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
401 %% but suppressing ligatures.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
402 %\def\`{{`}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
403 %\def\'{{'}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
404
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
405 % Used to generate quoted braces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
406 \def\mylbrace {{\tt \char '173}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
407 \def\myrbrace {{\tt \char '175}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
408 \let\{=\mylbrace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
409 \let\}=\myrbrace
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
410 \begingroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
411 % Definitions to produce actual \{ & \} command in an index.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
412 \catcode`\{ = 12 \catcode`\} = 12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
413 \catcode`\[ = 1 \catcode`\] = 2
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
414 \catcode`\@ = 0 \catcode`\\ = 12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
415 @gdef@lbracecmd[\{]%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
416 @gdef@rbracecmd[\}]%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
417 @endgroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
418
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
419 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
420 % Others are defined by plain TeX: @` @' @" @^ @~ @= @v @H.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
421 \let\, = \c
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
422 \let\dotaccent = \.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
423 \def\ringaccent#1{{\accent23 #1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
424 \let\tieaccent = \t
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
425 \let\ubaraccent = \b
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
426 \let\udotaccent = \d
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
427
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
428 % Other special characters: @questiondown @exclamdown
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
429 % Plain TeX defines: @AA @AE @O @OE @L (and lowercase versions) @ss.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
430 \def\questiondown{?`}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
431 \def\exclamdown{!`}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
432
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
433 % Dotless i and dotless j, used for accents.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
434 \def\imacro{i}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
435 \def\jmacro{j}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
436 \def\dotless#1{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
437 \def\temp{#1}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
438 \ifx\temp\imacro \ptexi
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
439 \else\ifx\temp\jmacro \j
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
440 \else \errmessage{@dotless can be used only with i or j}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
441 \fi\fi
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
442 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
444 % @: forces normal size whitespace following.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
445 \def\:{\spacefactor=1000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
446
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
447 % @* forces a line break.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
448 \def\*{\hfil\break\hbox{}\ignorespaces}
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 period.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
451 \def\.{.\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 % @! is an end-of-sentence bang.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
454 \def\!{!\spacefactor=3000 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
455
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
456 % @? is an end-of-sentence query.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
457 \def\?{?\spacefactor=3000 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
459 % @w prevents a word break. Without the \leavevmode, @w at the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
460 % beginning of a paragraph, when TeX is still in vertical mode, would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
461 % produce a whole line of output instead of starting the paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
462 \def\w#1{\leavevmode\hbox{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
463
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
464 % @group ... @end group forces ... to be all on one page, by enclosing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
465 % 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
466 % 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
467 % \topskip (p.114 of the TeXbook), the glue inserted is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
468 % max (\topskip - \ht (first item), 0). If that height is large,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
469 % therefore, no glue is inserted, and the space between the headline and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
470 % the text is small, which looks bad.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
471 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
472 \def\group{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
473 \ifnum\catcode13=\active \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
474 \errhelp = \groupinvalidhelp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
475 \errmessage{@group invalid in context where filling is enabled}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
476 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
477 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
478 % The \vtop we start below produces a box with normal height and large
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
479 % depth; thus, TeX puts \baselineskip glue before it, and (when the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
480 % 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
481 % the TeXbook.) Thus, space below is not quite equal to space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
482 % above. But it's pretty close.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
483 \def\Egroup{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
484 \egroup % End the \vtop.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
485 \endgroup % End the \group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
486 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
487 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
488 \vtop\bgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
489 % 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
490 % the midst of an example, rather than completely enclosing it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
491 % Otherwise, the interline space between the last line of the group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
492 % 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
493 % strut in \Egroup, since there it would be on a line by itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
494 % Hence this just inserts a strut at the beginning of each line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
495 \everypar = {\strut}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
496 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
497 % 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
498 % normal interline spacing.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
499 \offinterlineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
500 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
501 % OK, but now we have to do something about blank
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
502 % lines in the input in @example-like environments, which normally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
503 % just turn into \lisppar, which will insert no space now that we've
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
504 % turned off the interline space. Simplest is to make them be an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
505 % empty paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
506 \ifx\par\lisppar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
507 \edef\par{\leavevmode \par}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
508 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
509 % Reset ^^M's definition to new definition of \par.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
510 \obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
511 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
512 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
513 % Do @comment since we are called inside an environment such as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
514 % @example, where each end-of-line in the input causes an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
515 % 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
516 % the `@group' to put extra space in the output. Since @group
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
517 % should appear on a line by itself (according to the Texinfo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
518 % manual), we don't worry about eating any user text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
519 \comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
520 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
521 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
522 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
523 % message, so this ends up printing `@group can only ...'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
524 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
525 \newhelp\groupinvalidhelp{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
526 group can only be used in environments such as @example,^^J%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
527 where each line of input produces a line of output.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
529 % @need space-in-mils
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
530 % forces a page break if there is not space-in-mils remaining.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
531
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
532 \newdimen\mil \mil=0.001in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
534 \def\need{\parsearg\needx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
535
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
536 % Old definition--didn't work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
537 %\def\needx #1{\par %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
538 %% This method tries to make TeX break the page naturally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
539 %% if the depth of the box does not fit.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
540 %{\baselineskip=0pt%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
541 %\vtop to #1\mil{\vfil}\kern -#1\mil\penalty 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
542 %\prevdepth=-1000pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
543 %}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
544
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
545 \def\needx#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
546 % 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
547 % paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
548 \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
549 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
550 % 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
551 % break, since the best break might be right here.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
552 \allowbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
553 \nointerlineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
554 \vtop to #1\mil{\vfil}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
555 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
556 % TeX does not even consider page breaks if a penalty added to the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
557 % 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
558 % 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
559 % 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
560 % page after the empty box. So we use a penalty of 9999.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
561 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
562 % There is an extremely small chance that TeX will actually break the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
563 % page at this \penalty, if there are no other feasible breakpoints in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
564 % sight. (If the user is using lots of big @group commands, which
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
565 % 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
566 % good page breaking, for example.) However, I could not construct an
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
567 % 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
568 % document, then we can reconsider our strategy.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
569 \penalty9999
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
570 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
571 % 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
572 \kern -#1\mil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
573 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
574 % Do not allow a page break right after this kern.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
575 \nobreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
576 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
577
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
578 % @br forces paragraph break
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
580 \let\br = \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
581
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
582 % @dots{} output an ellipsis using the current font.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
583 % We do .5em per period so that it has the same spacing in a typewriter
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
584 % font as three actual period characters.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
585 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
586 \def\dots{\hbox to 1.5em{%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
587 \hskip 0pt plus 0.25fil minus 0.25fil
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
588 .\hss.\hss.%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
589 \hskip 0pt plus 0.5fil minus 0.5fil
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
590 }}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
591
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
592 % @enddots{} is an end-of-sentence ellipsis.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
593 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
594 \def\enddots{%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
595 \hbox to 2em{%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
596 \hskip 0pt plus 0.25fil minus 0.25fil
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
597 .\hss.\hss.\hss.%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
598 \hskip 0pt plus 0.5fil minus 0.5fil
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
599 }%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
600 \spacefactor=3000
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
601 }
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
602
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
603
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
604 % @page forces the start of a new page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
605
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
606 \def\page{\par\vfill\supereject}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
607
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
608 % @exdent text....
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
609 % outputs text on separate line in roman font, starting at standard page margin
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
610
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
611 % This records the amount of indent in the innermost environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
612 % That's how much \exdent should take out.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
613 \newskip\exdentamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
614
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
615 % This defn is used inside fill environments such as @defun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
616 \def\exdent{\parsearg\exdentyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
617 \def\exdentyyy #1{{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
618
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
619 % This defn is used inside nofill environments such as @example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
620 \def\nofillexdent{\parsearg\nofillexdentyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
621 \def\nofillexdentyyy #1{{\advance \leftskip by -\exdentamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
622 \leftline{\hskip\leftskip{\rm#1}}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
623
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
624 % @inmargin{TEXT} puts TEXT in the margin next to the current paragraph.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
625
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
626 \def\inmargin#1{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
627 \strut\vadjust{\nobreak\kern-\strutdepth
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
628 \vtop to \strutdepth{\baselineskip\strutdepth\vss
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
629 \llap{\rightskip=\inmarginspacing \vbox{\noindent #1}}\null}}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
630 \newskip\inmarginspacing \inmarginspacing=1cm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
631 \def\strutdepth{\dp\strutbox}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
632
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
633 %\hbox{{\rm#1}}\hfil\break}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
634
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
635 % @include file insert text of that file as input.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
636 % Allow normal characters that we make active in the argument (a file name).
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
637 \def\include{\begingroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
638 \catcode`\\=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
639 \catcode`~=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
640 \catcode`^=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
641 \catcode`_=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
642 \catcode`|=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
643 \catcode`<=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
644 \catcode`>=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
645 \catcode`+=12
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
646 \parsearg\includezzz}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
647 % Restore active chars for included file.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
648 \def\includezzz#1{\endgroup\begingroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
649 % Read the included file in a group so nested @include's work.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
650 \def\thisfile{#1}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
651 \input\thisfile
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
652 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
653
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
654 \def\thisfile{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
655
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
656 % @center line outputs that line, centered
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
658 \def\center{\parsearg\centerzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
659 \def\centerzzz #1{{\advance\hsize by -\leftskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
660 \advance\hsize by -\rightskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
661 \centerline{#1}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
662
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
663 % @sp n outputs n lines of vertical space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
664
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
665 \def\sp{\parsearg\spxxx}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
666 \def\spxxx #1{\vskip #1\baselineskip}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
667
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
668 % @comment ...line which is ignored...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
669 % @c is the same as @comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
670 % @ignore ... @end ignore is another way to write a comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
671
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
672 \def\comment{\catcode 64=\other \catcode 123=\other \catcode 125=\other%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
673 \parsearg \commentxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
674
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
675 \def\commentxxx #1{\catcode 64=0 \catcode 123=1 \catcode 125=2 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
676
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
677 \let\c=\comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
678
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
679 % @paragraphindent is defined for the Info formatting commands only.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
680 \let\paragraphindent=\comment
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
681
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
682 % Prevent errors for section commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
683 % Used in @ignore and in failing conditionals.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
684 \def\ignoresections{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
685 \let\chapter=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
686 \let\unnumbered=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
687 \let\top=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
688 \let\unnumberedsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
689 \let\unnumberedsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
690 \let\unnumberedsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
691 \let\unnumberedsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
692 \let\unnumberedsubsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
693 \let\unnumberedsubsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
694 \let\section=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
695 \let\subsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
696 \let\subsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
697 \let\subsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
698 \let\subsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
699 \let\appendix=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
700 \let\appendixsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
701 \let\appendixsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
702 \let\appendixsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
703 \let\appendixsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
704 \let\appendixsubsubsec=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
705 \let\appendixsubsubsection=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
706 \let\contents=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
707 \let\smallbook=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
708 \let\titlepage=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
709 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
711 % Used in nested conditionals, where we have to parse the Texinfo source
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
712 % and so want to turn off most commands, in case they are used
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
713 % incorrectly.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
714 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
715 \def\ignoremorecommands{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
716 \let\defcodeindex = \relax
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
717 \let\defcv = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
718 \let\deffn = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
719 \let\deffnx = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
720 \let\defindex = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
721 \let\defivar = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
722 \let\defmac = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
723 \let\defmethod = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
724 \let\defop = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
725 \let\defopt = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
726 \let\defspec = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
727 \let\deftp = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
728 \let\deftypefn = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
729 \let\deftypefun = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
730 \let\deftypevar = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
731 \let\deftypevr = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
732 \let\defun = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
733 \let\defvar = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
734 \let\defvr = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
735 \let\ref = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
736 \let\xref = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
737 \let\printindex = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
738 \let\pxref = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
739 \let\settitle = \relax
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
740 \let\setchapternewpage = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
741 \let\setchapterstyle = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
742 \let\everyheading = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
743 \let\evenheading = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
744 \let\oddheading = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
745 \let\everyfooting = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
746 \let\evenfooting = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
747 \let\oddfooting = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
748 \let\headings = \relax
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
749 \let\include = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
750 \let\lowersections = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
751 \let\down = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
752 \let\raisesections = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
753 \let\up = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
754 \let\set = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
755 \let\clear = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
756 \let\item = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
757 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
758
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
759 % Ignore @ignore ... @end ignore.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
760 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
761 \def\ignore{\doignore{ignore}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
762
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
763 % Ignore @ifinfo, @ifhtml, @ifnottex, @html, @menu, and @direntry text.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
764 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
765 \def\ifinfo{\doignore{ifinfo}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
766 \def\ifhtml{\doignore{ifhtml}}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
767 \def\ifnottex{\doignore{ifnottex}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
768 \def\html{\doignore{html}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
769 \def\menu{\doignore{menu}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
770 \def\direntry{\doignore{direntry}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
771
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
772 % Also ignore @macro ... @end macro. The user must run texi2dvi,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
773 % which runs makeinfo to do macro expansion. Ignore @unmacro, too.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
774 \def\macro{\doignore{macro}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
775 \let\unmacro = \comment
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
776
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
777
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
778 % @dircategory CATEGORY -- specify a category of the dir file
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
779 % which this file should belong to. Ignore this in TeX.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
780 \let\dircategory = \comment
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
781
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
782 % Ignore text until a line `@end #1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
783 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
784 \def\doignore#1{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
785 % Don't complain about control sequences we have declared \outer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
786 \ignoresections
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
787 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
788 % Define a command to swallow text until we reach `@end #1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
789 \long\def\doignoretext##1\end #1{\enddoignore}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
790 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
791 % Make sure that spaces turn into tokens that match what \doignoretext wants.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
792 \catcode32 = 10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
793 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
794 % Ignore braces, too, so mismatched braces don't cause trouble.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
795 \catcode`\{ = 9
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
796 \catcode`\} = 9
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
797 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
798 % And now expand that command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
799 \doignoretext
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 % What we do to finish off ignored text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
803 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
804 \def\enddoignore{\endgroup\ignorespaces}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
805
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
806 \newif\ifwarnedobs\warnedobsfalse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
807 \def\obstexwarn{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
808 \ifwarnedobs\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
809 % 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
810 % This uses \immediate\write16 rather than \message to get newlines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
811 \immediate\write16{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
812 \immediate\write16{***WARNING*** for users of Unix TeX 3.0!}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
813 \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
814 \immediate\write16{If you are running another version of TeX, relax.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
815 \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
816 \immediate\write16{ Then upgrade your TeX installation if you can.}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
817 \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
818 \immediate\write16{If you are stuck with version 3.0, run the}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
819 \immediate\write16{ script ``tex3patch'' from the Texinfo distribution}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
820 \immediate\write16{ to use a workaround.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
821 \immediate\write16{}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
822 \global\warnedobstrue
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
823 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
824 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
825
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
826 % **In TeX 3.0, setting text in \nullfont hangs tex. For a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
827 % workaround (which requires the file ``dummy.tfm'' to be installed),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
828 % uncomment the following line:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
829 %%%%%\font\nullfont=dummy\let\obstexwarn=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
830
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
831 % Ignore text, except that we keep track of conditional commands for
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
832 % purposes of nesting, up to an `@end #1' command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
833 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
834 \def\nestedignore#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
835 \obstexwarn
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
836 % We must actually expand the ignored text to look for the @end
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
837 % command, so that nested ignore constructs work. Thus, we put the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
838 % text into a \vbox and then do nothing with the result. To minimize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
839 % the change of memory overflow, we follow the approach outlined on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
840 % page 401 of the TeXbook: make the current font be a dummy font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
841 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
842 \setbox0 = \vbox\bgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
843 % Don't complain about control sequences we have declared \outer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
844 \ignoresections
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
845 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
846 % Define `@end #1' to end the box, which will in turn undefine the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
847 % @end command again.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
848 \expandafter\def\csname E#1\endcsname{\egroup\ignorespaces}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
849 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
850 % We are going to be parsing Texinfo commands. Most cause no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
851 % trouble when they are used incorrectly, but some commands do
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
852 % complicated argument parsing or otherwise get confused, so we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
853 % undefine them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
854 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
855 % We can't do anything about stray @-signs, unfortunately;
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
856 % they'll produce `undefined control sequence' errors.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
857 \ignoremorecommands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
858 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
859 % Set the current font to be \nullfont, a TeX primitive, and define
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
860 % all the font commands to also use \nullfont. We don't use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
861 % dummy.tfm, as suggested in the TeXbook, because not all sites
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
862 % might have that installed. Therefore, math mode will still
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
863 % produce output, but that should be an extremely small amount of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
864 % stuff compared to the main input.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
865 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
866 \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
867 \let\tenrm = \nullfont \let\tenit = \nullfont \let\tensl = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
868 \let\tenbf = \nullfont \let\tentt = \nullfont \let\smallcaps = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
869 \let\tensf = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
870 % Similarly for index fonts (mostly for their use in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
871 % smallexample)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
872 \let\indrm = \nullfont \let\indit = \nullfont \let\indsl = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
873 \let\indbf = \nullfont \let\indtt = \nullfont \let\indsc = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
874 \let\indsf = \nullfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
875 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
876 % Don't complain when characters are missing from the fonts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
877 \tracinglostchars = 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
878 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
879 % Don't bother to do space factor calculations.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
880 \frenchspacing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
881 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
882 % Don't report underfull hboxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
883 \hbadness = 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
884 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
885 % Do minimal line-breaking.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
886 \pretolerance = 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
887 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
888 % Do not execute instructions in @tex
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
889 \def\tex{\doignore{tex}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
890 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
891
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
892 % @set VAR sets the variable VAR to an empty value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
893 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
894 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
895 % Since we want to separate VAR from REST-OF-LINE (which might be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
896 % 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
897 % own to delimit the rest of the line, and then take it out again if we
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
898 % didn't need it. Make sure the catcode of space is correct to avoid
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
899 % losing inside @example, for instance.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
900 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
901 \def\set{\begingroup\catcode` =10
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
902 \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
903 \parsearg\setxxx}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
904 \def\setxxx#1{\setyyy#1 \endsetyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
905 \def\setyyy#1 #2\endsetyyy{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
906 \def\temp{#2}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
907 \ifx\temp\empty \global\expandafter\let\csname SET#1\endcsname = \empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
908 \else \setzzz{#1}#2\endsetzzz % Remove the trailing space \setxxx inserted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
909 \fi
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
910 \endgroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
911 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
912 % 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
913 % \next or other control sequences that we've defined might get us into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
914 % an infinite loop. Consider `@set foo @cite{bar}'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
915 \def\setzzz#1#2 \endsetzzz{\expandafter\gdef\csname SET#1\endcsname{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
917 % @clear VAR clears (i.e., unsets) the variable VAR.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
918 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
919 \def\clear{\parsearg\clearxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
920 \def\clearxxx#1{\global\expandafter\let\csname SET#1\endcsname=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
921
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
922 % @value{foo} gets the text saved in variable foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
923 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
924 \def\value{\begingroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
925 \catcode`\-=12 \catcode`\_=12 % Allow - and _ in VAR.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
926 \valuexxx}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
927 \def\valuexxx#1{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
928 \expandafter\ifx\csname SET#1\endcsname\relax
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
929 {\{No value for ``#1''\}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
930 \else
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
931 \csname SET#1\endcsname
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
932 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
933 \endgroup}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
934
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
935 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
936 % with @set.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
937 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
938 \def\ifset{\parsearg\ifsetxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
939 \def\ifsetxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
940 \expandafter\ifx\csname SET#1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
941 \expandafter\ifsetfail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
942 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
943 \expandafter\ifsetsucceed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
944 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
945 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
946 \def\ifsetsucceed{\conditionalsucceed{ifset}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
947 \def\ifsetfail{\nestedignore{ifset}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
948 \defineunmatchedend{ifset}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
949
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
950 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
951 % defined with @set, or has been undefined with @clear.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
952 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
953 \def\ifclear{\parsearg\ifclearxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
954 \def\ifclearxxx #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
955 \expandafter\ifx\csname SET#1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
956 \expandafter\ifclearsucceed
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
957 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
958 \expandafter\ifclearfail
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
959 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
960 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
961 \def\ifclearsucceed{\conditionalsucceed{ifclear}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
962 \def\ifclearfail{\nestedignore{ifclear}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
963 \defineunmatchedend{ifclear}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
964
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
965 % @iftex, @ifnothtml, @ifnotinfo always succeed; we read the text
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
966 % following, through the first @end iftex (etc.). Make `@end iftex'
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
967 % (etc.) valid only after an @iftex.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
968 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
969 \def\iftex{\conditionalsucceed{iftex}}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
970 \def\ifnothtml{\conditionalsucceed{ifnothtml}}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
971 \def\ifnotinfo{\conditionalsucceed{ifnotinfo}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
972 \defineunmatchedend{iftex}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
973 \defineunmatchedend{ifnothtml}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
974 \defineunmatchedend{ifnotinfo}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
975
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
976 % 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
977 % at @end iftex, since then @set commands inside the conditional have no
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
978 % 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
979 % define \Eiftex to redefine itself to be its previous value. (We can't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
980 % just define it to fail again with an ``unmatched end'' error, since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
981 % the @ifset might be nested.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
982 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
983 \def\conditionalsucceed#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
984 \edef\temp{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
985 % Remember the current value of \E#1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
986 \let\nece{prevE#1} = \nece{E#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
987 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
988 % At the `@end #1', redefine \E#1 to be its previous value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
989 \def\nece{E#1}{\let\nece{E#1} = \nece{prevE#1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
990 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
991 \temp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
992 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
993
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
994 % 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
995 % control sequences after we've constructed them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
996 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
997 \def\nece#1{\expandafter\noexpand\csname#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
998
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
999 % @asis just yields its argument. Used with @table, for example.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1001 \def\asis#1{#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1002
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1003 % @math means output in math mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1004 % We don't use $'s directly in the definition of \math because control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1005 % sequences like \math are expanded when the toc file is written. Then,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1006 % 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
1007 % should be, according to the definition of Texinfo). So we must use a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1008 % control sequence to switch into and out of math mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1009 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1010 % 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
1011 % seems unlikely it will ever be needed there.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1012 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1013 \let\implicitmath = $
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1014 \def\math#1{\implicitmath #1\implicitmath}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1016 % @bullet and @minus need the same treatment as @math, just above.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1017 \def\bullet{\implicitmath\ptexbullet\implicitmath}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1018 \def\minus{\implicitmath-\implicitmath}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1019
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1020 \def\node{\ENVcheck\parsearg\nodezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1021 \def\nodezzz#1{\nodexxx [#1,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1022 \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1023 \let\nwnode=\node
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1024 \let\lastnode=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1025
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1026 \def\donoderef{\ifx\lastnode\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1027 \expandafter\expandafter\expandafter\setref{\lastnode}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1028 \global\let\lastnode=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1029
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1030 \def\unnumbnoderef{\ifx\lastnode\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1031 \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1032 \global\let\lastnode=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1033
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1034 \def\appendixnoderef{\ifx\lastnode\relax\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1035 \expandafter\expandafter\expandafter\appendixsetref{\lastnode}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1036 \global\let\lastnode=\relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1037
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1038 % @refill is a no-op.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1039 \let\refill=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1040
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1041 % @setfilename is done at the beginning of every texinfo file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1042 % 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
1043 % This makes it possible to make a .fmt file for texinfo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1044 \def\setfilename{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1045 \readauxfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1046 \opencontents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1047 \openindices
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1048 \fixbackslash % Turn off hack to swallow `\input texinfo'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1049 \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1050 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1051 % If texinfo.cnf is present on the system, read it.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1052 % Useful for site-wide @afourpaper, etc.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1053 % Just to be on the safe side, close the input stream before the \input.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1054 \openin 1 texinfo.cnf
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1055 \ifeof1 \let\temp=\relax \else \def\temp{\input texinfo.cnf }\fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1056 \closein1
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1057 \temp
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1058 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1059 \comment % Ignore the actual filename.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1060 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1061
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1062 % @bye.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1063 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1064
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1065 % \def\macro#1{\begingroup\ignoresections\catcode`\#=6\def\macrotemp{#1}\parsearg\macroxxx}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1066 % \def\macroxxx#1#2 \end macro{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1067 % \expandafter\gdef\macrotemp#1{#2}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1068 % \endgroup}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1069
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1070 %\def\linemacro#1{\begingroup\ignoresections\catcode`\#=6\def\macrotemp{#1}\parsearg\linemacroxxx}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1071 %\def\linemacroxxx#1#2 \end linemacro{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1072 %\let\parsearg=\relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1073 %\edef\macrotempx{\csname M\butfirst\expandafter\string\macrotemp\endcsname}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1074 %\expandafter\xdef\macrotemp{\parsearg\macrotempx}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1075 %\expandafter\gdef\macrotempx#1{#2}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1076 %\endgroup}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1077
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1078 %\def\butfirst#1{}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1079
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1080
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1081 \message{fonts,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1082
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1083 % Font-change commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1084
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1085 % Texinfo supports the sans serif font style, which plain TeX does not.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1086 % So we set up a \sf analogous to plain's \rm, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1087 \newfam\sffam
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1088 \def\sf{\fam=\sffam \tensf}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1089 \let\li = \sf % Sometimes we call it \li, not \sf.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1090
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1091 % We don't need math for this one.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1092 \def\ttsl{\tenttsl}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1093
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1094 % Use Computer Modern fonts at \magstephalf (11pt).
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1095 \newcount\mainmagstep
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1096 \mainmagstep=\magstephalf
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1097
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1098 % Set the font macro #1 to the font named #2, adding on the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1099 % specified font prefix (normally `cm').
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1100 % #3 is the font's design size, #4 is a scale factor
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1101 \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
1102
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1103 % Use cm as the default font prefix.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1104 % To specify the font prefix, you must define \fontprefix
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1105 % before you read in texinfo.tex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1106 \ifx\fontprefix\undefined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1107 \def\fontprefix{cm}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1108 \fi
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1109 % Support font families that don't use the same naming scheme as CM.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1110 \def\rmshape{r}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1111 \def\rmbshape{bx} %where the normal face is bold
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1112 \def\bfshape{b}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1113 \def\bxshape{bx}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1114 \def\ttshape{tt}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1115 \def\ttbshape{tt}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1116 \def\ttslshape{sltt}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1117 \def\itshape{ti}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1118 \def\itbshape{bxti}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1119 \def\slshape{sl}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1120 \def\slbshape{bxsl}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1121 \def\sfshape{ss}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1122 \def\sfbshape{ss}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1123 \def\scshape{csc}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1124 \def\scbshape{csc}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1126 \ifx\bigger\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1127 \let\mainmagstep=\magstep1
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1128 \setfont\textrm\rmshape{12}{1000}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1129 \setfont\texttt\ttshape{12}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1130 \else
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1131 \setfont\textrm\rmshape{10}{\mainmagstep}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1132 \setfont\texttt\ttshape{10}{\mainmagstep}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1133 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1134 % Instead of cmb10, you many want to use cmbx10.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1135 % cmbx10 is a prettier font on its own, but cmb10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1136 % looks better when embedded in a line with cmr10.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1137 \setfont\textbf\bfshape{10}{\mainmagstep}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1138 \setfont\textit\itshape{10}{\mainmagstep}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1139 \setfont\textsl\slshape{10}{\mainmagstep}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1140 \setfont\textsf\sfshape{10}{\mainmagstep}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1141 \setfont\textsc\scshape{10}{\mainmagstep}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1142 \setfont\textttsl\ttslshape{10}{\mainmagstep}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1143 \font\texti=cmmi10 scaled \mainmagstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1144 \font\textsy=cmsy10 scaled \mainmagstep
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1145
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1146 % A few fonts for @defun, etc.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1147 \setfont\defbf\bxshape{10}{\magstep1} %was 1314
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1148 \setfont\deftt\ttshape{10}{\magstep1}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1149 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \bf}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1150
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1151 % Fonts for indices and small examples (9pt).
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1152 % We actually use the slanted font rather than the italic,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1153 % because texinfo normally uses the slanted fonts for that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1154 % Do not make many font distinctions in general in the index, since they
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1155 % aren't very useful.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1156 \setfont\ninett\ttshape{9}{1000}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1157 \setfont\indrm\rmshape{9}{1000}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1158 \setfont\indit\slshape{9}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1159 \let\indsl=\indit
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1160 \let\indtt=\ninett
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1161 \let\indttsl=\ninett
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1162 \let\indsf=\indrm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1163 \let\indbf=\indrm
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1164 \setfont\indsc\scshape{10}{900}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1165 \font\indi=cmmi9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1166 \font\indsy=cmsy9
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1167
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1168 % Fonts for title page:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1169 \setfont\titlerm\rmbshape{12}{\magstep3}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1170 \setfont\titleit\itbshape{10}{\magstep4}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1171 \setfont\titlesl\slbshape{10}{\magstep4}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1172 \setfont\titlett\ttbshape{12}{\magstep3}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1173 \setfont\titlettsl\ttslshape{10}{\magstep4}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1174 \setfont\titlesf\sfbshape{17}{\magstep1}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1175 \let\titlebf=\titlerm
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1176 \setfont\titlesc\scbshape{10}{\magstep4}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1177 \font\titlei=cmmi12 scaled \magstep3
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1178 \font\titlesy=cmsy10 scaled \magstep4
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1179 \def\authorrm{\secrm}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1180
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1181 % Chapter (and unnumbered) fonts (17.28pt).
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1182 \setfont\chaprm\rmbshape{12}{\magstep2}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1183 \setfont\chapit\itbshape{10}{\magstep3}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1184 \setfont\chapsl\slbshape{10}{\magstep3}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1185 \setfont\chaptt\ttbshape{12}{\magstep2}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1186 \setfont\chapttsl\ttslshape{10}{\magstep3}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1187 \setfont\chapsf\sfbshape{17}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1188 \let\chapbf=\chaprm
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1189 \setfont\chapsc\scbshape{10}{\magstep3}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1190 \font\chapi=cmmi12 scaled \magstep2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1191 \font\chapsy=cmsy10 scaled \magstep3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1192
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1193 % Section fonts (14.4pt).
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1194 \setfont\secrm\rmbshape{12}{\magstep1}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1195 \setfont\secit\itbshape{10}{\magstep2}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1196 \setfont\secsl\slbshape{10}{\magstep2}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1197 \setfont\sectt\ttbshape{12}{\magstep1}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1198 \setfont\secttsl\ttslshape{10}{\magstep2}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1199 \setfont\secsf\sfbshape{12}{\magstep1}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1200 \let\secbf\secrm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1201 \setfont\secsc\scbshape{10}{\magstep2}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1202 \font\seci=cmmi12 scaled \magstep1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1203 \font\secsy=cmsy10 scaled \magstep2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1204
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1205 % \setfont\ssecrm\bxshape{10}{\magstep1} % This size an font looked bad.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1206 % \setfont\ssecit\itshape{10}{\magstep1} % The letters were too crowded.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1207 % \setfont\ssecsl\slshape{10}{\magstep1}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1208 % \setfont\ssectt\ttshape{10}{\magstep1}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1209 % \setfont\ssecsf\sfshape{10}{\magstep1}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1210
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1211 %\setfont\ssecrm\bfshape{10}{1315} % Note the use of cmb rather than cmbx.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1212 %\setfont\ssecit\itshape{10}{1315} % Also, the size is a little larger than
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1213 %\setfont\ssecsl\slshape{10}{1315} % being scaled magstep1.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1214 %\setfont\ssectt\ttshape{10}{1315}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1215 %\setfont\ssecsf\sfshape{10}{1315}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1216
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1217 %\let\ssecbf=\ssecrm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1218
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1219 % Subsection fonts (13.15pt).
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1220 \setfont\ssecrm\rmbshape{12}{\magstephalf}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1221 \setfont\ssecit\itbshape{10}{1315}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1222 \setfont\ssecsl\slbshape{10}{1315}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1223 \setfont\ssectt\ttbshape{12}{\magstephalf}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1224 \setfont\ssecttsl\ttslshape{10}{1315}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1225 \setfont\ssecsf\sfbshape{12}{\magstephalf}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1226 \let\ssecbf\ssecrm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1227 \setfont\ssecsc\scbshape{10}{\magstep1}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1228 \font\sseci=cmmi12 scaled \magstephalf
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1229 \font\ssecsy=cmsy10 scaled 1315
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1230 % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1231 % but that is not a standard magnification.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1232
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1233 % In order for the font changes to affect most math symbols and letters,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1234 % we have to define the \textfont of the standard families. Since
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1235 % texinfo doesn't allow for producing subscripts and superscripts, we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1236 % don't bother to reset \scriptfont and \scriptscriptfont (which would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1237 % also require loading a lot more fonts).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1238 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1239 \def\resetmathfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1240 \textfont0 = \tenrm \textfont1 = \teni \textfont2 = \tensy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1241 \textfont\itfam = \tenit \textfont\slfam = \tensl \textfont\bffam = \tenbf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1242 \textfont\ttfam = \tentt \textfont\sffam = \tensf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1243 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1245
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1246 % The font-changing commands redefine the meanings of \tenSTYLE, instead
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1247 % 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
1248 % in math mode, where it is the current \fam that is relevant in most
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1249 % cases, not the current font. Plain TeX does \def\bf{\fam=\bffam
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1250 % \tenbf}, for example. By redefining \tenbf, we obviate the need to
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1251 % redefine \bf itself.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1252 \def\textfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1253 \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1254 \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1255 \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy \let\tenttsl=\textttsl
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1256 \resetmathfonts}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1257 \def\titlefonts{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1258 \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1259 \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1260 \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1261 \let\tenttsl=\titlettsl
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1262 \resetmathfonts \setleading{25pt}}
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1263 \def\titlefont#1{{\titlefonts\rm #1}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1264 \def\chapfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1265 \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1266 \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1267 \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy \let\tenttsl=\chapttsl
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1268 \resetmathfonts \setleading{19pt}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1269 \def\secfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1270 \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1271 \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1272 \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy \let\tenttsl=\secttsl
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1273 \resetmathfonts \setleading{16pt}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1274 \def\subsecfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1275 \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1276 \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1277 \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy \let\tenttsl=\ssecttsl
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1278 \resetmathfonts \setleading{15pt}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1279 \let\subsubsecfonts = \subsecfonts % Maybe make sssec fonts scaled magstephalf?
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1280 \def\indexfonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1281 \let\tenrm=\indrm \let\tenit=\indit \let\tensl=\indsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1282 \let\tenbf=\indbf \let\tentt=\indtt \let\smallcaps=\indsc
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1283 \let\tensf=\indsf \let\teni=\indi \let\tensy=\indsy \let\tenttsl=\indttsl
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1284 \resetmathfonts \setleading{12pt}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1285
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1286 % Set up the default fonts, so we can use them for creating boxes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1287 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1288 \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1289
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1290 % Define these so they can be easily changed for other fonts.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1291 \def\angleleft{$\langle$}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1292 \def\angleright{$\rangle$}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1293
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1294 % Count depth in font-changes, for error checks
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1295 \newcount\fontdepth \fontdepth=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1296
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1297 % Fonts for short table of contents.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1298 \setfont\shortcontrm\rmshape{12}{1000}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1299 \setfont\shortcontbf\bxshape{12}{1000}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1300 \setfont\shortcontsl\slshape{12}{1000}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1301
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1302 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1303 %% serif) and @ii for TeX italic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1304
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1305 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1306 % unless the following character is such as not to need one.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1307 \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
1308 \def\smartitalic#1{{\sl #1}\futurelet\next\smartitalicx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1309
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1310 \let\i=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1311 \let\var=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1312 \let\dfn=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1313 \let\emph=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1314 \let\cite=\smartitalic
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1315
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1316 \def\b#1{{\bf #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1317 \let\strong=\b
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1318
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1319 % We can't just use \exhyphenpenalty, because that only has effect at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1320 % the end of a paragraph. Restore normal hyphenation at the end of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1321 % group within which \nohyphenation is presumably called.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1322 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1323 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1324 \def\restorehyphenation{\hyphenchar\font = `- }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1325
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1326 \def\t#1{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1327 {\tt \rawbackslash \frenchspacing #1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1328 \null
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1329 }
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1330 \let\ttfont=\t
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1331 \def\samp#1{`\tclose{#1}'\null}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1332 \setfont\smallrm\rmshape{8}{1000}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1333 \font\smallsy=cmsy9
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1334 \def\key#1{{\smallrm\textfont2=\smallsy \leavevmode\hbox{%
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1335 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1336 \vbox{\hrule\kern-0.4pt
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1337 \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1338 \kern-0.4pt\hrule}%
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1339 \kern-.06em\raise0.4pt\hbox{\angleright}}}}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1340 % The old definition, with no lozenge:
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1341 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1342 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1344 \let\file=\samp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1345
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1346 % @code is a modification of @t,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1347 % which makes spaces the same size as normal in the surrounding text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1348 \def\tclose#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1349 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1350 % Change normal interword space to be same as for the current font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1351 \spaceskip = \fontdimen2\font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1352 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1353 % Switch to typewriter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1354 \tt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1355 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1356 % But `\ ' produces the large typewriter interword space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1357 \def\ {{\spaceskip = 0pt{} }}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1358 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1359 % Turn off hyphenation.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1360 \nohyphenation
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1361 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1362 \rawbackslash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1363 \frenchspacing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1364 #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1365 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1366 \null
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1367 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1368
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1369 % We *must* turn on hyphenation at `-' and `_' in \code.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1370 % Otherwise, it is too hard to avoid overfull hboxes
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1371 % in the Emacs manual, the Library manual, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1372
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1373 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1374 % both hyphenation at - and hyphenation within words.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1375 % We must therefore turn them both off (\tclose does that)
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1376 % and arrange explicitly to hyphenate at a dash.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1377 % -- rms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1378 {
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1379 \catcode`\-=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1380 \catcode`\_=\active
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1381 \catcode`\|=\active
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1382 \global\def\code{\begingroup \catcode`\-=\active \let-\codedash \catcode`\_=\active \let_\codeunder \codex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1383 % The following is used by \doprintindex to insure that long function names
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1384 % 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
1385 % read from the file, as \entry parses the arguments long before \code is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1386 % ever called. -- mycroft
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1387 % _ is always active; and it shouldn't be \let = to an _ that is a
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1388 % subscript character anyway. Then, @cindex @samp{_} (for example)
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1389 % fails. --karl
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1390 \global\def\indexbreaks{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1391 \catcode`\-=\active \let-\realdash
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1392 }
50
ee648375d8d6 Import from CVS: tag r19-16b91
cvs
parents: 30
diff changeset
1393 }
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1394
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1395 \def\realdash{-}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1396 \def\codedash{-\discretionary{}{}{}}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1397 \def\codeunder{\ifusingtt{\normalunderscore\discretionary{}{}{}}{\_}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1398 \def\codex #1{\tclose{#1}\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1400 %\let\exp=\tclose %Was temporary
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1401
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1402 % @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
1403 % then @kbd has no effect.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1404
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1405 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1406 % `example' (@kbd uses ttsl only inside of @example and friends),
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1407 % or `code' (@kbd uses normal tty font always).
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1408 \def\kbdinputstyle{\parsearg\kbdinputstylexxx}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1409 \def\kbdinputstylexxx#1{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1410 \def\arg{#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1411 \ifx\arg\worddistinct
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1412 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1413 \else\ifx\arg\wordexample
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1414 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1415 \else\ifx\arg\wordcode
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1416 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1417 \fi\fi\fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1418 }
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1419 \def\worddistinct{distinct}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1420 \def\wordexample{example}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1421 \def\wordcode{code}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1422
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1423 % Default is kbdinputdistinct. (Too much of a hassle to call the macro,
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1424 % the catcodes are wrong for parsearg to work.)
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1425 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1426
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1427 \def\xkey{\key}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1428 \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
1429 \ifx\one\xkey\ifx\threex\three \key{#2}%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1430 \else{\tclose{\kbdfont\look}}\fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1431 \else{\tclose{\kbdfont\look}}\fi}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1432
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1433 % @url. Quotes do not seem necessary, so use \code.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1434 \let\url=\code
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1435
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1436 % @uref (abbreviation for `urlref') takes an optional second argument
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1437 % specifying the text to display. First (mandatory) arg is the url.
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1438 % Perhaps eventually put in a hypertex \special here.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1439 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1440 \def\uref#1{\urefxxx #1,,\finish}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1441 \def\urefxxx#1,#2,#3\finish{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1442 \setbox0 = \hbox{\ignorespaces #2}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1443 \ifdim\wd0 > 0pt
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1444 \unhbox0\ (\code{#1})%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1445 \else
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1446 \code{#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1447 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1448 }
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1449
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1450 % rms does not like the angle brackets --karl, 17may97.
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1451 % So now @email is just like @uref.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
1452 %\def\email#1{\angleleft{\tt #1}\angleright}
181
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1453 \let\email=\uref
bfd6434d15b3 Import from CVS: tag r20-3b17
cvs
parents: 175
diff changeset
1454
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1455 % Check if we are currently using a typewriter font. Since all the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1456 % Computer Modern typewriter fonts have zero interword stretch (and
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1457 % shrink), and it is reasonable to expect all typewriter fonts to have
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1458 % this property, we can check that font parameter.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1459 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1460 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1461
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1462 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1463 % argument is to make the input look right: @dmn{pt} instead of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1464 % @dmn{}pt.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1465 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1466 \def\dmn#1{\thinspace #1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1467
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1468 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1469
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1470 % @l was never documented to mean ``switch to the Lisp font'',
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1471 % and it is not used as such in any manual I can find. We need it for
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1472 % Polish suppressed-l. --karl, 22sep96.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1473 %\def\l#1{{\li #1}\null}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1474
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1475 \def\r#1{{\rm #1}} % roman font
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1476 % Use of \lowercase was suggested.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1477 \def\sc#1{{\smallcaps#1}} % smallcaps font
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1478 \def\ii#1{{\it #1}} % italic font
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1479
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1480 % @pounds{} is a sterling sign.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1481 \def\pounds{{\it\$}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1482
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1483
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1484 \message{page headings,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1485
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1486 \newskip\titlepagetopglue \titlepagetopglue = 1.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1487 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1488
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1489 % First the title page. Must do @settitle before @titlepage.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1490 \newif\ifseenauthor
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1491 \newif\iffinishedtitlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1492
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1493 \def\shorttitlepage{\parsearg\shorttitlepagezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1494 \def\shorttitlepagezzz #1{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1495 \endgroup\page\hbox{}\page}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1496
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1497 \def\titlepage{\begingroup \parindent=0pt \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1498 \let\subtitlerm=\tenrm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1499 % I deinstalled the following change because \cmr12 is undefined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1500 % This change was not in the ChangeLog anyway. --rms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1501 % \let\subtitlerm=\cmr12
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1502 \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1503 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1504 \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1505 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1506 % Leave some space at the very top of the page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1507 \vglue\titlepagetopglue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1508 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1509 % Now you can print the title using @title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1510 \def\title{\parsearg\titlezzz}%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1511 \def\titlezzz##1{\leftline{\titlefonts\rm ##1}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1512 % print a rule at the page bottom also.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1513 \finishedtitlepagefalse
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1514 \vskip4pt \hrule height 4pt width \hsize \vskip4pt}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1515 % 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
1516 \finishedtitlepagetrue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1517 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1518 % Now you can put text using @subtitle.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1519 \def\subtitle{\parsearg\subtitlezzz}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1520 \def\subtitlezzz##1{{\subtitlefont \rightline{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1521 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1522 % @author should come last, but may come many times.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1523 \def\author{\parsearg\authorzzz}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1524 \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1525 {\authorfont \leftline{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1526 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1527 % Most title ``pages'' are actually two pages long, with space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1528 % 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
1529 \let\oldpage = \page
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1530 \def\page{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1531 \iffinishedtitlepage\else
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1532 \finishtitlepage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1533 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1534 \oldpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1535 \let\page = \oldpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1536 \hbox{}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1537 % \def\page{\oldpage \hbox{}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1538 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1539
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1540 \def\Etitlepage{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1541 \iffinishedtitlepage\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1542 \finishtitlepage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1543 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1544 % It is important to do the page break before ending the group,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1545 % because the headline and footline are only empty inside the group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1546 % 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
1547 % after the title page, which we certainly don't want.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1548 \oldpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1549 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1550 \HEADINGSon
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1551 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1552
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1553 \def\finishtitlepage{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1554 \vskip4pt \hrule height 2pt width \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1555 \vskip\titlepagebottomglue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1556 \finishedtitlepagetrue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1557 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1558
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1559 %%% Set up page headings and footings.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1560
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1561 \let\thispage=\folio
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1562
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1563 \newtoks \evenheadline % Token sequence for heading line of even pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1564 \newtoks \oddheadline % Token sequence for heading line of odd pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1565 \newtoks \evenfootline % Token sequence for footing line of even pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1566 \newtoks \oddfootline % Token sequence for footing line of odd pages
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1567
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1568 % Now make Tex use those variables
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1569 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1570 \else \the\evenheadline \fi}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1571 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1572 \else \the\evenfootline \fi}\HEADINGShook}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1573 \let\HEADINGShook=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1574
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1575 % Commands to set those variables.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1576 % For example, this is what @headings on does
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1577 % @evenheading @thistitle|@thispage|@thischapter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1578 % @oddheading @thischapter|@thispage|@thistitle
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1579 % @evenfooting @thisfile||
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1580 % @oddfooting ||@thisfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1581
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1582 \def\evenheading{\parsearg\evenheadingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1583 \def\oddheading{\parsearg\oddheadingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1584 \def\everyheading{\parsearg\everyheadingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1585
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1586 \def\evenfooting{\parsearg\evenfootingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1587 \def\oddfooting{\parsearg\oddfootingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1588 \def\everyfooting{\parsearg\everyfootingxxx}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1590 {\catcode`\@=0 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1591
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1592 \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1593 \gdef\evenheadingyyy #1@|#2@|#3@|#4\finish{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1594 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1595
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1596 \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1597 \gdef\oddheadingyyy #1@|#2@|#3@|#4\finish{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1598 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1599
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1600 \gdef\everyheadingxxx#1{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
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 \gdef\evenfootingxxx #1{\evenfootingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1603 \gdef\evenfootingyyy #1@|#2@|#3@|#4\finish{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1604 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1605
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1606 \gdef\oddfootingxxx #1{\oddfootingyyy #1@|@|@|@|\finish}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1607 \gdef\oddfootingyyy #1@|#2@|#3@|#4\finish{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1608 \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1609 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1610 % Leave some space for the footline. Hopefully ok to assume
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1611 % @evenfooting will not be used by itself.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1612 \global\advance\pageheight by -\baselineskip
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1613 \global\advance\vsize by -\baselineskip
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1614 }
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1615
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
1616 \gdef\everyfootingxxx#1{\oddfootingxxx{#1}\evenfootingxxx{#1}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1617 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1618 }% unbind the catcode of @.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1619
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1620 % @headings double turns headings on for double-sided printing.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1621 % @headings single turns headings on for single-sided printing.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1622 % @headings off turns them off.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1623 % @headings on same as @headings double, retained for compatibility.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1624 % @headings after turns on double-sided headings after this page.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1625 % @headings doubleafter turns on double-sided headings after this page.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1626 % @headings singleafter turns on single-sided headings after this page.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1627 % By default, they are off at the start of a document,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1628 % and turned `on' after @end titlepage.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1629
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1630 \def\headings #1 {\csname HEADINGS#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1631
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1632 \def\HEADINGSoff{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1633 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1634 \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1635 \HEADINGSoff
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1636 % When we turn headings on, set the page number to 1.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1637 % For double-sided printing, put current file name in lower left corner,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1638 % chapter name on inside top of right hand pages, document
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1639 % 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
1640 % edge of all pages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1641 \def\HEADINGSdouble{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1642 \global\pageno=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1643 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1644 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1645 \global\evenheadline={\line{\folio\hfil\thistitle}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1646 \global\oddheadline={\line{\thischapter\hfil\folio}}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1647 \global\let\contentsalignmacro = \chapoddpage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1648 }
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1649 \let\contentsalignmacro = \chappager
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1650
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1651 % For single-sided printing, chapter title goes across top left of page,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1652 % page number on top right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1653 \def\HEADINGSsingle{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1654 \global\pageno=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1655 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1656 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1657 \global\evenheadline={\line{\thischapter\hfil\folio}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1658 \global\oddheadline={\line{\thischapter\hfil\folio}}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1659 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1660 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1661 \def\HEADINGSon{\HEADINGSdouble}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1662
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1663 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1664 \let\HEADINGSdoubleafter=\HEADINGSafter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1665 \def\HEADINGSdoublex{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1666 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1667 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1668 \global\evenheadline={\line{\folio\hfil\thistitle}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1669 \global\oddheadline={\line{\thischapter\hfil\folio}}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1670 \global\let\contentsalignmacro = \chapoddpage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1671 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1672
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1673 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1674 \def\HEADINGSsinglex{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1675 \global\evenfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1676 \global\oddfootline={\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1677 \global\evenheadline={\line{\thischapter\hfil\folio}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1678 \global\oddheadline={\line{\thischapter\hfil\folio}}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1679 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1680 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1681
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1682 % Subroutines used in generating headings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1683 % Produces Day Month Year style of output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1684 \def\today{\number\day\space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1685 \ifcase\month\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1686 January\or February\or March\or April\or May\or June\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1687 July\or August\or September\or October\or November\or December\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1688 \space\number\year}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1689
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1690 % Use this if you want the Month Day, Year style of output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1691 %\def\today{\ifcase\month\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1692 %January\or February\or March\or April\or May\or June\or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1693 %July\or August\or September\or October\or November\or December\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1694 %\space\number\day, \number\year}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1695
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1696 % @settitle line... specifies the title of the document, for headings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1697 % It generates no output of its own
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1699 \def\thistitle{No Title}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1700 \def\settitle{\parsearg\settitlezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1701 \def\settitlezzz #1{\gdef\thistitle{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1702
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1703
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1704 \message{tables,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1705
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1706 % @tabs -- simple alignment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1707
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1708 % These don't work. For one thing, \+ is defined as outer.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1709 % So these macros cannot even be defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1710
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1711 %\def\tabs{\parsearg\tabszzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1712 %\def\tabszzz #1{\settabs\+#1\cr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1713 %\def\tabline{\parsearg\tablinezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1714 %\def\tablinezzz #1{\+#1\cr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1715 %\def\&{&}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1716
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1717 % Tables -- @table, @ftable, @vtable, @item(x), @kitem(x), @xitem(x).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1719 % default indentation of table text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1720 \newdimen\tableindent \tableindent=.8in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1721 % default indentation of @itemize and @enumerate text
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1722 \newdimen\itemindent \itemindent=.3in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1723 % margin between end of table item and start of table text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1724 \newdimen\itemmargin \itemmargin=.1in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1725
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1726 % used internally for \itemindent minus \itemmargin
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1727 \newdimen\itemmax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1728
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1729 % Note @table, @vtable, and @vtable define @item, @itemx, etc., with
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1730 % these defs.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1731 % They also define \itemindex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1732 % to index the item name in whatever manner is desired (perhaps none).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1733
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1734 \newif\ifitemxneedsnegativevskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1735
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1736 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1737
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1738 \def\internalBitem{\smallbreak \parsearg\itemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1739 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1740
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1741 \def\internalBxitem "#1"{\def\xitemsubtopix{#1} \smallbreak \parsearg\xitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1742 \def\internalBxitemx "#1"{\def\xitemsubtopix{#1} \itemxpar \parsearg\xitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1743
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1744 \def\internalBkitem{\smallbreak \parsearg\kitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1745 \def\internalBkitemx{\itemxpar \parsearg\kitemzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1746
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1747 \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1748 \itemzzz {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1749
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1750 \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1751 \itemzzz {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1752
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1753 \def\itemzzz #1{\begingroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1754 \advance\hsize by -\rightskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1755 \advance\hsize by -\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1756 \setbox0=\hbox{\itemfont{#1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1757 \itemindex{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1758 \nobreak % This prevents a break before @itemx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1759 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1760 % Be sure we are not still in the middle of a paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1761 %{\parskip = 0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1762 %\par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1763 %}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1764 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1765 % 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
1766 % 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
1767 % line. We do not start a paragraph here because then if the next
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1768 % command is, e.g., @kindex, the whatsit would get put into the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1769 % horizontal list on a line by itself, resulting in extra blank space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1770 \ifdim \wd0>\itemmax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1771 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1772 % Make this a paragraph so we get the \parskip glue and wrapping,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1773 % but leave it ragged-right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1774 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1775 \advance\leftskip by-\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1776 \advance\hsize by\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1777 \advance\rightskip by0pt plus1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1778 \leavevmode\unhbox0\par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1779 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1780 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1781 % 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
1782 % \parskip glue -- logically it's part of the @item we just started.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1783 \nobreak \vskip-\parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1784 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1785 % Stop a page break at the \parskip glue coming up. Unfortunately
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1786 % we can't prevent a possible page break at the following
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1787 % \baselineskip glue.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1788 \nobreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1789 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1790 \itemxneedsnegativevskipfalse
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1791 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1792 % The item text fits into the space. Start a paragraph, so that the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1793 % following text (if any) will end up on the same line. Since that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1794 % text will be indented by \tableindent, we make the item text be in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1795 % a zero-width box.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1796 \noindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1797 \rlap{\hskip -\tableindent\box0}\ignorespaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1798 \endgroup%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1799 \itemxneedsnegativevskiptrue%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1800 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1801 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1802
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1803 \def\item{\errmessage{@item while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1804 \def\itemx{\errmessage{@itemx while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1805 \def\kitem{\errmessage{@kitem while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1806 \def\kitemx{\errmessage{@kitemx while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1807 \def\xitem{\errmessage{@xitem while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1808 \def\xitemx{\errmessage{@xitemx while not in a table}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1809
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1810 %% Contains a kludge to get @end[description] to work
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1811 \def\description{\tablez{\dontindex}{1}{}{}{}{}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1812
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1813 \def\table{\begingroup\inENV\obeylines\obeyspaces\tablex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1814 {\obeylines\obeyspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1815 \gdef\tablex #1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1816 \tabley\dontindex#1 \endtabley}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1817
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1818 \def\ftable{\begingroup\inENV\obeylines\obeyspaces\ftablex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1819 {\obeylines\obeyspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1820 \gdef\ftablex #1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1821 \tabley\fnitemindex#1 \endtabley
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1822 \def\Eftable{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1823 \let\Etable=\relax}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1824
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1825 \def\vtable{\begingroup\inENV\obeylines\obeyspaces\vtablex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1826 {\obeylines\obeyspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1827 \gdef\vtablex #1^^M{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1828 \tabley\vritemindex#1 \endtabley
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1829 \def\Evtable{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1830 \let\Etable=\relax}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1831
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1832 \def\dontindex #1{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1833 \def\fnitemindex #1{\doind {fn}{\code{#1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1834 \def\vritemindex #1{\doind {vr}{\code{#1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1835
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1836 {\obeyspaces %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1837 \gdef\tabley#1#2 #3 #4 #5 #6 #7\endtabley{\endgroup%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1838 \tablez{#1}{#2}{#3}{#4}{#5}{#6}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1839
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1840 \def\tablez #1#2#3#4#5#6{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1841 \aboveenvbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1842 \begingroup %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
1843 \def\Edescription{\Etable}% Necessary kludge.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1844 \let\itemindex=#1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1845 \ifnum 0#3>0 \advance \leftskip by #3\mil \fi %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1846 \ifnum 0#4>0 \tableindent=#4\mil \fi %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1847 \ifnum 0#5>0 \advance \rightskip by #5\mil \fi %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1848 \def\itemfont{#2}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1849 \itemmax=\tableindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1850 \advance \itemmax by -\itemmargin %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1851 \advance \leftskip by \tableindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1852 \exdentamount=\tableindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1853 \parindent = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1854 \parskip = \smallskipamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1855 \ifdim \parskip=0pt \parskip=2pt \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1856 \def\Etable{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1857 \let\item = \internalBitem %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1858 \let\itemx = \internalBitemx %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1859 \let\kitem = \internalBkitem %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1860 \let\kitemx = \internalBkitemx %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1861 \let\xitem = \internalBxitem %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1862 \let\xitemx = \internalBxitemx %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1863 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1864
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1865 % This is the counter used by @enumerate, which is really @itemize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1866
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1867 \newcount \itemno
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\itemize{\parsearg\itemizezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1870
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1871 \def\itemizezzz #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1872 \begingroup % ended by the @end itemsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1873 \itemizey {#1}{\Eitemize}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1874 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1876 \def\itemizey #1#2{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1877 \aboveenvbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1878 \itemmax=\itemindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1879 \advance \itemmax by -\itemmargin %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1880 \advance \leftskip by \itemindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1881 \exdentamount=\itemindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1882 \parindent = 0pt %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1883 \parskip = \smallskipamount %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1884 \ifdim \parskip=0pt \parskip=2pt \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1885 \def#2{\endgraf\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1886 \def\itemcontents{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1887 \let\item=\itemizeitem}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1888
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1889 % Set sfcode to normal for the chars that usually have another value.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1890 % These are `.?!:;,'
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1891 \def\frenchspacing{\sfcode46=1000 \sfcode63=1000 \sfcode33=1000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1892 \sfcode58=1000 \sfcode59=1000 \sfcode44=1000 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1893
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1894 % \splitoff TOKENS\endmark defines \first to be the first token in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1895 % TOKENS, and \rest to be the remainder.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1896 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1897 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1898
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1899 % Allow an optional argument of an uppercase letter, lowercase letter,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1900 % or number, to specify the first label in the enumerated list. No
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1901 % argument is the same as `1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1902 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1903 \def\enumerate{\parsearg\enumeratezzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1904 \def\enumeratezzz #1{\enumeratey #1 \endenumeratey}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1905 \def\enumeratey #1 #2\endenumeratey{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1906 \begingroup % ended by the @end enumerate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1907 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1908 % If we were given no argument, pretend we were given `1'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1909 \def\thearg{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1910 \ifx\thearg\empty \def\thearg{1}\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1911 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1912 % 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
1913 % letter. Otherwise, the only valid thing it can be is a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1914 % (We will always have one token, because of the test we just made.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1915 % This is a good thing, since \splitoff doesn't work given nothing at
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1916 % all -- the first parameter is undelimited.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1917 \expandafter\splitoff\thearg\endmark
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1918 \ifx\rest\empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1919 % Only one token in the argument. It could still be anything.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1920 % A ``lowercase letter'' is one whose \lccode is nonzero.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1921 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1922 % not equal to itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1923 % Otherwise, we assume it's a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1924 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1925 % 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
1926 % continuing to look for a <number>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1927 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1928 \ifnum\lccode\expandafter`\thearg=0\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1929 \numericenumerate % a number (we hope)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1930 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1931 % It's a letter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1932 \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1933 \lowercaseenumerate % lowercase letter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1934 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1935 \uppercaseenumerate % uppercase letter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1936 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1937 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1938 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1939 % Multiple tokens in the argument. We hope it's a number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1940 \numericenumerate
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1941 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1942 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1943
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1944 % An @enumerate whose labels are integers. The starting integer is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1945 % given in \thearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1946 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1947 \def\numericenumerate{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1948 \itemno = \thearg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1949 \startenumeration{\the\itemno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1950 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1952 % The starting (lowercase) letter is in \thearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1953 \def\lowercaseenumerate{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1954 \itemno = \expandafter`\thearg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1955 \startenumeration{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1956 % Be sure we're not beyond the end of the alphabet.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1957 \ifnum\itemno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1958 \errmessage{No more lowercase letters in @enumerate; get a bigger
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1959 alphabet}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1960 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1961 \char\lccode\itemno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1962 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1963 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1964
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1965 % The starting (uppercase) letter is in \thearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1966 \def\uppercaseenumerate{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1967 \itemno = \expandafter`\thearg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1968 \startenumeration{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1969 % Be sure we're not beyond the end of the alphabet.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1970 \ifnum\itemno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1971 \errmessage{No more uppercase letters in @enumerate; get a bigger
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1972 alphabet}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1973 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1974 \char\uccode\itemno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1975 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1976 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1977
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1978 % Call itemizey, adding a period to the first argument and supplying the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1979 % common last two arguments. Also subtract one from the initial value in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1980 % \itemno, since @item increments \itemno.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1981 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1982 \def\startenumeration#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1983 \advance\itemno by -1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1984 \itemizey{#1.}\Eenumerate\flushcr
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1985 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1986
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1987 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1988 % to @enumerate.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1989 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1990 \def\alphaenumerate{\enumerate{a}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1991 \def\capsenumerate{\enumerate{A}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1992 \def\Ealphaenumerate{\Eenumerate}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1993 \def\Ecapsenumerate{\Eenumerate}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1995 % Definition of @item while inside @itemize.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1996
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1997 \def\itemizeitem{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1998 \advance\itemno by 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1999 {\let\par=\endgraf \smallbreak}%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2000 \ifhmode \errmessage{In hmode at itemizeitem}\fi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2001 {\parskip=0in \hskip 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2002 \hbox to 0pt{\hss \itemcontents\hskip \itemmargin}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2003 \vadjust{\penalty 1200}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2004 \flushcr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2005
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2006 % @multitable macros
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2007 % Amy Hendrickson, 8/18/94, 3/6/96
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2008 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2009 % @multitable ... @end multitable will make as many columns as desired.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2010 % Contents of each column will wrap at width given in preamble. Width
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2011 % can be specified either with sample text given in a template line,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2012 % or in percent of \hsize, the current width of text on page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2013
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2014 % Table can continue over pages but will only break between lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2015
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2016 % To make preamble:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2017 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2018 % Either define widths of columns in terms of percent of \hsize:
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2019 % @multitable @columnfractions .25 .3 .45
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2020 % @item ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2021 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2022 % Numbers following @columnfractions are the percent of the total
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2023 % current hsize to be used for each column. You may use as many
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2024 % columns as desired.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2025
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2026
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2027 % Or use a template:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2028 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2029 % @item ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2030 % using the widest term desired in each column.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2031 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2032 % For those who want to use more than one line's worth of words in
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2033 % the preamble, break the line within one argument and it
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2034 % will parse correctly, i.e.,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2035 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2036 % @multitable {Column 1 template} {Column 2 template} {Column 3
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2037 % template}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2038 % Not:
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2039 % @multitable {Column 1 template} {Column 2 template}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2040 % {Column 3 template}
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
2041
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2042 % Each new table line starts with @item, each subsequent new column
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2043 % starts with @tab. Empty columns may be produced by supplying @tab's
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2044 % with nothing between them for as many times as empty columns are needed,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2045 % ie, @tab@tab@tab will produce two empty columns.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2046
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2047 % @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
2048 % own lines, but it will not hurt if they are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2049
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2050 % Sample multitable:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2051
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2052 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2053 % @item first col stuff @tab second col stuff @tab third col
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2054 % @item
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2055 % first col stuff
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2056 % @tab
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2057 % second col stuff
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2058 % @tab
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2059 % third col
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2060 % @item first col stuff @tab second col stuff
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2061 % @tab Many paragraphs of text may be used in any column.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2062 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2063 % They will wrap at the width determined by the template.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2064 % @item@tab@tab This will be in third column.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2065 % @end multitable
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2066
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2067 % Default dimensions may be reset by user.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2068 % @multitableparskip is vertical space between paragraphs in table.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2069 % @multitableparindent is paragraph indent in table.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2070 % @multitablecolmargin is horizontal space to be left between columns.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2071 % @multitablelinespace is space to leave between table items, baseline
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2072 % to baseline.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2073 % 0pt means it depends on current normal line spacing.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2074 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2075 \newskip\multitableparskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2076 \newskip\multitableparindent
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2077 \newdimen\multitablecolspace
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2078 \newskip\multitablelinespace
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2079 \multitableparskip=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2080 \multitableparindent=6pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2081 \multitablecolspace=12pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2082 \multitablelinespace=0pt
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2083
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2084 % Macros used to set up halign preamble:
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2085 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2086 \let\endsetuptable\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2087 \def\xendsetuptable{\endsetuptable}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2088 \let\columnfractions\relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2089 \def\xcolumnfractions{\columnfractions}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2090 \newif\ifsetpercent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2091
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2092 % 2/1/96, to allow fractions to be given with more than one digit.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2093 \def\pickupwholefraction#1 {\global\advance\colcount by1 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2094 \expandafter\xdef\csname col\the\colcount\endcsname{.#1\hsize}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2095 \setuptable}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2096
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2097 \newcount\colcount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2098 \def\setuptable#1{\def\firstarg{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2099 \ifx\firstarg\xendsetuptable\let\go\relax%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2100 \else
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2101 \ifx\firstarg\xcolumnfractions\global\setpercenttrue%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2102 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2103 \ifsetpercent
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2104 \let\go\pickupwholefraction % In this case arg of setuptable
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2105 % is the decimal point before the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2106 % number given in percent of hsize.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2107 % We don't need this so we don't use it.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2108 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2109 \global\advance\colcount by1
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2110 \setbox0=\hbox{#1 }% Add a normal word space as a separator;
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2111 % typically that is always in the input, anyway.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2112 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2113 \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2114 \fi%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2115 \ifx\go\pickupwholefraction\else\let\go\setuptable\fi%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2116 \fi\go}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2117
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2118 % multitable syntax
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2119 \def\tab{&\hskip1sp\relax} % 2/2/96
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2120 % tiny skip here makes sure this column space is
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2121 % maintained, even if it is never used.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2122
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2123 % @multitable ... @end multitable definitions:
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2124
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2125 \def\multitable{\parsearg\dotable}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2126 \def\dotable#1{\bgroup
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2127 \vskip\parskip
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2128 \let\item\crcr
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2129 \tolerance=9500
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2130 \hbadness=9500
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2131 \setmultitablespacing
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2132 \parskip=\multitableparskip
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2133 \parindent=\multitableparindent
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2134 \overfullrule=0pt
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2135 \global\colcount=0
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2136 \def\Emultitable{\global\setpercentfalse\cr\egroup\egroup}%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2137 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2138 % To parse everything between @multitable and @item:
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2139 \setuptable#1 \endsetuptable
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2140 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2141 % \everycr will reset column counter, \colcount, at the end of
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2142 % each line. Every column entry will cause \colcount to advance by one.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2143 % The table preamble
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2144 % looks at the current \colcount to find the correct column width.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2145 \everycr{\noalign{%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2146 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2147 % \filbreak%% keeps underfull box messages off when table breaks over pages.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2148 % Maybe so, but it also creates really weird page breaks when the table
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2149 % breaks over pages. Wouldn't \vfil be better? Wait until the problem
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2150 % manifests itself, so it can be fixed for real --karl.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2151 \global\colcount=0\relax}}%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2152 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2153 % This preamble sets up a generic column definition, which will
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2154 % be used as many times as user calls for columns.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2155 % \vtop will set a single line and will also let text wrap and
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2156 % continue for many paragraphs if desired.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2157 \halign\bgroup&\global\advance\colcount by 1\relax
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2158 \multistrut\vtop{\hsize=\expandafter\csname col\the\colcount\endcsname
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2159 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2160 % In order to keep entries from bumping into each other
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2161 % we will add a \leftskip of \multitablecolspace to all columns after
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2162 % the first one.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2163 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2164 % If a template has been used, we will add \multitablecolspace
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2165 % to the width of each template entry.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2166 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2167 % If the user has set preamble in terms of percent of \hsize we will
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2168 % use that dimension as the width of the column, and the \leftskip
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2169 % will keep entries from bumping into each other. Table will start at
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2170 % left margin and final column will justify at right margin.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2171 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2172 % Make sure we don't inherit \rightskip from the outer environment.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2173 \rightskip=0pt
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2174 \ifnum\colcount=1
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2175 % The first column will be indented with the surrounding text.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2176 \advance\hsize by\leftskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2177 \else
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2178 \ifsetpercent \else
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2179 % If user has not set preamble in terms of percent of \hsize
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2180 % we will advance \hsize by \multitablecolspace.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2181 \advance\hsize by \multitablecolspace
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2182 \fi
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2183 % In either case we will make \leftskip=\multitablecolspace:
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2184 \leftskip=\multitablecolspace
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2185 \fi
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2186 % Ignoring space at the beginning and end avoids an occasional spurious
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2187 % blank line, when TeX decides to break the line at the space before the
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2188 % box from the multistrut, so the strut ends up on a line by itself.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2189 % For example:
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2190 % @multitable @columnfractions .11 .89
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2191 % @item @code{#}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2192 % @tab Legal holiday which is valid in major parts of the whole country.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2193 % Is automatically provided with highlighting sequences respectively marking
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2194 % characters.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2195 \noindent\ignorespaces##\unskip\multistrut}\cr
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2196 }
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2197
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2198 \def\setmultitablespacing{% test to see if user has set \multitablelinespace.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2199 % If so, do nothing. If not, give it an appropriate dimension based on
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2200 % current baselineskip.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2201 \ifdim\multitablelinespace=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2202 %% strut to put in table in case some entry doesn't have descenders,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2203 %% to keep lines equally spaced
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2204 \let\multistrut = \strut
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2205 %% Test to see if parskip is larger than space between lines of
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2206 %% table. If not, do nothing.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2207 %% If so, set to same dimension as multitablelinespace.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2208 \else
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2209 \gdef\multistrut{\vrule height\multitablelinespace depth\dp0
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2210 width0pt\relax} \fi
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2211 \ifdim\multitableparskip>\multitablelinespace
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2212 \global\multitableparskip=\multitablelinespace
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2213 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2214 %% than skip between lines in the table.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2215 \fi%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2216 \ifdim\multitableparskip=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2217 \global\multitableparskip=\multitablelinespace
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2218 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2219 %% than skip between lines in the table.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2220 \fi}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2221
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2223 \message{indexing,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2224 % Index generation facilities
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2225
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2226 % Define \newwrite to be identical to plain tex's \newwrite
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2227 % except not \outer, so it can be used within \newindex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2228 {\catcode`\@=11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2229 \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2230
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2231 % \newindex {foo} defines an index named foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2232 % It automatically defines \fooindex such that
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2233 % \fooindex ...rest of line... puts an entry in the index foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2234 % It also defines \fooindfile to be the number of the output channel for
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2235 % the file that accumulates this index. The file's extension is foo.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2236 % The name of an index should be no more than 2 characters long
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2237 % for the sake of vms.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2238
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2239 \def\newindex #1{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2240 \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2241 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2242 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2243 \noexpand\doindex {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2244 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2245
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2246 % @defindex foo == \newindex{foo}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2248 \def\defindex{\parsearg\newindex}
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 @defcodeindex, like @defindex except put all entries in @code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2251
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2252 \def\newcodeindex #1{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2253 \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2254 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2255 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2256 \noexpand\docodeindex {#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2257 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2258
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2259 \def\defcodeindex{\parsearg\newcodeindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2261 % @synindex foo bar makes index foo feed into index bar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2262 % 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
2263 \def\synindex #1 #2 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2264 \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2265 \expandafter\let\csname#1indfile\endcsname=\synindexfoo
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2266 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2267 \noexpand\doindex {#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2268 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2269
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2270 % @syncodeindex foo bar similar, but put all entries made for index foo
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2271 % inside @code.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2272 \def\syncodeindex #1 #2 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2273 \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2274 \expandafter\let\csname#1indfile\endcsname=\synindexfoo
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2275 \expandafter\xdef\csname#1index\endcsname{% % Define \xxxindex
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2276 \noexpand\docodeindex {#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2277 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2278
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2279 % Define \doindex, the driver for all \fooindex macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2280 % Argument #1 is generated by the calling \fooindex macro,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2281 % and it is "foo", the name of the index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2282
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2283 % \doindex just uses \parsearg; it calls \doind for the actual work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2284 % This is because \doind is more useful to call from other macros.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2285
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2286 % There is also \dosubind {index}{topic}{subtopic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2287 % 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
2288
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2289 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2290 \def\singleindexer #1{\doind{\indexname}{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2291
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2292 % like the previous two, but they put @code around the argument.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2293 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2294 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2295
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2296 \def\indexdummies{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2297 % Take care of the plain tex accent commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2298 \def\"{\realbackslash "}%
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\'{\realbackslash '}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2301 \def\^{\realbackslash ^}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2302 \def\~{\realbackslash ~}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2303 \def\={\realbackslash =}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2304 \def\b{\realbackslash b}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2305 \def\c{\realbackslash c}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2306 \def\d{\realbackslash d}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2307 \def\u{\realbackslash u}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2308 \def\v{\realbackslash v}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2309 \def\H{\realbackslash H}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2310 % Take care of the plain tex special European modified letters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2311 \def\oe{\realbackslash oe}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2312 \def\ae{\realbackslash ae}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2313 \def\aa{\realbackslash aa}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2314 \def\OE{\realbackslash OE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2315 \def\AE{\realbackslash AE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2316 \def\AA{\realbackslash AA}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2317 \def\o{\realbackslash o}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2318 \def\O{\realbackslash O}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2319 \def\l{\realbackslash l}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2320 \def\L{\realbackslash L}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2321 \def\ss{\realbackslash ss}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2322 % Take care of texinfo commands likely to appear in an index entry.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2323 % (Must be a way to avoid doing expansion at all, and thus not have to
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2324 % laboriously list every single command here.)
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2325 \def\@{@}% will be @@ when we switch to @ as escape char.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2326 %\let\{ = \lbracecmd
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2327 %\let\} = \rbracecmd
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2328 \def\_{{\realbackslash _}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2329 \def\w{\realbackslash w }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2330 \def\bf{\realbackslash bf }%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2331 %\def\rm{\realbackslash rm }%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2332 \def\sl{\realbackslash sl }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2333 \def\sf{\realbackslash sf}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2334 \def\tt{\realbackslash tt}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2335 \def\gtr{\realbackslash gtr}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2336 \def\less{\realbackslash less}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2337 \def\hat{\realbackslash hat}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2338 %\def\char{\realbackslash char}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2339 \def\TeX{\realbackslash TeX}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2340 \def\dots{\realbackslash dots }%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2341 \def\result{\realbackslash result}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2342 \def\equiv{\realbackslash equiv}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2343 \def\expansion{\realbackslash expansion}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2344 \def\print{\realbackslash print}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2345 \def\error{\realbackslash error}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2346 \def\point{\realbackslash point}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2347 \def\copyright{\realbackslash copyright}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2348 \def\tclose##1{\realbackslash tclose {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2349 \def\code##1{\realbackslash code {##1}}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2350 \def\dotless##1{\realbackslash dotless {##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2351 \def\samp##1{\realbackslash samp {##1}}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2352 \def\,##1{\realbackslash ,{##1}}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2353 \def\t##1{\realbackslash t {##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2354 \def\r##1{\realbackslash r {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2355 \def\i##1{\realbackslash i {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2356 \def\b##1{\realbackslash b {##1}}%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2357 \def\sc##1{\realbackslash sc {##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2358 \def\cite##1{\realbackslash cite {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2359 \def\key##1{\realbackslash key {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2360 \def\file##1{\realbackslash file {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2361 \def\var##1{\realbackslash var {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2362 \def\kbd##1{\realbackslash kbd {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2363 \def\dfn##1{\realbackslash dfn {##1}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2364 \def\emph##1{\realbackslash emph {##1}}%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2365 \def\value##1{\realbackslash value {##1}}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2366 \unsepspaces
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2367 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2368
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2369 % If an index command is used in an @example environment, any spaces
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2370 % therein should become regular spaces in the raw index file, not the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2371 % expansion of \tie (\\leavevmode \penalty \@M \ ).
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2372 {\obeyspaces
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2373 \gdef\unsepspaces{\obeyspaces\let =\space}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2374
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2375 % \indexnofonts no-ops all font-change commands.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2376 % This is used when outputting the strings to sort the index by.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2377 \def\indexdummyfont#1{#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2378 \def\indexdummytex{TeX}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2379 \def\indexdummydots{...}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2381 \def\indexnofonts{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2382 % Just ignore accents.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2383 \let\,=\indexdummyfont
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2384 \let\"=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2385 \let\`=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2386 \let\'=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2387 \let\^=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2388 \let\~=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2389 \let\==\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2390 \let\b=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2391 \let\c=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2392 \let\d=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2393 \let\u=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2394 \let\v=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2395 \let\H=\indexdummyfont
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2396 \let\dotless=\indexdummyfont
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2397 % Take care of the plain tex special European modified letters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2398 \def\oe{oe}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2399 \def\ae{ae}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2400 \def\aa{aa}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2401 \def\OE{OE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2402 \def\AE{AE}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2403 \def\AA{AA}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2404 \def\o{o}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2405 \def\O{O}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2406 \def\l{l}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2407 \def\L{L}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2408 \def\ss{ss}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2409 \let\w=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2410 \let\t=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2411 \let\r=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2412 \let\i=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2413 \let\b=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2414 \let\emph=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2415 \let\strong=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2416 \let\cite=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2417 \let\sc=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2418 %Don't no-op \tt, since it isn't a user-level command
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2419 % and is used in the definitions of the active chars like <, >, |...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2420 %\let\tt=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2421 \let\tclose=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2422 \let\code=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2423 \let\file=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2424 \let\samp=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2425 \let\kbd=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2426 \let\key=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2427 \let\var=\indexdummyfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2428 \let\TeX=\indexdummytex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2429 \let\dots=\indexdummydots
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2430 \def\@{@}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2431 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2432
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2433 % To define \realbackslash, we must make \ not be an escape.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2434 % We must first make another character (@) an escape
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2435 % so we do not become unable to do a definition.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2436
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2437 {\catcode`\@=0 \catcode`\\=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2438 @gdef@realbackslash{\}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2439
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2440 \let\indexbackslash=0 %overridden during \printindex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2441
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2442 \let\SETmarginindex=\relax %initialize!
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2443 % workhorse for all \fooindexes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2444 % #1 is name of index, #2 is stuff to put there
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2445 \def\doind #1#2{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2446 % Put the index entry in the margin if desired.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2447 \ifx\SETmarginindex\relax\else
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2448 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt #2}}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2449 \fi
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2450 {%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2451 \count255=\lastpenalty
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2452 {%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2453 \indexdummies % Must do this here, since \bf, etc expand at this stage
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2454 \escapechar=`\\
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2455 {%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2456 \let\folio=0% We will expand all macros now EXCEPT \folio.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2457 \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2458 % so it will be output as is; and it will print as backslash.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2459 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2460 % First process the index-string with all font commands turned off
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2461 % to get the string to sort by.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2462 {\indexnofonts \xdef\indexsorttmp{#2}}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2463 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2464 % Now produce the complete index entry, with both the sort key and the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2465 % original text, including any font commands.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2466 \toks0 = {#2}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2467 \edef\temp{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2468 \write\csname#1indfile\endcsname{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2469 \realbackslash entry{\indexsorttmp}{\folio}{\the\toks0}}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2470 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2471 \temp
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2472 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2473 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2474 \penalty\count255
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2475 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2476 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2477
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2478 \def\dosubind #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2479 {\count10=\lastpenalty %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2480 {\indexdummies % Must do this here, since \bf, etc expand at this stage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2481 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2482 {\let\folio=0%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2483 \def\rawbackslashxx{\indexbackslash}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2484 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2485 % Now process the index-string once, with all font commands turned off,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2486 % to get the string to sort the index by.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2487 {\indexnofonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2488 \xdef\temp1{#2 #3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2489 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2490 % Now produce the complete index entry. We process the index-string again,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2491 % 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
2492 \edef\temp{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2493 \write \csname#1indfile\endcsname{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2494 \realbackslash entry {\temp1}{\folio}{#2}{#3}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2495 \temp }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2496 }\penalty\count10}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2497
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2498 % The index entry written in the file actually looks like
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2499 % \entry {sortstring}{page}{topic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2500 % or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2501 % \entry {sortstring}{page}{topic}{subtopic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2502 % The texindex program reads in these files and writes files
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2503 % containing these kinds of lines:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2504 % \initial {c}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2505 % before the first topic whose initial is c
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2506 % \entry {topic}{pagelist}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2507 % for a topic that is used without subtopics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2508 % \primary {topic}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2509 % for the beginning of a topic that is used with subtopics
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2510 % \secondary {subtopic}{pagelist}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2511 % for each subtopic.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2512
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2513 % Define the user-accessible indexing commands
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2514 % @findex, @vindex, @kindex, @cindex.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2515
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2516 \def\findex {\fnindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2517 \def\kindex {\kyindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2518 \def\cindex {\cpindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2519 \def\vindex {\vrindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2520 \def\tindex {\tpindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2521 \def\pindex {\pgindex}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2522
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2523 \def\cindexsub {\begingroup\obeylines\cindexsub}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2524 {\obeylines %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2525 \gdef\cindexsub "#1" #2^^M{\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2526 \dosubind{cp}{#2}{#1}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2527
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2528 % Define the macros used in formatting output of the sorted index material.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2529
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2530 % @printindex causes a particular index (the ??s file) to get printed.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2531 % It does not print any chapter heading (usually an @unnumbered).
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2532 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2533 \def\printindex{\parsearg\doprintindex}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2534 \def\doprintindex#1{\begingroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2535 \dobreak \chapheadingskip{10000}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2536 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2537 \indexfonts \rm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2538 \tolerance = 9500
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2539 \indexbreaks
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2540 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2541 % See if the index file exists and is nonempty.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2542 % Change catcode of @ here so that if the index file contains
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2543 % \initial {@}
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2544 % as its first line, TeX doesn't complain about mismatched braces
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2545 % (because it thinks @} is a control sequence).
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
2546 \catcode`\@ = 11
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2547 \openin 1 \jobname.#1s
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2548 \ifeof 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2549 % \enddoublecolumns gets confused if there is no text in the index,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2550 % and it loses the chapter title and the aux file entries for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2551 % index. The easiest way to prevent this problem is to make sure
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2552 % there is some text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2553 (Index is nonexistent)
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2554 \else
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2555 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2556 % If the index file exists but is empty, then \openin leaves \ifeof
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2557 % 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
2558 % it can discover if there is anything in it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2559 \read 1 to \temp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2560 \ifeof 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2561 (Index is empty)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2562 \else
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2563 % Index files are almost Texinfo source, but we use \ as the escape
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2564 % character. It would be better to use @, but that's too big a change
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2565 % to make right now.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2566 \def\indexbackslash{\rawbackslashxx}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2567 \catcode`\\ = 0
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2568 \escapechar = `\\
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2569 \begindoublecolumns
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2570 \input \jobname.#1s
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2571 \enddoublecolumns
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2572 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2573 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2574 \closein 1
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2575 \endgroup}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2577 % These macros are used by the sorted index file itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2578 % Change them to control the appearance of the index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2579
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2580 % Same as \bigskipamount except no shrink.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2581 % \balancecolumns gets confused if there is any shrink.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2582 \newskip\initialskipamount \initialskipamount 12pt plus4pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2583
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2584 \def\initial #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2585 {\let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2586 \ifdim\lastskip<\initialskipamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2587 \removelastskip \penalty-200 \vskip \initialskipamount\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2588 \line{\secbf#1\hfill}\kern 2pt\penalty10000}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2590 % This typesets a paragraph consisting of #1, dot leaders, and then #2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2591 % 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
2592 % entries. The paragraph is indented by \leftskip.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2593 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2594 \def\entry #1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2595 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2596 % Start a new paragraph if necessary, so our assignments below can't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2597 % affect previous text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2598 \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2599 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2600 % Do not fill out the last line with white space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2601 \parfillskip = 0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2602 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2603 % No extra space above this paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2604 \parskip = 0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2605 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2606 % Do not prefer a separate line ending with a hyphen to fewer lines.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2607 \finalhyphendemerits = 0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2608 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2609 % \hangindent is only relevant when the entry text and page number
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2610 % 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
2611 % dots pretty far over on the line. Unfortunately, a large
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2612 % indentation looks wrong when the entry text itself is broken across
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2613 % lines. So we use a small indentation and put up with long leaders.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2614 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2615 % \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
2616 % of each paragraph, so we need not do anything with that.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2617 \hangindent=2em
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2618 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2619 % 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
2620 % with blank space.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2621 \rightskip = 0pt plus1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2622 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2623 % Start a ``paragraph'' for the index entry so the line breaking
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2624 % parameters we've set above will have an effect.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2625 \noindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2626 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2627 % 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
2628 #1%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2629 % 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
2630 % there are no page numbers. The next person who breaks this will be
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2631 % cursed by a Unix daemon.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2632 \def\tempa{{\rm }}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2633 \def\tempb{#2}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2634 \edef\tempc{\tempa}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2635 \edef\tempd{\tempb}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2636 \ifx\tempc\tempd\ \else%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2637 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2638 % 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
2639 % this line with blank space. (The \hfil is overwhelmed with the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2640 % fill leaders glue in \indexdotfill if the page number does fit.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2641 \hfil\penalty50
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2642 \null\nobreak\indexdotfill % Have leaders before the page number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2643 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2644 % The `\ ' here is removed by the implicit \unskip that TeX does as
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2645 % part of (the primitive) \par. Without it, a spurious underfull
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2646 % \hbox ensues.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2647 \ #2% The page number ends the paragraph.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2648 \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2649 \par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2650 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2651
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2652 % Like \dotfill except takes at least 1 em.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2653 \def\indexdotfill{\cleaders
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2654 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2655
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2656 \def\primary #1{\line{#1\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2657
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2658 \newskip\secondaryindent \secondaryindent=0.5cm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2659
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2660 \def\secondary #1#2{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2661 {\parfillskip=0in \parskip=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2662 \hangindent =1in \hangafter=1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2663 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill #2\par
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2664 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2665
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2666 % Define two-column mode, which we use to typeset indexes.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2667 % Adapted from the TeXbook, page 416, which is to say,
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2668 % the manmac.tex format used to print the TeXbook itself.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2669 \catcode`\@=11
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 \newbox\partialpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2672 \newdimen\doublecolumnhsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2673
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2674 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2675 % Grab any single-column material above us.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2676 \output = {\global\setbox\partialpage = \vbox{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2677 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2678 % Here is a possibility not foreseen in manmac: if we accumulate a
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2679 % whole lot of material, we might end up calling this \output
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2680 % routine twice in a row (see the doublecol-lose test, which is
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2681 % essentially a couple of indexes with @setchapternewpage off). In
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2682 % that case, we must prevent the second \partialpage from
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2683 % simply overwriting the first, causing us to lose the page.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2684 % This will preserve it until a real output routine can ship it
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2685 % out. Generally, \partialpage will be empty when this runs and
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2686 % this will be a no-op.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2687 \unvbox\partialpage
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2688 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2689 % Unvbox the main output page.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2690 \unvbox255
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2691 \kern-\topskip \kern\baselineskip
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2692 }}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2693 \eject
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2694 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2695 % Use the double-column output routine for subsequent pages.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2696 \output = {\doublecolumnout}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2697 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2698 % Change the page size parameters. We could do this once outside this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2699 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2700 % format, but then we repeat the same computation. Repeating a couple
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2701 % of assignments once per index is clearly meaningless for the
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2702 % execution time, so we may as well do it in one place.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2703 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2704 % First we halve the line length, less a little for the gutter between
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2705 % the columns. We compute the gutter based on the line length, so it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2706 % changes automatically with the paper format. The magic constant
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2707 % below is chosen so that the gutter has the same value (well, +-<1pt)
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2708 % as it did when we hard-coded it.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2709 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2710 % We put the result in a separate register, \doublecolumhsize, so we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2711 % can restore it in \pagesofar, after \hsize itself has (potentially)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2712 % been clobbered.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2713 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2714 \doublecolumnhsize = \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2715 \advance\doublecolumnhsize by -.04154\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2716 \divide\doublecolumnhsize by 2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2717 \hsize = \doublecolumnhsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2718 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2719 % Double the \vsize as well. (We don't need a separate register here,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2720 % since nobody clobbers \vsize.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2721 \vsize = 2\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2722 }
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
2723 \def\doublecolumnout{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2724 \splittopskip=\topskip \splitmaxdepth=\maxdepth
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2725 % Get the available space for the double columns -- the normal
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2726 % (undoubled) page height minus any material left over from the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2727 % previous page.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2728 \dimen@=\pageheight \advance\dimen@ by-\ht\partialpage
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2729 % box0 will be the left-hand column, box2 the right.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2730 \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2731 \onepageout\pagesofar
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2732 \unvbox255
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2733 \penalty\outputpenalty
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2734 }
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2735 \def\pagesofar{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2736 % Re-output the contents of the output page -- any previous material,
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2737 % followed by the two boxes we just split.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2738 \unvbox\partialpage
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2739 \hsize = \doublecolumnhsize
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2740 \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}%
30
ec9a17fef872 Import from CVS: tag r19-15b98
cvs
parents: 0
diff changeset
2741 }
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2742 \def\enddoublecolumns{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2743 \output = {\balancecolumns}\eject % split what we have
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2744 \endgroup % started in \begindoublecolumns
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2745 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2746 % Back to normal single-column typesetting, but take account of the
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2747 % fact that we just accumulated some stuff on the output page.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2748 \pagegoal = \vsize
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2749 }
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2750 \def\balancecolumns{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2751 % Called at the end of the double column material.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2752 \setbox0 = \vbox{\unvbox255}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2753 \dimen@ = \ht0
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2754 \advance\dimen@ by \topskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2755 \advance\dimen@ by-\baselineskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2756 \divide\dimen@ by 2
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2757 \splittopskip = \topskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2758 % Loop until we get a decent breakpoint.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2759 {\vbadness=10000 \loop
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2760 \global\setbox3=\copy0
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2761 \global\setbox1=\vsplit3 to\dimen@
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2762 \ifdim\ht3>\dimen@ \global\advance\dimen@ by1pt
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2763 \repeat}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2764 \setbox0=\vbox to\dimen@{\unvbox1}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2765 \setbox2=\vbox to\dimen@{\unvbox3}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2766 \pagesofar
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2767 }
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2768 \catcode`\@ = \other
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2769
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2770
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2771 \message{sectioning,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2772 % Define chapters, sections, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2773
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2774 \newcount\chapno
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2775 \newcount\secno \secno=0
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2776 \newcount\subsecno \subsecno=0
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2777 \newcount\subsubsecno \subsubsecno=0
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2778
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2779 % This counter is funny since it counts through charcodes of letters A, B, ...
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2780 \newcount\appendixno \appendixno = `\@
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2781 \def\appendixletter{\char\the\appendixno}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2782
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2783 \newwrite\contentsfile
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2784 % This is called from \setfilename.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2785 \def\opencontents{\openout\contentsfile = \jobname.toc }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2786
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2787 % Each @chapter defines this as the name of the chapter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2788 % page headings and footings can use it. @section does likewise
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2789
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2790 \def\thischapter{} \def\thissection{}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2791 \def\seccheck#1{\ifnum \pageno<0
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2792 \errmessage{@#1 not allowed after generating table of contents}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2793 \fi}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2794
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2795 \def\chapternofonts{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2796 \let\rawbackslash=\relax
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2797 \let\frenchspacing=\relax
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2798 \def\result{\realbackslash result}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2799 \def\equiv{\realbackslash equiv}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2800 \def\expansion{\realbackslash expansion}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2801 \def\print{\realbackslash print}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2802 \def\TeX{\realbackslash TeX}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2803 \def\dots{\realbackslash dots}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2804 \def\result{\realbackslash result}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2805 \def\equiv{\realbackslash equiv}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2806 \def\expansion{\realbackslash expansion}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2807 \def\print{\realbackslash print}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2808 \def\error{\realbackslash error}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2809 \def\point{\realbackslash point}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2810 \def\copyright{\realbackslash copyright}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2811 \def\tt{\realbackslash tt}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2812 \def\bf{\realbackslash bf}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2813 \def\w{\realbackslash w}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2814 \def\less{\realbackslash less}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2815 \def\gtr{\realbackslash gtr}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2816 \def\hat{\realbackslash hat}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2817 \def\char{\realbackslash char}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2818 \def\tclose##1{\realbackslash tclose{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2819 \def\code##1{\realbackslash code{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2820 \def\samp##1{\realbackslash samp{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2821 \def\r##1{\realbackslash r{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2822 \def\b##1{\realbackslash b{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2823 \def\key##1{\realbackslash key{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2824 \def\file##1{\realbackslash file{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2825 \def\kbd##1{\realbackslash kbd{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2826 % These are redefined because @smartitalic wouldn't work inside xdef.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2827 \def\i##1{\realbackslash i{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2828 \def\cite##1{\realbackslash cite{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2829 \def\var##1{\realbackslash var{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2830 \def\emph##1{\realbackslash emph{##1}}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2831 \def\dfn##1{\realbackslash dfn{##1}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2832 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2833
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2834 \newcount\absseclevel % used to calculate proper heading level
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2835 \newcount\secbase\secbase=0 % @raise/lowersections modify this count
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2836
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2837 % @raisesections: treat @section as chapter, @subsection as section, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2838 \def\raisesections{\global\advance\secbase by -1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2839 \let\up=\raisesections % original BFox name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2840
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2841 % @lowersections: treat @chapter as section, @section as subsection, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2842 \def\lowersections{\global\advance\secbase by 1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2843 \let\down=\lowersections % original BFox name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2844
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2845 % Choose a numbered-heading macro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2846 % #1 is heading level if unmodified by @raisesections or @lowersections
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2847 % #2 is text for heading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2848 \def\numhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2849 \ifcase\absseclevel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2850 \chapterzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2851 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2852 \seczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2853 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2854 \numberedsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2855 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2856 \numberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2857 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2858 \ifnum \absseclevel<0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2859 \chapterzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2860 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2861 \numberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2862 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2863 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2864 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2866 % like \numhead, but chooses appendix heading levels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2867 \def\apphead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2868 \ifcase\absseclevel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2869 \appendixzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2870 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2871 \appendixsectionzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2872 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2873 \appendixsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2874 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2875 \appendixsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2876 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2877 \ifnum \absseclevel<0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2878 \appendixzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2879 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2880 \appendixsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2881 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2882 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2883 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2884
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2885 % like \numhead, but chooses numberless heading levels
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2886 \def\unnmhead#1#2{\absseclevel=\secbase\advance\absseclevel by #1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2887 \ifcase\absseclevel
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2888 \unnumberedzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2889 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2890 \unnumberedseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2891 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2892 \unnumberedsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2893 \or
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2894 \unnumberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2895 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2896 \ifnum \absseclevel<0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2897 \unnumberedzzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2898 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2899 \unnumberedsubsubseczzz{#2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2900 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2901 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2902 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2903
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2904
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2905 \def\thischaptername{No Chapter Title}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2906 \outer\def\chapter{\parsearg\chapteryyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2907 \def\chapteryyy #1{\numhead0{#1}} % normally numhead0 calls chapterzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2908 \def\chapterzzz #1{\seccheck{chapter}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2909 \secno=0 \subsecno=0 \subsubsecno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2910 \global\advance \chapno by 1 \message{\putwordChapter \the\chapno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2911 \chapmacro {#1}{\the\chapno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2912 \gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2913 \gdef\thischaptername{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2914 % We don't substitute the actual chapter name into \thischapter
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2915 % because we don't want its macros evaluated now.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2916 \xdef\thischapter{\putwordChapter{} \the\chapno: \noexpand\thischaptername}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2917 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2918 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2919 \edef\temp{{\realbackslash chapentry{\the\toks0}{\the\chapno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2920 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2921 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2922 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2923 \global\let\section = \numberedsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2924 \global\let\subsection = \numberedsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2925 \global\let\subsubsection = \numberedsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2926 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2927
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2928 \outer\def\appendix{\parsearg\appendixyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2929 \def\appendixyyy #1{\apphead0{#1}} % normally apphead0 calls appendixzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2930 \def\appendixzzz #1{\seccheck{appendix}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2931 \secno=0 \subsecno=0 \subsubsecno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2932 \global\advance \appendixno by 1 \message{Appendix \appendixletter}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2933 \chapmacro {#1}{\putwordAppendix{} \appendixletter}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2934 \gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2935 \gdef\thischaptername{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2936 \xdef\thischapter{\putwordAppendix{} \appendixletter: \noexpand\thischaptername}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2937 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2938 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2939 \edef\temp{{\realbackslash chapentry{\the\toks0}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2940 {\putwordAppendix{} \appendixletter}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2941 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2942 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2943 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2944 \global\let\section = \appendixsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2945 \global\let\subsection = \appendixsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2946 \global\let\subsubsection = \appendixsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2947 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2948
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2949 % @centerchap is like @unnumbered, but the heading is centered.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2950 \outer\def\centerchap{\parsearg\centerchapyyy}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2951 \def\centerchapyyy #1{{\let\unnumbchapmacro=\centerchapmacro \unnumberedyyy{#1}}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2952
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2953 \outer\def\top{\parsearg\unnumberedyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2954 \outer\def\unnumbered{\parsearg\unnumberedyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2955 \def\unnumberedyyy #1{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2956 \def\unnumberedzzz #1{\seccheck{unnumbered}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2957 \secno=0 \subsecno=0 \subsubsecno=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2958 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2959 % This used to be simply \message{#1}, but TeX fully expands the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2960 % argument to \message. Therefore, if #1 contained @-commands, TeX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2961 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2962 % expanded @cite (which turns out to cause errors because \cite is meant
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2963 % to be executed, not expanded).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2964 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2965 % Anyway, we don't want the fully-expanded definition of @cite to appear
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2966 % as a result of the \message, we just want `@cite' itself. We use
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2967 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2968 % simply yielding the contents of the <toks register>.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2969 \toks0 = {#1}\message{(\the\toks0)}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2970 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2971 \unnumbchapmacro {#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2972 \gdef\thischapter{#1}\gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2973 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2974 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2975 \edef\temp{{\realbackslash unnumbchapentry{\the\toks0}{\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 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2979 \global\let\section = \unnumberedsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2980 \global\let\subsection = \unnumberedsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2981 \global\let\subsubsection = \unnumberedsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2982 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2983
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2984 \outer\def\numberedsec{\parsearg\secyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2985 \def\secyyy #1{\numhead1{#1}} % normally calls seczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2986 \def\seczzz #1{\seccheck{section}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2987 \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2988 \gdef\thissection{#1}\secheading {#1}{\the\chapno}{\the\secno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2989 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2990 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2991 \edef\temp{{\realbackslash secentry %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
2992 {\the\toks0}{\the\chapno}{\the\secno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2993 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2994 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2995 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2996 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2997 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
2998
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
2999 \outer\def\appendixsection{\parsearg\appendixsecyyy}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3000 \outer\def\appendixsec{\parsearg\appendixsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3001 \def\appendixsecyyy #1{\apphead1{#1}} % normally calls appendixsectionzzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3002 \def\appendixsectionzzz #1{\seccheck{appendixsection}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3003 \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3004 \gdef\thissection{#1}\secheading {#1}{\appendixletter}{\the\secno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3005 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3006 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3007 \edef\temp{{\realbackslash secentry %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3008 {\the\toks0}{\appendixletter}{\the\secno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3009 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3010 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3011 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3012 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3013 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3014
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3015 \outer\def\unnumberedsec{\parsearg\unnumberedsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3016 \def\unnumberedsecyyy #1{\unnmhead1{#1}} % normally calls unnumberedseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3017 \def\unnumberedseczzz #1{\seccheck{unnumberedsec}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3018 \plainsecheading {#1}\gdef\thissection{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3019 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3020 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3021 \edef\temp{{\realbackslash unnumbsecentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3022 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3023 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3024 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3025 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3026 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3027
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3028 \outer\def\numberedsubsec{\parsearg\numberedsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3029 \def\numberedsubsecyyy #1{\numhead2{#1}} % normally calls numberedsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3030 \def\numberedsubseczzz #1{\seccheck{subsection}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3031 \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3032 \subsecheading {#1}{\the\chapno}{\the\secno}{\the\subsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3033 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3034 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3035 \edef\temp{{\realbackslash subsecentry %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3036 {\the\toks0}{\the\chapno}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3037 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3038 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3039 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3040 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3041 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3042
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3043 \outer\def\appendixsubsec{\parsearg\appendixsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3044 \def\appendixsubsecyyy #1{\apphead2{#1}} % normally calls appendixsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3045 \def\appendixsubseczzz #1{\seccheck{appendixsubsec}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3046 \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3047 \subsecheading {#1}{\appendixletter}{\the\secno}{\the\subsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3048 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3049 \toks0 = {#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3050 \edef\temp{{\realbackslash subsecentry %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3051 {\the\toks0}{\appendixletter}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3052 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3053 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3054 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3055 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3056 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3057
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3058 \outer\def\unnumberedsubsec{\parsearg\unnumberedsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3059 \def\unnumberedsubsecyyy #1{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3060 \def\unnumberedsubseczzz #1{\seccheck{unnumberedsubsec}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3061 \plainsubsecheading {#1}\gdef\thissection{#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3062 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3063 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3064 \edef\temp{{\realbackslash unnumbsubsecentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3065 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3066 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3067 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3068 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3069 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3070
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3071 \outer\def\numberedsubsubsec{\parsearg\numberedsubsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3072 \def\numberedsubsubsecyyy #1{\numhead3{#1}} % normally numberedsubsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3073 \def\numberedsubsubseczzz #1{\seccheck{subsubsection}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3074 \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3075 \subsubsecheading {#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3076 {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3077 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3078 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3079 \edef\temp{{\realbackslash subsubsecentry{\the\toks0}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3080 {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3081 {\noexpand\folio}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3082 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3083 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3084 \donoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3085 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3086 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3087
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3088 \outer\def\appendixsubsubsec{\parsearg\appendixsubsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3089 \def\appendixsubsubsecyyy #1{\apphead3{#1}} % normally appendixsubsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3090 \def\appendixsubsubseczzz #1{\seccheck{appendixsubsubsec}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3091 \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3092 \subsubsecheading {#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3093 {\appendixletter}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3094 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3095 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3096 \edef\temp{{\realbackslash subsubsecentry{\the\toks0}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3097 {\appendixletter}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3098 {\the\secno}{\the\subsecno}{\the\subsubsecno}{\noexpand\folio}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3099 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3100 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3101 \appendixnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3102 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3103 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3104
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3105 \outer\def\unnumberedsubsubsec{\parsearg\unnumberedsubsubsecyyy}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3106 \def\unnumberedsubsubsecyyy #1{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3107 \def\unnumberedsubsubseczzz #1{\seccheck{unnumberedsubsubsec}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3108 \plainsubsubsecheading {#1}\gdef\thissection{#1}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3109 {\chapternofonts%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3110 \toks0 = {#1}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3111 \edef\temp{{\realbackslash unnumbsubsubsecentry{\the\toks0}{\noexpand\folio}}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3112 \escapechar=`\\%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3113 \write \contentsfile \temp %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3114 \unnumbnoderef %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3115 \penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3116 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3117
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3118 % These are variants which are not "outer", so they can appear in @ifinfo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3119 % Actually, they should now be obsolete; ordinary section commands should work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3120 \def\infotop{\parsearg\unnumberedzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3121 \def\infounnumbered{\parsearg\unnumberedzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3122 \def\infounnumberedsec{\parsearg\unnumberedseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3123 \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3124 \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3125
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3126 \def\infoappendix{\parsearg\appendixzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3127 \def\infoappendixsec{\parsearg\appendixseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3128 \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3129 \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3130
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3131 \def\infochapter{\parsearg\chapterzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3132 \def\infosection{\parsearg\sectionzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3133 \def\infosubsection{\parsearg\subsectionzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3134 \def\infosubsubsection{\parsearg\subsubsectionzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3135
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3136 % These macros control what the section commands do, according
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3137 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3138 % Define them by default for a numbered chapter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3139 \global\let\section = \numberedsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3140 \global\let\subsection = \numberedsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3141 \global\let\subsubsection = \numberedsubsubsec
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3142
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3143 % Define @majorheading, @heading and @subheading
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3144
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3145 % NOTE on use of \vbox for chapter headings, section headings, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3146 % such:
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3147 % 1) We use \vbox rather than the earlier \line to permit
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3148 % overlong headings to fold.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3149 % 2) \hyphenpenalty is set to 10000 because hyphenation in a
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3150 % heading is obnoxious; this forbids it.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3151 % 3) Likewise, headings look best if no \parindent is used, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3152 % if justification is not attempted. Hence \raggedright.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3153
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3154
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3155 \def\majorheading{\parsearg\majorheadingzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3156 \def\majorheadingzzz #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3157 {\advance\chapheadingskip by 10pt \chapbreak }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3158 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3159 \parindent=0pt\raggedright
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3160 \rm #1\hfill}}\bigskip \par\penalty 200}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3161
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3162 \def\chapheading{\parsearg\chapheadingzzz}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3163 \def\chapheadingzzz #1{\chapbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3164 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3165 \parindent=0pt\raggedright
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3166 \rm #1\hfill}}\bigskip \par\penalty 200}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3167
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3168 % @heading, @subheading, @subsubheading.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3169 \def\heading{\parsearg\plainsecheading}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3170 \def\subheading{\parsearg\plainsubsecheading}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3171 \def\subsubheading{\parsearg\plainsubsubsecheading}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3173 % These macros generate a chapter, section, etc. heading only
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3174 % (including whitespace, linebreaking, etc. around it),
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3175 % given all the information in convenient, parsed form.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3176
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3177 %%% Args are the skip and penalty (usually negative)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3178 \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
3179
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3180 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3182 %%% Define plain chapter starts, and page on/off switching for it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3183 % Parameter controlling skip before chapter headings (if needed)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3184
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3185 \newskip\chapheadingskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3187 \def\chapbreak{\dobreak \chapheadingskip {-4000}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3188 \def\chappager{\par\vfill\supereject}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3189 \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3190
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3191 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3192
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3193 \def\CHAPPAGoff{
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3194 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3195 \global\let\pchapsepmacro=\chapbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3196 \global\let\pagealignmacro=\chappager}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3197
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3198 \def\CHAPPAGon{
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3199 \global\let\contentsalignmacro = \chappager
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3200 \global\let\pchapsepmacro=\chappager
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3201 \global\let\pagealignmacro=\chappager
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3202 \global\def\HEADINGSon{\HEADINGSsingle}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3203
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3204 \def\CHAPPAGodd{
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3205 \global\let\contentsalignmacro = \chapoddpage
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3206 \global\let\pchapsepmacro=\chapoddpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3207 \global\let\pagealignmacro=\chapoddpage
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3208 \global\def\HEADINGSon{\HEADINGSdouble}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3209
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3210 \CHAPPAGon
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3211
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3212 \def\CHAPFplain{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3213 \global\let\chapmacro=\chfplain
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3214 \global\let\unnumbchapmacro=\unnchfplain
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3215 \global\let\centerchapmacro=\centerchfplain}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3216
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3217 % Plain chapter opening.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3218 % #1 is the text, #2 the chapter number or empty if unnumbered.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3219 \def\chfplain#1#2{%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3220 \pchapsepmacro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3221 {%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3222 \chapfonts \rm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3223 \def\chapnum{#2}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3224 \setbox0 = \hbox{#2\ifx\chapnum\empty\else\enspace\fi}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3225 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3226 \hangindent = \wd0 \centerparametersmaybe
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3227 \unhbox0 #1\par}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3228 }%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3229 \nobreak\bigskip % no page break after a chapter title
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3230 \nobreak
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3231 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3232
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3233 % Plain opening for unnumbered.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3234 \def\unnchfplain#1{\chfplain{#1}{}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3235
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3236 % @centerchap -- centered and unnumbered.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3237 \let\centerparametersmaybe = \relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3238 \def\centerchfplain#1{{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3239 \def\centerparametersmaybe{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3240 \advance\rightskip by 3\rightskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3241 \leftskip = \rightskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3242 \parfillskip = 0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3243 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3244 \chfplain{#1}{}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3245 }}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3246
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3247 \CHAPFplain % The default
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3248
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3249 \def\unnchfopen #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3250 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3251 \parindent=0pt\raggedright
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3252 \rm #1\hfill}}\bigskip \par\penalty 10000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3253 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3254
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3255 \def\chfopen #1#2{\chapoddpage {\chapfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3256 \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
3257 \par\penalty 5000 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3258 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3259
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3260 \def\centerchfopen #1{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3261 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3262 \parindent=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3263 \hfill {\rm #1}\hfill}}\bigskip \par\penalty 10000 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3264 }
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3265
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3266 \def\CHAPFopen{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3267 \global\let\chapmacro=\chfopen
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3268 \global\let\unnumbchapmacro=\unnchfopen
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3269 \global\let\centerchapmacro=\centerchfopen}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3270
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3271
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3272 % Section titles.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3273 \newskip\secheadingskip
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
3274 \def\secheadingbreak{\dobreak \secheadingskip {-1000}}
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3275 \def\secheading#1#2#3{\sectionheading{sec}{#2.#3}{#1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3276 \def\plainsecheading#1{\sectionheading{sec}{}{#1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3277
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3278 % Subsection titles.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3279 \newskip \subsecheadingskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3280 \def\subsecheadingbreak{\dobreak \subsecheadingskip {-500}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3281 \def\subsecheading#1#2#3#4{\sectionheading{subsec}{#2.#3.#4}{#1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3282 \def\plainsubsecheading#1{\sectionheading{subsec}{}{#1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3283
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3284 % Subsubsection titles.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3285 \let\subsubsecheadingskip = \subsecheadingskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3286 \let\subsubsecheadingbreak = \subsecheadingbreak
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3287 \def\subsubsecheading#1#2#3#4#5{\sectionheading{subsubsec}{#2.#3.#4.#5}{#1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3288 \def\plainsubsubsecheading#1{\sectionheading{subsubsec}{}{#1}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3289
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3290
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3291 % Print any size section title.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3292 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3293 % #1 is the section type (sec/subsec/subsubsec), #2 is the section
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3294 % number (maybe empty), #3 the text.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3295 \def\sectionheading#1#2#3{%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3296 {%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3297 \expandafter\advance\csname #1headingskip\endcsname by \parskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3298 \csname #1headingbreak\endcsname
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3299 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3300 {%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3301 % Switch to the right set of fonts.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3302 \csname #1fonts\endcsname \rm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3303 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3304 % Only insert the separating space if we have a section number.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3305 \def\secnum{#2}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3306 \setbox0 = \hbox{#2\ifx\secnum\empty\else\enspace\fi}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3307 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3308 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3309 \hangindent = \wd0 % zero if no section number
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3310 \unhbox0 #3}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3311 }%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3312 \ifdim\parskip<10pt \nobreak\kern10pt\nobreak\kern-\parskip\fi \nobreak
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3313 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3314
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3315
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3316 \message{toc printing,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3317 % Finish up the main text and prepare to read what we've written
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3318 % to \contentsfile.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3319
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3320 \newskip\contentsrightmargin \contentsrightmargin=1in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3321 \def\startcontents#1{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3322 % If @setchapternewpage on, and @headings double, the contents should
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3323 % start on an odd page, unlike chapters. Thus, we maintain
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3324 % \contentsalignmacro in parallel with \pagealignmacro.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3325 % From: Torbjorn Granlund <tege@matematik.su.se>
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3326 \contentsalignmacro
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3327 \immediate\closeout \contentsfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3328 \ifnum \pageno>0
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3329 \pageno = -1 % Request roman numbered pages.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3330 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3331 % Don't need to put `Contents' or `Short Contents' in the headline.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3332 % It is abundantly clear what they are.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3333 \unnumbchapmacro{#1}\def\thischapter{}%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3334 \begingroup % Set up to handle contents files properly.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3335 \catcode`\\=0 \catcode`\{=1 \catcode`\}=2 \catcode`\@=11
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3336 % We can't do this, because then an actual ^ in a section
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3337 % title fails, e.g., @chapter ^ -- exponentiation. --karl, 9jul97.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3338 %\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
3339 \raggedbottom % Worry more about breakpoints than the bottom.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3340 \advance\hsize by -\contentsrightmargin % Don't use the full line length.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3341 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3342
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3343
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3344 % Normal (long) toc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3345 \outer\def\contents{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3346 \startcontents{\putwordTableofContents}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3347 \input \jobname.toc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3348 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3349 \vfill \eject
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3350 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3351
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3352 % And just the chapters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3353 \outer\def\summarycontents{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3354 \startcontents{\putwordShortContents}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3355 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3356 \let\chapentry = \shortchapentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3357 \let\unnumbchapentry = \shortunnumberedentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3358 % We want a true roman here for the page numbers.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3359 \secfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3360 \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3361 \rm
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3362 \hyphenpenalty = 10000
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3363 \advance\baselineskip by 1pt % Open it up a little.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3364 \def\secentry ##1##2##3##4{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3365 \def\unnumbsecentry ##1##2{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3366 \def\subsecentry ##1##2##3##4##5{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3367 \def\unnumbsubsecentry ##1##2{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3368 \def\subsubsecentry ##1##2##3##4##5##6{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3369 \def\unnumbsubsubsecentry ##1##2{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3370 \input \jobname.toc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3371 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3372 \vfill \eject
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3373 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3374 \let\shortcontents = \summarycontents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3376 % These macros generate individual entries in the table of contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3377 % The first argument is the chapter or section name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3378 % The last argument is the page number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3379 % The arguments in between are the chapter number, section number, ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3380
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3381 % Chapter-level things, for both the long and short contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3382 \def\chapentry#1#2#3{\dochapentry{#2\labelspace#1}{#3}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3383
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3384 % See comments in \dochapentry re vbox and related settings
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3385 \def\shortchapentry#1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3386 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno{#3}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3387 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3389 % Typeset the label for a chapter or appendix for the short contents.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3390 % 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
3391 % We could simplify the code here by writing out an \appendixentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3392 % command in the toc file for appendices, instead of using \chapentry
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3393 % for both, but it doesn't seem worth it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3394 \setbox0 = \hbox{\shortcontrm \putwordAppendix }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3395 \newdimen\shortappendixwidth \shortappendixwidth = \wd0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3396
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3397 \def\shortchaplabel#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3398 % 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
3399 % #1, so the chapter titles will come out aligned.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3400 \setbox0 = \hbox{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3401 \dimen0 = \ifdim\wd0 > \shortappendixwidth \shortappendixwidth \else 0pt \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3402 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3403 % This space should be plenty, since a single number is .5em, and the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3404 % widest letter (M) is 1em, at least in the Computer Modern fonts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3405 % (This space doesn't include the extra space that gets added after
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3406 % the label; that gets put in by \shortchapentry above.)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3407 \advance\dimen0 by 1.1em
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3408 \hbox to \dimen0{#1\hfil}%
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\unnumbchapentry#1#2{\dochapentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3412 \def\shortunnumberedentry#1#2{\tocentry{#1}{\doshortpageno{#2}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3413
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3414 % Sections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3415 \def\secentry#1#2#3#4{\dosecentry{#2.#3\labelspace#1}{#4}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3416 \def\unnumbsecentry#1#2{\dosecentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3417
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3418 % Subsections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3419 \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
3420 \def\unnumbsubsecentry#1#2{\dosubsecentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3421
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3422 % And subsubsections.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3423 \def\subsubsecentry#1#2#3#4#5#6{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3424 \dosubsubsecentry{#2.#3.#4.#5\labelspace#1}{#6}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3425 \def\unnumbsubsubsecentry#1#2{\dosubsubsecentry{#1}{#2}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3426
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3427 % This parameter controls the indentation of the various levels.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3428 \newdimen\tocindent \tocindent = 3pc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3429
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3430 % 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
3431 % page number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3432 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3433 % 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
3434 % if at all possible; hence the \penalty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3435 \def\dochapentry#1#2{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3436 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3437 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3438 \chapentryfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3439 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3440 \endgroup
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3441 \nobreak\vskip .25\baselineskip plus.1\baselineskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3442 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3443
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3444 \def\dosecentry#1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3445 \secentryfonts \leftskip=\tocindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3446 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3447 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3448
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3449 \def\dosubsecentry#1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3450 \subsecentryfonts \leftskip=2\tocindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3451 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3452 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3453
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3454 \def\dosubsubsecentry#1#2{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3455 \subsubsecentryfonts \leftskip=3\tocindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3456 \tocentry{#1}{\dopageno{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3457 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3458
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3459 % 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
3460 % the index entries, but we want to suppress hyphenation here. (We
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3461 % can't do that in the \entry macro, since index entries might consist
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3462 % of hyphenated-identifiers-that-do-not-fit-on-a-line-and-nothing-else.)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3463 \def\tocentry#1#2{\begingroup
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3464 \vskip 0pt plus1pt % allow a little stretch for the sake of nice page breaks
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3465 % Do not use \turnoffactive in these arguments. Since the toc is
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3466 % typeset in cmr, so characters such as _ would come out wrong; we
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3467 % have to do the usual translation tricks.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3468 \entry{#1}{#2}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3469 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3470
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3471 % Space between chapter (or whatever) number and the title.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3472 \def\labelspace{\hskip1em \relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3473
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3474 \def\dopageno#1{{\rm #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3475 \def\doshortpageno#1{{\rm #1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3476
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3477 \def\chapentryfonts{\secfonts \rm}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3478 \def\secentryfonts{\textfonts}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3479 \let\subsecentryfonts = \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3480 \let\subsubsecentryfonts = \textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3481
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3482
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3483 \message{environments,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3484
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3485 % 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
3486 % \tt widths. Each \tt character is 1en, so two makes it 1em.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3487 % Furthermore, these definitions must come after we define our fonts.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3488 \newbox\dblarrowbox \newbox\longdblarrowbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3489 \newbox\pushcharbox \newbox\bullbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3490 \newbox\equivbox \newbox\errorbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3491
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3492 %{\tentt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3493 %\global\setbox\dblarrowbox = \hbox to 1em{\hfil$\Rightarrow$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3494 %\global\setbox\longdblarrowbox = \hbox to 1em{\hfil$\mapsto$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3495 %\global\setbox\pushcharbox = \hbox to 1em{\hfil$\dashv$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3496 %\global\setbox\equivbox = \hbox to 1em{\hfil$\ptexequiv$\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3497 % Adapted from the manmac format (p.420 of TeXbook)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3498 %\global\setbox\bullbox = \hbox to 1em{\kern.15em\vrule height .75ex width .85ex
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3499 % depth .1ex\hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3500 %}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3501
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3502 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3503 \def\point{$\star$}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3504 \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3505 \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3506 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3507 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3508
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3509 % Adapted from the TeXbook's \boxit.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3510 {\tentt \global\dimen0 = 3em}% Width of the box.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3511 \dimen2 = .55pt % Thickness of rules
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3512 % 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
3513 \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3514
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3515 \global\setbox\errorbox=\hbox to \dimen0{\hfil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3516 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3517 \advance\hsize by -2\dimen2 % Rules.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3518 \vbox{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3519 \hrule height\dimen2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3520 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3521 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3522 \kern3pt\vrule width\dimen2}% Space to right.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3523 \hrule height\dimen2}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3524 \hfil}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3525
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3526 % The @error{} command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3527 \def\error{\leavevmode\lower.7ex\copy\errorbox}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3529 % @tex ... @end tex escapes into raw Tex temporarily.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3530 % One exception: @ is still an escape character, so that @end tex works.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3531 % But \@ or @@ will get a plain tex @ character.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3532
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3533 \def\tex{\begingroup
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3534 \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3535 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3536 \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3537 \catcode `\%=14
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3538 \catcode 43=12 % plus
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3539 \catcode`\"=12
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3540 \catcode`\==12
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3541 \catcode`\|=12
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3542 \catcode`\<=12
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3543 \catcode`\>=12
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3544 \escapechar=`\\
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3545 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3546 \let\b=\ptexb
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3547 \let\bullet=\ptexbullet
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3548 \let\c=\ptexc
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3549 \let\,=\ptexcomma
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3550 \let\.=\ptexdot
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3551 \let\dots=\ptexdots
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3552 \let\equiv=\ptexequiv
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3553 \let\!=\ptexexclam
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3554 \let\i=\ptexi
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3555 \let\{=\ptexlbrace
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3556 \let\}=\ptexrbrace
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3557 \let\*=\ptexstar
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3558 \let\t=\ptext
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3559 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3560 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3561 \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}%
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
3562 \def\@{@}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3563 \let\Etex=\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3564
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3565 % Define @lisp ... @endlisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3566 % @lisp does a \begingroup so it can rebind things,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3567 % including the definition of @endlisp (which normally is erroneous).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3568
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3569 % Amount to narrow the margins by for @lisp.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3570 \newskip\lispnarrowing \lispnarrowing=0.4in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3571
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3572 % This is the definition that ^^M gets inside @lisp, @example, and other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3573 % such environments. \null is better than a space, since it doesn't
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3574 % have any width.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3575 \def\lisppar{\null\endgraf}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3576
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3577 % Make each space character in the input produce a normal interword
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3578 % 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
3579 % is used only in environments like @example, where each line of input
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3580 % should produce a line of output anyway.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3581 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3582 {\obeyspaces %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3583 \gdef\sepspaces{\obeyspaces\let =\tie}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3584
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3585 % Define \obeyedspace to be our active space, whatever it is. This is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3586 % for use in \parsearg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3587 {\sepspaces%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3588 \global\let\obeyedspace= }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3589
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3590 % This space is always present above and below environments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3591 \newskip\envskipamount \envskipamount = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3592
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3593 % Make spacing and below environment symmetrical. We use \parskip here
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3594 % to help in doing that, since in @example-like environments \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3595 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3596 % start of the next paragraph will insert \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3597 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3598 \def\aboveenvbreak{{\advance\envskipamount by \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3599 \endgraf \ifdim\lastskip<\envskipamount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3600 \removelastskip \penalty-50 \vskip\envskipamount \fi}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3601
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3602 \let\afterenvbreak = \aboveenvbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3603
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3604 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3605 \let\nonarrowing=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3606
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3607 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3608 % \cartouche: draw rectangle w/rounded corners around argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3609 \font\circle=lcircle10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3610 \newdimen\circthick
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3611 \newdimen\cartouter\newdimen\cartinner
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3612 \newskip\normbskip\newskip\normpskip\newskip\normlskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3613 \circthick=\fontdimen8\circle
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3614 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3615 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3616 \def\ctr{{\hskip 6pt\circle\char'010}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3617 \def\cbl{{\circle\char'012\hskip -6pt}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3618 \def\cbr{{\hskip 6pt\circle\char'011}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3619 \def\carttop{\hbox to \cartouter{\hskip\lskip
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3620 \ctl\leaders\hrule height\circthick\hfil\ctr
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3621 \hskip\rskip}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3622 \def\cartbot{\hbox to \cartouter{\hskip\lskip
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3623 \cbl\leaders\hrule height\circthick\hfil\cbr
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3624 \hskip\rskip}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3625 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3626 \newskip\lskip\newskip\rskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3627
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3628 \long\def\cartouche{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3629 \begingroup
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3630 \lskip=\leftskip \rskip=\rightskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3631 \leftskip=0pt\rightskip=0pt %we want these *outside*.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3632 \cartinner=\hsize \advance\cartinner by-\lskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3633 \advance\cartinner by-\rskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3634 \cartouter=\hsize
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3635 \advance\cartouter by 18pt % allow for 3pt kerns on either
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3636 % side, and for 6pt waste from
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3637 % each corner char
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3638 \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3639 % Flag to tell @lisp, etc., not to narrow margin.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3640 \let\nonarrowing=\comment
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3641 \vbox\bgroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3642 \baselineskip=0pt\parskip=0pt\lineskip=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3643 \carttop
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3644 \hbox\bgroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3645 \hskip\lskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3646 \vrule\kern3pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3647 \vbox\bgroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3648 \hsize=\cartinner
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3649 \kern3pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3650 \begingroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3651 \baselineskip=\normbskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3652 \lineskip=\normlskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3653 \parskip=\normpskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3654 \vskip -\parskip
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3655 \def\Ecartouche{%
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3656 \endgroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3657 \kern3pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3658 \egroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3659 \kern3pt\vrule
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3660 \hskip\rskip
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3661 \egroup
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3662 \cartbot
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3663 \egroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3664 \endgroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3665 }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3666
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3667
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3668 % This macro is called at the beginning of all the @example variants,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3669 % inside a group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3670 \def\nonfillstart{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3671 \aboveenvbreak
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3672 \inENV % This group ends at the end of the body
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3673 \hfuzz = 12pt % Don't be fussy
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3674 \sepspaces % Make spaces be word-separators rather than space tokens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3675 \singlespace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3676 \let\par = \lisppar % don't ignore blank lines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3677 \obeylines % each line of input is a line of output
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3678 \parskip = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3679 \parindent = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3680 \emergencystretch = 0pt % don't try to avoid overfull boxes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3681 % @cartouche defines \nonarrowing to inhibit narrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3682 % at next level down.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3683 \ifx\nonarrowing\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3684 \advance \leftskip by \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3685 \exdentamount=\lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3686 \let\exdent=\nofillexdent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3687 \let\nonarrowing=\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3688 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3689 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3690
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3691 % To ending an @example-like environment, we first end the paragraph
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3692 % (via \afterenvbreak's vertical glue), and then the group. That way we
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3693 % keep the zero \parskip that the environments set -- \parskip glue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3694 % will be inserted at the beginning of the next paragraph in the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3695 % document, after the environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3696 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3697 \def\nonfillfinish{\afterenvbreak\endgroup}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3698
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3699 \def\lisp{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3700 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3701 \let\Elisp = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3702 \tt
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3703 % Make @kbd do something special, if requested.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3704 \let\kbdfont\kbdexamplefont
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3705 \rawbackslash % have \ input char produce \ char from current font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3706 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3707 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3708
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3709 % Define the \E... control sequence only if we are inside the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3710 % environment, so the error checking in \end will work.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3711 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3712 % We must call \lisp last in the definition, since it reads the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3713 % return following the @example (or whatever) command.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3714 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3715 \def\example{\begingroup \def\Eexample{\nonfillfinish\endgroup}\lisp}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3716 \def\smallexample{\begingroup \def\Esmallexample{\nonfillfinish\endgroup}\lisp}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3717 \def\smalllisp{\begingroup \def\Esmalllisp{\nonfillfinish\endgroup}\lisp}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3718
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3719 % @smallexample and @smalllisp. This is not used unless the @smallbook
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3720 % command is given. Originally contributed by Pavel@xerox.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3721 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3722 \def\smalllispx{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3723 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3724 \let\Esmalllisp = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3725 \let\Esmallexample = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3726 %
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
3727 % Smaller fonts for small examples.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3728 \indexfonts \tt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3729 \rawbackslash % make \ output the \ character from the current font (tt)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3730 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3731 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3732
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3733 % This is @display; same as @lisp except use roman font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3734 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3735 \def\display{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3736 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3737 \let\Edisplay = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3738 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3739 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3740
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3741 % This is @format; same as @display except don't narrow margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3742 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3743 \def\format{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3744 \let\nonarrowing = t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3745 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3746 \let\Eformat = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3747 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3748 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3749
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3750 % @flushleft (same as @format) and @flushright.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3751 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3752 \def\flushleft{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3753 \let\nonarrowing = t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3754 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3755 \let\Eflushleft = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3756 \gobble
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3757 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3758 \def\flushright{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3759 \let\nonarrowing = t
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3760 \nonfillstart
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3761 \let\Eflushright = \nonfillfinish
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3762 \advance\leftskip by 0pt plus 1fill
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3763 \gobble}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3764
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3765 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3766 % and narrows the margins.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3767 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3768 \def\quotation{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3769 \begingroup\inENV %This group ends at the end of the @quotation body
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3770 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3771 \singlespace
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3772 \parindent=0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3773 % We have retained a nonzero parskip for the environment, since we're
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3774 % doing normal filling. So to avoid extra space below the environment...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3775 \def\Equotation{\parskip = 0pt \nonfillfinish}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3776 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3777 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3778 \ifx\nonarrowing\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3779 \advance\leftskip by \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3780 \advance\rightskip by \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3781 \exdentamount = \lispnarrowing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3782 \let\nonarrowing = \relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3783 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3784 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3785
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3786 \message{defuns,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3787 % Define formatter for defuns
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3788 % First, allow user to change definition object font (\df) internally
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3789 \def\setdeffont #1 {\csname DEF#1\endcsname}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3790
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3791 \newskip\defbodyindent \defbodyindent=.4in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3792 \newskip\defargsindent \defargsindent=50pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3793 \newskip\deftypemargin \deftypemargin=12pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3794 \newskip\deflastargmargin \deflastargmargin=18pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3795
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3796 \newcount\parencount
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3797 % define \functionparens, which makes ( and ) and & do special things.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3798 % \functionparens affects the group it is contained in.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3799 \def\activeparens{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3800 \catcode`\(=\active \catcode`\)=\active \catcode`\&=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3801 \catcode`\[=\active \catcode`\]=\active}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3802
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3803 % Make control sequences which act like normal parenthesis chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3804 \let\lparen = ( \let\rparen = )
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3805
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3806 {\activeparens % Now, smart parens don't turn on until &foo (see \amprm)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3807
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3808 % Be sure that we always have a definition for `(', etc. For example,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3809 % 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
3810 % so TeX would otherwise complain about undefined control sequence.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3811 \global\let(=\lparen \global\let)=\rparen
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3812 \global\let[=\lbrack \global\let]=\rbrack
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3813
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3814 \gdef\functionparens{\boldbrax\let&=\amprm\parencount=0 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3815 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3816 % This is used to turn on special parens
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3817 % but make & act ordinary (given that it's active).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3818 \gdef\boldbraxnoamp{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb\let&=\ampnr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3819
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3820 % Definitions of (, ) and & used in args for functions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3821 % This is the definition of ( outside of all parentheses.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3822 \gdef\oprm#1 {{\rm\char`\(}#1 \bf \let(=\opnested
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3823 \global\advance\parencount by 1
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3824 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3825 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3826 % This is the definition of ( when already inside a level of parens.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3827 \gdef\opnested{\char`\(\global\advance\parencount by 1 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3828 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3829 \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3830 % also in that case restore the outer-level definition of (.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3831 \ifnum \parencount=1 {\rm \char `\)}\sl \let(=\oprm \else \char `\) \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3832 \global\advance \parencount by -1 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3833 % If we encounter &foo, then turn on ()-hacking afterwards
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3834 \gdef\amprm#1 {{\rm\&#1}\let(=\oprm \let)=\clrm\ }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3835 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3836 \gdef\normalparens{\boldbrax\let&=\ampnr}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3837 } % End of definition inside \activeparens
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3838 %% These parens (in \boldbrax) actually are a little bolder than the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3839 %% contained text. This is especially needed for [ and ]
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3840 \def\opnr{{\sf\char`\(}\global\advance\parencount by 1 }
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3841 \def\clnr{{\sf\char`\)}\global\advance\parencount by -1 }
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3842 \def\ampnr{\&}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3843 \def\lbrb{{\bf\char`\[}}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3844 \def\rbrb{{\bf\char`\]}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3845
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3846 % First, defname, which formats the header line itself.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3847 % #1 should be the function name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3848 % #2 should be the type of definition, such as "Function".
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3849
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3850 \def\defname #1#2{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3851 % Get the values of \leftskip and \rightskip as they were
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3852 % outside the @def...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3853 \dimen2=\leftskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3854 \advance\dimen2 by -\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3855 \dimen3=\rightskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3856 \advance\dimen3 by -\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3857 \noindent %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3858 \setbox0=\hbox{\hskip \deflastargmargin{\rm #2}\hskip \deftypemargin}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3859 \dimen0=\hsize \advance \dimen0 by -\wd0 % compute size for first line
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3860 \dimen1=\hsize \advance \dimen1 by -\defargsindent %size for continuations
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3861 \parshape 2 0in \dimen0 \defargsindent \dimen1 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3862 % Now output arg 2 ("Function" or some such)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3863 % ending at \deftypemargin from the right margin,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3864 % 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
3865 {% Adjust \hsize to exclude the ambient margins,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3866 % so that \rightline will obey them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3867 \advance \hsize by -\dimen2 \advance \hsize by -\dimen3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3868 \rlap{\rightline{{\rm #2}\hskip \deftypemargin}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3869 % Make all lines underfull and no complaints:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3870 \tolerance=10000 \hbadness=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3871 \advance\leftskip by -\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3872 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3873 {\df #1}\enskip % Generate function name
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3874 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3875
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3876 % Actually process the body of a definition
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3877 % #1 should be the terminating control sequence, such as \Edefun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3878 % #2 should be the "another name" control sequence, such as \defunx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3879 % #3 should be the control sequence that actually processes the header,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3880 % such as \defunheader.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3881
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3882 \def\defparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3883 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3884 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3885 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3886 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3887 \def#2{\begingroup\obeylines\activeparens\spacesplit#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3888 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3889 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3890 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3891 \begingroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3892 \catcode 61=\active % 61 is `='
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3893 \obeylines\activeparens\spacesplit#3}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3894
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3895 \def\defmethparsebody #1#2#3#4 {\begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3896 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3897 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3898 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3899 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3900 \def#2##1 {\begingroup\obeylines\activeparens\spacesplit{#3{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3901 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3902 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3903 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3904 \begingroup\obeylines\activeparens\spacesplit{#3{#4}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3905
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3906 \def\defopparsebody #1#2#3#4#5 {\begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3907 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3908 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3909 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3910 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3911 \def#2##1 ##2 {\def#4{##1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3912 \begingroup\obeylines\activeparens\spacesplit{#3{##2}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3913 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3914 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3915 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3916 \begingroup\obeylines\activeparens\spacesplit{#3{#5}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3917
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3918 % These parsing functions are similar to the preceding ones
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3919 % except that they do not make parens into active characters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3920 % These are used for "variables" since they have no arguments.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3921
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3922 \def\defvarparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3923 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3924 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3925 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3926 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3927 \def#2{\begingroup\obeylines\spacesplit#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3928 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3929 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3930 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3931 \begingroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3932 \catcode 61=\active %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3933 \obeylines\spacesplit#3}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3934
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3935 % 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
3936 % some of the others, too, with some judicious conditionals.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3937 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3938 \def\parsebodycommon#1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3939 \begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3940 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3941 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3942 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3943 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3944 \def#2##1 {\begingroup\obeylines\spacesplit{#3{##1}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3945 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3946 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3947 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3948 \begingroup\obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3949 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3950
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3951 \def\defvrparsebody#1#2#3#4 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3952 \parsebodycommon{#1}{#2}{#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3953 \spacesplit{#3{#4}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3954 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3955
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3956 % This loses on `@deftp {Data Type} {struct termios}' -- it thinks the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3957 % type is just `struct', because we lose the braces in `{struct
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3958 % termios}' when \spacesplit reads its undelimited argument. Sigh.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3959 % \let\deftpparsebody=\defvrparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3960 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3961 % 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
3962 % way, TeX won't find exactly `{...}' as an undelimited argument, and
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3963 % won't strip off the braces.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3964 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3965 \def\deftpparsebody #1#2#3#4 {%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3966 \parsebodycommon{#1}{#2}{#3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3967 \spacesplit{\parsetpheaderline{#3{#4}}}\empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3968 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3969
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3970 % Fine, but then we have to eventually remove the \empty *and* the
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3971 % braces (if any). That's what this does.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3972 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3973 \def\removeemptybraces\empty#1\relax{#1}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3974
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3975 % After \spacesplit has done its work, this is called -- #1 is the final
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3976 % thing to call, #2 the type name (which starts with \empty), and #3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3977 % (which might be empty) the arguments.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3978 %
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3979 \def\parsetpheaderline#1#2#3{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
3980 #1{\removeemptybraces#2\relax}{#3}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3981 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3982
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3983 \def\defopvarparsebody #1#2#3#4#5 {\begingroup\inENV %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3984 \medbreak %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3985 % Define the end token that this defining construct specifies
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3986 % so that it will exit this group.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3987 \def#1{\endgraf\endgroup\medbreak}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3988 \def#2##1 ##2 {\def#4{##1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3989 \begingroup\obeylines\spacesplit{#3{##2}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3990 \parindent=0in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3991 \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3992 \exdentamount=\defbodyindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3993 \begingroup\obeylines\spacesplit{#3{#5}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3994
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3995 % Split up #2 at the first space token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3996 % call #1 with two arguments:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3997 % the first is all of #2 before the space token,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3998 % the second is all of #2 after that space token.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
3999 % 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
4000 % and the second is passed as empty.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4001
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4002 {\obeylines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4003 \gdef\spacesplit#1#2^^M{\endgroup\spacesplitfoo{#1}#2 \relax\spacesplitfoo}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4004 \long\gdef\spacesplitfoo#1#2 #3#4\spacesplitfoo{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4005 \ifx\relax #3%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4006 #1{#2}{}\else #1{#2}{#3#4}\fi}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4007
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4008 % So much for the things common to all kinds of definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4009
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4010 % Define @defun.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4011
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4012 % First, define the processing that is wanted for arguments of \defun
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4013 % Use this to expand the args and terminate the paragraph they make up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4014
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4015 \def\defunargs #1{\functionparens \sl
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4016 % Expand, preventing hyphenation at `-' chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4017 % Note that groups don't affect changes in \hyphenchar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4018 \hyphenchar\tensl=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4019 #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4020 \hyphenchar\tensl=45
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4021 \ifnum\parencount=0 \else \errmessage{Unbalanced parentheses in @def}\fi%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4022 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4023 \advance\rightskip by 0pt plus 1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4024 \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4025 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4026
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4027 \def\deftypefunargs #1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4028 % Expand, preventing hyphenation at `-' chars.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4029 % Note that groups don't affect changes in \hyphenchar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4030 % Use \boldbraxnoamp, not \functionparens, so that & is not special.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4031 \boldbraxnoamp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4032 \tclose{#1}% avoid \code because of side effects on active chars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4033 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4034 \advance\rightskip by 0pt plus 1fil
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4035 \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4036 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4037
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4038 % Do complete processing of one @defun or @defunx line already parsed.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4039
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4040 % @deffn Command forward-char nchars
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4041
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4042 \def\deffn{\defmethparsebody\Edeffn\deffnx\deffnheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4043
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4044 \def\deffnheader #1#2#3{\doind {fn}{\code{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4045 \begingroup\defname {#2}{#1}\defunargs{#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4046 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4047 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4048
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4049 % @defun == @deffn Function
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4050
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4051 \def\defun{\defparsebody\Edefun\defunx\defunheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4052
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4053 \def\defunheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4054 \begingroup\defname {#1}{Function}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4055 \defunargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4056 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4057 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4058
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4059 % @deftypefun int foobar (int @var{foo}, float @var{bar})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4060
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4061 \def\deftypefun{\defparsebody\Edeftypefun\deftypefunx\deftypefunheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4062
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4063 % #1 is the data type. #2 is the name and args.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4064 \def\deftypefunheader #1#2{\deftypefunheaderx{#1}#2 \relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4065 % #1 is the data type, #2 the name, #3 the args.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4066 \def\deftypefunheaderx #1#2 #3\relax{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4067 \doind {fn}{\code{#2}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4068 \begingroup\defname {\defheaderxcond#1\relax$$$#2}{Function}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4069 \deftypefunargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4070 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4071 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4072
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4073 % @deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar})
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4074
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4075 \def\deftypefn{\defmethparsebody\Edeftypefn\deftypefnx\deftypefnheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4076
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4077 % \defheaderxcond#1\relax$$$
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4078 % 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
4079 \def\defheaderxcond#1#2$$${\ifx#1\relax\else\code{#1#2} \fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4080
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4081 % #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
4082 \def\deftypefnheader #1#2#3{\deftypefnheaderx{#1}{#2}#3 \relax}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4083 % #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
4084 \def\deftypefnheaderx #1#2#3 #4\relax{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4085 \doind {fn}{\code{#3}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4086 \begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4087 \normalparens % notably, turn off `&' magic, which prevents
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4088 % at least some C++ text from working
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4089 \defname {\defheaderxcond#2\relax$$$#3}{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4090 \deftypefunargs {#4}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4091 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4092 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4093
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4094 % @defmac == @deffn Macro
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4095
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4096 \def\defmac{\defparsebody\Edefmac\defmacx\defmacheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4097
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4098 \def\defmacheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4099 \begingroup\defname {#1}{Macro}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4100 \defunargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4101 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4102 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4103
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4104 % @defspec == @deffn Special Form
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4105
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4106 \def\defspec{\defparsebody\Edefspec\defspecx\defspecheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4107
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4108 \def\defspecheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4109 \begingroup\defname {#1}{Special Form}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4110 \defunargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4111 \catcode 61=\other % Turn off change made in \defparsebody
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4112 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4113
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4114 % This definition is run if you use @defunx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4115 % anywhere other than immediately after a @defun or @defunx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4116
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4117 \def\deffnx #1 {\errmessage{@deffnx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4118 \def\defunx #1 {\errmessage{@defunx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4119 \def\defmacx #1 {\errmessage{@defmacx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4120 \def\defspecx #1 {\errmessage{@defspecx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4121 \def\deftypefnx #1 {\errmessage{@deftypefnx in invalid context}}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4122 \def\deftypemethodx #1 {\errmessage{@deftypemethodx in invalid context}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4123 \def\deftypeunx #1 {\errmessage{@deftypeunx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4124
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4125 % @defmethod, and so on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4126
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4127 % @defop {Funny Method} foo-class frobnicate argument
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4128
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4129 \def\defop #1 {\def\defoptype{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4130 \defopparsebody\Edefop\defopx\defopheader\defoptype}
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\defopheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4133 \dosubind {fn}{\code{#2}}{on #1}% Make entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4134 \begingroup\defname {#2}{\defoptype{} on #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4135 \defunargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4136 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4137
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4138 % @deftypemethod foo-class return-type foo-method args
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4139 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4140 \def\deftypemethod{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4141 \defmethparsebody\Edeftypemethod\deftypemethodx\deftypemethodheader}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4142 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4143 % #1 is the class name, #2 the data type, #3 the method name, #4 the args.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4144 \def\deftypemethodheader#1#2#3#4{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4145 \deftypefnheaderx{Method on #1}{#2}#3 #4\relax
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4146 }
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4147
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4148 % @defmethod == @defop Method
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4149
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4150 \def\defmethod{\defmethparsebody\Edefmethod\defmethodx\defmethodheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4151
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4152 \def\defmethodheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4153 \dosubind {fn}{\code{#2}}{on #1}% entry in function index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4154 \begingroup\defname {#2}{Method on #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4155 \defunargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4156 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4157
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4158 % @defcv {Class Option} foo-class foo-flag
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4159
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4160 \def\defcv #1 {\def\defcvtype{#1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4161 \defopvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4162
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4163 \def\defcvarheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4164 \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4165 \begingroup\defname {#2}{\defcvtype{} of #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4166 \defvarargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4167 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4168
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4169 % @defivar == @defcv {Instance Variable}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4170
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4171 \def\defivar{\defvrparsebody\Edefivar\defivarx\defivarheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4172
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4173 \def\defivarheader #1#2#3{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4174 \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4175 \begingroup\defname {#2}{Instance Variable of #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4176 \defvarargs {#3}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4177 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4178
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4179 % These definitions are run if you use @defmethodx, etc.,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4180 % anywhere other than immediately after a @defmethod, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4181
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4182 \def\defopx #1 {\errmessage{@defopx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4183 \def\defmethodx #1 {\errmessage{@defmethodx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4184 \def\defcvx #1 {\errmessage{@defcvx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4185 \def\defivarx #1 {\errmessage{@defivarx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4186
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4187 % Now @defvar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4188
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4189 % First, define the processing that is wanted for arguments of @defvar.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4190 % This is actually simple: just print them in roman.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4191 % This must expand the args and terminate the paragraph they make up
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4192 \def\defvarargs #1{\normalparens #1%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4193 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4194 \endgraf\penalty 10000\vskip -\parskip\penalty 10000}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4195
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4196 % @defvr Counter foo-count
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\defvr{\defvrparsebody\Edefvr\defvrx\defvrheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4199
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4200 \def\defvrheader #1#2#3{\doind {vr}{\code{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4201 \begingroup\defname {#2}{#1}\defvarargs{#3}\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4202
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4203 % @defvar == @defvr Variable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4204
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4205 \def\defvar{\defvarparsebody\Edefvar\defvarx\defvarheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4206
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4207 \def\defvarheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4208 \begingroup\defname {#1}{Variable}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4209 \defvarargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4210 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4211
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4212 % @defopt == @defvr {User Option}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4213
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4214 \def\defopt{\defvarparsebody\Edefopt\defoptx\defoptheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4215
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4216 \def\defoptheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4217 \begingroup\defname {#1}{User Option}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4218 \defvarargs {#2}\endgroup %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4219 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4220
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4221 % @deftypevar int foobar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4222
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4223 \def\deftypevar{\defvarparsebody\Edeftypevar\deftypevarx\deftypevarheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4224
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4225 % #1 is the data type. #2 is the name, perhaps followed by text that
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4226 % 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
4227 \def\deftypevarheader #1#2{%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4228 \dovarind#2 \relax% Make entry in variables index
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4229 \begingroup\defname {\defheaderxcond#1\relax$$$#2}{Variable}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4230 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4231 \endgraf\penalty 10000\vskip -\parskip\penalty 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4232 \endgroup}
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4233 \def\dovarind#1 #2\relax{\doind{vr}{\code{#1}}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4234
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4235 % @deftypevr {Global Flag} int enable
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4236
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4237 \def\deftypevr{\defvrparsebody\Edeftypevr\deftypevrx\deftypevrheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4238
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4239 \def\deftypevrheader #1#2#3{\dovarind#3 \relax%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4240 \begingroup\defname {\defheaderxcond#2\relax$$$#3}{#1}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4241 \interlinepenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4242 \endgraf\penalty 10000\vskip -\parskip\penalty 10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4243 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4244
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4245 % This definition is run if you use @defvarx
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4246 % anywhere other than immediately after a @defvar or @defvarx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4247
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4248 \def\defvrx #1 {\errmessage{@defvrx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4249 \def\defvarx #1 {\errmessage{@defvarx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4250 \def\defoptx #1 {\errmessage{@defoptx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4251 \def\deftypevarx #1 {\errmessage{@deftypevarx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4252 \def\deftypevrx #1 {\errmessage{@deftypevrx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4253
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4254 % Now define @deftp
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4255 % Args are printed in bold, a slight difference from @defvar.
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\deftpargs #1{\bf \defvarargs{#1}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4258
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4259 % @deftp Class window height width ...
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4260
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4261 \def\deftp{\deftpparsebody\Edeftp\deftpx\deftpheader}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4262
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4263 \def\deftpheader #1#2#3{\doind {tp}{\code{#2}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4264 \begingroup\defname {#2}{#1}\deftpargs{#3}\endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4265
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4266 % This definition is run if you use @deftpx, etc
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4267 % anywhere other than immediately after a @deftp, etc.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4268
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4269 \def\deftpx #1 {\errmessage{@deftpx in invalid context}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4270
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4271
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4272 \message{cross reference,}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4273 % Define cross-reference macros
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4274 \newwrite \auxfile
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4275
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4276 \newif\ifhavexrefs % True if xref values are known.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4277 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4278
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4279 % @inforef is simple.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4280 \def\inforef #1{\inforefzzz #1,,,,**}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4281 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4282 node \samp{\ignorespaces#1{}}}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4283
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4284 % \setref{foo} defines a cross-reference point named foo.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4285
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4286 \def\setref#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4287 \dosetq{#1-title}{Ytitle}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4288 \dosetq{#1-pg}{Ypagenumber}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4289 \dosetq{#1-snt}{Ysectionnumberandtype}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4290
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4291 \def\unnumbsetref#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4292 \dosetq{#1-title}{Ytitle}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4293 \dosetq{#1-pg}{Ypagenumber}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4294 \dosetq{#1-snt}{Ynothing}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4295
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4296 \def\appendixsetref#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4297 \dosetq{#1-title}{Ytitle}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4298 \dosetq{#1-pg}{Ypagenumber}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4299 \dosetq{#1-snt}{Yappendixletterandtype}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4300
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4301 % \xref, \pxref, and \ref generate cross-references to specified points.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4302 % For \xrefX, #1 is the node name, #2 the name of the Info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4303 % cross-reference, #3 the printed node name, #4 the name of the Info
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4304 % 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
4305 % omitted.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4306 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4307 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4308 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4309 \def\ref#1{\xrefX[#1,,,,,,,]}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4310 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4311 \def\printedmanual{\ignorespaces #5}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4312 \def\printednodename{\ignorespaces #3}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4313 \setbox1=\hbox{\printedmanual}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4314 \setbox0=\hbox{\printednodename}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4315 \ifdim \wd0 = 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4316 % No printed node name was explicitly given.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4317 \expandafter\ifx\csname SETxref-automatic-section-title\endcsname\relax
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4318 % Use the node name inside the square brackets.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4319 \def\printednodename{\ignorespaces #1}%
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4320 \else
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4321 % Use the actual chapter/section title appear inside
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4322 % the square brackets. Use the real section title if we have it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4323 \ifdim \wd1>0pt%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4324 % It is in another manual, so we don't have it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4325 \def\printednodename{\ignorespaces #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4326 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4327 \ifhavexrefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4328 % We know the real title if we have the xref values.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4329 \def\printednodename{\refx{#1-title}{}}%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4330 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4331 % Otherwise just copy the Info node name.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4332 \def\printednodename{\ignorespaces #1}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4333 \fi%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4334 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4335 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4336 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4337 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4338 % 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
4339 % insert empty discretionaries after hyphens, which means that it will
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4340 % 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
4341 % are best written with fairly long node names, containing hyphens, this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4342 % 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
4343 % is as if TeX is seeing it for the first time.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4344 \ifdim \wd1 > 0pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4345 \putwordsection{} ``\printednodename'' in \cite{\printedmanual}%
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 % _ (for example) has to be the character _ for the purposes of the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4348 % control sequence corresponding to the node, but it has to expand
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4349 % into the usual \leavevmode...\vrule stuff for purposes of
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4350 % printing. So we \turnoffactive for the \refx-snt, back on for the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4351 % printing, back off for the \refx-pg.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4352 {\turnoffactive \refx{#1-snt}{}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4353 \space [\printednodename],\space
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4354 \turnoffactive \putwordpage\tie\refx{#1-pg}{}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4355 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4356 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4357
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4358 % \dosetq is the interface for calls from other macros
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4359
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4360 % Use \turnoffactive so that punctuation chars such as underscore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4361 % work in node names.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4362 \def\dosetq #1#2{{\let\folio=0 \turnoffactive
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4363 \edef\next{\write\auxfile{\internalsetq {#1}{#2}}}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4364 \next}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4365
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4366 % \internalsetq {foo}{page} expands into
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4367 % CHARACTERS 'xrdef {foo}{...expansion of \Ypage...}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4368 % When the aux file is read, ' is the escape character
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4369
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4370 \def\internalsetq #1#2{'xrdef {#1}{\csname #2\endcsname}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4371
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4372 % Things to be expanded by \internalsetq
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4373
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4374 \def\Ypagenumber{\folio}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4375
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4376 \def\Ytitle{\thissection}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4377
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4378 \def\Ynothing{}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4379
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4380 \def\Ysectionnumberandtype{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4381 \ifnum\secno=0 \putwordChapter\xreftie\the\chapno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4382 \else \ifnum \subsecno=0 \putwordSection\xreftie\the\chapno.\the\secno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4383 \else \ifnum \subsubsecno=0 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4384 \putwordSection\xreftie\the\chapno.\the\secno.\the\subsecno %
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 \putwordSection\xreftie\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4387 \fi \fi \fi }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4388
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4389 \def\Yappendixletterandtype{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4390 \ifnum\secno=0 \putwordAppendix\xreftie'char\the\appendixno{}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4391 \else \ifnum \subsecno=0 \putwordSection\xreftie'char\the\appendixno.\the\secno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4392 \else \ifnum \subsubsecno=0 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4393 \putwordSection\xreftie'char\the\appendixno.\the\secno.\the\subsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4394 \else %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4395 \putwordSection\xreftie'char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4396 \fi \fi \fi }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4397
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4398 \gdef\xreftie{'tie}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4399
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4400 % 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
4401 % 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
4402 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4403 \ifx\inputlineno\thisisundefined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4404 \let\linenumber = \empty % Non-3.0.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4405 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4406 \def\linenumber{\the\inputlineno:\space}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4407 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4408
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4409 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4410 % If its value is nonempty, SUFFIX is output afterward.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4411
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4412 \def\refx#1#2{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4413 \expandafter\ifx\csname X#1\endcsname\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4414 % If not defined, say something at least.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4415 \angleleft un\-de\-fined\angleright
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4416 \ifhavexrefs
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4417 \message{\linenumber Undefined cross reference `#1'.}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4418 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4419 \ifwarnedxrefs\else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4420 \global\warnedxrefstrue
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4421 \message{Cross reference values unknown; you must run TeX again.}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4422 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4423 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4424 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4425 % It's defined, so just use it.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4426 \csname X#1\endcsname
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4427 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4428 #2% Output the suffix in any case.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4429 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4430
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4431 % This is the macro invoked by entries in the aux file.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4432 %
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4433 \def\xrdef#1{\begingroup
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4434 % Reenable \ as an escape while reading the second argument.
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4435 \catcode`\\ = 0
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4436 \afterassignment\endgroup
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4437 \expandafter\gdef\csname X#1\endcsname
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4438 }
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4439
70
131b0175ea99 Import from CVS: tag r20-0b30
cvs
parents: 50
diff changeset
4440 % Read the last existing aux file, if any. No error if none exists.
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4441 \def\readauxfile{\begingroup
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4442 \catcode`\^^@=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4443 \catcode`\^^A=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4444 \catcode`\^^B=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4445 \catcode`\^^C=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4446 \catcode`\^^D=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4447 \catcode`\^^E=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4448 \catcode`\^^F=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4449 \catcode`\^^G=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4450 \catcode`\^^H=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4451 \catcode`\^^K=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4452 \catcode`\^^L=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4453 \catcode`\^^N=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4454 \catcode`\^^P=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4455 \catcode`\^^Q=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4456 \catcode`\^^R=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4457 \catcode`\^^S=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4458 \catcode`\^^T=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4459 \catcode`\^^U=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4460 \catcode`\^^V=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4461 \catcode`\^^W=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4462 \catcode`\^^X=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4463 \catcode`\^^Z=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4464 \catcode`\^^[=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4465 \catcode`\^^\=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4466 \catcode`\^^]=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4467 \catcode`\^^^=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4468 \catcode`\^^_=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4469 \catcode`\@=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4470 \catcode`\^=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4471 % It was suggested to define this as 7, which would allow ^^e4 etc.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4472 % in xref tags, i.e., node names. But since ^^e4 notation isn't
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4473 % supported in the main text, it doesn't seem desirable. Furthermore,
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4474 % that is not enough: for node names that actually contain a ^
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4475 % character, we would end up writing a line like this: 'xrdef {'hat
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4476 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4477 % argument, and \hat is not an expandable control sequence. It could
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4478 % all be worked out, but why? Either we support ^^ or we don't.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4479 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4480 % The other change necessary for this was to define \auxhat:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4481 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4482 % and then to call \auxhat in \setq.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4483 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4484 \catcode`\~=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4485 \catcode`\[=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4486 \catcode`\]=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4487 \catcode`\"=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4488 \catcode`\_=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4489 \catcode`\|=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4490 \catcode`\<=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4491 \catcode`\>=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4492 \catcode`\$=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4493 \catcode`\#=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4494 \catcode`\&=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4495 % `\+ does not work, so use 43.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4496 \catcode43=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4497 % Make the characters 128-255 be printing characters
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4498 {%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4499 \count 1=128
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4500 \def\loop{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4501 \catcode\count 1=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4502 \advance\count 1 by 1
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4503 \ifnum \count 1<256 \loop \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4504 }%
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4505 }%
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4506 % The aux file uses ' as the escape (for now).
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4507 % Turn off \ as an escape so we do not lose on
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4508 % entries which were dumped with control sequences in their names.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4509 % For example, 'xrdef {$\leq $-fun}{page ...} made by @defun ^^
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4510 % Reference to such entries still does not work the way one would wish,
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4511 % but at least they do not bomb out when the aux file is read in.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4512 \catcode`\{=1
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4513 \catcode`\}=2
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4514 \catcode`\%=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4515 \catcode`\'=0
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4516 \catcode`\\=\other
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4517 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4518 \openin 1 \jobname.aux
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4519 \ifeof 1 \else
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4520 \closein 1
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4521 \input \jobname.aux
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4522 \global\havexrefstrue
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4523 \global\warnedobstrue
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4524 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4525 % Open the new aux file. TeX will close it automatically at exit.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4526 \openout\auxfile=\jobname.aux
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4527 \endgroup}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4528
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4529
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4530 % Footnotes.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4531
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4532 \newcount \footnoteno
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4533
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4534 % The trailing space in the following definition for supereject is
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4535 % vital for proper filling; pages come out unaligned when you do a
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4536 % pagealignmacro call if that space before the closing brace is
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4537 % removed. (Generally, numeric constants should always be followed by a
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4538 % space to prevent strange expansion errors.)
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4539 \def\supereject{\par\penalty -20000\footnoteno =0 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4540
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4541 % @footnotestyle is meaningful for info output only.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4542 \let\footnotestyle=\comment
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4543
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4544 \let\ptexfootnote=\footnote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4545
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4546 {\catcode `\@=11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4547 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4548 % Auto-number footnotes. Otherwise like plain.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4549 \gdef\footnote{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4550 \global\advance\footnoteno by \@ne
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4551 \edef\thisfootno{$^{\the\footnoteno}$}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4552 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4553 % In case the footnote comes at the end of a sentence, preserve the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4554 % extra spacing after we do the footnote number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4555 \let\@sf\empty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4556 \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4557 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4558 % Remove inadvertent blank space before typesetting the footnote number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4559 \unskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4560 \thisfootno\@sf
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4561 \footnotezzz
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4562 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4563
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4564 % Don't bother with the trickery in plain.tex to not require the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4565 % 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
4566 %
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4567 % Oh yes, they do; otherwise, @ifset and anything else that uses
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4568 % \parseargline fail inside footnotes because the tokens are fixed when
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4569 % the footnote is read. --karl, 16nov96.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4570 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4571 \long\gdef\footnotezzz{\insert\footins\bgroup
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4572 % We want to typeset this text as a normal paragraph, even if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4573 % footnote reference occurs in (for example) a display environment.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4574 % So reset some parameters.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4575 \interlinepenalty\interfootnotelinepenalty
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4576 \splittopskip\ht\strutbox % top baseline for broken footnotes
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4577 \splitmaxdepth\dp\strutbox
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4578 \floatingpenalty\@MM
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4579 \leftskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4580 \rightskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4581 \spaceskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4582 \xspaceskip\z@skip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4583 \parindent\defaultparindent
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4584 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4585 % Hang the footnote text off the number.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4586 \hang
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4587 \textindent{\thisfootno}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4588 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4589 % Don't crash into the line above the footnote text. Since this
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4590 % expands into a box, it must come within the paragraph, lest it
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4591 % provide a place where TeX can split the footnote.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4592 \footstrut
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4593 \futurelet\next\fo@t
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4594 }
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4595 \def\fo@t{\ifcat\bgroup\noexpand\next \let\next\f@@t
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4596 \else\let\next\f@t\fi \next}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4597 \def\f@@t{\bgroup\aftergroup\@foot\let\next}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4598 \def\f@t#1{#1\@foot}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4599 \def\@foot{\strut\egroup}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4600
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4601 }%end \catcode `\@=11
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4602
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4603 % Set the baselineskip to #1, and the lineskip and strut size
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4604 % correspondingly. There is no deep meaning behind these magic numbers
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4605 % used as factors; they just match (closely enough) what Knuth defined.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4606 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4607 \def\lineskipfactor{.08333}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4608 \def\strutheightpercent{.70833}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4609 \def\strutdepthpercent {.29167}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4610 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4611 \def\setleading#1{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4612 \normalbaselineskip = #1\relax
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4613 \normallineskip = \lineskipfactor\normalbaselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4614 \normalbaselines
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4615 \setbox\strutbox =\hbox{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4616 \vrule width0pt height\strutheightpercent\baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4617 depth \strutdepthpercent \baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4618 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4619 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4620
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4621 % @| inserts a changebar to the left of the current line. It should
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4622 % surround any changed text. This approach does *not* work if the
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4623 % change spans more than two lines of output. To handle that, we would
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4624 % have adopt a much more difficult approach (putting marks into the main
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4625 % vertical list for the beginning and end of each change).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4626 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4627 \def\|{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4628 % \vadjust can only be used in horizontal mode.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4629 \leavevmode
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4630 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4631 % Append this vertical mode material after the current line in the output.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4632 \vadjust{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4633 % 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
4634 % leading; that is exactly what \strutbox is supposed to record.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4635 \vskip-\baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4636 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4637 % \vadjust-items are inserted at the left edge of the type. So
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4638 % the \llap here moves out into the left-hand margin.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4639 \llap{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4640 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4641 % For a thicker or thinner bar, change the `1pt'.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4642 \vrule height\baselineskip width1pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4643 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4644 % This is the space between the bar and the text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4645 \hskip 12pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4646 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4647 }%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4648 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4649
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4650 % For a final copy, take out the rectangles
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4651 % that mark overfull boxes (in case you have decided
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4652 % that the text looks ok even though it passes the margin).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4653 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4654 \def\finalout{\overfullrule=0pt}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4655
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4656 % @image. We use the macros from epsf.tex to support this.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4657 % If epsf.tex is not installed and @image is used, we complain.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4658 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4659 % Check for and read epsf.tex up front. If we read it only at @image
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4660 % time, we might be inside a group, and then its definitions would get
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4661 % undone and the next image would fail.
290
c9fe270a4101 Import from CVS: tag r21-0b43
cvs
parents: 181
diff changeset
4662 \openin 1 = epsf.tex
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4663 \ifeof 1 \else
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4664 \closein 1
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4665 \def\epsfannounce{\toks0 = }% do not bother showing banner
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4666 \input epsf.tex
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4667 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4668 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4669 \newif\ifwarnednoepsf
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4670 \newhelp\noepsfhelp{epsf.tex must be installed for images to
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4671 work. It is also included in the Texinfo distribution, or you can get
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4672 it from ftp://ftp.tug.org/tex/epsf.tex.}
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4673 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4674 % Only complain once about lack of epsf.tex.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4675 \def\image#1{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4676 \ifx\epsfbox\undefined
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4677 \ifwarnednoepsf \else
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4678 \errhelp = \noepsfhelp
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4679 \errmessage{epsf.tex not found, images will be ignored}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4680 \global\warnednoepsftrue
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4681 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4682 \else
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4683 \imagexxx #1,,,\finish
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4684 \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4685 }
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4686 %
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4687 % Arguments to @image:
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4688 % #1 is (mandatory) image filename; we tack on .eps extension.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4689 % #2 is (optional) width, #3 is (optional) height.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4690 % #4 is just the usual extra ignored arg for parsing this stuff.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4691 \def\imagexxx#1,#2,#3,#4\finish{%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4692 % \epsfbox itself resets \epsf?size at each figure.
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4693 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4694 \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4695 \epsfbox{#1.eps}%
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4696 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4697
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4698 % End of control word definitions.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4699
175
2d532a89d707 Import from CVS: tag r20-3b14
cvs
parents: 108
diff changeset
4700
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4701 \message{and turning on texinfo input format.}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4702
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4703 \def\openindices{%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4704 \newindex{cp}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4705 \newcodeindex{fn}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4706 \newcodeindex{vr}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4707 \newcodeindex{tp}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4708 \newcodeindex{ky}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4709 \newcodeindex{pg}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4710 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4711
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4712 % Set some numeric style parameters, for 8.5 x 11 format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4713
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4714 \hsize = 6in
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4715 \hoffset = .25in
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4716 \newdimen\defaultparindent \defaultparindent = 15pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4717 \parindent = \defaultparindent
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4718 \parskip 3pt plus 2pt minus 1pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4719 \setleading{13.2pt}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4720 \advance\topskip by 1.2cm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4721
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4722 \chapheadingskip = 15pt plus 4pt minus 2pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4723 \secheadingskip = 12pt plus 3pt minus 2pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4724 \subsecheadingskip = 9pt plus 2pt minus 2pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4725
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4726 % Prevent underfull vbox error messages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4727 \vbadness=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4728
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4729 % Following George Bush, just get rid of widows and orphans.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4730 \widowpenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4731 \clubpenalty=10000
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4732
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4733 % 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
4734 % 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
4735 % stretch added to depend on the line length, hence the dependence on
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4736 % \hsize. This makes it come to about 9pt for the 8.5x11 format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4737 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4738 \ifx\emergencystretch\thisisundefined
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4739 % Allow us to assign to \emergencystretch anyway.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4740 \def\emergencystretch{\dimen0}%
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4741 \else
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4742 \emergencystretch = \hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4743 \divide\emergencystretch by 45
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4744 \fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4745
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4746 % Use @smallbook to reset parameters for 7x9.5 format (or else 7x9.25)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4747 \def\smallbook{
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4748 \global\chapheadingskip = 15pt plus 4pt minus 2pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4749 \global\secheadingskip = 12pt plus 3pt minus 2pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4750 \global\subsecheadingskip = 9pt plus 2pt minus 2pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4751 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4752 \global\lispnarrowing = 0.3in
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4753 \setleading{12pt}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4754 \advance\topskip by -1cm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4755 \global\parskip 2pt plus 1pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4756 \global\hsize = 5in
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4757 \global\vsize=7.5in
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4758 \global\tolerance=700
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4759 \global\hfuzz=1pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4760 \global\contentsrightmargin=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4761 \global\deftypemargin=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4762 \global\defbodyindent=.5cm
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4763 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4764 \global\pagewidth=\hsize
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4765 \global\pageheight=\vsize
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4766 %
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4767 \global\let\smalllisp=\smalllispx
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4768 \global\let\smallexample=\smalllispx
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4769 \global\def\Esmallexample{\Esmalllisp}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4770 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4771
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4772 % Use @afourpaper to print on European A4 paper.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4773 \def\afourpaper{
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4774 \global\tolerance=700
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4775 \global\hfuzz=1pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4776 \setleading{12pt}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4777 \global\parskip 15pt plus 1pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4778
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4779 \global\vsize= 53\baselineskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4780 \advance\vsize by \topskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4781 %\global\hsize= 5.85in % A4 wide 10pt
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4782 \global\hsize= 6.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4783 \global\outerhsize=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4784 \global\advance\outerhsize by 0.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4785 \global\outervsize=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4786 \global\advance\outervsize by 0.6in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4787
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4788 \global\pagewidth=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4789 \global\pageheight=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4790 }
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4791
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4792 \bindingoffset=0pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4793 \normaloffset=\hoffset
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4794 \pagewidth=\hsize
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4795 \pageheight=\vsize
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4796
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4797 % Allow control of the text dimensions. Parameters in order: textheight;
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4798 % textwidth; voffset; hoffset; binding offset; topskip.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4799 % All require a dimension;
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4800 % header is additional; added length extends the bottom of the page.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4801
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4802 \def\changepagesizes#1#2#3#4#5#6{
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4803 \global\vsize= #1
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4804 \global\topskip= #6
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4805 \advance\vsize by \topskip
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4806 \global\voffset= #3
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4807 \global\hsize= #2
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4808 \global\outerhsize=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4809 \global\advance\outerhsize by 0.5in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4810 \global\outervsize=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4811 \global\advance\outervsize by 0.6in
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4812 \global\pagewidth=\hsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4813 \global\pageheight=\vsize
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4814 \global\normaloffset= #4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4815 \global\bindingoffset= #5}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4816
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4817 % A specific text layout, 24x15cm overall, intended for A4 paper. Top margin
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4818 % 29mm, hence bottom margin 28mm, nominal side margin 3cm.
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4819 \def\afourlatex
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4820 {\global\tolerance=700
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4821 \global\hfuzz=1pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4822 \setleading{12pt}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4823 \global\parskip 15pt plus 1pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4824 \advance\baselineskip by 1.6pt
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4825 \changepagesizes{237mm}{150mm}{3.6mm}{3.6mm}{3mm}{7mm}
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4826 }
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4827
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4828 % Use @afourwide to print on European A4 paper in wide format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4829 \def\afourwide{\afourpaper
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4830 \changepagesizes{9.5in}{6.5in}{\hoffset}{\normaloffset}{\bindingoffset}{7mm}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4831
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4832 % Define macros to output various characters with catcode for normal text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4833 \catcode`\"=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4834 \catcode`\~=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4835 \catcode`\^=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4836 \catcode`\_=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4837 \catcode`\|=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4838 \catcode`\<=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4839 \catcode`\>=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4840 \catcode`\+=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4841 \def\normaldoublequote{"}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4842 \def\normaltilde{~}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4843 \def\normalcaret{^}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4844 \def\normalunderscore{_}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4845 \def\normalverticalbar{|}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4846 \def\normalless{<}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4847 \def\normalgreater{>}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4848 \def\normalplus{+}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4849
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4850 % This macro is used to make a character print one way in ttfont
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4851 % where it can probably just be output, and another way in other fonts,
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4852 % where something hairier probably needs to be done.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4853 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4854 % #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
4855 % otherwise. Since all the Computer Modern typewriter fonts have zero
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4856 % interword stretch (and shrink), and it is reasonable to expect all
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4857 % typewriter fonts to have this, we can check that font parameter.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4858 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4859 \def\ifusingtt#1#2{\ifdim \fontdimen3\the\font=0pt #1\else #2\fi}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4860
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4861 % Turn off all special characters except @
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4862 % (and those which the user can use as if they were ordinary).
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4863 % 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
4864 % use math or other variants that look better in normal text.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4865
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4866 \catcode`\"=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4867 \def\activedoublequote{{\tt \char '042}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4868 \let"=\activedoublequote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4869 \catcode`\~=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4870 \def~{{\tt \char '176}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4871 \chardef\hat=`\^
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 \def^{{\tt \hat}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4874
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4875 \catcode`\_=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4876 \def_{\ifusingtt\normalunderscore\_}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4877 % Subroutine for the previous macro.
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 70
diff changeset
4878 \def\_{\leavevmode \kern.06em \vbox{\hrule width.3em height.1ex}}
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4879
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4880 \catcode`\|=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4881 \def|{{\tt \char '174}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4882 \chardef \less=`\<
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4883 \catcode`\<=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4884 \def<{{\tt \less}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4885 \chardef \gtr=`\>
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4886 \catcode`\>=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4887 \def>{{\tt \gtr}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4888 \catcode`\+=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4889 \def+{{\tt \char 43}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4890 %\catcode 27=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4891 %\def^^[{$\diamondsuit$}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4892
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4893 % 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
4894 {\catcode`\==\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4895 \global\def={{\tt \char 61}}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4896
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4897 \catcode`+=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4898 \catcode`\_=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4899
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4900 % 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
4901 % name cannot be active until we have parsed the command line.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4902 % So turn them off again, and have \everyjob (or @setfilename) turn them on.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4903 % \otherifyactive is called near the end of this file.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4904 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4905
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4906 \catcode`\@=0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4907
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4908 % \rawbackslashxx output one backslash character in current font
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4909 \global\chardef\rawbackslashxx=`\\
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4910 %{\catcode`\\=\other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4911 %@gdef@rawbackslashxx{\}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4912
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4913 % \rawbackslash redefines \ as input to do \rawbackslashxx.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4914 {\catcode`\\=\active
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4915 @gdef@rawbackslash{@let\=@rawbackslashxx }}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4916
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4917 % \normalbackslash outputs one backslash in fixed width font.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4918 \def\normalbackslash{{\tt\rawbackslashxx}}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4919
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4920 % Say @foo, not \foo, in error messages.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4921 \escapechar=`\@
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4922
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4923 % \catcode 17=0 % Define control-q
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4924 \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 % Used sometimes to turn off (effectively) the active characters
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4927 % even after parsing them.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4928 @def@turnoffactive{@let"=@normaldoublequote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4929 @let\=@realbackslash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4930 @let~=@normaltilde
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4931 @let^=@normalcaret
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4932 @let_=@normalunderscore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4933 @let|=@normalverticalbar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4934 @let<=@normalless
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4935 @let>=@normalgreater
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4936 @let+=@normalplus}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4937
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4938 @def@normalturnoffactive{@let"=@normaldoublequote
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4939 @let\=@normalbackslash
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4940 @let~=@normaltilde
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4941 @let^=@normalcaret
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4942 @let_=@normalunderscore
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4943 @let|=@normalverticalbar
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4944 @let<=@normalless
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4945 @let>=@normalgreater
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4946 @let+=@normalplus}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4947
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4948 % Make _ and + \other characters, temporarily.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4949 % This is canceled by @fixbackslash.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4950 @otherifyactive
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4951
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4952 % 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
4953 % That is what \eatinput is for; after that, the `\' should revert to printing
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4954 % a backslash.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4955 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4956 @gdef@eatinput input texinfo{@fixbackslash}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4957 @global@let\ = @eatinput
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4958
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4959 % 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
4960 % 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
4961 % that, assuming it is called before the first `\' could plausibly occur.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4962 % Also back turn on active characters that might appear in the input
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4963 % file name, in case not using a pre-dumped format.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4964 %
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4965 @gdef@fixbackslash{@ifx\@eatinput @let\ = @normalbackslash @fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4966 @catcode`+=@active @catcode`@_=@active}
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4967
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4968 %% 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
4969 %% makes sure that the current font starts out as the newly loaded cmr10
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4970 @catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4971
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4972 @textfonts
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4973 @rm
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4974
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4975 @c Local variables:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4976 @c page-delimiter: "^\\\\message"
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4977 @c End: