Mercurial > emacs
annotate lispintro/texinfo.tex @ 72479:ce22c6483a48
* emacs-lisp-intro.texi: deleted in directory copy of texinfo.tex
and pointed towards ../man/texinfo.tex so only one file
needs updating. Added comment of what to do when building on own.
author | Robert J. Chassell <bob@rattlesnake.com> |
---|---|
date | Mon, 21 Aug 2006 18:47:35 +0000 |
parents | ad85a2728bdd |
children |
rev | line source |
---|---|
41418 | 1 % texinfo.tex -- TeX macros to handle Texinfo files. |
2 % | |
3 % Load plain if necessary, i.e., if running under initex. | |
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi | |
5 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6 \def\texinfoversion{2006-02-13.16} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
10 % Software Foundation, Inc. |
41418 | 11 % |
12 % This texinfo.tex file is free software; you can redistribute it and/or | |
13 % modify it under the terms of the GNU General Public License as | |
14 % published by the Free Software Foundation; either version 2, or (at | |
15 % your option) any later version. | |
16 % | |
17 % This texinfo.tex file is distributed in the hope that it will be | |
18 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty | |
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | |
20 % General Public License for more details. | |
21 % | |
22 % You should have received a copy of the GNU General Public License | |
23 % along with this texinfo.tex file; see the file COPYING. If not, write | |
64083 | 24 % to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
25 % Boston, MA 02110-1301, USA. | |
41418 | 26 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
27 % As a special exception, when this file is read by TeX when processing |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
28 % a Texinfo source document, you may use the result without |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
29 % restriction. (This has been our intent since Texinfo was invented.) |
41418 | 30 % |
31 % Please try the latest version of texinfo.tex before submitting bug | |
32 % reports; you can get the latest version from: | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
34 % ftp://tug.org/tex/texinfo.tex |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
35 % (and all CTAN mirrors, see http://www.ctan.org). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
36 % The texinfo.tex in any given distribution could well be out |
41418 | 37 % of date, so if that's what you're using, please check. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
38 % |
41418 | 39 % Send bug reports to bug-texinfo@gnu.org. Please include including a |
40 % complete document in each bug report with which we can reproduce the | |
41 % problem. Patches are, of course, greatly appreciated. | |
42 % | |
43 % To process a Texinfo manual with TeX, it's most reliable to use the | |
44 % texi2dvi shell script that comes with the distribution. For a simple | |
45 % manual foo.texi, however, you can get away with this: | |
46 % tex foo.texi | |
47 % texindex foo.?? | |
48 % tex foo.texi | |
49 % tex foo.texi | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
50 % dvips foo.dvi -o # or whatever; this makes foo.ps. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
51 % The extra TeX runs get the cross-reference information correct. |
41418 | 52 % Sometimes one run after texindex suffices, and sometimes you need more |
53 % than two; texi2dvi does it as many times as necessary. | |
54 % | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
55 % It is possible to adapt texinfo.tex for other languages, to some |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
56 % extent. You can get the existing language-specific files from the |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
57 % full Texinfo distribution. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
58 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
59 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
60 |
41418 | 61 |
62 \message{Loading texinfo [version \texinfoversion]:} | |
63 | |
64 % If in a .fmt file, print the version number | |
65 % and turn on active characters that we couldn't do earlier because | |
66 % they might have appeared in the input file name. | |
67 \everyjob{\message{[Texinfo version \texinfoversion]}% | |
68 \catcode`+=\active \catcode`\_=\active} | |
69 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
70 \message{Basics,} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
71 \chardef\other=12 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
72 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
73 % We never want plain's \outer definition of \+ in Texinfo. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
74 % For @tex, we can use \tabalign. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
75 \let\+ = \relax |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
76 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
77 % Save some plain tex macros whose names we will redefine. |
41418 | 78 \let\ptexb=\b |
79 \let\ptexbullet=\bullet | |
80 \let\ptexc=\c | |
81 \let\ptexcomma=\, | |
82 \let\ptexdot=\. | |
83 \let\ptexdots=\dots | |
84 \let\ptexend=\end | |
85 \let\ptexequiv=\equiv | |
86 \let\ptexexclam=\! | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
87 \let\ptexfootnote=\footnote |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
88 \let\ptexgtr=> |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
89 \let\ptexhat=^ |
41418 | 90 \let\ptexi=\i |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
91 \let\ptexindent=\indent |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
92 \let\ptexinsert=\insert |
41418 | 93 \let\ptexlbrace=\{ |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
94 \let\ptexless=< |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
95 \let\ptexnewwrite\newwrite |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
96 \let\ptexnoindent=\noindent |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
97 \let\ptexplus=+ |
41418 | 98 \let\ptexrbrace=\} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
99 \let\ptexslash=\/ |
41418 | 100 \let\ptexstar=\* |
101 \let\ptext=\t | |
102 | |
103 % If this character appears in an error message or help string, it | |
104 % starts a new line in the output. | |
105 \newlinechar = `^^J | |
106 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
107 % Use TeX 3.0's \inputlineno to get the line number, for better error |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
108 % messages, but if we're using an old version of TeX, don't do anything. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
109 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
110 \ifx\inputlineno\thisisundefined |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
111 \let\linenumber = \empty % Pre-3.0. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
112 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
113 \def\linenumber{l.\the\inputlineno:\space} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
114 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
115 |
41418 | 116 % Set up fixed words for English if not already set. |
117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi | |
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi | |
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi | |
120 \ifx\putwordin\undefined \gdef\putwordin{in}\fi | |
121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi | |
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi | |
123 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi | |
124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi | |
125 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi | |
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi | |
127 \ifx\putwordof\undefined \gdef\putwordof{of}\fi | |
128 \ifx\putwordon\undefined \gdef\putwordon{on}\fi | |
129 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi | |
130 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi | |
131 \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi | |
132 \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi | |
133 \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi | |
134 \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi | |
135 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi | |
136 % | |
137 \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi | |
138 \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi | |
139 \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi | |
140 \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi | |
141 \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi | |
142 \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi | |
143 \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi | |
144 \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi | |
145 \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi | |
146 \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi | |
147 \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi | |
148 \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi | |
149 % | |
150 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi | |
151 \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi | |
152 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi | |
153 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi | |
154 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
155 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
156 % Since the category of space is not known, we have to be careful. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
157 \chardef\spacecat = 10 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
158 \def\spaceisspace{\catcode`\ =\spacecat} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
159 |
41418 | 160 % Ignore a token. |
161 % | |
162 \def\gobble#1{} | |
163 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
164 % The following is used inside several \edef's. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
165 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
166 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
167 % Hyphenation fixes. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
168 \hyphenation{ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
169 Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
170 ap-pen-dix bit-map bit-maps |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
171 data-base data-bases eshell fall-ing half-way long-est man-u-script |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
172 man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
173 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
174 spell-ing spell-ings |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
175 stand-alone strong-est time-stamp time-stamps which-ever white-space |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
176 wide-spread wrap-around |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
177 } |
41418 | 178 |
179 % Margin to add to right of even pages, to left of odd pages. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
180 \newdimen\bindingoffset |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
181 \newdimen\normaloffset |
41418 | 182 \newdimen\pagewidth \newdimen\pageheight |
183 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
184 % For a final copy, take out the rectangles |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
185 % that mark overfull boxes (in case you have decided |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
186 % that the text looks ok even though it passes the margin). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
187 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
188 \def\finalout{\overfullrule=0pt} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
189 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
190 % @| inserts a changebar to the left of the current line. It should |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
191 % surround any changed text. This approach does *not* work if the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
192 % change spans more than two lines of output. To handle that, we would |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
193 % have adopt a much more difficult approach (putting marks into the main |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
194 % vertical list for the beginning and end of each change). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
195 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
196 \def\|{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
197 % \vadjust can only be used in horizontal mode. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
198 \leavevmode |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
199 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
200 % Append this vertical mode material after the current line in the output. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
201 \vadjust{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
202 % We want to insert a rule with the height and depth of the current |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
203 % leading; that is exactly what \strutbox is supposed to record. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
204 \vskip-\baselineskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
205 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
206 % \vadjust-items are inserted at the left edge of the type. So |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
207 % the \llap here moves out into the left-hand margin. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
208 \llap{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
209 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
210 % For a thicker or thinner bar, change the `1pt'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
211 \vrule height\baselineskip width1pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
212 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
213 % This is the space between the bar and the text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
214 \hskip 12pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
215 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
216 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
217 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
218 |
41418 | 219 % Sometimes it is convenient to have everything in the transcript file |
220 % and nothing on the terminal. We don't just call \tracingall here, | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
221 % since that produces some useless output on the terminal. We also make |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
222 % some effort to order the tracing commands to reduce output in the log |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
223 % file; cf. trace.sty in LaTeX. |
41418 | 224 % |
225 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}% | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
226 \def\loggingall{% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
227 \tracingstats2 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
228 \tracingpages1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
229 \tracinglostchars2 % 2 gives us more in etex |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
230 \tracingparagraphs1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
231 \tracingoutput1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
232 \tracingmacros2 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
233 \tracingrestores1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
234 \showboxbreadth\maxdimen \showboxdepth\maxdimen |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
235 \ifx\eTeXversion\undefined\else % etex gives us more logging |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
236 \tracingscantokens1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
237 \tracingifs1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
238 \tracinggroups1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
239 \tracingnesting2 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
240 \tracingassigns1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
241 \fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
242 \tracingcommands3 % 3 gives us more in etex |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
243 \errorcontextlines16 |
41418 | 244 }% |
245 | |
246 % add check for \lastpenalty to plain's definitions. If the last thing | |
247 % we did was a \nobreak, we don't want to insert more space. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
248 % |
41418 | 249 \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount |
250 \removelastskip\penalty-50\smallskip\fi\fi} | |
251 \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount | |
252 \removelastskip\penalty-100\medskip\fi\fi} | |
253 \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount | |
254 \removelastskip\penalty-200\bigskip\fi\fi} | |
255 | |
256 % For @cropmarks command. | |
257 % Do @cropmarks to get crop marks. | |
258 % | |
259 \newif\ifcropmarks | |
260 \let\cropmarks = \cropmarkstrue | |
261 % | |
262 % Dimensions to add cropmarks at corners. | |
263 % Added by P. A. MacKay, 12 Nov. 1986 | |
264 % | |
265 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines | |
266 \newdimen\cornerlong \cornerlong=1pc | |
267 \newdimen\cornerthick \cornerthick=.3pt | |
268 \newdimen\topandbottommargin \topandbottommargin=.75in | |
269 | |
270 % Main output routine. | |
271 \chardef\PAGE = 255 | |
272 \output = {\onepageout{\pagecontents\PAGE}} | |
273 | |
274 \newbox\headlinebox | |
275 \newbox\footlinebox | |
276 | |
277 % \onepageout takes a vbox as an argument. Note that \pagecontents | |
278 % does insertions, but you have to call it yourself. | |
279 \def\onepageout#1{% | |
280 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi | |
281 % | |
282 \ifodd\pageno \advance\hoffset by \bindingoffset | |
283 \else \advance\hoffset by -\bindingoffset\fi | |
284 % | |
285 % Do this outside of the \shipout so @code etc. will be expanded in | |
286 % the headline as they should be, not taken literally (outputting ''code). | |
287 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}% | |
288 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}% | |
289 % | |
290 {% | |
291 % Have to do this stuff outside the \shipout because we want it to | |
292 % take effect in \write's, yet the group defined by the \vbox ends | |
293 % before the \shipout runs. | |
294 % | |
295 \indexdummies % don't expand commands in the output. | |
296 \normalturnoffactive % \ in index entries must not stay \, e.g., if | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
297 % the page break happens to be in the middle of an example. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
298 % We don't want .vr (or whatever) entries like this: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
299 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
300 % "\acronym" won't work when it's read back in; |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
301 % it needs to be |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
302 % {\code {{\tt \backslashcurfont }acronym} |
41418 | 303 \shipout\vbox{% |
304 % Do this early so pdf references go to the beginning of the page. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
305 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi |
41418 | 306 % |
307 \ifcropmarks \vbox to \outervsize\bgroup | |
308 \hsize = \outerhsize | |
309 \vskip-\topandbottommargin | |
310 \vtop to0pt{% | |
311 \line{\ewtop\hfil\ewtop}% | |
312 \nointerlineskip | |
313 \line{% | |
314 \vbox{\moveleft\cornerthick\nstop}% | |
315 \hfill | |
316 \vbox{\moveright\cornerthick\nstop}% | |
317 }% | |
318 \vss}% | |
319 \vskip\topandbottommargin | |
320 \line\bgroup | |
321 \hfil % center the page within the outer (page) hsize. | |
322 \ifodd\pageno\hskip\bindingoffset\fi | |
323 \vbox\bgroup | |
324 \fi | |
325 % | |
326 \unvbox\headlinebox | |
327 \pagebody{#1}% | |
328 \ifdim\ht\footlinebox > 0pt | |
329 % Only leave this space if the footline is nonempty. | |
330 % (We lessened \vsize for it in \oddfootingxxx.) | |
331 % The \baselineskip=24pt in plain's \makefootline has no effect. | |
332 \vskip 2\baselineskip | |
333 \unvbox\footlinebox | |
334 \fi | |
335 % | |
336 \ifcropmarks | |
337 \egroup % end of \vbox\bgroup | |
338 \hfil\egroup % end of (centering) \line\bgroup | |
339 \vskip\topandbottommargin plus1fill minus1fill | |
340 \boxmaxdepth = \cornerthick | |
341 \vbox to0pt{\vss | |
342 \line{% | |
343 \vbox{\moveleft\cornerthick\nsbot}% | |
344 \hfill | |
345 \vbox{\moveright\cornerthick\nsbot}% | |
346 }% | |
347 \nointerlineskip | |
348 \line{\ewbot\hfil\ewbot}% | |
349 }% | |
350 \egroup % \vbox from first cropmarks clause | |
351 \fi | |
352 }% end of \shipout\vbox | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
353 }% end of group with \indexdummies |
41418 | 354 \advancepageno |
355 \ifnum\outputpenalty>-20000 \else\dosupereject\fi | |
356 } | |
357 | |
358 \newinsert\margin \dimen\margin=\maxdimen | |
359 | |
360 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} | |
361 {\catcode`\@ =11 | |
362 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi | |
363 % marginal hacks, juha@viisa.uucp (Juha Takala) | |
364 \ifvoid\margin\else % marginal info is present | |
365 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi | |
366 \dimen@=\dp#1 \unvbox#1 | |
367 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi | |
368 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} | |
369 } | |
370 | |
371 % Here are the rules for the cropmarks. Note that they are | |
372 % offset so that the space between them is truly \outerhsize or \outervsize | |
373 % (P. A. MacKay, 12 November, 1986) | |
374 % | |
375 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} | |
376 \def\nstop{\vbox | |
377 {\hrule height\cornerthick depth\cornerlong width\cornerthick}} | |
378 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} | |
379 \def\nsbot{\vbox | |
380 {\hrule height\cornerlong depth\cornerthick width\cornerthick}} | |
381 | |
382 % Parse an argument, then pass it to #1. The argument is the rest of | |
383 % the input line (except we remove a trailing comment). #1 should be a | |
384 % macro which expects an ordinary undelimited TeX argument. | |
385 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
386 \def\parsearg{\parseargusing{}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
387 \def\parseargusing#1#2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
388 \def\next{#2}% |
41418 | 389 \begingroup |
390 \obeylines | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
391 \spaceisspace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
392 #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
393 \parseargline\empty% Insert the \empty token, see \finishparsearg below. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
394 } |
41418 | 395 |
396 {\obeylines % | |
397 \gdef\parseargline#1^^M{% | |
398 \endgroup % End of the group started in \parsearg. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
399 \argremovecomment #1\comment\ArgTerm% |
41418 | 400 }% |
401 } | |
402 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
403 % First remove any @comment, then any @c comment. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
404 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
405 \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
406 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
407 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
408 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
409 % \argremovec might leave us with trailing space, e.g., |
41418 | 410 % @end itemize @c foo |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
411 % This space token undergoes the same procedure and is eventually removed |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
412 % by \finishparsearg. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
413 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
414 \def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
415 \def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
416 \def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
417 \def\temp{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
418 \ifx\temp\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
419 % We cannot use \next here, as it holds the macro to run; |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
420 % thus we reuse \temp. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
421 \let\temp\finishparsearg |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
422 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
423 \let\temp\argcheckspaces |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
424 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
425 % Put the space token in: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
426 \temp#1 #3\ArgTerm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
427 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
428 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
429 % If a _delimited_ argument is enclosed in braces, they get stripped; so |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
430 % to get _exactly_ the rest of the line, we had to prevent such situation. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
431 % We prepended an \empty token at the very beginning and we expand it now, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
432 % just before passing the control to \next. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
433 % (Similarily, we have to think about #3 of \argcheckspacesY above: it is |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
434 % either the null string, or it ends with \^^M---thus there is no danger |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
435 % that a pair of braces would be stripped. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
436 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
437 % But first, we have to remove the trailing space token. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
438 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
439 \def\finishparsearg#1 \ArgTerm{\expandafter\next\expandafter{#1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
440 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
441 % \parseargdef\foo{...} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
442 % is roughly equivalent to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
443 % \def\foo{\parsearg\Xfoo} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
444 % \def\Xfoo#1{...} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
445 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
446 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
447 % favourite TeX trick. --kasal, 16nov03 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
448 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
449 \def\parseargdef#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
450 \expandafter \doparseargdef \csname\string#1\endcsname #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
451 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
452 \def\doparseargdef#1#2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
453 \def#2{\parsearg#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
454 \def#1##1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
455 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
456 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
457 % Several utility definitions with active space: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
458 { |
41418 | 459 \obeyspaces |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
460 \gdef\obeyedspace{ } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
461 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
462 % Make each space character in the input produce a normal interword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
463 % space in the output. Don't allow a line break at this space, as this |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
464 % is used only in environments like @example, where each line of input |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
465 % should produce a line of output anyway. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
466 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
467 \gdef\sepspaces{\obeyspaces\let =\tie} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
468 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
469 % If an index command is used in an @example environment, any spaces |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
470 % therein should become regular spaces in the raw index file, not the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
471 % expansion of \tie (\leavevmode \penalty \@M \ ). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
472 \gdef\unsepspaces{\let =\space} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
473 } |
41418 | 474 |
475 | |
476 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next} | |
477 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
478 % Define the framework for environments in texinfo.tex. It's used like this: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
479 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
480 % \envdef\foo{...} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
481 % \def\Efoo{...} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
482 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
483 % It's the responsibility of \envdef to insert \begingroup before the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
484 % actual body; @end closes the group after calling \Efoo. \envdef also |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
485 % defines \thisenv, so the current environment is known; @end checks |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
486 % whether the environment name matches. The \checkenv macro can also be |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
487 % used to check whether the current environment is the one expected. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
488 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
489 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
490 % are not treated as enviroments; they don't open a group. (The |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
491 % implementation of @end takes care not to call \endgroup in this |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
492 % special case.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
493 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
494 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
495 % At runtime, environments start with this: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
496 \def\startenvironment#1{\begingroup\def\thisenv{#1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
497 % initialize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
498 \let\thisenv\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
499 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
500 % ... but they get defined via ``\envdef\foo{...}'': |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
501 \long\def\envdef#1#2{\def#1{\startenvironment#1#2}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
502 \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
503 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
504 % Check whether we're in the right environment: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
505 \def\checkenv#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
506 \def\temp{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
507 \ifx\thisenv\temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
508 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
509 \badenverr |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
510 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
511 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
512 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
513 % Evironment mismatch, #1 expected: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
514 \def\badenverr{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
515 \errhelp = \EMsimple |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
516 \errmessage{This command can appear only \inenvironment\temp, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
517 not \inenvironment\thisenv}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
518 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
519 \def\inenvironment#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
520 \ifx#1\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
521 out of any environment% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
522 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
523 in environment \expandafter\string#1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
524 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
525 } |
41418 | 526 |
527 % @end foo executes the definition of \Efoo. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
528 % But first, it executes a specialized version of \checkenv |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
529 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
530 \parseargdef\end{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
531 \if 1\csname iscond.#1\endcsname |
41418 | 532 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
533 % The general wording of \badenverr may not be ideal, but... --kasal, 06nov03 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
534 \expandafter\checkenv\csname#1\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
535 \csname E#1\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
536 \endgroup |
41418 | 537 \fi |
538 } | |
539 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
540 \newhelp\EMsimple{Press RETURN to continue.} |
41418 | 541 |
542 | |
543 %% Simple single-character @ commands | |
544 | |
545 % @@ prints an @ | |
546 % Kludge this until the fonts are right (grr). | |
547 \def\@{{\tt\char64}} | |
548 | |
549 % This is turned off because it was never documented | |
550 % and you can use @w{...} around a quote to suppress ligatures. | |
551 %% Define @` and @' to be the same as ` and ' | |
552 %% but suppressing ligatures. | |
553 %\def\`{{`}} | |
554 %\def\'{{'}} | |
555 | |
556 % Used to generate quoted braces. | |
557 \def\mylbrace {{\tt\char123}} | |
558 \def\myrbrace {{\tt\char125}} | |
559 \let\{=\mylbrace | |
560 \let\}=\myrbrace | |
561 \begingroup | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
562 % Definitions to produce \{ and \} commands for indices, |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
563 % and @{ and @} for the aux/toc files. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
564 \catcode`\{ = \other \catcode`\} = \other |
41418 | 565 \catcode`\[ = 1 \catcode`\] = 2 |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
566 \catcode`\! = 0 \catcode`\\ = \other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
567 !gdef!lbracecmd[\{]% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
568 !gdef!rbracecmd[\}]% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
569 !gdef!lbraceatcmd[@{]% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
570 !gdef!rbraceatcmd[@}]% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
571 !endgroup |
41418 | 572 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
573 % @comma{} to avoid , parsing problems. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
574 \let\comma = , |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
575 |
41418 | 576 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
577 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. |
41418 | 578 \let\, = \c |
579 \let\dotaccent = \. | |
580 \def\ringaccent#1{{\accent23 #1}} | |
581 \let\tieaccent = \t | |
582 \let\ubaraccent = \b | |
583 \let\udotaccent = \d | |
584 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
585 % Other special characters: @questiondown @exclamdown @ordf @ordm |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
586 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. |
41418 | 587 \def\questiondown{?`} |
588 \def\exclamdown{!`} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
589 \def\ordf{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{a}}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
590 \def\ordm{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{o}}} |
41418 | 591 |
592 % Dotless i and dotless j, used for accents. | |
593 \def\imacro{i} | |
594 \def\jmacro{j} | |
595 \def\dotless#1{% | |
596 \def\temp{#1}% | |
597 \ifx\temp\imacro \ptexi | |
598 \else\ifx\temp\jmacro \j | |
599 \else \errmessage{@dotless can be used only with i or j}% | |
600 \fi\fi | |
601 } | |
602 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
603 % The \TeX{} logo, as in plain, but resetting the spacing so that a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
604 % period following counts as ending a sentence. (Idea found in latex.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
605 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
606 \edef\TeX{\TeX \spacefactor=1000 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
607 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
608 % @LaTeX{} logo. Not quite the same results as the definition in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
609 % latex.ltx, since we use a different font for the raised A; it's most |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
610 % convenient for us to use an explicitly smaller font, rather than using |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
611 % the \scriptstyle font (since we don't reset \scriptstyle and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
612 % \scriptscriptstyle). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
613 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
614 \def\LaTeX{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
615 L\kern-.36em |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
616 {\setbox0=\hbox{T}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
617 \vbox to \ht0{\hbox{\selectfonts\lllsize A}\vss}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
618 \kern-.15em |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
619 \TeX |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
620 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
621 |
41418 | 622 % Be sure we're in horizontal mode when doing a tie, since we make space |
623 % equivalent to this in @example-like environments. Otherwise, a space | |
624 % at the beginning of a line will start with \penalty -- and | |
625 % since \penalty is valid in vertical mode, we'd end up putting the | |
626 % penalty on the vertical list instead of in the new paragraph. | |
627 {\catcode`@ = 11 | |
628 % Avoid using \@M directly, because that causes trouble | |
629 % if the definition is written into an index file. | |
630 \global\let\tiepenalty = \@M | |
631 \gdef\tie{\leavevmode\penalty\tiepenalty\ } | |
632 } | |
633 | |
634 % @: forces normal size whitespace following. | |
635 \def\:{\spacefactor=1000 } | |
636 | |
637 % @* forces a line break. | |
638 \def\*{\hfil\break\hbox{}\ignorespaces} | |
639 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
640 % @/ allows a line break. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
641 \let\/=\allowbreak |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
642 |
41418 | 643 % @. is an end-of-sentence period. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
644 \def\.{.\spacefactor=\endofsentencespacefactor\space} |
41418 | 645 |
646 % @! is an end-of-sentence bang. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
647 \def\!{!\spacefactor=\endofsentencespacefactor\space} |
41418 | 648 |
649 % @? is an end-of-sentence query. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
650 \def\?{?\spacefactor=\endofsentencespacefactor\space} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
651 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
652 % @frenchspacing on|off says whether to put extra space after punctuation. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
653 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
654 \def\onword{on} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
655 \def\offword{off} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
656 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
657 \parseargdef\frenchspacing{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
658 \def\temp{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
659 \ifx\temp\onword \plainfrenchspacing |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
660 \else\ifx\temp\offword \plainnonfrenchspacing |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
661 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
662 \errhelp = \EMsimple |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
663 \errmessage{Unknown @frenchspacing option `\temp', must be on/off}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
664 \fi\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
665 } |
41418 | 666 |
667 % @w prevents a word break. Without the \leavevmode, @w at the | |
668 % beginning of a paragraph, when TeX is still in vertical mode, would | |
669 % produce a whole line of output instead of starting the paragraph. | |
670 \def\w#1{\leavevmode\hbox{#1}} | |
671 | |
672 % @group ... @end group forces ... to be all on one page, by enclosing | |
673 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box | |
674 % to keep its height that of a normal line. According to the rules for | |
675 % \topskip (p.114 of the TeXbook), the glue inserted is | |
676 % max (\topskip - \ht (first item), 0). If that height is large, | |
677 % therefore, no glue is inserted, and the space between the headline and | |
678 % the text is small, which looks bad. | |
679 % | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
680 % Another complication is that the group might be very large. This can |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
681 % cause the glue on the previous page to be unduly stretched, because it |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
682 % does not have much material. In this case, it's better to add an |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
683 % explicit \vfill so that the extra space is at the bottom. The |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
684 % threshold for doing this is if the group is more than \vfilllimit |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
685 % percent of a page (\vfilllimit can be changed inside of @tex). |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
686 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
687 \newbox\groupbox |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
688 \def\vfilllimit{0.7} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
689 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
690 \envdef\group{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
691 \ifnum\catcode`\^^M=\active \else |
41418 | 692 \errhelp = \groupinvalidhelp |
693 \errmessage{@group invalid in context where filling is enabled}% | |
694 \fi | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
695 \startsavinginserts |
41418 | 696 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
697 \setbox\groupbox = \vtop\bgroup |
41418 | 698 % Do @comment since we are called inside an environment such as |
699 % @example, where each end-of-line in the input causes an | |
700 % end-of-line in the output. We don't want the end-of-line after | |
701 % the `@group' to put extra space in the output. Since @group | |
702 % should appear on a line by itself (according to the Texinfo | |
703 % manual), we don't worry about eating any user text. | |
704 \comment | |
705 } | |
706 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
707 % The \vtop produces a box with normal height and large depth; thus, TeX puts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
708 % \baselineskip glue before it, and (when the next line of text is done) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
709 % \lineskip glue after it. Thus, space below is not quite equal to space |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
710 % above. But it's pretty close. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
711 \def\Egroup{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
712 % To get correct interline space between the last line of the group |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
713 % and the first line afterwards, we have to propagate \prevdepth. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
714 \endgraf % Not \par, as it may have been set to \lisppar. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
715 \global\dimen1 = \prevdepth |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
716 \egroup % End the \vtop. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
717 % \dimen0 is the vertical size of the group's box. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
718 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
719 % \dimen2 is how much space is left on the page (more or less). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
720 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
721 % if the group doesn't fit on the current page, and it's a big big |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
722 % group, force a page break. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
723 \ifdim \dimen0 > \dimen2 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
724 \ifdim \pagetotal < \vfilllimit\pageheight |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
725 \page |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
726 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
727 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
728 \box\groupbox |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
729 \prevdepth = \dimen1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
730 \checkinserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
731 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
732 % |
41418 | 733 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help |
734 % message, so this ends up printing `@group can only ...'. | |
735 % | |
736 \newhelp\groupinvalidhelp{% | |
737 group can only be used in environments such as @example,^^J% | |
738 where each line of input produces a line of output.} | |
739 | |
740 % @need space-in-mils | |
741 % forces a page break if there is not space-in-mils remaining. | |
742 | |
743 \newdimen\mil \mil=0.001in | |
744 | |
745 % Old definition--didn't work. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
746 %\parseargdef\need{\par % |
41418 | 747 %% This method tries to make TeX break the page naturally |
748 %% if the depth of the box does not fit. | |
749 %{\baselineskip=0pt% | |
750 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak | |
751 %\prevdepth=-1000pt | |
752 %}} | |
753 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
754 \parseargdef\need{% |
41418 | 755 % Ensure vertical mode, so we don't make a big box in the middle of a |
756 % paragraph. | |
757 \par | |
758 % | |
759 % If the @need value is less than one line space, it's useless. | |
760 \dimen0 = #1\mil | |
761 \dimen2 = \ht\strutbox | |
762 \advance\dimen2 by \dp\strutbox | |
763 \ifdim\dimen0 > \dimen2 | |
764 % | |
765 % Do a \strut just to make the height of this box be normal, so the | |
766 % normal leading is inserted relative to the preceding line. | |
767 % And a page break here is fine. | |
768 \vtop to #1\mil{\strut\vfil}% | |
769 % | |
770 % TeX does not even consider page breaks if a penalty added to the | |
771 % main vertical list is 10000 or more. But in order to see if the | |
772 % empty box we just added fits on the page, we must make it consider | |
773 % page breaks. On the other hand, we don't want to actually break the | |
774 % page after the empty box. So we use a penalty of 9999. | |
775 % | |
776 % There is an extremely small chance that TeX will actually break the | |
777 % page at this \penalty, if there are no other feasible breakpoints in | |
778 % sight. (If the user is using lots of big @group commands, which | |
779 % almost-but-not-quite fill up a page, TeX will have a hard time doing | |
780 % good page breaking, for example.) However, I could not construct an | |
781 % example where a page broke at this \penalty; if it happens in a real | |
782 % document, then we can reconsider our strategy. | |
783 \penalty9999 | |
784 % | |
785 % Back up by the size of the box, whether we did a page break or not. | |
786 \kern -#1\mil | |
787 % | |
788 % Do not allow a page break right after this kern. | |
789 \nobreak | |
790 \fi | |
791 } | |
792 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
793 % @br forces paragraph break (and is undocumented). |
41418 | 794 |
795 \let\br = \par | |
796 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
797 % @page forces the start of a new page. |
41418 | 798 % |
799 \def\page{\par\vfill\supereject} | |
800 | |
801 % @exdent text.... | |
802 % outputs text on separate line in roman font, starting at standard page margin | |
803 | |
804 % This records the amount of indent in the innermost environment. | |
805 % That's how much \exdent should take out. | |
806 \newskip\exdentamount | |
807 | |
808 % This defn is used inside fill environments such as @defun. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
809 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} |
41418 | 810 |
811 % This defn is used inside nofill environments such as @example. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
812 \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
813 \leftline{\hskip\leftskip{\rm#1}}}} |
41418 | 814 |
815 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current | |
816 % paragraph. For more general purposes, use the \margin insertion | |
817 % class. WHICH is `l' or `r'. | |
818 % | |
819 \newskip\inmarginspacing \inmarginspacing=1cm | |
820 \def\strutdepth{\dp\strutbox} | |
821 % | |
822 \def\doinmargin#1#2{\strut\vadjust{% | |
823 \nobreak | |
824 \kern-\strutdepth | |
825 \vtop to \strutdepth{% | |
826 \baselineskip=\strutdepth | |
827 \vss | |
828 % if you have multiple lines of stuff to put here, you'll need to | |
829 % make the vbox yourself of the appropriate size. | |
830 \ifx#1l% | |
831 \llap{\ignorespaces #2\hskip\inmarginspacing}% | |
832 \else | |
833 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% | |
834 \fi | |
835 \null | |
836 }% | |
837 }} | |
838 \def\inleftmargin{\doinmargin l} | |
839 \def\inrightmargin{\doinmargin r} | |
840 % | |
841 % @inmargin{TEXT [, RIGHT-TEXT]} | |
842 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right; | |
843 % else use TEXT for both). | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
844 % |
41418 | 845 \def\inmargin#1{\parseinmargin #1,,\finish} |
846 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
847 \setbox0 = \hbox{\ignorespaces #2}% |
41418 | 848 \ifdim\wd0 > 0pt |
849 \def\lefttext{#1}% have both texts | |
850 \def\righttext{#2}% | |
851 \else | |
852 \def\lefttext{#1}% have only one text | |
853 \def\righttext{#1}% | |
854 \fi | |
855 % | |
856 \ifodd\pageno | |
857 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin | |
858 \else | |
859 \def\temp{\inleftmargin\lefttext}% | |
860 \fi | |
861 \temp | |
862 } | |
863 | |
864 % @include file insert text of that file as input. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
865 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
866 \def\include{\parseargusing\filenamecatcodes\includezzz} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
867 \def\includezzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
868 \pushthisfilestack |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
869 \def\thisfile{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
870 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
871 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
872 \def\temp{\input #1 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
873 \expandafter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
874 }\temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
875 \popthisfilestack |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
876 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
877 \def\filenamecatcodes{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
878 \catcode`\\=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
879 \catcode`~=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
880 \catcode`^=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
881 \catcode`_=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
882 \catcode`|=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
883 \catcode`<=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
884 \catcode`>=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
885 \catcode`+=\other |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
886 \catcode`-=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
887 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
888 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
889 \def\pushthisfilestack{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
890 \expandafter\pushthisfilestackX\popthisfilestack\StackTerm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
891 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
892 \def\pushthisfilestackX{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
893 \expandafter\pushthisfilestackY\thisfile\StackTerm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
894 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
895 \def\pushthisfilestackY #1\StackTerm #2\StackTerm {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
896 \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
897 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
898 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
899 \def\popthisfilestack{\errthisfilestackempty} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
900 \def\errthisfilestackempty{\errmessage{Internal error: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
901 the stack of filenames is empty.}} |
41418 | 902 |
903 \def\thisfile{} | |
904 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
905 % @center line |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
906 % outputs that line, centered. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
907 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
908 \parseargdef\center{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
909 \ifhmode |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
910 \let\next\centerH |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
911 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
912 \let\next\centerV |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
913 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
914 \next{\hfil \ignorespaces#1\unskip \hfil}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
915 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
916 \def\centerH#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
917 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
918 \hfil\break |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
919 \advance\hsize by -\leftskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
920 \advance\hsize by -\rightskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
921 \line{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
922 \break |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
923 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
924 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
925 \def\centerV#1{\line{\kern\leftskip #1\kern\rightskip}} |
41418 | 926 |
927 % @sp n outputs n lines of vertical space | |
928 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
929 \parseargdef\sp{\vskip #1\baselineskip} |
41418 | 930 |
931 % @comment ...line which is ignored... | |
932 % @c is the same as @comment | |
933 % @ignore ... @end ignore is another way to write a comment | |
934 | |
935 \def\comment{\begingroup \catcode`\^^M=\other% | |
936 \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other% | |
937 \commentxxx} | |
938 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}} | |
939 | |
940 \let\c=\comment | |
941 | |
942 % @paragraphindent NCHARS | |
943 % We'll use ems for NCHARS, close enough. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
944 % NCHARS can also be the word `asis' or `none'. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
945 % We cannot feasibly implement @paragraphindent asis, though. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
946 % |
41418 | 947 \def\asisword{asis} % no translation, these are keywords |
948 \def\noneword{none} | |
949 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
950 \parseargdef\paragraphindent{% |
41418 | 951 \def\temp{#1}% |
952 \ifx\temp\asisword | |
953 \else | |
954 \ifx\temp\noneword | |
955 \defaultparindent = 0pt | |
956 \else | |
957 \defaultparindent = #1em | |
958 \fi | |
959 \fi | |
960 \parindent = \defaultparindent | |
961 } | |
962 | |
963 % @exampleindent NCHARS | |
964 % We'll use ems for NCHARS like @paragraphindent. | |
965 % It seems @exampleindent asis isn't necessary, but | |
966 % I preserve it to make it similar to @paragraphindent. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
967 \parseargdef\exampleindent{% |
41418 | 968 \def\temp{#1}% |
969 \ifx\temp\asisword | |
970 \else | |
971 \ifx\temp\noneword | |
972 \lispnarrowing = 0pt | |
973 \else | |
974 \lispnarrowing = #1em | |
975 \fi | |
976 \fi | |
977 } | |
978 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
979 % @firstparagraphindent WORD |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
980 % If WORD is `none', then suppress indentation of the first paragraph |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
981 % after a section heading. If WORD is `insert', then do indent at such |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
982 % paragraphs. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
983 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
984 % The paragraph indentation is suppressed or not by calling |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
985 % \suppressfirstparagraphindent, which the sectioning commands do. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
986 % We switch the definition of this back and forth according to WORD. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
987 % By default, we suppress indentation. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
988 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
989 \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
990 \def\insertword{insert} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
991 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
992 \parseargdef\firstparagraphindent{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
993 \def\temp{#1}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
994 \ifx\temp\noneword |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
995 \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
996 \else\ifx\temp\insertword |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
997 \let\suppressfirstparagraphindent = \relax |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
998 \else |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
999 \errhelp = \EMsimple |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1000 \errmessage{Unknown @firstparagraphindent option `\temp'}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1001 \fi\fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1002 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1003 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1004 % Here is how we actually suppress indentation. Redefine \everypar to |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1005 % \kern backwards by \parindent, and then reset itself to empty. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1006 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1007 % We also make \indent itself not actually do anything until the next |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1008 % paragraph. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1009 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1010 \gdef\dosuppressfirstparagraphindent{% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1011 \gdef\indent{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1012 \restorefirstparagraphindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1013 \indent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1014 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1015 \gdef\noindent{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1016 \restorefirstparagraphindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1017 \noindent |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1018 }% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1019 \global\everypar = {% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1020 \kern -\parindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1021 \restorefirstparagraphindent |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1022 }% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1023 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1024 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1025 \gdef\restorefirstparagraphindent{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1026 \global \let \indent = \ptexindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1027 \global \let \noindent = \ptexnoindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1028 \global \everypar = {}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1029 } |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1030 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1031 |
41418 | 1032 % @asis just yields its argument. Used with @table, for example. |
1033 % | |
1034 \def\asis#1{#1} | |
1035 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1036 % @math outputs its argument in math mode. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1037 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1038 % One complication: _ usually means subscripts, but it could also mean |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1039 % an actual _ character, as in @math{@var{some_variable} + 1}. So make |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1040 % _ active, and distinguish by seeing if the current family is \slfam, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1041 % which is what @var uses. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1042 { |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1043 \catcode`\_ = \active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1044 \gdef\mathunderscore{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1045 \catcode`\_=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1046 \def_{\ifnum\fam=\slfam \_\else\sb\fi}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1047 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1048 } |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1049 % Another complication: we want \\ (and @\) to output a \ character. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1050 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1051 % this is not advertised and we don't care. Texinfo does not |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1052 % otherwise define @\. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
1053 % |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1054 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1055 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1056 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1057 \def\math{% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1058 \tex |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1059 \mathunderscore |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1060 \let\\ = \mathbackslash |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1061 \mathactive |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1062 $\finishmath |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1063 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1064 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex. |
41418 | 1065 |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1066 % Some active characters (such as <) are spaced differently in math. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1067 % We have to reset their definitions in case the @math was an argument |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1068 % to a command which sets the catcodes (such as @item or @section). |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1069 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1070 { |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1071 \catcode`^ = \active |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1072 \catcode`< = \active |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1073 \catcode`> = \active |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1074 \catcode`+ = \active |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1075 \gdef\mathactive{% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1076 \let^ = \ptexhat |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1077 \let< = \ptexless |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1078 \let> = \ptexgtr |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1079 \let+ = \ptexplus |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1080 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1081 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1082 |
41418 | 1083 % @bullet and @minus need the same treatment as @math, just above. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1084 \def\bullet{$\ptexbullet$} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1085 \def\minus{$-$} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1086 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1087 % @dots{} outputs an ellipsis using the current font. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1088 % We do .5em per period so that it has the same spacing in a typewriter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1089 % font as three actual period characters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1090 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1091 \def\dots{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1092 \leavevmode |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1093 \hbox to 1.5em{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1094 \hskip 0pt plus 0.25fil |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1095 .\hfil.\hfil.% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1096 \hskip 0pt plus 0.5fil |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1097 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1098 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1099 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1100 % @enddots{} is an end-of-sentence ellipsis. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1101 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1102 \def\enddots{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1103 \dots |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1104 \spacefactor=\endofsentencespacefactor |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1105 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1106 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1107 % @comma{} is so commas can be inserted into text without messing up |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1108 % Texinfo's parsing. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1109 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1110 \let\comma = , |
41418 | 1111 |
1112 % @refill is a no-op. | |
1113 \let\refill=\relax | |
1114 | |
1115 % If working on a large document in chapters, it is convenient to | |
1116 % be able to disable indexing, cross-referencing, and contents, for test runs. | |
1117 % This is done with @novalidate (before @setfilename). | |
1118 % | |
1119 \newif\iflinks \linkstrue % by default we want the aux files. | |
1120 \let\novalidate = \linksfalse | |
1121 | |
1122 % @setfilename is done at the beginning of every texinfo file. | |
1123 % So open here the files we need to have open while reading the input. | |
1124 % This makes it possible to make a .fmt file for texinfo. | |
1125 \def\setfilename{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1126 \fixbackslash % Turn off hack to swallow `\input texinfo'. |
41418 | 1127 \iflinks |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1128 \tryauxfile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1129 % Open the new aux file. TeX will close it automatically at exit. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1130 \immediate\openout\auxfile=\jobname.aux |
41418 | 1131 \fi % \openindices needs to do some work in any case. |
1132 \openindices | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1133 \let\setfilename=\comment % Ignore extra @setfilename cmds. |
41418 | 1134 % |
1135 % If texinfo.cnf is present on the system, read it. | |
1136 % Useful for site-wide @afourpaper, etc. | |
1137 \openin 1 texinfo.cnf | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1138 \ifeof 1 \else \input texinfo.cnf \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1139 \closein 1 |
41418 | 1140 % |
1141 \comment % Ignore the actual filename. | |
1142 } | |
1143 | |
1144 % Called from \setfilename. | |
1145 % | |
1146 \def\openindices{% | |
1147 \newindex{cp}% | |
1148 \newcodeindex{fn}% | |
1149 \newcodeindex{vr}% | |
1150 \newcodeindex{tp}% | |
1151 \newcodeindex{ky}% | |
1152 \newcodeindex{pg}% | |
1153 } | |
1154 | |
1155 % @bye. | |
1156 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} | |
1157 | |
1158 | |
1159 \message{pdf,} | |
1160 % adobe `portable' document format | |
1161 \newcount\tempnum | |
1162 \newcount\lnkcount | |
1163 \newtoks\filename | |
1164 \newcount\filenamelength | |
1165 \newcount\pgn | |
1166 \newtoks\toksA | |
1167 \newtoks\toksB | |
1168 \newtoks\toksC | |
1169 \newtoks\toksD | |
1170 \newbox\boxA | |
1171 \newcount\countA | |
1172 \newif\ifpdf | |
1173 \newif\ifpdfmakepagedest | |
1174 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1175 % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1176 % can be set). So we test for \relax and 0 as well as \undefined, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1177 % borrowed from ifpdf.sty. |
41418 | 1178 \ifx\pdfoutput\undefined |
1179 \else | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1180 \ifx\pdfoutput\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1181 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1182 \ifcase\pdfoutput |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1183 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1184 \pdftrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1185 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1186 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1187 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1188 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1189 % PDF uses PostScript string constants for the names of xref targets, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1190 % for display in the outlines, and in other places. Thus, we have to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1191 % double any backslashes. Otherwise, a name like "\node" will be |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1192 % interpreted as a newline (\n), followed by o, d, e. Not good. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1193 % http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1194 % (and related messages, the final outcome is that it is up to the TeX |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1195 % user to double the backslashes and otherwise make the string valid, so |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1196 % that's what we do). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1197 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1198 % double active backslashes. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1199 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1200 {\catcode`\@=0 \catcode`\\=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1201 @gdef@activebackslashdouble{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1202 @catcode`@\=@active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1203 @let\=@doublebackslash} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1204 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1205 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1206 % To handle parens, we must adopt a different approach, since parens are |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1207 % not active characters. hyperref.dtx (which has the same problem as |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1208 % us) handles it with this amazing macro to replace tokens. I've |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1209 % tinkered with it a little for texinfo, but it's definitely from there. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1210 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1211 % #1 is the tokens to replace. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1212 % #2 is the replacement. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1213 % #3 is the control sequence with the string. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1214 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1215 \def\HyPsdSubst#1#2#3{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1216 \def\HyPsdReplace##1#1##2\END{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1217 ##1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1218 \ifx\\##2\\% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1219 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1220 #2% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1221 \HyReturnAfterFi{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1222 \HyPsdReplace##2\END |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1223 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1224 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1225 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1226 \xdef#3{\expandafter\HyPsdReplace#3#1\END}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1227 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1228 \long\def\HyReturnAfterFi#1\fi{\fi#1} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1229 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1230 % #1 is a control sequence in which to do the replacements. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1231 \def\backslashparens#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1232 \xdef#1{#1}% redefine it as its expansion; the definition is simply |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1233 % \lastnode when called from \setref -> \pdfmkdest. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1234 \HyPsdSubst{(}{\realbackslash(}{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1235 \HyPsdSubst{)}{\realbackslash)}{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1236 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1237 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1238 \ifpdf |
41418 | 1239 \input pdfcolor |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1240 \pdfcatalog{/PageMode /UseOutlines}% |
41418 | 1241 \def\dopdfimage#1#2#3{% |
1242 \def\imagewidth{#2}% | |
1243 \def\imageheight{#3}% | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1244 % without \immediate, pdftex seg faults when the same image is |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1245 % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.) |
41418 | 1246 \ifnum\pdftexversion < 14 |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1247 \immediate\pdfimage |
41418 | 1248 \else |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1249 \immediate\pdfximage |
41418 | 1250 \fi |
1251 \ifx\empty\imagewidth\else width \imagewidth \fi | |
1252 \ifx\empty\imageheight\else height \imageheight \fi | |
1253 \ifnum\pdftexversion<13 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1254 #1.pdf% |
41418 | 1255 \else |
1256 {#1.pdf}% | |
1257 \fi | |
1258 \ifnum\pdftexversion < 14 \else | |
1259 \pdfrefximage \pdflastximage | |
1260 \fi} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1261 \def\pdfmkdest#1{{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1262 % We have to set dummies so commands such as @code, and characters |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1263 % such as \, aren't expanded when present in a section title. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1264 \atdummies |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1265 \activebackslashdouble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1266 \def\pdfdestname{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1267 \backslashparens\pdfdestname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1268 \pdfdest name{\pdfdestname} xyz% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1269 }}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1270 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1271 % used to mark target names; must be expandable. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1272 \def\pdfmkpgn#1{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1273 % |
41418 | 1274 \let\linkcolor = \Blue % was Cyan, but that seems light? |
1275 \def\endlink{\Black\pdfendlink} | |
1276 % Adding outlines to PDF; macros for calculating structure of outlines | |
1277 % come from Petr Olsak | |
1278 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% | |
1279 \else \csname#1\endcsname \fi} | |
1280 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1281 \advance\tempnum by 1 |
41418 | 1282 \expandafter\xdef\csname#1\endcsname{\the\tempnum}} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1283 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1284 % #1 is the section text, which is what will be displayed in the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1285 % outline by the pdf viewer. #2 is the pdf expression for the number |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1286 % of subentries (or empty, for subsubsections). #3 is the node text, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1287 % which might be empty if this toc entry had no corresponding node. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1288 % #4 is the page number |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1289 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1290 \def\dopdfoutline#1#2#3#4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1291 % Generate a link to the node text if that exists; else, use the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1292 % page number. We could generate a destination for the section |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1293 % text in the case where a section has no node, but it doesn't |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1294 % seem worth the trouble, since most documents are normally structured. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1295 \def\pdfoutlinedest{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1296 \ifx\pdfoutlinedest\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1297 \def\pdfoutlinedest{#4}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1298 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1299 % Doubled backslashes in the name. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1300 {\activebackslashdouble \xdef\pdfoutlinedest{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1301 \backslashparens\pdfoutlinedest}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1302 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1303 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1304 % Also double the backslashes in the display string. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1305 {\activebackslashdouble \xdef\pdfoutlinetext{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1306 \backslashparens\pdfoutlinetext}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1307 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1308 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1309 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1310 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1311 \def\pdfmakeoutlines{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1312 \begingroup |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
1313 % Thanh's hack / proper braces in bookmarks |
41418 | 1314 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace |
1315 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace | |
1316 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1317 % Read toc silently, to get counts of subentries for \pdfoutline. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1318 \def\numchapentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1319 \def\thischapnum{##2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1320 \def\thissecnum{0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1321 \def\thissubsecnum{0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1322 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1323 \def\numsecentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1324 \advancenumber{chap\thischapnum}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1325 \def\thissecnum{##2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1326 \def\thissubsecnum{0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1327 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1328 \def\numsubsecentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1329 \advancenumber{sec\thissecnum}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1330 \def\thissubsecnum{##2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1331 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1332 \def\numsubsubsecentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1333 \advancenumber{subsec\thissubsecnum}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1334 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1335 \def\thischapnum{0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1336 \def\thissecnum{0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1337 \def\thissubsecnum{0}% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1338 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1339 % use \def rather than \let here because we redefine \chapentry et |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1340 % al. a second time, below. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1341 \def\appentry{\numchapentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1342 \def\appsecentry{\numsecentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1343 \def\appsubsecentry{\numsubsecentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1344 \def\appsubsubsecentry{\numsubsubsecentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1345 \def\unnchapentry{\numchapentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1346 \def\unnsecentry{\numsecentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1347 \def\unnsubsecentry{\numsubsecentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1348 \def\unnsubsubsecentry{\numsubsubsecentry}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1349 \readdatafile{toc}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1350 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1351 % Read toc second time, this time actually producing the outlines. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1352 % The `-' means take the \expnumber as the absolute number of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1353 % subentries, which we calculated on our first read of the .toc above. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1354 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1355 % We use the node names as the destinations. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1356 \def\numchapentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1357 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1358 \def\numsecentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1359 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1360 \def\numsubsecentry##1##2##3##4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1361 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1362 \def\numsubsubsecentry##1##2##3##4{% count is always zero |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1363 \dopdfoutline{##1}{}{##3}{##4}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1364 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1365 % PDF outlines are displayed using system fonts, instead of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1366 % document fonts. Therefore we cannot use special characters, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1367 % since the encoding is unknown. For example, the eogonek from |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1368 % Latin 2 (0xea) gets translated to a | character. Info from |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1369 % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1370 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1371 % xx to do this right, we have to translate 8-bit characters to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1372 % their "best" equivalent, based on the @documentencoding. Right |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1373 % now, I guess we'll just let the pdf reader have its way. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1374 \indexnofonts |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1375 \setupdatafile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1376 \catcode`\\=\active \otherbackslash |
41418 | 1377 \input \jobname.toc |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1378 \endgroup |
41418 | 1379 } |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1380 % |
41418 | 1381 \def\skipspaces#1{\def\PP{#1}\def\D{|}% |
1382 \ifx\PP\D\let\nextsp\relax | |
1383 \else\let\nextsp\skipspaces | |
1384 \ifx\p\space\else\addtokens{\filename}{\PP}% | |
1385 \advance\filenamelength by 1 | |
1386 \fi | |
1387 \fi | |
1388 \nextsp} | |
1389 \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax} | |
1390 \ifnum\pdftexversion < 14 | |
1391 \let \startlink \pdfannotlink | |
1392 \else | |
1393 \let \startlink \pdfstartlink | |
1394 \fi | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1395 % make a live url in pdf output. |
41418 | 1396 \def\pdfurl#1{% |
1397 \begingroup | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1398 % it seems we really need yet another set of dummies; have not |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1399 % tried to figure out what each command should do in the context |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1400 % of @url. for now, just make @/ a no-op, that's the only one |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1401 % people have actually reported a problem with. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1402 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1403 \normalturnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1404 \def\@{@}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1405 \let\/=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1406 \makevalueexpandable |
41418 | 1407 \leavevmode\Red |
1408 \startlink attr{/Border [0 0 0]}% | |
1409 user{/Subtype /Link /A << /S /URI /URI (#1) >>}% | |
1410 \endgroup} | |
1411 \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} | |
1412 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} | |
1413 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} | |
1414 \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} | |
1415 \def\maketoks{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1416 \expandafter\poptoks\the\toksA|ENDTOKS|\relax |
41418 | 1417 \ifx\first0\adn0 |
1418 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 | |
1419 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
1420 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 |
41418 | 1421 \else |
1422 \ifnum0=\countA\else\makelink\fi | |
1423 \ifx\first.\let\next=\done\else | |
1424 \let\next=\maketoks | |
1425 \addtokens{\toksB}{\the\toksD} | |
1426 \ifx\first,\addtokens{\toksB}{\space}\fi | |
1427 \fi | |
1428 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi | |
1429 \next} | |
1430 \def\makelink{\addtokens{\toksB}% | |
1431 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} | |
1432 \def\pdflink#1{% | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1433 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} |
41418 | 1434 \linkcolor #1\endlink} |
1435 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1436 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1437 \let\pdfmkdest = \gobble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1438 \let\pdfurl = \gobble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1439 \let\endlink = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1440 \let\linkcolor = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1441 \let\pdfmakeoutlines = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1442 \fi % \ifx\pdfoutput |
41418 | 1443 |
1444 | |
1445 \message{fonts,} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1446 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1447 % Change the current font style to #1, remembering it in \curfontstyle. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1448 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1449 % italics, not bold italics. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1450 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1451 \def\setfontstyle#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1452 \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1453 \csname ten#1\endcsname % change the current font |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1454 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1455 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1456 % Select #1 fonts with the current style. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1457 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1458 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1459 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1460 \def\rm{\fam=0 \setfontstyle{rm}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1461 \def\it{\fam=\itfam \setfontstyle{it}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1462 \def\sl{\fam=\slfam \setfontstyle{sl}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1463 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1464 \def\tt{\fam=\ttfam \setfontstyle{tt}} |
41418 | 1465 |
1466 % Texinfo sort of supports the sans serif font style, which plain TeX does not. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1467 % So we set up a \sf. |
41418 | 1468 \newfam\sffam |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1469 \def\sf{\fam=\sffam \setfontstyle{sf}} |
41418 | 1470 \let\li = \sf % Sometimes we call it \li, not \sf. |
1471 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1472 % We don't need math for this font style. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1473 \def\ttsl{\setfontstyle{ttsl}} |
41418 | 1474 |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1475 % Default leading. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1476 \newdimen\textleading \textleading = 13.2pt |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1477 |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1478 % Set the baselineskip to #1, and the lineskip and strut size |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1479 % correspondingly. There is no deep meaning behind these magic numbers |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1480 % used as factors; they just match (closely enough) what Knuth defined. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1481 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1482 \def\lineskipfactor{.08333} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1483 \def\strutheightpercent{.70833} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1484 \def\strutdepthpercent {.29167} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1485 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1486 \def\setleading#1{% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1487 \normalbaselineskip = #1\relax |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1488 \normallineskip = \lineskipfactor\normalbaselineskip |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1489 \normalbaselines |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1490 \setbox\strutbox =\hbox{% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1491 \vrule width0pt height\strutheightpercent\baselineskip |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1492 depth \strutdepthpercent \baselineskip |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1493 }% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1494 } |
41418 | 1495 |
1496 % Set the font macro #1 to the font named #2, adding on the | |
1497 % specified font prefix (normally `cm'). | |
1498 % #3 is the font's design size, #4 is a scale factor | |
1499 \def\setfont#1#2#3#4{\font#1=\fontprefix#2#3 scaled #4} | |
1500 | |
1501 % Use cm as the default font prefix. | |
1502 % To specify the font prefix, you must define \fontprefix | |
1503 % before you read in texinfo.tex. | |
1504 \ifx\fontprefix\undefined | |
1505 \def\fontprefix{cm} | |
1506 \fi | |
1507 % Support font families that don't use the same naming scheme as CM. | |
1508 \def\rmshape{r} | |
1509 \def\rmbshape{bx} %where the normal face is bold | |
1510 \def\bfshape{b} | |
1511 \def\bxshape{bx} | |
1512 \def\ttshape{tt} | |
1513 \def\ttbshape{tt} | |
1514 \def\ttslshape{sltt} | |
1515 \def\itshape{ti} | |
1516 \def\itbshape{bxti} | |
1517 \def\slshape{sl} | |
1518 \def\slbshape{bxsl} | |
1519 \def\sfshape{ss} | |
1520 \def\sfbshape{ss} | |
1521 \def\scshape{csc} | |
1522 \def\scbshape{csc} | |
1523 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1524 % Text fonts (11.2pt, magstep1). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1525 \def\textnominalsize{11pt} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1526 \edef\mainmagstep{\magstephalf} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1527 \setfont\textrm\rmshape{10}{\mainmagstep} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1528 \setfont\texttt\ttshape{10}{\mainmagstep} |
41418 | 1529 \setfont\textbf\bfshape{10}{\mainmagstep} |
1530 \setfont\textit\itshape{10}{\mainmagstep} | |
1531 \setfont\textsl\slshape{10}{\mainmagstep} | |
1532 \setfont\textsf\sfshape{10}{\mainmagstep} | |
1533 \setfont\textsc\scshape{10}{\mainmagstep} | |
1534 \setfont\textttsl\ttslshape{10}{\mainmagstep} | |
1535 \font\texti=cmmi10 scaled \mainmagstep | |
1536 \font\textsy=cmsy10 scaled \mainmagstep | |
1537 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1538 % A few fonts for @defun names and args. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1539 \setfont\defbf\bfshape{10}{\magstep1} |
41418 | 1540 \setfont\deftt\ttshape{10}{\magstep1} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1541 \setfont\defttsl\ttslshape{10}{\magstep1} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1542 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} |
41418 | 1543 |
1544 % Fonts for indices, footnotes, small examples (9pt). | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1545 \def\smallnominalsize{9pt} |
41418 | 1546 \setfont\smallrm\rmshape{9}{1000} |
1547 \setfont\smalltt\ttshape{9}{1000} | |
1548 \setfont\smallbf\bfshape{10}{900} | |
1549 \setfont\smallit\itshape{9}{1000} | |
1550 \setfont\smallsl\slshape{9}{1000} | |
1551 \setfont\smallsf\sfshape{9}{1000} | |
1552 \setfont\smallsc\scshape{10}{900} | |
1553 \setfont\smallttsl\ttslshape{10}{900} | |
1554 \font\smalli=cmmi9 | |
1555 \font\smallsy=cmsy9 | |
1556 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1557 % Fonts for small examples (8pt). |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1558 \def\smallernominalsize{8pt} |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1559 \setfont\smallerrm\rmshape{8}{1000} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1560 \setfont\smallertt\ttshape{8}{1000} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1561 \setfont\smallerbf\bfshape{10}{800} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1562 \setfont\smallerit\itshape{8}{1000} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1563 \setfont\smallersl\slshape{8}{1000} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1564 \setfont\smallersf\sfshape{8}{1000} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1565 \setfont\smallersc\scshape{10}{800} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1566 \setfont\smallerttsl\ttslshape{10}{800} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1567 \font\smalleri=cmmi8 |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1568 \font\smallersy=cmsy8 |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1569 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1570 % Fonts for title page (20.4pt): |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1571 \def\titlenominalsize{20pt} |
41418 | 1572 \setfont\titlerm\rmbshape{12}{\magstep3} |
1573 \setfont\titleit\itbshape{10}{\magstep4} | |
1574 \setfont\titlesl\slbshape{10}{\magstep4} | |
1575 \setfont\titlett\ttbshape{12}{\magstep3} | |
1576 \setfont\titlettsl\ttslshape{10}{\magstep4} | |
1577 \setfont\titlesf\sfbshape{17}{\magstep1} | |
1578 \let\titlebf=\titlerm | |
1579 \setfont\titlesc\scbshape{10}{\magstep4} | |
1580 \font\titlei=cmmi12 scaled \magstep3 | |
1581 \font\titlesy=cmsy10 scaled \magstep4 | |
1582 \def\authorrm{\secrm} | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1583 \def\authortt{\sectt} |
41418 | 1584 |
1585 % Chapter (and unnumbered) fonts (17.28pt). | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1586 \def\chapnominalsize{17pt} |
41418 | 1587 \setfont\chaprm\rmbshape{12}{\magstep2} |
1588 \setfont\chapit\itbshape{10}{\magstep3} | |
1589 \setfont\chapsl\slbshape{10}{\magstep3} | |
1590 \setfont\chaptt\ttbshape{12}{\magstep2} | |
1591 \setfont\chapttsl\ttslshape{10}{\magstep3} | |
1592 \setfont\chapsf\sfbshape{17}{1000} | |
1593 \let\chapbf=\chaprm | |
1594 \setfont\chapsc\scbshape{10}{\magstep3} | |
1595 \font\chapi=cmmi12 scaled \magstep2 | |
1596 \font\chapsy=cmsy10 scaled \magstep3 | |
1597 | |
1598 % Section fonts (14.4pt). | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1599 \def\secnominalsize{14pt} |
41418 | 1600 \setfont\secrm\rmbshape{12}{\magstep1} |
1601 \setfont\secit\itbshape{10}{\magstep2} | |
1602 \setfont\secsl\slbshape{10}{\magstep2} | |
1603 \setfont\sectt\ttbshape{12}{\magstep1} | |
1604 \setfont\secttsl\ttslshape{10}{\magstep2} | |
1605 \setfont\secsf\sfbshape{12}{\magstep1} | |
1606 \let\secbf\secrm | |
1607 \setfont\secsc\scbshape{10}{\magstep2} | |
1608 \font\seci=cmmi12 scaled \magstep1 | |
1609 \font\secsy=cmsy10 scaled \magstep2 | |
1610 | |
1611 % Subsection fonts (13.15pt). | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1612 \def\ssecnominalsize{13pt} |
41418 | 1613 \setfont\ssecrm\rmbshape{12}{\magstephalf} |
1614 \setfont\ssecit\itbshape{10}{1315} | |
1615 \setfont\ssecsl\slbshape{10}{1315} | |
1616 \setfont\ssectt\ttbshape{12}{\magstephalf} | |
1617 \setfont\ssecttsl\ttslshape{10}{1315} | |
1618 \setfont\ssecsf\sfbshape{12}{\magstephalf} | |
1619 \let\ssecbf\ssecrm | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1620 \setfont\ssecsc\scbshape{10}{1315} |
41418 | 1621 \font\sseci=cmmi12 scaled \magstephalf |
1622 \font\ssecsy=cmsy10 scaled 1315 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1623 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1624 % Reduced fonts for @acro in text (10pt). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1625 \def\reducednominalsize{10pt} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1626 \setfont\reducedrm\rmshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1627 \setfont\reducedtt\ttshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1628 \setfont\reducedbf\bfshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1629 \setfont\reducedit\itshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1630 \setfont\reducedsl\slshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1631 \setfont\reducedsf\sfshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1632 \setfont\reducedsc\scshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1633 \setfont\reducedttsl\ttslshape{10}{1000} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1634 \font\reducedi=cmmi10 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1635 \font\reducedsy=cmsy10 |
41418 | 1636 |
1637 % In order for the font changes to affect most math symbols and letters, | |
1638 % we have to define the \textfont of the standard families. Since | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1639 % texinfo doesn't allow for producing subscripts and superscripts except |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1640 % in the main text, we don't bother to reset \scriptfont and |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1641 % \scriptscriptfont (which would also require loading a lot more fonts). |
41418 | 1642 % |
1643 \def\resetmathfonts{% | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1644 \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1645 \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1646 \textfont\ttfam=\tentt \textfont\sffam=\tensf |
41418 | 1647 } |
1648 | |
1649 % The font-changing commands redefine the meanings of \tenSTYLE, instead | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1650 % of just \STYLE. We do this because \STYLE needs to also set the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1651 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1652 % \tenSTYLE to set the current font. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1653 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1654 % Each font-changing command also sets the names \lsize (one size lower) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1655 % and \lllsize (three sizes lower). These relative commands are used in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1656 % the LaTeX logo and acronyms. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1657 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1658 % This all needs generalizing, badly. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1659 % |
41418 | 1660 \def\textfonts{% |
1661 \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl | |
1662 \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1663 \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1664 \let\tenttsl=\textttsl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1665 \def\curfontsize{text}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1666 \def\lsize{reduced}\def\lllsize{smaller}% |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1667 \resetmathfonts \setleading{\textleading}} |
41418 | 1668 \def\titlefonts{% |
1669 \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl | |
1670 \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc | |
1671 \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy | |
1672 \let\tenttsl=\titlettsl | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1673 \def\curfontsize{title}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1674 \def\lsize{chap}\def\lllsize{subsec}% |
41418 | 1675 \resetmathfonts \setleading{25pt}} |
1676 \def\titlefont#1{{\titlefonts\rm #1}} | |
1677 \def\chapfonts{% | |
1678 \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl | |
1679 \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1680 \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1681 \let\tenttsl=\chapttsl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1682 \def\curfontsize{chap}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1683 \def\lsize{sec}\def\lllsize{text}% |
41418 | 1684 \resetmathfonts \setleading{19pt}} |
1685 \def\secfonts{% | |
1686 \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl | |
1687 \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1688 \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1689 \let\tenttsl=\secttsl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1690 \def\curfontsize{sec}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1691 \def\lsize{subsec}\def\lllsize{reduced}% |
41418 | 1692 \resetmathfonts \setleading{16pt}} |
1693 \def\subsecfonts{% | |
1694 \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl | |
1695 \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1696 \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1697 \let\tenttsl=\ssecttsl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1698 \def\curfontsize{ssec}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1699 \def\lsize{text}\def\lllsize{small}% |
41418 | 1700 \resetmathfonts \setleading{15pt}} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1701 \let\subsubsecfonts = \subsecfonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1702 \def\reducedfonts{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1703 \let\tenrm=\reducedrm \let\tenit=\reducedit \let\tensl=\reducedsl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1704 \let\tenbf=\reducedbf \let\tentt=\reducedtt \let\reducedcaps=\reducedsc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1705 \let\tensf=\reducedsf \let\teni=\reducedi \let\tensy=\reducedsy |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1706 \let\tenttsl=\reducedttsl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1707 \def\curfontsize{reduced}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1708 \def\lsize{small}\def\lllsize{smaller}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1709 \resetmathfonts \setleading{10.5pt}} |
41418 | 1710 \def\smallfonts{% |
1711 \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl | |
1712 \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc | |
1713 \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy | |
1714 \let\tenttsl=\smallttsl | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1715 \def\curfontsize{small}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1716 \def\lsize{smaller}\def\lllsize{smaller}% |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1717 \resetmathfonts \setleading{10.5pt}} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1718 \def\smallerfonts{% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1719 \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1720 \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1721 \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1722 \let\tenttsl=\smallerttsl |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1723 \def\curfontsize{smaller}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1724 \def\lsize{smaller}\def\lllsize{smaller}% |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1725 \resetmathfonts \setleading{9.5pt}} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1726 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1727 % Set the fonts to use with the @small... environments. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1728 \let\smallexamplefonts = \smallfonts |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1729 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1730 % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1731 % can fit this many characters: |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1732 % 8.5x11=86 smallbook=72 a4=90 a5=69 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1733 % If we use \scriptfonts (8pt), then we can fit this many characters: |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1734 % 8.5x11=90+ smallbook=80 a4=90+ a5=77 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1735 % For me, subjectively, the few extra characters that fit aren't worth |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1736 % the additional smallness of 8pt. So I'm making the default 9pt. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1737 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1738 % By the way, for comparison, here's what fits with @example (10pt): |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1739 % 8.5x11=71 smallbook=60 a4=75 a5=58 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1740 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1741 % I wish the USA used A4 paper. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1742 % --karl, 24jan03. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1743 |
41418 | 1744 |
1745 % Set up the default fonts, so we can use them for creating boxes. | |
1746 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1747 \textfonts \rm |
41418 | 1748 |
1749 % Define these so they can be easily changed for other fonts. | |
1750 \def\angleleft{$\langle$} | |
1751 \def\angleright{$\rangle$} | |
1752 | |
1753 % Count depth in font-changes, for error checks | |
1754 \newcount\fontdepth \fontdepth=0 | |
1755 | |
1756 % Fonts for short table of contents. | |
1757 \setfont\shortcontrm\rmshape{12}{1000} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1758 \setfont\shortcontbf\bfshape{10}{\magstep1} % no cmb12 |
41418 | 1759 \setfont\shortcontsl\slshape{12}{1000} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1760 \setfont\shortconttt\ttshape{12}{1000} |
41418 | 1761 |
1762 %% Add scribe-like font environments, plus @l for inline lisp (usually sans | |
1763 %% serif) and @ii for TeX italic | |
1764 | |
1765 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction | |
1766 % unless the following character is such as not to need one. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1767 \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1768 \ptexslash\fi\fi\fi} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1769 \def\smartslanted#1{{\ifusingtt\ttsl\sl #1}\futurelet\next\smartitalicx} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1770 \def\smartitalic#1{{\ifusingtt\ttsl\it #1}\futurelet\next\smartitalicx} |
41418 | 1771 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1772 % like \smartslanted except unconditionally uses \ttsl. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1773 % @var is set to this for defun arguments. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1774 \def\ttslanted#1{{\ttsl #1}\futurelet\next\smartitalicx} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1775 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1776 % like \smartslanted except unconditionally use \sl. We never want |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1777 % ttsl for book titles, do we? |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1778 \def\cite#1{{\sl #1}\futurelet\next\smartitalicx} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1779 |
41418 | 1780 \let\i=\smartitalic |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1781 \let\slanted=\smartslanted |
41418 | 1782 \let\var=\smartslanted |
1783 \let\dfn=\smartslanted | |
1784 \let\emph=\smartitalic | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1785 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1786 % @b, explicit bold. |
41418 | 1787 \def\b#1{{\bf #1}} |
1788 \let\strong=\b | |
1789 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1790 % @sansserif, explicit sans. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1791 \def\sansserif#1{{\sf #1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1792 |
41418 | 1793 % We can't just use \exhyphenpenalty, because that only has effect at |
1794 % the end of a paragraph. Restore normal hyphenation at the end of the | |
1795 % group within which \nohyphenation is presumably called. | |
1796 % | |
1797 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation} | |
1798 \def\restorehyphenation{\hyphenchar\font = `- } | |
1799 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1800 % Set sfcode to normal for the chars that usually have another value. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1801 % Can't use plain's \frenchspacing because it uses the `\x notation, and |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1802 % sometimes \x has an active definition that messes things up. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1803 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1804 \chardef\colonChar = `\: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1805 \chardef\commaChar = `\, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1806 \chardef\dotChar = `\. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1807 \chardef\exclamChar= `\! |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1808 \chardef\questChar = `\? |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1809 \chardef\semiChar = `\; |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1810 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1811 \catcode`@=11 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1812 \def\plainfrenchspacing{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1813 \sfcode\dotChar =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1814 \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1815 \def\endofsentencespacefactor{1000}% for @. and friends |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1816 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1817 \def\plainnonfrenchspacing{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1818 \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1819 \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1820 \def\endofsentencespacefactor{3000}% for @. and friends |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1821 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1822 \catcode`@=\other |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1823 \def\endofsentencespacefactor{3000}% default |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1824 |
41418 | 1825 \def\t#1{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1826 {\tt \rawbackslash \plainfrenchspacing #1}% |
41418 | 1827 \null |
1828 } | |
1829 \def\samp#1{`\tclose{#1}'\null} | |
1830 \setfont\keyrm\rmshape{8}{1000} | |
1831 \font\keysy=cmsy9 | |
1832 \def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{% | |
1833 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% | |
1834 \vbox{\hrule\kern-0.4pt | |
1835 \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}% | |
1836 \kern-0.4pt\hrule}% | |
1837 \kern-.06em\raise0.4pt\hbox{\angleright}}}} | |
1838 % The old definition, with no lozenge: | |
1839 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null} | |
1840 \def\ctrl #1{{\tt \rawbackslash \hat}#1} | |
1841 | |
1842 % @file, @option are the same as @samp. | |
1843 \let\file=\samp | |
1844 \let\option=\samp | |
1845 | |
1846 % @code is a modification of @t, | |
1847 % which makes spaces the same size as normal in the surrounding text. | |
1848 \def\tclose#1{% | |
1849 {% | |
1850 % Change normal interword space to be same as for the current font. | |
1851 \spaceskip = \fontdimen2\font | |
1852 % | |
1853 % Switch to typewriter. | |
1854 \tt | |
1855 % | |
1856 % But `\ ' produces the large typewriter interword space. | |
1857 \def\ {{\spaceskip = 0pt{} }}% | |
1858 % | |
1859 % Turn off hyphenation. | |
1860 \nohyphenation | |
1861 % | |
1862 \rawbackslash | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1863 \plainfrenchspacing |
41418 | 1864 #1% |
1865 }% | |
1866 \null | |
1867 } | |
1868 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1869 % We *must* turn on hyphenation at `-' and `_' in @code. |
41418 | 1870 % Otherwise, it is too hard to avoid overfull hboxes |
1871 % in the Emacs manual, the Library manual, etc. | |
1872 | |
1873 % Unfortunately, TeX uses one parameter (\hyphenchar) to control | |
1874 % both hyphenation at - and hyphenation within words. | |
1875 % We must therefore turn them both off (\tclose does that) | |
1876 % and arrange explicitly to hyphenate at a dash. | |
1877 % -- rms. | |
1878 { | |
1879 \catcode`\-=\active | |
1880 \catcode`\_=\active | |
1881 % | |
1882 \global\def\code{\begingroup | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1883 \catcode`\-=\active \catcode`\_=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1884 \ifallowcodebreaks |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1885 \let-\codedash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1886 \let_\codeunder |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1887 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1888 \let-\realdash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1889 \let_\realunder |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1890 \fi |
41418 | 1891 \codex |
1892 } | |
1893 } | |
1894 | |
1895 \def\realdash{-} | |
1896 \def\codedash{-\discretionary{}{}{}} | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1897 \def\codeunder{% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1898 % this is all so @math{@code{var_name}+1} can work. In math mode, _ |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1899 % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.) |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1900 % will therefore expand the active definition of _, which is us |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1901 % (inside @code that is), therefore an endless loop. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1902 \ifusingtt{\ifmmode |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1903 \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1904 \else\normalunderscore \fi |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1905 \discretionary{}{}{}}% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1906 {\_}% |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
1907 } |
41418 | 1908 \def\codex #1{\tclose{#1}\endgroup} |
1909 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1910 % An additional complication: the above will allow breaks after, e.g., |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1911 % each of the four underscores in __typeof__. This is undesirable in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1912 % some manuals, especially if they don't have long identifiers in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1913 % general. @allowcodebreaks provides a way to control this. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1914 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1915 \newif\ifallowcodebreaks \allowcodebreakstrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1916 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1917 \def\keywordtrue{true} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1918 \def\keywordfalse{false} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1919 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1920 \parseargdef\allowcodebreaks{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1921 \def\txiarg{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1922 \ifx\txiarg\keywordtrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1923 \allowcodebreakstrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1924 \else\ifx\txiarg\keywordfalse |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1925 \allowcodebreaksfalse |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1926 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1927 \errhelp = \EMsimple |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1928 \errmessage{Unknown @allowcodebreaks option `\txiarg'}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1929 \fi\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1930 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1931 |
41418 | 1932 % @kbd is like @code, except that if the argument is just one @key command, |
1933 % then @kbd has no effect. | |
1934 | |
1935 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), | |
1936 % `example' (@kbd uses ttsl only inside of @example and friends), | |
1937 % or `code' (@kbd uses normal tty font always). | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1938 \parseargdef\kbdinputstyle{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1939 \def\txiarg{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1940 \ifx\txiarg\worddistinct |
41418 | 1941 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1942 \else\ifx\txiarg\wordexample |
41418 | 1943 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1944 \else\ifx\txiarg\wordcode |
41418 | 1945 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1946 \else |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1947 \errhelp = \EMsimple |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1948 \errmessage{Unknown @kbdinputstyle option `\txiarg'}% |
41418 | 1949 \fi\fi\fi |
1950 } | |
1951 \def\worddistinct{distinct} | |
1952 \def\wordexample{example} | |
1953 \def\wordcode{code} | |
1954 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1955 % Default is `distinct.' |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
1956 \kbdinputstyle distinct |
41418 | 1957 |
1958 \def\xkey{\key} | |
1959 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}% | |
1960 \ifx\one\xkey\ifx\threex\three \key{#2}% | |
1961 \else{\tclose{\kbdfont\look}}\fi | |
1962 \else{\tclose{\kbdfont\look}}\fi} | |
1963 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1964 % For @indicateurl, @env, @command quotes seem unnecessary, so use \code. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1965 \let\indicateurl=\code |
41418 | 1966 \let\env=\code |
1967 \let\command=\code | |
1968 | |
1969 % @uref (abbreviation for `urlref') takes an optional (comma-separated) | |
1970 % second argument specifying the text to display and an optional third | |
1971 % arg as text to display instead of (rather than in addition to) the url | |
1972 % itself. First (mandatory) arg is the url. Perhaps eventually put in | |
1973 % a hypertex \special here. | |
1974 % | |
1975 \def\uref#1{\douref #1,,,\finish} | |
1976 \def\douref#1,#2,#3,#4\finish{\begingroup | |
1977 \unsepspaces | |
1978 \pdfurl{#1}% | |
1979 \setbox0 = \hbox{\ignorespaces #3}% | |
1980 \ifdim\wd0 > 0pt | |
1981 \unhbox0 % third arg given, show only that | |
1982 \else | |
1983 \setbox0 = \hbox{\ignorespaces #2}% | |
1984 \ifdim\wd0 > 0pt | |
1985 \ifpdf | |
1986 \unhbox0 % PDF: 2nd arg given, show only it | |
1987 \else | |
1988 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url | |
1989 \fi | |
1990 \else | |
1991 \code{#1}% only url given, so show it | |
1992 \fi | |
1993 \fi | |
1994 \endlink | |
1995 \endgroup} | |
1996 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1997 % @url synonym for @uref, since that's how everyone uses it. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1998 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
1999 \let\url=\uref |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2000 |
41418 | 2001 % rms does not like angle brackets --karl, 17may97. |
2002 % So now @email is just like @uref, unless we are pdf. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
2003 % |
41418 | 2004 %\def\email#1{\angleleft{\tt #1}\angleright} |
2005 \ifpdf | |
2006 \def\email#1{\doemail#1,,\finish} | |
2007 \def\doemail#1,#2,#3\finish{\begingroup | |
2008 \unsepspaces | |
2009 \pdfurl{mailto:#1}% | |
2010 \setbox0 = \hbox{\ignorespaces #2}% | |
2011 \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi | |
2012 \endlink | |
2013 \endgroup} | |
2014 \else | |
2015 \let\email=\uref | |
2016 \fi | |
2017 | |
2018 % Check if we are currently using a typewriter font. Since all the | |
2019 % Computer Modern typewriter fonts have zero interword stretch (and | |
2020 % shrink), and it is reasonable to expect all typewriter fonts to have | |
2021 % this property, we can check that font parameter. | |
2022 % | |
2023 \def\ifmonospace{\ifdim\fontdimen3\font=0pt } | |
2024 | |
2025 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the | |
2026 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt. | |
2027 % | |
2028 \def\dmn#1{\thinspace #1} | |
2029 | |
2030 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par} | |
2031 | |
2032 % @l was never documented to mean ``switch to the Lisp font'', | |
2033 % and it is not used as such in any manual I can find. We need it for | |
2034 % Polish suppressed-l. --karl, 22sep96. | |
2035 %\def\l#1{{\li #1}\null} | |
2036 | |
2037 % Explicit font changes: @r, @sc, undocumented @ii. | |
2038 \def\r#1{{\rm #1}} % roman font | |
2039 \def\sc#1{{\smallcaps#1}} % smallcaps font | |
2040 \def\ii#1{{\it #1}} % italic font | |
2041 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2042 % @acronym for "FBI", "NATO", and the like. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2043 % We print this one point size smaller, since it's intended for |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2044 % all-uppercase. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2045 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2046 \def\acronym#1{\doacronym #1,,\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2047 \def\doacronym#1,#2,#3\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2048 {\selectfonts\lsize #1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2049 \def\temp{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2050 \ifx\temp\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2051 \space ({\unsepspaces \ignorespaces \temp \unskip})% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2052 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2053 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2054 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2055 % @abbr for "Comput. J." and the like. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2056 % No font change, but don't do end-of-sentence spacing. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2057 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2058 \def\abbr#1{\doabbr #1,,\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2059 \def\doabbr#1,#2,#3\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2060 {\plainfrenchspacing #1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2061 \def\temp{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2062 \ifx\temp\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2063 \space ({\unsepspaces \ignorespaces \temp \unskip})% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2064 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2065 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2066 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2067 % @pounds{} is a sterling sign, which Knuth put in the CM italic font. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2068 % |
41418 | 2069 \def\pounds{{\it\$}} |
2070 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2071 % @euro{} comes from a separate font, depending on the current style. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2072 % We use the free feym* fonts from the eurosym package by Henrik |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2073 % Theiling, which support regular, slanted, bold and bold slanted (and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2074 % "outlined" (blackboard board, sort of) versions, which we don't need). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2075 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2076 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2077 % Although only regular is the truly official Euro symbol, we ignore |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2078 % that. The Euro is designed to be slightly taller than the regular |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2079 % font height. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2080 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2081 % feymr - regular |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2082 % feymo - slanted |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2083 % feybr - bold |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2084 % feybo - bold slanted |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2085 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2086 % There is no good (free) typewriter version, to my knowledge. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2087 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2088 % Hmm. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2089 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2090 % Also doesn't work in math. Do we need to do math with euro symbols? |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2091 % Hope not. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2092 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2093 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2094 \def\euro{{\eurofont e}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2095 \def\eurofont{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2096 % We set the font at each command, rather than predefining it in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2097 % \textfonts and the other font-switching commands, so that |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2098 % installations which never need the symbol don't have to have the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2099 % font installed. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2100 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2101 % There is only one designed size (nominal 10pt), so we always scale |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2102 % that to the current nominal size. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2103 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2104 % By the way, simply using "at 1em" works for cmr10 and the like, but |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2105 % does not work for cmbx10 and other extended/shrunken fonts. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2106 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2107 \def\eurosize{\csname\curfontsize nominalsize\endcsname}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2108 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2109 \ifx\curfontstyle\bfstylename |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2110 % bold: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2111 \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2112 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2113 % regular: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2114 \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2115 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2116 \thiseurofont |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2117 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2118 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2119 % @registeredsymbol - R in a circle. The font for the R should really |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2120 % be smaller yet, but lllsize is the best we can do for now. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2121 % Adapted from the plain.tex definition of \copyright. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2122 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2123 \def\registeredsymbol{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2124 $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2125 \hfil\crcr\Orb}}% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2126 }$% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2127 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2128 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2129 % Laurent Siebenmann reports \Orb undefined with: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2130 % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2131 % so we'll define it if necessary. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2132 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2133 \ifx\Orb\undefined |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2134 \def\Orb{\mathhexbox20D} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2135 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2136 |
41418 | 2137 |
2138 \message{page headings,} | |
2139 | |
2140 \newskip\titlepagetopglue \titlepagetopglue = 1.5in | |
2141 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc | |
2142 | |
2143 % First the title page. Must do @settitle before @titlepage. | |
2144 \newif\ifseenauthor | |
2145 \newif\iffinishedtitlepage | |
2146 | |
2147 % Do an implicit @contents or @shortcontents after @end titlepage if the | |
2148 % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage. | |
2149 % | |
2150 \newif\ifsetcontentsaftertitlepage | |
2151 \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue | |
2152 \newif\ifsetshortcontentsaftertitlepage | |
2153 \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue | |
2154 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2155 \parseargdef\shorttitlepage{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}% |
41418 | 2156 \endgroup\page\hbox{}\page} |
2157 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2158 \envdef\titlepage{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2159 % Open one extra group, as we want to close it in the middle of \Etitlepage. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2160 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2161 \parindent=0pt \textfonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2162 % Leave some space at the very top of the page. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2163 \vglue\titlepagetopglue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2164 % No rule at page bottom unless we print one at the top with @title. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2165 \finishedtitlepagetrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2166 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2167 % Most title ``pages'' are actually two pages long, with space |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2168 % at the top of the second. We don't want the ragged left on the second. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2169 \let\oldpage = \page |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2170 \def\page{% |
41418 | 2171 \iffinishedtitlepage\else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2172 \finishtitlepage |
41418 | 2173 \fi |
2174 \let\page = \oldpage | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2175 \page |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2176 \null |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2177 }% |
41418 | 2178 } |
2179 | |
2180 \def\Etitlepage{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2181 \iffinishedtitlepage\else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2182 \finishtitlepage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2183 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2184 % It is important to do the page break before ending the group, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2185 % because the headline and footline are only empty inside the group. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2186 % If we use the new definition of \page, we always get a blank page |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2187 % after the title page, which we certainly don't want. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2188 \oldpage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2189 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2190 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2191 % Need this before the \...aftertitlepage checks so that if they are |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2192 % in effect the toc pages will come out with page numbers. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2193 \HEADINGSon |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2194 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2195 % If they want short, they certainly want long too. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2196 \ifsetshortcontentsaftertitlepage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2197 \shortcontents |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2198 \contents |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2199 \global\let\shortcontents = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2200 \global\let\contents = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2201 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2202 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2203 \ifsetcontentsaftertitlepage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2204 \contents |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2205 \global\let\contents = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2206 \global\let\shortcontents = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2207 \fi |
41418 | 2208 } |
2209 | |
2210 \def\finishtitlepage{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2211 \vskip4pt \hrule height 2pt width \hsize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2212 \vskip\titlepagebottomglue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2213 \finishedtitlepagetrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2214 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2215 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2216 %%% Macros to be used within @titlepage: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2217 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2218 \let\subtitlerm=\tenrm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2219 \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2220 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2221 \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2222 \let\tt=\authortt} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2223 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2224 \parseargdef\title{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2225 \checkenv\titlepage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2226 \leftline{\titlefonts\rm #1} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2227 % print a rule at the page bottom also. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2228 \finishedtitlepagefalse |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2229 \vskip4pt \hrule height 4pt width \hsize \vskip4pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2230 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2231 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2232 \parseargdef\subtitle{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2233 \checkenv\titlepage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2234 {\subtitlefont \rightline{#1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2235 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2236 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2237 % @author should come last, but may come many times. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2238 % It can also be used inside @quotation. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2239 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2240 \parseargdef\author{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2241 \def\temp{\quotation}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2242 \ifx\thisenv\temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2243 \def\quotationauthor{#1}% printed in \Equotation. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2244 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2245 \checkenv\titlepage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2246 \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2247 {\authorfont \leftline{#1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2248 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2249 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2250 |
41418 | 2251 |
2252 %%% Set up page headings and footings. | |
2253 | |
2254 \let\thispage=\folio | |
2255 | |
2256 \newtoks\evenheadline % headline on even pages | |
2257 \newtoks\oddheadline % headline on odd pages | |
2258 \newtoks\evenfootline % footline on even pages | |
2259 \newtoks\oddfootline % footline on odd pages | |
2260 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2261 % Now make TeX use those variables |
41418 | 2262 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline |
2263 \else \the\evenheadline \fi}} | |
2264 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline | |
2265 \else \the\evenfootline \fi}\HEADINGShook} | |
2266 \let\HEADINGShook=\relax | |
2267 | |
2268 % Commands to set those variables. | |
2269 % For example, this is what @headings on does | |
2270 % @evenheading @thistitle|@thispage|@thischapter | |
2271 % @oddheading @thischapter|@thispage|@thistitle | |
2272 % @evenfooting @thisfile|| | |
2273 % @oddfooting ||@thisfile | |
2274 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2275 |
41418 | 2276 \def\evenheading{\parsearg\evenheadingxxx} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2277 \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2278 \def\evenheadingyyy #1\|#2\|#3\|#4\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2279 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2280 |
41418 | 2281 \def\oddheading{\parsearg\oddheadingxxx} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2282 \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2283 \def\oddheadingyyy #1\|#2\|#3\|#4\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2284 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2285 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2286 \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}% |
41418 | 2287 |
2288 \def\evenfooting{\parsearg\evenfootingxxx} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2289 \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2290 \def\evenfootingyyy #1\|#2\|#3\|#4\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2291 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2292 |
41418 | 2293 \def\oddfooting{\parsearg\oddfootingxxx} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2294 \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2295 \def\oddfootingyyy #1\|#2\|#3\|#4\finish{% |
41418 | 2296 \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}% |
2297 % | |
2298 % Leave some space for the footline. Hopefully ok to assume | |
2299 % @evenfooting will not be used by itself. | |
2300 \global\advance\pageheight by -\baselineskip | |
2301 \global\advance\vsize by -\baselineskip | |
2302 } | |
2303 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2304 \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2305 |
41418 | 2306 |
2307 % @headings double turns headings on for double-sided printing. | |
2308 % @headings single turns headings on for single-sided printing. | |
2309 % @headings off turns them off. | |
2310 % @headings on same as @headings double, retained for compatibility. | |
2311 % @headings after turns on double-sided headings after this page. | |
2312 % @headings doubleafter turns on double-sided headings after this page. | |
2313 % @headings singleafter turns on single-sided headings after this page. | |
2314 % By default, they are off at the start of a document, | |
2315 % and turned `on' after @end titlepage. | |
2316 | |
2317 \def\headings #1 {\csname HEADINGS#1\endcsname} | |
2318 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2319 \def\HEADINGSoff{% |
41418 | 2320 \global\evenheadline={\hfil} \global\evenfootline={\hfil} |
2321 \global\oddheadline={\hfil} \global\oddfootline={\hfil}} | |
2322 \HEADINGSoff | |
2323 % When we turn headings on, set the page number to 1. | |
2324 % For double-sided printing, put current file name in lower left corner, | |
2325 % chapter name on inside top of right hand pages, document | |
2326 % title on inside top of left hand pages, and page numbers on outside top | |
2327 % edge of all pages. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2328 \def\HEADINGSdouble{% |
41418 | 2329 \global\pageno=1 |
2330 \global\evenfootline={\hfil} | |
2331 \global\oddfootline={\hfil} | |
2332 \global\evenheadline={\line{\folio\hfil\thistitle}} | |
2333 \global\oddheadline={\line{\thischapter\hfil\folio}} | |
2334 \global\let\contentsalignmacro = \chapoddpage | |
2335 } | |
2336 \let\contentsalignmacro = \chappager | |
2337 | |
2338 % For single-sided printing, chapter title goes across top left of page, | |
2339 % page number on top right. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2340 \def\HEADINGSsingle{% |
41418 | 2341 \global\pageno=1 |
2342 \global\evenfootline={\hfil} | |
2343 \global\oddfootline={\hfil} | |
2344 \global\evenheadline={\line{\thischapter\hfil\folio}} | |
2345 \global\oddheadline={\line{\thischapter\hfil\folio}} | |
2346 \global\let\contentsalignmacro = \chappager | |
2347 } | |
2348 \def\HEADINGSon{\HEADINGSdouble} | |
2349 | |
2350 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex} | |
2351 \let\HEADINGSdoubleafter=\HEADINGSafter | |
2352 \def\HEADINGSdoublex{% | |
2353 \global\evenfootline={\hfil} | |
2354 \global\oddfootline={\hfil} | |
2355 \global\evenheadline={\line{\folio\hfil\thistitle}} | |
2356 \global\oddheadline={\line{\thischapter\hfil\folio}} | |
2357 \global\let\contentsalignmacro = \chapoddpage | |
2358 } | |
2359 | |
2360 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex} | |
2361 \def\HEADINGSsinglex{% | |
2362 \global\evenfootline={\hfil} | |
2363 \global\oddfootline={\hfil} | |
2364 \global\evenheadline={\line{\thischapter\hfil\folio}} | |
2365 \global\oddheadline={\line{\thischapter\hfil\folio}} | |
2366 \global\let\contentsalignmacro = \chappager | |
2367 } | |
2368 | |
2369 % Subroutines used in generating headings | |
2370 % This produces Day Month Year style of output. | |
2371 % Only define if not already defined, in case a txi-??.tex file has set | |
2372 % up a different format (e.g., txi-cs.tex does this). | |
2373 \ifx\today\undefined | |
2374 \def\today{% | |
2375 \number\day\space | |
2376 \ifcase\month | |
2377 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr | |
2378 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug | |
2379 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec | |
2380 \fi | |
2381 \space\number\year} | |
2382 \fi | |
2383 | |
2384 % @settitle line... specifies the title of the document, for headings. | |
2385 % It generates no output of its own. | |
2386 \def\thistitle{\putwordNoTitle} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2387 \def\settitle{\parsearg{\gdef\thistitle}} |
41418 | 2388 |
2389 | |
2390 \message{tables,} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2391 % Tables -- @table, @ftable, @vtable, @item(x). |
41418 | 2392 |
2393 % default indentation of table text | |
2394 \newdimen\tableindent \tableindent=.8in | |
2395 % default indentation of @itemize and @enumerate text | |
2396 \newdimen\itemindent \itemindent=.3in | |
2397 % margin between end of table item and start of table text. | |
2398 \newdimen\itemmargin \itemmargin=.1in | |
2399 | |
2400 % used internally for \itemindent minus \itemmargin | |
2401 \newdimen\itemmax | |
2402 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2403 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with |
41418 | 2404 % these defs. |
2405 % They also define \itemindex | |
2406 % to index the item name in whatever manner is desired (perhaps none). | |
2407 | |
2408 \newif\ifitemxneedsnegativevskip | |
2409 | |
2410 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi} | |
2411 | |
2412 \def\internalBitem{\smallbreak \parsearg\itemzzz} | |
2413 \def\internalBitemx{\itemxpar \parsearg\itemzzz} | |
2414 | |
2415 \def\itemzzz #1{\begingroup % | |
2416 \advance\hsize by -\rightskip | |
2417 \advance\hsize by -\tableindent | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2418 \setbox0=\hbox{\itemindicate{#1}}% |
41418 | 2419 \itemindex{#1}% |
2420 \nobreak % This prevents a break before @itemx. | |
2421 % | |
2422 % If the item text does not fit in the space we have, put it on a line | |
2423 % by itself, and do not allow a page break either before or after that | |
2424 % line. We do not start a paragraph here because then if the next | |
2425 % command is, e.g., @kindex, the whatsit would get put into the | |
2426 % horizontal list on a line by itself, resulting in extra blank space. | |
2427 \ifdim \wd0>\itemmax | |
2428 % | |
2429 % Make this a paragraph so we get the \parskip glue and wrapping, | |
2430 % but leave it ragged-right. | |
2431 \begingroup | |
2432 \advance\leftskip by-\tableindent | |
2433 \advance\hsize by\tableindent | |
2434 \advance\rightskip by0pt plus1fil | |
2435 \leavevmode\unhbox0\par | |
2436 \endgroup | |
2437 % | |
2438 % We're going to be starting a paragraph, but we don't want the | |
2439 % \parskip glue -- logically it's part of the @item we just started. | |
2440 \nobreak \vskip-\parskip | |
2441 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2442 % Stop a page break at the \parskip glue coming up. However, if |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2443 % what follows is an environment such as @example, there will be no |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2444 % \parskip glue; then the negative vskip we just inserted would |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2445 % cause the example and the item to crash together. So we use this |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2446 % bizarre value of 10001 as a signal to \aboveenvbreak to insert |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2447 % \parskip glue after all. Section titles are handled this way also. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2448 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2449 \penalty 10001 |
41418 | 2450 \endgroup |
2451 \itemxneedsnegativevskipfalse | |
2452 \else | |
2453 % The item text fits into the space. Start a paragraph, so that the | |
2454 % following text (if any) will end up on the same line. | |
2455 \noindent | |
2456 % Do this with kerns and \unhbox so that if there is a footnote in | |
2457 % the item text, it can migrate to the main vertical list and | |
2458 % eventually be printed. | |
2459 \nobreak\kern-\tableindent | |
2460 \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0 | |
2461 \unhbox0 | |
2462 \nobreak\kern\dimen0 | |
2463 \endgroup | |
2464 \itemxneedsnegativevskiptrue | |
2465 \fi | |
2466 } | |
2467 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2468 \def\item{\errmessage{@item while not in a list environment}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2469 \def\itemx{\errmessage{@itemx while not in a list environment}} |
41418 | 2470 |
2471 % @table, @ftable, @vtable. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2472 \envdef\table{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2473 \let\itemindex\gobble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2474 \tablecheck{table}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2475 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2476 \envdef\ftable{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2477 \def\itemindex ##1{\doind {fn}{\code{##1}}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2478 \tablecheck{ftable}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2479 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2480 \envdef\vtable{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2481 \def\itemindex ##1{\doind {vr}{\code{##1}}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2482 \tablecheck{vtable}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2483 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2484 \def\tablecheck#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2485 \ifnum \the\catcode`\^^M=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2486 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2487 \errmessage{This command won't work in this context; perhaps the problem is |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2488 that we are \inenvironment\thisenv}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2489 \def\next{\doignore{#1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2490 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2491 \let\next\tablex |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2492 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2493 \next |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2494 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2495 \def\tablex#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2496 \def\itemindicate{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2497 \parsearg\tabley |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2498 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2499 \def\tabley#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2500 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2501 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2502 \edef\temp{\noexpand\tablez #1\space\space\space}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2503 \expandafter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2504 }\temp \endtablez |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2505 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2506 \def\tablez #1 #2 #3 #4\endtablez{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2507 \aboveenvbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2508 \ifnum 0#1>0 \advance \leftskip by #1\mil \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2509 \ifnum 0#2>0 \tableindent=#2\mil \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2510 \ifnum 0#3>0 \advance \rightskip by #3\mil \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2511 \itemmax=\tableindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2512 \advance \itemmax by -\itemmargin |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2513 \advance \leftskip by \tableindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2514 \exdentamount=\tableindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2515 \parindent = 0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2516 \parskip = \smallskipamount |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2517 \ifdim \parskip=0pt \parskip=2pt \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2518 \let\item = \internalBitem |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2519 \let\itemx = \internalBitemx |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2520 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2521 \def\Etable{\endgraf\afterenvbreak} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2522 \let\Eftable\Etable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2523 \let\Evtable\Etable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2524 \let\Eitemize\Etable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2525 \let\Eenumerate\Etable |
41418 | 2526 |
2527 % This is the counter used by @enumerate, which is really @itemize | |
2528 | |
2529 \newcount \itemno | |
2530 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2531 \envdef\itemize{\parsearg\doitemize} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2532 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2533 \def\doitemize#1{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2534 \aboveenvbreak |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2535 \itemmax=\itemindent |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2536 \advance\itemmax by -\itemmargin |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2537 \advance\leftskip by \itemindent |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2538 \exdentamount=\itemindent |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2539 \parindent=0pt |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2540 \parskip=\smallskipamount |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2541 \ifdim\parskip=0pt \parskip=2pt \fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2542 \def\itemcontents{#1}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2543 % @itemize with no arg is equivalent to @itemize @bullet. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2544 \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2545 \let\item=\itemizeitem |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2546 } |
41418 | 2547 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2548 % Definition of @item while inside @itemize and @enumerate. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2549 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2550 \def\itemizeitem{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2551 \advance\itemno by 1 % for enumerations |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2552 {\let\par=\endgraf \smallbreak}% reasonable place to break |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2553 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2554 % If the document has an @itemize directly after a section title, a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2555 % \nobreak will be last on the list, and \sectionheading will have |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2556 % done a \vskip-\parskip. In that case, we don't want to zero |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2557 % parskip, or the item text will crash with the heading. On the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2558 % other hand, when there is normal text preceding the item (as there |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2559 % usually is), we do want to zero parskip, or there would be too much |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2560 % space. In that case, we won't have a \nobreak before. At least |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2561 % that's the theory. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2562 \ifnum\lastpenalty<10000 \parskip=0in \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2563 \noindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2564 \hbox to 0pt{\hss \itemcontents \kern\itemmargin}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2565 \vadjust{\penalty 1200}}% not good to break after first line of item. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2566 \flushcr |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2567 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2568 |
41418 | 2569 % \splitoff TOKENS\endmark defines \first to be the first token in |
2570 % TOKENS, and \rest to be the remainder. | |
2571 % | |
2572 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}% | |
2573 | |
2574 % Allow an optional argument of an uppercase letter, lowercase letter, | |
2575 % or number, to specify the first label in the enumerated list. No | |
2576 % argument is the same as `1'. | |
2577 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2578 \envparseargdef\enumerate{\enumeratey #1 \endenumeratey} |
41418 | 2579 \def\enumeratey #1 #2\endenumeratey{% |
2580 % If we were given no argument, pretend we were given `1'. | |
2581 \def\thearg{#1}% | |
2582 \ifx\thearg\empty \def\thearg{1}\fi | |
2583 % | |
2584 % Detect if the argument is a single token. If so, it might be a | |
2585 % letter. Otherwise, the only valid thing it can be is a number. | |
2586 % (We will always have one token, because of the test we just made. | |
2587 % This is a good thing, since \splitoff doesn't work given nothing at | |
2588 % all -- the first parameter is undelimited.) | |
2589 \expandafter\splitoff\thearg\endmark | |
2590 \ifx\rest\empty | |
2591 % Only one token in the argument. It could still be anything. | |
2592 % A ``lowercase letter'' is one whose \lccode is nonzero. | |
2593 % An ``uppercase letter'' is one whose \lccode is both nonzero, and | |
2594 % not equal to itself. | |
2595 % Otherwise, we assume it's a number. | |
2596 % | |
2597 % We need the \relax at the end of the \ifnum lines to stop TeX from | |
2598 % continuing to look for a <number>. | |
2599 % | |
2600 \ifnum\lccode\expandafter`\thearg=0\relax | |
2601 \numericenumerate % a number (we hope) | |
2602 \else | |
2603 % It's a letter. | |
2604 \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax | |
2605 \lowercaseenumerate % lowercase letter | |
2606 \else | |
2607 \uppercaseenumerate % uppercase letter | |
2608 \fi | |
2609 \fi | |
2610 \else | |
2611 % Multiple tokens in the argument. We hope it's a number. | |
2612 \numericenumerate | |
2613 \fi | |
2614 } | |
2615 | |
2616 % An @enumerate whose labels are integers. The starting integer is | |
2617 % given in \thearg. | |
2618 % | |
2619 \def\numericenumerate{% | |
2620 \itemno = \thearg | |
2621 \startenumeration{\the\itemno}% | |
2622 } | |
2623 | |
2624 % The starting (lowercase) letter is in \thearg. | |
2625 \def\lowercaseenumerate{% | |
2626 \itemno = \expandafter`\thearg | |
2627 \startenumeration{% | |
2628 % Be sure we're not beyond the end of the alphabet. | |
2629 \ifnum\itemno=0 | |
2630 \errmessage{No more lowercase letters in @enumerate; get a bigger | |
2631 alphabet}% | |
2632 \fi | |
2633 \char\lccode\itemno | |
2634 }% | |
2635 } | |
2636 | |
2637 % The starting (uppercase) letter is in \thearg. | |
2638 \def\uppercaseenumerate{% | |
2639 \itemno = \expandafter`\thearg | |
2640 \startenumeration{% | |
2641 % Be sure we're not beyond the end of the alphabet. | |
2642 \ifnum\itemno=0 | |
2643 \errmessage{No more uppercase letters in @enumerate; get a bigger | |
2644 alphabet} | |
2645 \fi | |
2646 \char\uccode\itemno | |
2647 }% | |
2648 } | |
2649 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2650 % Call \doitemize, adding a period to the first argument and supplying the |
41418 | 2651 % common last two arguments. Also subtract one from the initial value in |
2652 % \itemno, since @item increments \itemno. | |
2653 % | |
2654 \def\startenumeration#1{% | |
2655 \advance\itemno by -1 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2656 \doitemize{#1.}\flushcr |
41418 | 2657 } |
2658 | |
2659 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg | |
2660 % to @enumerate. | |
2661 % | |
2662 \def\alphaenumerate{\enumerate{a}} | |
2663 \def\capsenumerate{\enumerate{A}} | |
2664 \def\Ealphaenumerate{\Eenumerate} | |
2665 \def\Ecapsenumerate{\Eenumerate} | |
2666 | |
2667 | |
2668 % @multitable macros | |
2669 % Amy Hendrickson, 8/18/94, 3/6/96 | |
2670 % | |
2671 % @multitable ... @end multitable will make as many columns as desired. | |
2672 % Contents of each column will wrap at width given in preamble. Width | |
2673 % can be specified either with sample text given in a template line, | |
2674 % or in percent of \hsize, the current width of text on page. | |
2675 | |
2676 % Table can continue over pages but will only break between lines. | |
2677 | |
2678 % To make preamble: | |
2679 % | |
2680 % Either define widths of columns in terms of percent of \hsize: | |
2681 % @multitable @columnfractions .25 .3 .45 | |
2682 % @item ... | |
2683 % | |
2684 % Numbers following @columnfractions are the percent of the total | |
2685 % current hsize to be used for each column. You may use as many | |
2686 % columns as desired. | |
2687 | |
2688 | |
2689 % Or use a template: | |
2690 % @multitable {Column 1 template} {Column 2 template} {Column 3 template} | |
2691 % @item ... | |
2692 % using the widest term desired in each column. | |
2693 | |
2694 % Each new table line starts with @item, each subsequent new column | |
2695 % starts with @tab. Empty columns may be produced by supplying @tab's | |
2696 % with nothing between them for as many times as empty columns are needed, | |
2697 % ie, @tab@tab@tab will produce two empty columns. | |
2698 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2699 % @item, @tab do not need to be on their own lines, but it will not hurt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2700 % if they are. |
41418 | 2701 |
2702 % Sample multitable: | |
2703 | |
2704 % @multitable {Column 1 template} {Column 2 template} {Column 3 template} | |
2705 % @item first col stuff @tab second col stuff @tab third col | |
2706 % @item | |
2707 % first col stuff | |
2708 % @tab | |
2709 % second col stuff | |
2710 % @tab | |
2711 % third col | |
2712 % @item first col stuff @tab second col stuff | |
2713 % @tab Many paragraphs of text may be used in any column. | |
2714 % | |
2715 % They will wrap at the width determined by the template. | |
2716 % @item@tab@tab This will be in third column. | |
2717 % @end multitable | |
2718 | |
2719 % Default dimensions may be reset by user. | |
2720 % @multitableparskip is vertical space between paragraphs in table. | |
2721 % @multitableparindent is paragraph indent in table. | |
2722 % @multitablecolmargin is horizontal space to be left between columns. | |
2723 % @multitablelinespace is space to leave between table items, baseline | |
2724 % to baseline. | |
2725 % 0pt means it depends on current normal line spacing. | |
2726 % | |
2727 \newskip\multitableparskip | |
2728 \newskip\multitableparindent | |
2729 \newdimen\multitablecolspace | |
2730 \newskip\multitablelinespace | |
2731 \multitableparskip=0pt | |
2732 \multitableparindent=6pt | |
2733 \multitablecolspace=12pt | |
2734 \multitablelinespace=0pt | |
2735 | |
2736 % Macros used to set up halign preamble: | |
2737 % | |
2738 \let\endsetuptable\relax | |
2739 \def\xendsetuptable{\endsetuptable} | |
2740 \let\columnfractions\relax | |
2741 \def\xcolumnfractions{\columnfractions} | |
2742 \newif\ifsetpercent | |
2743 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2744 % #1 is the @columnfraction, usually a decimal number like .5, but might |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2745 % be just 1. We just use it, whatever it is. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2746 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2747 \def\pickupwholefraction#1 {% |
41418 | 2748 \global\advance\colcount by 1 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2749 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% |
41418 | 2750 \setuptable |
2751 } | |
2752 | |
2753 \newcount\colcount | |
2754 \def\setuptable#1{% | |
2755 \def\firstarg{#1}% | |
2756 \ifx\firstarg\xendsetuptable | |
2757 \let\go = \relax | |
2758 \else | |
2759 \ifx\firstarg\xcolumnfractions | |
2760 \global\setpercenttrue | |
2761 \else | |
2762 \ifsetpercent | |
2763 \let\go\pickupwholefraction | |
2764 \else | |
2765 \global\advance\colcount by 1 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2766 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2767 % separator; typically that is always in the input, anyway. |
41418 | 2768 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% |
2769 \fi | |
2770 \fi | |
2771 \ifx\go\pickupwholefraction | |
2772 % Put the argument back for the \pickupwholefraction call, so | |
2773 % we'll always have a period there to be parsed. | |
2774 \def\go{\pickupwholefraction#1}% | |
2775 \else | |
2776 \let\go = \setuptable | |
2777 \fi% | |
2778 \fi | |
2779 \go | |
2780 } | |
2781 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2782 % multitable-only commands. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2783 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2784 % @headitem starts a heading row, which we typeset in bold. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2785 % Assignments have to be global since we are inside the implicit group |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2786 % of an alignment entry. Note that \everycr resets \everytab. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2787 \def\headitem{\checkenv\multitable \crcr \global\everytab={\bf}\the\everytab}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2788 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2789 % A \tab used to include \hskip1sp. But then the space in a template |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2790 % line is not enough. That is bad. So let's go back to just `&' until |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2791 % we encounter the problem it was intended to solve again. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2792 % --karl, nathan@acm.org, 20apr99. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2793 \def\tab{\checkenv\multitable &\the\everytab}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2794 |
41418 | 2795 % @multitable ... @end multitable definitions: |
2796 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2797 \newtoks\everytab % insert after every tab. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2798 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2799 \envdef\multitable{% |
41418 | 2800 \vskip\parskip |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2801 \startsavinginserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2802 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2803 % @item within a multitable starts a normal row. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2804 % We use \def instead of \let so that if one of the multitable entries |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2805 % contains an @itemize, we don't choke on the \item (seen as \crcr aka |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2806 % \endtemplate) expanding \doitemize. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2807 \def\item{\crcr}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2808 % |
41418 | 2809 \tolerance=9500 |
2810 \hbadness=9500 | |
2811 \setmultitablespacing | |
2812 \parskip=\multitableparskip | |
2813 \parindent=\multitableparindent | |
2814 \overfullrule=0pt | |
2815 \global\colcount=0 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2816 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2817 \everycr = {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2818 \noalign{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2819 \global\everytab={}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2820 \global\colcount=0 % Reset the column counter. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2821 % Check for saved footnotes, etc. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2822 \checkinserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2823 % Keeps underfull box messages off when table breaks over pages. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2824 %\filbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2825 % Maybe so, but it also creates really weird page breaks when the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2826 % table breaks over pages. Wouldn't \vfil be better? Wait until the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2827 % problem manifests itself, so it can be fixed for real --karl. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2828 }% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2829 }% |
41418 | 2830 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2831 \parsearg\domultitable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2832 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2833 \def\domultitable#1{% |
41418 | 2834 % To parse everything between @multitable and @item: |
2835 \setuptable#1 \endsetuptable | |
2836 % | |
2837 % This preamble sets up a generic column definition, which will | |
2838 % be used as many times as user calls for columns. | |
2839 % \vtop will set a single line and will also let text wrap and | |
2840 % continue for many paragraphs if desired. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2841 \halign\bgroup &% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2842 \global\advance\colcount by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2843 \multistrut |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2844 \vtop{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2845 % Use the current \colcount to find the correct column width: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2846 \hsize=\expandafter\csname col\the\colcount\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2847 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2848 % In order to keep entries from bumping into each other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2849 % we will add a \leftskip of \multitablecolspace to all columns after |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2850 % the first one. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2851 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2852 % If a template has been used, we will add \multitablecolspace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2853 % to the width of each template entry. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2854 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2855 % If the user has set preamble in terms of percent of \hsize we will |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2856 % use that dimension as the width of the column, and the \leftskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2857 % will keep entries from bumping into each other. Table will start at |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2858 % left margin and final column will justify at right margin. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2859 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2860 % Make sure we don't inherit \rightskip from the outer environment. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2861 \rightskip=0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2862 \ifnum\colcount=1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2863 % The first column will be indented with the surrounding text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2864 \advance\hsize by\leftskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2865 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2866 \ifsetpercent \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2867 % If user has not set preamble in terms of percent of \hsize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2868 % we will advance \hsize by \multitablecolspace. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2869 \advance\hsize by \multitablecolspace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2870 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2871 % In either case we will make \leftskip=\multitablecolspace: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2872 \leftskip=\multitablecolspace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2873 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2874 % Ignoring space at the beginning and end avoids an occasional spurious |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2875 % blank line, when TeX decides to break the line at the space before the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2876 % box from the multistrut, so the strut ends up on a line by itself. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2877 % For example: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2878 % @multitable @columnfractions .11 .89 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2879 % @item @code{#} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2880 % @tab Legal holiday which is valid in major parts of the whole country. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2881 % Is automatically provided with highlighting sequences respectively |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2882 % marking characters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2883 \noindent\ignorespaces##\unskip\multistrut |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2884 }\cr |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2885 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2886 \def\Emultitable{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2887 \crcr |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2888 \egroup % end the \halign |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2889 \global\setpercentfalse |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2890 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2891 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2892 \def\setmultitablespacing{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2893 \def\multistrut{\strut}% just use the standard line spacing |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2894 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2895 % Compute \multitablelinespace (if not defined by user) for use in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2896 % \multitableparskip calculation. We used define \multistrut based on |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2897 % this, but (ironically) that caused the spacing to be off. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2898 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100. |
41418 | 2899 \ifdim\multitablelinespace=0pt |
2900 \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip | |
2901 \global\advance\multitablelinespace by-\ht0 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2902 \fi |
41418 | 2903 %% Test to see if parskip is larger than space between lines of |
2904 %% table. If not, do nothing. | |
2905 %% If so, set to same dimension as multitablelinespace. | |
2906 \ifdim\multitableparskip>\multitablelinespace | |
2907 \global\multitableparskip=\multitablelinespace | |
2908 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller | |
2909 %% than skip between lines in the table. | |
2910 \fi% | |
2911 \ifdim\multitableparskip=0pt | |
2912 \global\multitableparskip=\multitablelinespace | |
2913 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller | |
2914 %% than skip between lines in the table. | |
2915 \fi} | |
2916 | |
2917 | |
2918 \message{conditionals,} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2919 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2920 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2921 % @ifnotxml always succeed. They currently do nothing; we don't |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2922 % attempt to check whether the conditionals are properly nested. But we |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2923 % have to remember that they are conditionals, so that @end doesn't |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2924 % attempt to close an environment group. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2925 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2926 \def\makecond#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2927 \expandafter\let\csname #1\endcsname = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2928 \expandafter\let\csname iscond.#1\endcsname = 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2929 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2930 \makecond{iftex} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2931 \makecond{ifnotdocbook} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2932 \makecond{ifnothtml} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2933 \makecond{ifnotinfo} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2934 \makecond{ifnotplaintext} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2935 \makecond{ifnotxml} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2936 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2937 % Ignore @ignore, @ifhtml, @ifinfo, and the like. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2938 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2939 \def\direntry{\doignore{direntry}} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2940 \def\documentdescription{\doignore{documentdescription}} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2941 \def\docbook{\doignore{docbook}} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2942 \def\html{\doignore{html}} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2943 \def\ifdocbook{\doignore{ifdocbook}} |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
2944 \def\ifhtml{\doignore{ifhtml}} |
41418 | 2945 \def\ifinfo{\doignore{ifinfo}} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2946 \def\ifnottex{\doignore{ifnottex}} |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
2947 \def\ifplaintext{\doignore{ifplaintext}} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2948 \def\ifxml{\doignore{ifxml}} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2949 \def\ignore{\doignore{ignore}} |
41418 | 2950 \def\menu{\doignore{menu}} |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
2951 \def\xml{\doignore{xml}} |
41418 | 2952 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2953 % Ignore text until a line `@end #1', keeping track of nested conditionals. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2954 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2955 % A count to remember the depth of nesting. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2956 \newcount\doignorecount |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2957 |
41418 | 2958 \def\doignore#1{\begingroup |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2959 % Scan in ``verbatim'' mode: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2960 \obeylines |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2961 \catcode`\@ = \other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2962 \catcode`\{ = \other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2963 \catcode`\} = \other |
41418 | 2964 % |
2965 % Make sure that spaces turn into tokens that match what \doignoretext wants. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2966 \spaceisspace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2967 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2968 % Count number of #1's that we've seen. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2969 \doignorecount = 0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2970 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2971 % Swallow text until we reach the matching `@end #1'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2972 \dodoignore{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2973 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2974 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2975 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2976 \obeylines % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2977 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2978 \gdef\dodoignore#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2979 % #1 contains the command name as a string, e.g., `ifinfo'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2980 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2981 % Define a command to find the next `@end #1'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2982 \long\def\doignoretext##1^^M@end #1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2983 \doignoretextyyy##1^^M@#1\_STOP_}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2984 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2985 % And this command to find another #1 command, at the beginning of a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2986 % line. (Otherwise, we would consider a line `@c @ifset', for |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2987 % example, to count as an @ifset for nesting.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2988 \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2989 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2990 % And now expand that command. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2991 \doignoretext ^^M% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2992 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2993 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2994 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2995 \def\doignoreyyy#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2996 \def\temp{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2997 \ifx\temp\empty % Nothing found. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2998 \let\next\doignoretextzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
2999 \else % Found a nested condition, ... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3000 \advance\doignorecount by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3001 \let\next\doignoretextyyy % ..., look for another. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3002 % If we're here, #1 ends with ^^M\ifinfo (for example). |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
3003 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3004 \next #1% the token \_STOP_ is present just after this macro. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3005 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3006 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3007 % We have to swallow the remaining "\_STOP_". |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3008 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3009 \def\doignoretextzzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3010 \ifnum\doignorecount = 0 % We have just found the outermost @end. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3011 \let\next\enddoignore |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3012 \else % Still inside a nested condition. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3013 \advance\doignorecount by -1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3014 \let\next\doignoretext % Look for the next @end. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3015 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3016 \next |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3017 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3018 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3019 % Finish off ignored text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3020 { \obeylines% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3021 % Ignore anything after the last `@end #1'; this matters in verbatim |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3022 % environments, where otherwise the newline after an ignored conditional |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3023 % would result in a blank line in the output. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3024 \gdef\enddoignore#1^^M{\endgroup\ignorespaces}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3025 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3026 |
41418 | 3027 |
3028 % @set VAR sets the variable VAR to an empty value. | |
3029 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE. | |
3030 % | |
3031 % Since we want to separate VAR from REST-OF-LINE (which might be | |
3032 % empty), we can't just use \parsearg; we have to insert a space of our | |
3033 % own to delimit the rest of the line, and then take it out again if we | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3034 % didn't need it. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3035 % We rely on the fact that \parsearg sets \catcode`\ =10. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3036 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3037 \parseargdef\set{\setyyy#1 \endsetyyy} |
41418 | 3038 \def\setyyy#1 #2\endsetyyy{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3039 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3040 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3041 \def\temp{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3042 \edef\next{\gdef\makecsname{SET#1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3043 \ifx\temp\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3044 \next{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3045 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3046 \setzzz#2\endsetzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3047 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3048 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3049 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3050 % Remove the trailing space \setxxx inserted. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3051 \def\setzzz#1 \endsetzzz{\next{#1}} |
41418 | 3052 |
3053 % @clear VAR clears (i.e., unsets) the variable VAR. | |
3054 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3055 \parseargdef\clear{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3056 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3057 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3058 \global\expandafter\let\csname SET#1\endcsname=\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3059 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3060 } |
41418 | 3061 |
3062 % @value{foo} gets the text saved in variable foo. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3063 \def\value{\begingroup\makevalueexpandable\valuexxx} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3064 \def\valuexxx#1{\expandablevalue{#1}\endgroup} |
41418 | 3065 { |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3066 \catcode`\- = \active \catcode`\_ = \active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3067 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3068 \gdef\makevalueexpandable{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3069 \let\value = \expandablevalue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3070 % We don't want these characters active, ... |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3071 \catcode`\-=\other \catcode`\_=\other |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3072 % ..., but we might end up with active ones in the argument if |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3073 % we're called from @code, as @code{@value{foo-bar_}}, though. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3074 % So \let them to their normal equivalents. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3075 \let-\realdash \let_\normalunderscore |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3076 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3077 } |
41418 | 3078 |
3079 % We have this subroutine so that we can handle at least some @value's | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3080 % properly in indexes (we call \makevalueexpandable in \indexdummies). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3081 % The command has to be fully expandable (if the variable is set), since |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3082 % the result winds up in the index file. This means that if the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3083 % variable's value contains other Texinfo commands, it's almost certain |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3084 % it will fail (although perhaps we could fix that with sufficient work |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3085 % to do a one-level expansion on the result, instead of complete). |
41418 | 3086 % |
3087 \def\expandablevalue#1{% | |
3088 \expandafter\ifx\csname SET#1\endcsname\relax | |
3089 {[No value for ``#1'']}% | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3090 \message{Variable `#1', used in @value, is not set.}% |
41418 | 3091 \else |
3092 \csname SET#1\endcsname | |
3093 \fi | |
3094 } | |
3095 | |
3096 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined | |
3097 % with @set. | |
3098 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3099 % To get special treatment of `@end ifset,' call \makeond and the redefine. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3100 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3101 \makecond{ifset} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3102 \def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3103 \def\doifset#1#2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3104 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3105 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3106 \let\next=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3107 \expandafter\ifx\csname SET#2\endcsname\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3108 #1% If not set, redefine \next. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3109 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3110 \expandafter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3111 }\next |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3112 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3113 \def\ifsetfail{\doignore{ifset}} |
41418 | 3114 |
3115 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been | |
3116 % defined with @set, or has been undefined with @clear. | |
3117 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3118 % The `\else' inside the `\doifset' parameter is a trick to reuse the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3119 % above code: if the variable is not set, do nothing, if it is set, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3120 % then redefine \next to \ifclearfail. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3121 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3122 \makecond{ifclear} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3123 \def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3124 \def\ifclearfail{\doignore{ifclear}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3125 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3126 % @dircategory CATEGORY -- specify a category of the dir file |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3127 % which this file should belong to. Ignore this in TeX. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3128 \let\dircategory=\comment |
41418 | 3129 |
3130 % @defininfoenclose. | |
3131 \let\definfoenclose=\comment | |
3132 | |
3133 | |
3134 \message{indexing,} | |
3135 % Index generation facilities | |
3136 | |
3137 % Define \newwrite to be identical to plain tex's \newwrite | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3138 % except not \outer, so it can be used within macros and \if's. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3139 \edef\newwrite{\makecsname{ptexnewwrite}} |
41418 | 3140 |
3141 % \newindex {foo} defines an index named foo. | |
3142 % It automatically defines \fooindex such that | |
3143 % \fooindex ...rest of line... puts an entry in the index foo. | |
3144 % It also defines \fooindfile to be the number of the output channel for | |
3145 % the file that accumulates this index. The file's extension is foo. | |
3146 % The name of an index should be no more than 2 characters long | |
3147 % for the sake of vms. | |
3148 % | |
3149 \def\newindex#1{% | |
3150 \iflinks | |
3151 \expandafter\newwrite \csname#1indfile\endcsname | |
3152 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file | |
3153 \fi | |
3154 \expandafter\xdef\csname#1index\endcsname{% % Define @#1index | |
3155 \noexpand\doindex{#1}} | |
3156 } | |
3157 | |
3158 % @defindex foo == \newindex{foo} | |
3159 % | |
3160 \def\defindex{\parsearg\newindex} | |
3161 | |
3162 % Define @defcodeindex, like @defindex except put all entries in @code. | |
3163 % | |
3164 \def\defcodeindex{\parsearg\newcodeindex} | |
3165 % | |
3166 \def\newcodeindex#1{% | |
3167 \iflinks | |
3168 \expandafter\newwrite \csname#1indfile\endcsname | |
3169 \openout \csname#1indfile\endcsname \jobname.#1 | |
3170 \fi | |
3171 \expandafter\xdef\csname#1index\endcsname{% | |
3172 \noexpand\docodeindex{#1}}% | |
3173 } | |
3174 | |
3175 | |
3176 % @synindex foo bar makes index foo feed into index bar. | |
3177 % Do this instead of @defindex foo if you don't want it as a separate index. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
3178 % |
41418 | 3179 % @syncodeindex foo bar similar, but put all entries made for index foo |
3180 % inside @code. | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
3181 % |
41418 | 3182 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}} |
3183 \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}} | |
3184 | |
3185 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo), | |
3186 % #3 the target index (bar). | |
3187 \def\dosynindex#1#2#3{% | |
3188 % Only do \closeout if we haven't already done it, else we'll end up | |
3189 % closing the target index. | |
3190 \expandafter \ifx\csname donesynindex#2\endcsname \undefined | |
3191 % The \closeout helps reduce unnecessary open files; the limit on the | |
3192 % Acorn RISC OS is a mere 16 files. | |
3193 \expandafter\closeout\csname#2indfile\endcsname | |
3194 \expandafter\let\csname\donesynindex#2\endcsname = 1 | |
3195 \fi | |
3196 % redefine \fooindfile: | |
3197 \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname | |
3198 \expandafter\let\csname#2indfile\endcsname=\temp | |
3199 % redefine \fooindex: | |
3200 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}% | |
3201 } | |
3202 | |
3203 % Define \doindex, the driver for all \fooindex macros. | |
3204 % Argument #1 is generated by the calling \fooindex macro, | |
3205 % and it is "foo", the name of the index. | |
3206 | |
3207 % \doindex just uses \parsearg; it calls \doind for the actual work. | |
3208 % This is because \doind is more useful to call from other macros. | |
3209 | |
3210 % There is also \dosubind {index}{topic}{subtopic} | |
3211 % which makes an entry in a two-level index such as the operation index. | |
3212 | |
3213 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer} | |
3214 \def\singleindexer #1{\doind{\indexname}{#1}} | |
3215 | |
3216 % like the previous two, but they put @code around the argument. | |
3217 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer} | |
3218 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}} | |
3219 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3220 % Take care of Texinfo commands that can appear in an index entry. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3221 % Since there are some commands we want to expand, and others we don't, |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3222 % we have to laboriously prevent expansion for those that we don't. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
3223 % |
41418 | 3224 \def\indexdummies{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3225 \escapechar = `\\ % use backslash in output files. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3226 \def\@{@}% change to @@ when we switch to @ as escape char in index files. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3227 \def\ {\realbackslash\space }% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3228 % Need these in case \tex is in effect and \{ is a \delimiter again. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3229 % But can't use \lbracecmd and \rbracecmd because texindex assumes |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3230 % braces and backslashes are used only as delimiters. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3231 \let\{ = \mylbrace |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3232 \let\} = \myrbrace |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3233 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3234 % Do the redefinitions. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3235 \commondummies |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3236 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3237 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3238 % For the aux and toc files, @ is the escape character. So we want to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3239 % redefine everything using @ as the escape character (instead of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3240 % \realbackslash, still used for index files). When everything uses @, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3241 % this will be simpler. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3242 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3243 \def\atdummies{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3244 \def\@{@@}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3245 \def\ {@ }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3246 \let\{ = \lbraceatcmd |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3247 \let\} = \rbraceatcmd |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3248 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3249 % Do the redefinitions. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3250 \commondummies |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3251 \otherbackslash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3252 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3253 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3254 % Called from \indexdummies and \atdummies. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3255 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3256 \def\commondummies{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3257 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3258 % \definedummyword defines \#1 as \string\#1\space, thus effectively |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3259 % preventing its expansion. This is used only for control% words, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3260 % not control letters, because the \space would be incorrect for |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3261 % control characters, but is needed to separate the control word |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3262 % from whatever follows. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3263 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3264 % For control letters, we have \definedummyletter, which omits the |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3265 % space. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3266 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3267 % These can be used both for control words that take an argument and |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3268 % those that do not. If it is followed by {arg} in the input, then |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3269 % that will dutifully get written to the index (or wherever). |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3270 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3271 \def\definedummyword ##1{\def##1{\string##1\space}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3272 \def\definedummyletter##1{\def##1{\string##1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3273 \let\definedummyaccent\definedummyletter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3274 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3275 \commondummiesnofonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3276 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3277 \definedummyletter\_% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3278 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3279 % Non-English letters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3280 \definedummyword\AA |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3281 \definedummyword\AE |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3282 \definedummyword\L |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3283 \definedummyword\OE |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3284 \definedummyword\O |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3285 \definedummyword\aa |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3286 \definedummyword\ae |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3287 \definedummyword\l |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3288 \definedummyword\oe |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3289 \definedummyword\o |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3290 \definedummyword\ss |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3291 \definedummyword\exclamdown |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3292 \definedummyword\questiondown |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3293 \definedummyword\ordf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3294 \definedummyword\ordm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3295 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3296 % Although these internal commands shouldn't show up, sometimes they do. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3297 \definedummyword\bf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3298 \definedummyword\gtr |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3299 \definedummyword\hat |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3300 \definedummyword\less |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3301 \definedummyword\sf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3302 \definedummyword\sl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3303 \definedummyword\tclose |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3304 \definedummyword\tt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3305 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3306 \definedummyword\LaTeX |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3307 \definedummyword\TeX |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3308 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3309 % Assorted special characters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3310 \definedummyword\bullet |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3311 \definedummyword\comma |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3312 \definedummyword\copyright |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3313 \definedummyword\registeredsymbol |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3314 \definedummyword\dots |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3315 \definedummyword\enddots |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3316 \definedummyword\equiv |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3317 \definedummyword\error |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3318 \definedummyword\euro |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3319 \definedummyword\expansion |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3320 \definedummyword\minus |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3321 \definedummyword\pounds |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3322 \definedummyword\point |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3323 \definedummyword\print |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3324 \definedummyword\result |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3325 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3326 % We want to disable all macros so that they are not expanded by \write. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3327 \macrolist |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3328 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3329 \normalturnoffactive |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3330 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3331 % Handle some cases of @value -- where it does not contain any |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3332 % (non-fully-expandable) commands. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3333 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3334 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3335 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3336 % \commondummiesnofonts: common to \commondummies and \indexnofonts. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3337 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3338 \def\commondummiesnofonts{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3339 % Control letters and accents. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3340 \definedummyletter\!% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3341 \definedummyaccent\"% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3342 \definedummyaccent\'% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3343 \definedummyletter\*% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3344 \definedummyaccent\,% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3345 \definedummyletter\.% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3346 \definedummyletter\/% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3347 \definedummyletter\:% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3348 \definedummyaccent\=% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3349 \definedummyletter\?% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3350 \definedummyaccent\^% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3351 \definedummyaccent\`% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3352 \definedummyaccent\~% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3353 \definedummyword\u |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3354 \definedummyword\v |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3355 \definedummyword\H |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3356 \definedummyword\dotaccent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3357 \definedummyword\ringaccent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3358 \definedummyword\tieaccent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3359 \definedummyword\ubaraccent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3360 \definedummyword\udotaccent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3361 \definedummyword\dotless |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3362 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3363 % Texinfo font commands. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3364 \definedummyword\b |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3365 \definedummyword\i |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3366 \definedummyword\r |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3367 \definedummyword\sc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3368 \definedummyword\t |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3369 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3370 % Commands that take arguments. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3371 \definedummyword\acronym |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3372 \definedummyword\cite |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3373 \definedummyword\code |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3374 \definedummyword\command |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3375 \definedummyword\dfn |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3376 \definedummyword\emph |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3377 \definedummyword\env |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3378 \definedummyword\file |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3379 \definedummyword\kbd |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3380 \definedummyword\key |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3381 \definedummyword\math |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3382 \definedummyword\option |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3383 \definedummyword\pxref |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3384 \definedummyword\ref |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3385 \definedummyword\samp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3386 \definedummyword\strong |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3387 \definedummyword\tie |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3388 \definedummyword\uref |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3389 \definedummyword\url |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3390 \definedummyword\var |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3391 \definedummyword\verb |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3392 \definedummyword\w |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3393 \definedummyword\xref |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3394 } |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3395 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3396 % \indexnofonts is used when outputting the strings to sort the index |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3397 % by, and when constructing control sequence names. It eliminates all |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3398 % control sequences and just writes whatever the best ASCII sort string |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3399 % would be for a given command (usually its argument). |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3400 % |
41418 | 3401 \def\indexnofonts{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3402 % Accent commands should become @asis. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3403 \def\definedummyaccent##1{\let##1\asis}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3404 % We can just ignore other control letters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3405 \def\definedummyletter##1{\let##1\empty}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3406 % Hopefully, all control words can become @asis. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3407 \let\definedummyword\definedummyaccent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3408 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3409 \commondummiesnofonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3410 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3411 % Don't no-op \tt, since it isn't a user-level command |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3412 % and is used in the definitions of the active chars like <, >, |, etc. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3413 % Likewise with the other plain tex font commands. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3414 %\let\tt=\asis |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3415 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3416 \def\ { }% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3417 \def\@{@}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3418 % how to handle braces? |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3419 \def\_{\normalunderscore}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3420 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3421 % Non-English letters. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3422 \def\AA{AA}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3423 \def\AE{AE}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3424 \def\L{L}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3425 \def\OE{OE}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3426 \def\O{O}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3427 \def\aa{aa}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3428 \def\ae{ae}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3429 \def\l{l}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3430 \def\oe{oe}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3431 \def\o{o}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3432 \def\ss{ss}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3433 \def\exclamdown{!}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3434 \def\questiondown{?}% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3435 \def\ordf{a}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3436 \def\ordm{o}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3437 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3438 \def\LaTeX{LaTeX}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3439 \def\TeX{TeX}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3440 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3441 % Assorted special characters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3442 % (The following {} will end up in the sort string, but that's ok.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3443 \def\bullet{bullet}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3444 \def\comma{,}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3445 \def\copyright{copyright}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3446 \def\registeredsymbol{R}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3447 \def\dots{...}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3448 \def\enddots{...}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3449 \def\equiv{==}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3450 \def\error{error}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3451 \def\euro{euro}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3452 \def\expansion{==>}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3453 \def\minus{-}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3454 \def\pounds{pounds}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3455 \def\point{.}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3456 \def\print{-|}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3457 \def\result{=>}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3458 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3459 % We need to get rid of all macros, leaving only the arguments (if present). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3460 % Of course this is not nearly correct, but it is the best we can do for now. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3461 % makeinfo does not expand macros in the argument to @deffn, which ends up |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3462 % writing an index entry, and texindex isn't prepared for an index sort entry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3463 % that starts with \. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3464 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3465 % Since macro invocations are followed by braces, we can just redefine them |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3466 % to take a single TeX argument. The case of a macro invocation that |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3467 % goes to end-of-line is not handled. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3468 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3469 \macrolist |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3470 } |
41418 | 3471 |
3472 \let\indexbackslash=0 %overridden during \printindex. | |
3473 \let\SETmarginindex=\relax % put index entries in margin (undocumented)? | |
3474 | |
3475 % Most index entries go through here, but \dosubind is the general case. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3476 % #1 is the index name, #2 is the entry text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3477 \def\doind#1#2{\dosubind{#1}{#2}{}} |
41418 | 3478 |
3479 % Workhorse for all \fooindexes. | |
3480 % #1 is name of index, #2 is stuff to put there, #3 is subentry -- | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3481 % empty if called from \doind, as we usually are (the main exception |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3482 % is with most defuns, which call us directly). |
41418 | 3483 % |
3484 \def\dosubind#1#2#3{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3485 \iflinks |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3486 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3487 % Store the main index entry text (including the third arg). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3488 \toks0 = {#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3489 % If third arg is present, precede it with a space. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3490 \def\thirdarg{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3491 \ifx\thirdarg\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3492 \toks0 = \expandafter{\the\toks0 \space #3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3493 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3494 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3495 \edef\writeto{\csname#1indfile\endcsname}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3496 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3497 \ifvmode |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3498 \dosubindsanitize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3499 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3500 \dosubindwrite |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3501 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3502 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3503 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3504 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3505 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3506 % Write the entry in \toks0 to the index file: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3507 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3508 \def\dosubindwrite{% |
41418 | 3509 % Put the index entry in the margin if desired. |
3510 \ifx\SETmarginindex\relax\else | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3511 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}% |
41418 | 3512 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3513 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3514 % Remember, we are within a group. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3515 \indexdummies % Must do this here, since \bf, etc expand at this stage |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3516 \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3517 % so it will be output as is; and it will print as backslash. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3518 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3519 % Process the index entry with all font commands turned off, to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3520 % get the string to sort by. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3521 {\indexnofonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3522 \edef\temp{\the\toks0}% need full expansion |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3523 \xdef\indexsorttmp{\temp}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3524 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3525 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3526 % Set up the complete index entry, with both the sort key and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3527 % the original text, including any font commands. We write |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3528 % three arguments to \entry to the .?? file (four in the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3529 % subentry case), texindex reduces to two when writing the .??s |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3530 % sorted result. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3531 \edef\temp{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3532 \write\writeto{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3533 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}% |
41418 | 3534 }% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3535 \temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3536 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3537 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3538 % Take care of unwanted page breaks: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3539 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3540 % If a skip is the last thing on the list now, preserve it |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3541 % by backing up by \lastskip, doing the \write, then inserting |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3542 % the skip again. Otherwise, the whatsit generated by the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3543 % \write will make \lastskip zero. The result is that sequences |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3544 % like this: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3545 % @end defun |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3546 % @tindex whatever |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3547 % @defun ... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3548 % will have extra space inserted, because the \medbreak in the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3549 % start of the @defun won't see the skip inserted by the @end of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3550 % the previous defun. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3551 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3552 % But don't do any of this if we're not in vertical mode. We |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3553 % don't want to do a \vskip and prematurely end a paragraph. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3554 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3555 % Avoid page breaks due to these extra skips, too. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3556 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3557 % But wait, there is a catch there: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3558 % We'll have to check whether \lastskip is zero skip. \ifdim is not |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3559 % sufficient for this purpose, as it ignores stretch and shrink parts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3560 % of the skip. The only way seems to be to check the textual |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3561 % representation of the skip. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3562 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3563 % The following is almost like \def\zeroskipmacro{0.0pt} except that |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3564 % the ``p'' and ``t'' characters have catcode \other, not 11 (letter). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3565 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3566 \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3567 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3568 % ..., ready, GO: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3569 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3570 \def\dosubindsanitize{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3571 % \lastskip and \lastpenalty cannot both be nonzero simultaneously. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3572 \skip0 = \lastskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3573 \edef\lastskipmacro{\the\lastskip}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3574 \count255 = \lastpenalty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3575 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3576 % If \lastskip is nonzero, that means the last item was a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3577 % skip. And since a skip is discardable, that means this |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3578 % -\skip0 glue we're inserting is preceded by a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3579 % non-discardable item, therefore it is not a potential |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3580 % breakpoint, therefore no \nobreak needed. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3581 \ifx\lastskipmacro\zeroskipmacro |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3582 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3583 \vskip-\skip0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3584 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3585 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3586 \dosubindwrite |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3587 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3588 \ifx\lastskipmacro\zeroskipmacro |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3589 % If \lastskip was zero, perhaps the last item was a penalty, and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3590 % perhaps it was >=10000, e.g., a \nobreak. In that case, we want |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3591 % to re-insert the same penalty (values >10000 are used for various |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3592 % signals); since we just inserted a non-discardable item, any |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3593 % following glue (such as a \parskip) would be a breakpoint. For example: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3594 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3595 % @deffn deffn-whatever |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3596 % @vindex index-whatever |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3597 % Description. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3598 % would allow a break between the index-whatever whatsit |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3599 % and the "Description." paragraph. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3600 \ifnum\count255>9999 \penalty\count255 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3601 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3602 % On the other hand, if we had a nonzero \lastskip, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3603 % this make-up glue would be preceded by a non-discardable item |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3604 % (the whatsit from the \write), so we must insert a \nobreak. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3605 \nobreak\vskip\skip0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3606 \fi |
41418 | 3607 } |
3608 | |
3609 % The index entry written in the file actually looks like | |
3610 % \entry {sortstring}{page}{topic} | |
3611 % or | |
3612 % \entry {sortstring}{page}{topic}{subtopic} | |
3613 % The texindex program reads in these files and writes files | |
3614 % containing these kinds of lines: | |
3615 % \initial {c} | |
3616 % before the first topic whose initial is c | |
3617 % \entry {topic}{pagelist} | |
3618 % for a topic that is used without subtopics | |
3619 % \primary {topic} | |
3620 % for the beginning of a topic that is used with subtopics | |
3621 % \secondary {subtopic}{pagelist} | |
3622 % for each subtopic. | |
3623 | |
3624 % Define the user-accessible indexing commands | |
3625 % @findex, @vindex, @kindex, @cindex. | |
3626 | |
3627 \def\findex {\fnindex} | |
3628 \def\kindex {\kyindex} | |
3629 \def\cindex {\cpindex} | |
3630 \def\vindex {\vrindex} | |
3631 \def\tindex {\tpindex} | |
3632 \def\pindex {\pgindex} | |
3633 | |
3634 \def\cindexsub {\begingroup\obeylines\cindexsub} | |
3635 {\obeylines % | |
3636 \gdef\cindexsub "#1" #2^^M{\endgroup % | |
3637 \dosubind{cp}{#2}{#1}}} | |
3638 | |
3639 % Define the macros used in formatting output of the sorted index material. | |
3640 | |
3641 % @printindex causes a particular index (the ??s file) to get printed. | |
3642 % It does not print any chapter heading (usually an @unnumbered). | |
3643 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3644 \parseargdef\printindex{\begingroup |
41418 | 3645 \dobreak \chapheadingskip{10000}% |
3646 % | |
3647 \smallfonts \rm | |
3648 \tolerance = 9500 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
3649 \everypar = {}% don't want the \kern\-parindent from indentation suppression. |
41418 | 3650 % |
3651 % See if the index file exists and is nonempty. | |
3652 % Change catcode of @ here so that if the index file contains | |
3653 % \initial {@} | |
3654 % as its first line, TeX doesn't complain about mismatched braces | |
3655 % (because it thinks @} is a control sequence). | |
3656 \catcode`\@ = 11 | |
3657 \openin 1 \jobname.#1s | |
3658 \ifeof 1 | |
3659 % \enddoublecolumns gets confused if there is no text in the index, | |
3660 % and it loses the chapter title and the aux file entries for the | |
3661 % index. The easiest way to prevent this problem is to make sure | |
3662 % there is some text. | |
3663 \putwordIndexNonexistent | |
3664 \else | |
3665 % | |
3666 % If the index file exists but is empty, then \openin leaves \ifeof | |
3667 % false. We have to make TeX try to read something from the file, so | |
3668 % it can discover if there is anything in it. | |
3669 \read 1 to \temp | |
3670 \ifeof 1 | |
3671 \putwordIndexIsEmpty | |
3672 \else | |
3673 % Index files are almost Texinfo source, but we use \ as the escape | |
3674 % character. It would be better to use @, but that's too big a change | |
3675 % to make right now. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3676 \def\indexbackslash{\backslashcurfont}% |
41418 | 3677 \catcode`\\ = 0 |
3678 \escapechar = `\\ | |
3679 \begindoublecolumns | |
3680 \input \jobname.#1s | |
3681 \enddoublecolumns | |
3682 \fi | |
3683 \fi | |
3684 \closein 1 | |
3685 \endgroup} | |
3686 | |
3687 % These macros are used by the sorted index file itself. | |
3688 % Change them to control the appearance of the index. | |
3689 | |
3690 \def\initial#1{{% | |
3691 % Some minor font changes for the special characters. | |
3692 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt | |
3693 % | |
3694 % Remove any glue we may have, we'll be inserting our own. | |
3695 \removelastskip | |
3696 % | |
3697 % We like breaks before the index initials, so insert a bonus. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3698 \nobreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3699 \vskip 0pt plus 3\baselineskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3700 \penalty 0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3701 \vskip 0pt plus -3\baselineskip |
41418 | 3702 % |
3703 % Typeset the initial. Making this add up to a whole number of | |
3704 % baselineskips increases the chance of the dots lining up from column | |
3705 % to column. It still won't often be perfect, because of the stretch | |
3706 % we need before each entry, but it's better. | |
3707 % | |
3708 % No shrink because it confuses \balancecolumns. | |
3709 \vskip 1.67\baselineskip plus .5\baselineskip | |
3710 \leftline{\secbf #1}% | |
3711 % Do our best not to break after the initial. | |
3712 \nobreak | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3713 \vskip .33\baselineskip plus .1\baselineskip |
41418 | 3714 }} |
3715 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3716 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3717 % then page number (#2) flushed to the right margin. It is used for index |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3718 % and table of contents entries. The paragraph is indented by \leftskip. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3719 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3720 % A straightforward implementation would start like this: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3721 % \def\entry#1#2{... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3722 % But this frozes the catcodes in the argument, and can cause problems to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3723 % @code, which sets - active. This problem was fixed by a kludge--- |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3724 % ``-'' was active throughout whole index, but this isn't really right. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3725 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3726 % The right solution is to prevent \entry from swallowing the whole text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3727 % --kasal, 21nov03 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3728 \def\entry{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3729 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3730 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3731 % Start a new paragraph if necessary, so our assignments below can't |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3732 % affect previous text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3733 \par |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3734 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3735 % Do not fill out the last line with white space. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3736 \parfillskip = 0in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3737 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3738 % No extra space above this paragraph. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3739 \parskip = 0in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3740 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3741 % Do not prefer a separate line ending with a hyphen to fewer lines. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3742 \finalhyphendemerits = 0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3743 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3744 % \hangindent is only relevant when the entry text and page number |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3745 % don't both fit on one line. In that case, bob suggests starting the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3746 % dots pretty far over on the line. Unfortunately, a large |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3747 % indentation looks wrong when the entry text itself is broken across |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3748 % lines. So we use a small indentation and put up with long leaders. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3749 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3750 % \hangafter is reset to 1 (which is the value we want) at the start |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3751 % of each paragraph, so we need not do anything with that. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3752 \hangindent = 2em |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3753 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3754 % When the entry text needs to be broken, just fill out the first line |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3755 % with blank space. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3756 \rightskip = 0pt plus1fil |
41418 | 3757 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3758 % A bit of stretch before each entry for the benefit of balancing |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3759 % columns. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3760 \vskip 0pt plus1pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3761 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3762 % Swallow the left brace of the text (first parameter): |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3763 \afterassignment\doentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3764 \let\temp = |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3765 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3766 \def\doentry{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3767 \bgroup % Instead of the swallowed brace. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3768 \noindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3769 \aftergroup\finishentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3770 % And now comes the text of the entry. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3771 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3772 \def\finishentry#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3773 % #1 is the page number. |
41418 | 3774 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3775 % The following is kludged to not output a line of dots in the index if |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3776 % there are no page numbers. The next person who breaks this will be |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3777 % cursed by a Unix daemon. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3778 \def\tempa{{\rm }}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3779 \def\tempb{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3780 \edef\tempc{\tempa}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3781 \edef\tempd{\tempb}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3782 \ifx\tempc\tempd |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3783 \ % |
41418 | 3784 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3785 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3786 % If we must, put the page number on a line of its own, and fill out |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3787 % this line with blank space. (The \hfil is overwhelmed with the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3788 % fill leaders glue in \indexdotfill if the page number does fit.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3789 \hfil\penalty50 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3790 \null\nobreak\indexdotfill % Have leaders before the page number. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3791 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3792 % The `\ ' here is removed by the implicit \unskip that TeX does as |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3793 % part of (the primitive) \par. Without it, a spurious underfull |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3794 % \hbox ensues. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3795 \ifpdf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3796 \pdfgettoks#1.% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3797 \ \the\toksA |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3798 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3799 \ #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3800 \fi |
41418 | 3801 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3802 \par |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3803 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3804 } |
41418 | 3805 |
3806 % Like \dotfill except takes at least 1 em. | |
3807 \def\indexdotfill{\cleaders | |
3808 \hbox{$\mathsurround=0pt \mkern1.5mu ${\it .}$ \mkern1.5mu$}\hskip 1em plus 1fill} | |
3809 | |
3810 \def\primary #1{\line{#1\hfil}} | |
3811 | |
3812 \newskip\secondaryindent \secondaryindent=0.5cm | |
3813 \def\secondary#1#2{{% | |
3814 \parfillskip=0in | |
3815 \parskip=0in | |
3816 \hangindent=1in | |
3817 \hangafter=1 | |
3818 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill | |
3819 \ifpdf | |
3820 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. | |
3821 \else | |
3822 #2 | |
3823 \fi | |
3824 \par | |
3825 }} | |
3826 | |
3827 % Define two-column mode, which we use to typeset indexes. | |
3828 % Adapted from the TeXbook, page 416, which is to say, | |
3829 % the manmac.tex format used to print the TeXbook itself. | |
3830 \catcode`\@=11 | |
3831 | |
3832 \newbox\partialpage | |
3833 \newdimen\doublecolumnhsize | |
3834 | |
3835 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns | |
3836 % Grab any single-column material above us. | |
3837 \output = {% | |
3838 % | |
3839 % Here is a possibility not foreseen in manmac: if we accumulate a | |
3840 % whole lot of material, we might end up calling this \output | |
3841 % routine twice in a row (see the doublecol-lose test, which is | |
3842 % essentially a couple of indexes with @setchapternewpage off). In | |
3843 % that case we just ship out what is in \partialpage with the normal | |
3844 % output routine. Generally, \partialpage will be empty when this | |
3845 % runs and this will be a no-op. See the indexspread.tex test case. | |
3846 \ifvoid\partialpage \else | |
3847 \onepageout{\pagecontents\partialpage}% | |
3848 \fi | |
3849 % | |
3850 \global\setbox\partialpage = \vbox{% | |
3851 % Unvbox the main output page. | |
3852 \unvbox\PAGE | |
3853 \kern-\topskip \kern\baselineskip | |
3854 }% | |
3855 }% | |
3856 \eject % run that output routine to set \partialpage | |
3857 % | |
3858 % Use the double-column output routine for subsequent pages. | |
3859 \output = {\doublecolumnout}% | |
3860 % | |
3861 % Change the page size parameters. We could do this once outside this | |
3862 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11 | |
3863 % format, but then we repeat the same computation. Repeating a couple | |
3864 % of assignments once per index is clearly meaningless for the | |
3865 % execution time, so we may as well do it in one place. | |
3866 % | |
3867 % First we halve the line length, less a little for the gutter between | |
3868 % the columns. We compute the gutter based on the line length, so it | |
3869 % changes automatically with the paper format. The magic constant | |
3870 % below is chosen so that the gutter has the same value (well, +-<1pt) | |
3871 % as it did when we hard-coded it. | |
3872 % | |
3873 % We put the result in a separate register, \doublecolumhsize, so we | |
3874 % can restore it in \pagesofar, after \hsize itself has (potentially) | |
3875 % been clobbered. | |
3876 % | |
3877 \doublecolumnhsize = \hsize | |
3878 \advance\doublecolumnhsize by -.04154\hsize | |
3879 \divide\doublecolumnhsize by 2 | |
3880 \hsize = \doublecolumnhsize | |
3881 % | |
3882 % Double the \vsize as well. (We don't need a separate register here, | |
3883 % since nobody clobbers \vsize.) | |
3884 \vsize = 2\vsize | |
3885 } | |
3886 | |
3887 % The double-column output routine for all double-column pages except | |
3888 % the last. | |
3889 % | |
3890 \def\doublecolumnout{% | |
3891 \splittopskip=\topskip \splitmaxdepth=\maxdepth | |
3892 % Get the available space for the double columns -- the normal | |
3893 % (undoubled) page height minus any material left over from the | |
3894 % previous page. | |
3895 \dimen@ = \vsize | |
3896 \divide\dimen@ by 2 | |
3897 \advance\dimen@ by -\ht\partialpage | |
3898 % | |
3899 % box0 will be the left-hand column, box2 the right. | |
3900 \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@ | |
3901 \onepageout\pagesofar | |
3902 \unvbox255 | |
3903 \penalty\outputpenalty | |
3904 } | |
3905 % | |
3906 % Re-output the contents of the output page -- any previous material, | |
3907 % followed by the two boxes we just split, in box0 and box2. | |
3908 \def\pagesofar{% | |
3909 \unvbox\partialpage | |
3910 % | |
3911 \hsize = \doublecolumnhsize | |
3912 \wd0=\hsize \wd2=\hsize | |
3913 \hbox to\pagewidth{\box0\hfil\box2}% | |
3914 } | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
3915 % |
41418 | 3916 % All done with double columns. |
3917 \def\enddoublecolumns{% | |
3918 \output = {% | |
3919 % Split the last of the double-column material. Leave it on the | |
3920 % current page, no automatic page break. | |
3921 \balancecolumns | |
3922 % | |
3923 % If we end up splitting too much material for the current page, | |
3924 % though, there will be another page break right after this \output | |
3925 % invocation ends. Having called \balancecolumns once, we do not | |
3926 % want to call it again. Therefore, reset \output to its normal | |
3927 % definition right away. (We hope \balancecolumns will never be | |
3928 % called on to balance too much material, but if it is, this makes | |
3929 % the output somewhat more palatable.) | |
3930 \global\output = {\onepageout{\pagecontents\PAGE}}% | |
3931 }% | |
3932 \eject | |
3933 \endgroup % started in \begindoublecolumns | |
3934 % | |
3935 % \pagegoal was set to the doubled \vsize above, since we restarted | |
3936 % the current page. We're now back to normal single-column | |
3937 % typesetting, so reset \pagegoal to the normal \vsize (after the | |
3938 % \endgroup where \vsize got restored). | |
3939 \pagegoal = \vsize | |
3940 } | |
3941 % | |
3942 % Called at the end of the double column material. | |
3943 \def\balancecolumns{% | |
3944 \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120. | |
3945 \dimen@ = \ht0 | |
3946 \advance\dimen@ by \topskip | |
3947 \advance\dimen@ by-\baselineskip | |
3948 \divide\dimen@ by 2 % target to split to | |
3949 %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}% | |
3950 \splittopskip = \topskip | |
3951 % Loop until we get a decent breakpoint. | |
3952 {% | |
3953 \vbadness = 10000 | |
3954 \loop | |
3955 \global\setbox3 = \copy0 | |
3956 \global\setbox1 = \vsplit3 to \dimen@ | |
3957 \ifdim\ht3>\dimen@ | |
3958 \global\advance\dimen@ by 1pt | |
3959 \repeat | |
3960 }% | |
3961 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}% | |
3962 \setbox0=\vbox to\dimen@{\unvbox1}% | |
3963 \setbox2=\vbox to\dimen@{\unvbox3}% | |
3964 % | |
3965 \pagesofar | |
3966 } | |
3967 \catcode`\@ = \other | |
3968 | |
3969 | |
3970 \message{sectioning,} | |
3971 % Chapters, sections, etc. | |
3972 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3973 % \unnumberedno is an oxymoron, of course. But we count the unnumbered |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3974 % sections so that we can refer to them unambiguously in the pdf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3975 % outlines by their "section number". We avoid collisions with chapter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3976 % numbers by starting them at 10000. (If a document ever has 10000 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3977 % chapters, we're in trouble anyway, I'm sure.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3978 \newcount\unnumberedno \unnumberedno = 10000 |
41418 | 3979 \newcount\chapno |
3980 \newcount\secno \secno=0 | |
3981 \newcount\subsecno \subsecno=0 | |
3982 \newcount\subsubsecno \subsubsecno=0 | |
3983 | |
3984 % This counter is funny since it counts through charcodes of letters A, B, ... | |
3985 \newcount\appendixno \appendixno = `\@ | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3986 % |
41418 | 3987 % \def\appendixletter{\char\the\appendixno} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3988 % We do the following ugly conditional instead of the above simple |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3989 % construct for the sake of pdftex, which needs the actual |
41418 | 3990 % letter in the expansion, not just typeset. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
3991 % |
41418 | 3992 \def\appendixletter{% |
3993 \ifnum\appendixno=`A A% | |
3994 \else\ifnum\appendixno=`B B% | |
3995 \else\ifnum\appendixno=`C C% | |
3996 \else\ifnum\appendixno=`D D% | |
3997 \else\ifnum\appendixno=`E E% | |
3998 \else\ifnum\appendixno=`F F% | |
3999 \else\ifnum\appendixno=`G G% | |
4000 \else\ifnum\appendixno=`H H% | |
4001 \else\ifnum\appendixno=`I I% | |
4002 \else\ifnum\appendixno=`J J% | |
4003 \else\ifnum\appendixno=`K K% | |
4004 \else\ifnum\appendixno=`L L% | |
4005 \else\ifnum\appendixno=`M M% | |
4006 \else\ifnum\appendixno=`N N% | |
4007 \else\ifnum\appendixno=`O O% | |
4008 \else\ifnum\appendixno=`P P% | |
4009 \else\ifnum\appendixno=`Q Q% | |
4010 \else\ifnum\appendixno=`R R% | |
4011 \else\ifnum\appendixno=`S S% | |
4012 \else\ifnum\appendixno=`T T% | |
4013 \else\ifnum\appendixno=`U U% | |
4014 \else\ifnum\appendixno=`V V% | |
4015 \else\ifnum\appendixno=`W W% | |
4016 \else\ifnum\appendixno=`X X% | |
4017 \else\ifnum\appendixno=`Y Y% | |
4018 \else\ifnum\appendixno=`Z Z% | |
4019 % The \the is necessary, despite appearances, because \appendixletter is | |
4020 % expanded while writing the .toc file. \char\appendixno is not | |
4021 % expandable, thus it is written literally, thus all appendixes come out | |
4022 % with the same letter (or @) in the toc without it. | |
4023 \else\char\the\appendixno | |
4024 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi | |
4025 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} | |
4026 | |
4027 % Each @chapter defines this as the name of the chapter. | |
4028 % page headings and footings can use it. @section does likewise. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4029 % However, they are not reliable, because we don't use marks. |
41418 | 4030 \def\thischapter{} |
4031 \def\thissection{} | |
4032 | |
4033 \newcount\absseclevel % used to calculate proper heading level | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4034 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count |
41418 | 4035 |
4036 % @raisesections: treat @section as chapter, @subsection as section, etc. | |
4037 \def\raisesections{\global\advance\secbase by -1} | |
4038 \let\up=\raisesections % original BFox name | |
4039 | |
4040 % @lowersections: treat @chapter as section, @section as subsection, etc. | |
4041 \def\lowersections{\global\advance\secbase by 1} | |
4042 \let\down=\lowersections % original BFox name | |
4043 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4044 % we only have subsub. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4045 \chardef\maxseclevel = 3 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4046 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4047 % A numbered section within an unnumbered changes to unnumbered too. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4048 % To achive this, remember the "biggest" unnum. sec. we are currently in: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4049 \chardef\unmlevel = \maxseclevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4050 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4051 % Trace whether the current chapter is an appendix or not: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4052 % \chapheadtype is "N" or "A", unnumbered chapters are ignored. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4053 \def\chapheadtype{N} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4054 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4055 % Choose a heading macro |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4056 % #1 is heading type |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4057 % #2 is heading level |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4058 % #3 is text for heading |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4059 \def\genhead#1#2#3{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4060 % Compute the abs. sec. level: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4061 \absseclevel=#2 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4062 \advance\absseclevel by \secbase |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4063 % Make sure \absseclevel doesn't fall outside the range: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4064 \ifnum \absseclevel < 0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4065 \absseclevel = 0 |
41418 | 4066 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4067 \ifnum \absseclevel > 3 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4068 \absseclevel = 3 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4069 \fi |
41418 | 4070 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4071 % The heading type: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4072 \def\headtype{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4073 \if \headtype U% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4074 \ifnum \absseclevel < \unmlevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4075 \chardef\unmlevel = \absseclevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4076 \fi |
41418 | 4077 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4078 % Check for appendix sections: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4079 \ifnum \absseclevel = 0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4080 \edef\chapheadtype{\headtype}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4081 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4082 \if \headtype A\if \chapheadtype N% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4083 \errmessage{@appendix... within a non-appendix chapter}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4084 \fi\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4085 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4086 % Check for numbered within unnumbered: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4087 \ifnum \absseclevel > \unmlevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4088 \def\headtype{U}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4089 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4090 \chardef\unmlevel = 3 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4091 \fi |
41418 | 4092 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4093 % Now print the heading: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4094 \if \headtype U% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4095 \ifcase\absseclevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4096 \unnumberedzzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4097 \or \unnumberedseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4098 \or \unnumberedsubseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4099 \or \unnumberedsubsubseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4100 \fi |
41418 | 4101 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4102 \if \headtype A% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4103 \ifcase\absseclevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4104 \appendixzzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4105 \or \appendixsectionzzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4106 \or \appendixsubseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4107 \or \appendixsubsubseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4108 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4109 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4110 \ifcase\absseclevel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4111 \chapterzzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4112 \or \seczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4113 \or \numberedsubseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4114 \or \numberedsubsubseczzz{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4115 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4116 \fi |
41418 | 4117 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4118 \suppressfirstparagraphindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4119 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4120 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4121 % an interface: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4122 \def\numhead{\genhead N} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4123 \def\apphead{\genhead A} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4124 \def\unnmhead{\genhead U} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4125 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4126 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4127 % all lower-level sectioning counters to zero. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4128 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4129 % Also set \chaplevelprefix, which we prepend to @float sequence numbers |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4130 % (e.g., figures), q.v. By default (before any chapter), that is empty. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4131 \let\chaplevelprefix = \empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4132 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4133 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4134 \def\chapterzzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4135 % section resetting is \global in case the chapter is in a group, such |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4136 % as an @include file. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4137 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4138 \global\advance\chapno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4139 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4140 % Used for \float. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4141 \gdef\chaplevelprefix{\the\chapno.}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4142 \resetallfloatnos |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4143 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4144 \message{\putwordChapter\space \the\chapno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4145 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4146 % Write the actual heading. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4147 \chapmacro{#1}{Ynumbered}{\the\chapno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4148 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4149 % So @section and the like are numbered underneath this chapter. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4150 \global\let\section = \numberedsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4151 \global\let\subsection = \numberedsubsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4152 \global\let\subsubsection = \numberedsubsubsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4153 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4154 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4155 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4156 \def\appendixzzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4157 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4158 \global\advance\appendixno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4159 \gdef\chaplevelprefix{\appendixletter.}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4160 \resetallfloatnos |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4161 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4162 \def\appendixnum{\putwordAppendix\space \appendixletter}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4163 \message{\appendixnum}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4164 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4165 \chapmacro{#1}{Yappendix}{\appendixletter}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4166 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4167 \global\let\section = \appendixsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4168 \global\let\subsection = \appendixsubsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4169 \global\let\subsubsection = \appendixsubsubsec |
41418 | 4170 } |
4171 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4172 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4173 \def\unnumberedzzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4174 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4175 \global\advance\unnumberedno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4176 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4177 % Since an unnumbered has no number, no prefix for figures. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4178 \global\let\chaplevelprefix = \empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4179 \resetallfloatnos |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4180 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4181 % This used to be simply \message{#1}, but TeX fully expands the |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4182 % argument to \message. Therefore, if #1 contained @-commands, TeX |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4183 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4184 % expanded @cite (which turns out to cause errors because \cite is meant |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4185 % to be executed, not expanded). |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4186 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4187 % Anyway, we don't want the fully-expanded definition of @cite to appear |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4188 % as a result of the \message, we just want `@cite' itself. We use |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4189 % \the<toks register> to achieve this: TeX expands \the<toks> only once, |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4190 % simply yielding the contents of <toks register>. (We also do this for |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4191 % the toc entries.) |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4192 \toks0 = {#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4193 \message{(\the\toks0)}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4194 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4195 \chapmacro{#1}{Ynothing}{\the\unnumberedno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4196 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4197 \global\let\section = \unnumberedsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4198 \global\let\subsection = \unnumberedsubsec |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4199 \global\let\subsubsection = \unnumberedsubsubsec |
41418 | 4200 } |
4201 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4202 % @centerchap is like @unnumbered, but the heading is centered. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4203 \outer\parseargdef\centerchap{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4204 % Well, we could do the following in a group, but that would break |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4205 % an assumption that \chapmacro is called at the outermost level. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4206 % Thus we are safer this way: --kasal, 24feb04 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4207 \let\centerparametersmaybe = \centerparameters |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4208 \unnmhead0{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4209 \let\centerparametersmaybe = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4210 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4211 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4212 % @top is like @unnumbered. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4213 \let\top\unnumbered |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4214 |
41418 | 4215 % Sections. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4216 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4217 \def\seczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4218 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4219 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4220 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4221 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4222 \outer\parseargdef\appendixsection{\apphead1{#1}} % normally calls appendixsectionzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4223 \def\appendixsectionzzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4224 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4225 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4226 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4227 \let\appendixsec\appendixsection |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4228 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4229 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4230 \def\unnumberedseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4231 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4232 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% |
41418 | 4233 } |
4234 | |
4235 % Subsections. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4236 \outer\parseargdef\numberedsubsec{\numhead2{#1}} % normally calls numberedsubseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4237 \def\numberedsubseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4238 \global\subsubsecno=0 \global\advance\subsecno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4239 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4240 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4241 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4242 \outer\parseargdef\appendixsubsec{\apphead2{#1}} % normally calls appendixsubseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4243 \def\appendixsubseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4244 \global\subsubsecno=0 \global\advance\subsecno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4245 \sectionheading{#1}{subsec}{Yappendix}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4246 {\appendixletter.\the\secno.\the\subsecno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4247 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4248 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4249 \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} %normally calls unnumberedsubseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4250 \def\unnumberedsubseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4251 \global\subsubsecno=0 \global\advance\subsecno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4252 \sectionheading{#1}{subsec}{Ynothing}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4253 {\the\unnumberedno.\the\secno.\the\subsecno}% |
41418 | 4254 } |
4255 | |
4256 % Subsubsections. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4257 \outer\parseargdef\numberedsubsubsec{\numhead3{#1}} % normally numberedsubsubseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4258 \def\numberedsubsubseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4259 \global\advance\subsubsecno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4260 \sectionheading{#1}{subsubsec}{Ynumbered}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4261 {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4262 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4263 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4264 \outer\parseargdef\appendixsubsubsec{\apphead3{#1}} % normally appendixsubsubseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4265 \def\appendixsubsubseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4266 \global\advance\subsubsecno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4267 \sectionheading{#1}{subsubsec}{Yappendix}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4268 {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4269 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4270 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4271 \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} %normally unnumberedsubsubseczzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4272 \def\unnumberedsubsubseczzz#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4273 \global\advance\subsubsecno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4274 \sectionheading{#1}{subsubsec}{Ynothing}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4275 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4276 } |
41418 | 4277 |
4278 % These macros control what the section commands do, according | |
4279 % to what kind of chapter we are in (ordinary, appendix, or unnumbered). | |
4280 % Define them by default for a numbered chapter. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4281 \let\section = \numberedsec |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4282 \let\subsection = \numberedsubsec |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4283 \let\subsubsection = \numberedsubsubsec |
41418 | 4284 |
4285 % Define @majorheading, @heading and @subheading | |
4286 | |
4287 % NOTE on use of \vbox for chapter headings, section headings, and such: | |
4288 % 1) We use \vbox rather than the earlier \line to permit | |
4289 % overlong headings to fold. | |
4290 % 2) \hyphenpenalty is set to 10000 because hyphenation in a | |
4291 % heading is obnoxious; this forbids it. | |
4292 % 3) Likewise, headings look best if no \parindent is used, and | |
4293 % if justification is not attempted. Hence \raggedright. | |
4294 | |
4295 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4296 \def\majorheading{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4297 {\advance\chapheadingskip by 10pt \chapbreak }% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4298 \parsearg\chapheadingzzz |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4299 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4300 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4301 \def\chapheading{\chapbreak \parsearg\chapheadingzzz} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4302 \def\chapheadingzzz#1{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4303 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4304 \parindent=0pt\raggedright |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4305 \rm #1\hfill}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4306 \bigskip \par\penalty 200\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4307 \suppressfirstparagraphindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4308 } |
41418 | 4309 |
4310 % @heading, @subheading, @subsubheading. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4311 \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4312 \suppressfirstparagraphindent} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4313 \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4314 \suppressfirstparagraphindent} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4315 \parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4316 \suppressfirstparagraphindent} |
41418 | 4317 |
4318 % These macros generate a chapter, section, etc. heading only | |
4319 % (including whitespace, linebreaking, etc. around it), | |
4320 % given all the information in convenient, parsed form. | |
4321 | |
4322 %%% Args are the skip and penalty (usually negative) | |
4323 \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi} | |
4324 | |
4325 %%% Define plain chapter starts, and page on/off switching for it | |
4326 % Parameter controlling skip before chapter headings (if needed) | |
4327 | |
4328 \newskip\chapheadingskip | |
4329 | |
4330 \def\chapbreak{\dobreak \chapheadingskip {-4000}} | |
4331 \def\chappager{\par\vfill\supereject} | |
4332 \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi} | |
4333 | |
4334 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname} | |
4335 | |
4336 \def\CHAPPAGoff{% | |
4337 \global\let\contentsalignmacro = \chappager | |
4338 \global\let\pchapsepmacro=\chapbreak | |
4339 \global\let\pagealignmacro=\chappager} | |
4340 | |
4341 \def\CHAPPAGon{% | |
4342 \global\let\contentsalignmacro = \chappager | |
4343 \global\let\pchapsepmacro=\chappager | |
4344 \global\let\pagealignmacro=\chappager | |
4345 \global\def\HEADINGSon{\HEADINGSsingle}} | |
4346 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4347 \def\CHAPPAGodd{% |
41418 | 4348 \global\let\contentsalignmacro = \chapoddpage |
4349 \global\let\pchapsepmacro=\chapoddpage | |
4350 \global\let\pagealignmacro=\chapoddpage | |
4351 \global\def\HEADINGSon{\HEADINGSdouble}} | |
4352 | |
4353 \CHAPPAGon | |
4354 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4355 % Chapter opening. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4356 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4357 % #1 is the text, #2 is the section type (Ynumbered, Ynothing, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4358 % Yappendix, Yomitfromtoc), #3 the chapter number. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4359 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4360 % To test against our argument. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4361 \def\Ynothingkeyword{Ynothing} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4362 \def\Yomitfromtockeyword{Yomitfromtoc} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4363 \def\Yappendixkeyword{Yappendix} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4364 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4365 \def\chapmacro#1#2#3{% |
41418 | 4366 \pchapsepmacro |
4367 {% | |
4368 \chapfonts \rm | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4369 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4370 % Have to define \thissection before calling \donoderef, because the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4371 % xref code eventually uses it. On the other hand, it has to be called |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4372 % after \pchapsepmacro, or the headline will change too soon. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4373 \gdef\thissection{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4374 \gdef\thischaptername{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4375 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4376 % Only insert the separating space if we have a chapter/appendix |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4377 % number, and don't print the unnumbered ``number''. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4378 \def\temptype{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4379 \ifx\temptype\Ynothingkeyword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4380 \setbox0 = \hbox{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4381 \def\toctype{unnchap}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4382 \gdef\thischapter{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4383 \else\ifx\temptype\Yomitfromtockeyword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4384 \setbox0 = \hbox{}% contents like unnumbered, but no toc entry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4385 \def\toctype{omit}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4386 \gdef\thischapter{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4387 \else\ifx\temptype\Yappendixkeyword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4388 \setbox0 = \hbox{\putwordAppendix{} #3\enspace}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4389 \def\toctype{app}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4390 % We don't substitute the actual chapter name into \thischapter |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4391 % because we don't want its macros evaluated now. And we don't |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4392 % use \thissection because that changes with each section. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4393 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4394 \xdef\thischapter{\putwordAppendix{} \appendixletter: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4395 \noexpand\thischaptername}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4396 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4397 \setbox0 = \hbox{#3\enspace}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4398 \def\toctype{numchap}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4399 \xdef\thischapter{\putwordChapter{} \the\chapno: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4400 \noexpand\thischaptername}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4401 \fi\fi\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4402 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4403 % Write the toc entry for this chapter. Must come before the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4404 % \donoderef, because we include the current node name in the toc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4405 % entry, and \donoderef resets it to empty. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4406 \writetocentry{\toctype}{#1}{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4407 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4408 % For pdftex, we have to write out the node definition (aka, make |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4409 % the pdfdest) after any page break, but before the actual text has |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4410 % been typeset. If the destination for the pdf outline is after the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4411 % text, then jumping from the outline may wind up with the text not |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4412 % being visible, for instance under high magnification. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4413 \donoderef{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4414 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4415 % Typeset the actual heading. |
41418 | 4416 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4417 \hangindent=\wd0 \centerparametersmaybe |
41418 | 4418 \unhbox0 #1\par}% |
4419 }% | |
4420 \nobreak\bigskip % no page break after a chapter title | |
4421 \nobreak | |
4422 } | |
4423 | |
4424 % @centerchap -- centered and unnumbered. | |
4425 \let\centerparametersmaybe = \relax | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4426 \def\centerparameters{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4427 \advance\rightskip by 3\rightskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4428 \leftskip = \rightskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4429 \parfillskip = 0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4430 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4431 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4432 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4433 % I don't think this chapter style is supported any more, so I'm not |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4434 % updating it with the new noderef stuff. We'll see. --karl, 11aug03. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4435 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4436 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4437 % |
41418 | 4438 \def\unnchfopen #1{% |
4439 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 | |
4440 \parindent=0pt\raggedright | |
4441 \rm #1\hfill}}\bigskip \par\nobreak | |
4442 } | |
4443 \def\chfopen #1#2{\chapoddpage {\chapfonts | |
4444 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}% | |
4445 \par\penalty 5000 % | |
4446 } | |
4447 \def\centerchfopen #1{% | |
4448 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 | |
4449 \parindent=0pt | |
4450 \hfill {\rm #1}\hfill}}\bigskip \par\nobreak | |
4451 } | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4452 \def\CHAPFopen{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4453 \global\let\chapmacro=\chfopen |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4454 \global\let\centerchapmacro=\centerchfopen} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4455 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4456 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4457 % Section titles. These macros combine the section number parts and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4458 % call the generic \sectionheading to do the printing. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4459 % |
41418 | 4460 \newskip\secheadingskip |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4461 \def\secheadingbreak{\dobreak \secheadingskip{-1000}} |
41418 | 4462 |
4463 % Subsection titles. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4464 \newskip\subsecheadingskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4465 \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}} |
41418 | 4466 |
4467 % Subsubsection titles. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4468 \def\subsubsecheadingskip{\subsecheadingskip} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4469 \def\subsubsecheadingbreak{\subsecheadingbreak} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4470 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4471 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4472 % Print any size, any type, section title. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4473 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4474 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4475 % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4476 % section number. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4477 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4478 \def\sectionheading#1#2#3#4{% |
41418 | 4479 {% |
4480 % Switch to the right set of fonts. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4481 \csname #2fonts\endcsname \rm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4482 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4483 % Insert space above the heading. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4484 \csname #2headingbreak\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4485 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4486 % Only insert the space after the number if we have a section number. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4487 \def\sectionlevel{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4488 \def\temptype{#3}% |
41418 | 4489 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4490 \ifx\temptype\Ynothingkeyword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4491 \setbox0 = \hbox{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4492 \def\toctype{unn}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4493 \gdef\thissection{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4494 \else\ifx\temptype\Yomitfromtockeyword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4495 % for @headings -- no section number, don't include in toc, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4496 % and don't redefine \thissection. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4497 \setbox0 = \hbox{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4498 \def\toctype{omit}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4499 \let\sectionlevel=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4500 \else\ifx\temptype\Yappendixkeyword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4501 \setbox0 = \hbox{#4\enspace}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4502 \def\toctype{app}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4503 \gdef\thissection{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4504 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4505 \setbox0 = \hbox{#4\enspace}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4506 \def\toctype{num}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4507 \gdef\thissection{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4508 \fi\fi\fi |
41418 | 4509 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4510 % Write the toc entry (before \donoderef). See comments in \chapmacro. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4511 \writetocentry{\toctype\sectionlevel}{#1}{#4}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4512 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4513 % Write the node reference (= pdf destination for pdftex). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4514 % Again, see comments in \chapmacro. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4515 \donoderef{#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4516 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4517 % Interline glue will be inserted when the vbox is completed. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4518 % That glue will be a valid breakpoint for the page, since it'll be |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4519 % preceded by a whatsit (usually from the \donoderef, or from the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4520 % \writetocentry if there was no node). We don't want to allow that |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4521 % break, since then the whatsits could end up on page n while the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4522 % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4523 \nobreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4524 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4525 % Output the actual section heading. |
41418 | 4526 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4527 \hangindent=\wd0 % zero if no section number |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4528 \unhbox0 #1}% |
41418 | 4529 }% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4530 % Add extra space after the heading -- half of whatever came above it. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4531 % Don't allow stretch, though. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4532 \kern .5 \csname #2headingskip\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4533 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4534 % Do not let the kern be a potential breakpoint, as it would be if it |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4535 % was followed by glue. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4536 \nobreak |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4537 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4538 % We'll almost certainly start a paragraph next, so don't let that |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4539 % glue accumulate. (Not a breakpoint because it's preceded by a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4540 % discardable item.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4541 \vskip-\parskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4542 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4543 % This is purely so the last item on the list is a known \penalty > |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4544 % 10000. This is so \startdefun can avoid allowing breakpoints after |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4545 % section headings. Otherwise, it would insert a valid breakpoint between: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4546 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4547 % @section sec-whatever |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4548 % @deffn def-whatever |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4549 \penalty 10001 |
41418 | 4550 } |
4551 | |
4552 | |
4553 \message{toc,} | |
4554 % Table of contents. | |
4555 \newwrite\tocfile | |
4556 | |
4557 % Write an entry to the toc file, opening it if necessary. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4558 % Called from @chapter, etc. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4559 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4560 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4561 % We append the current node name (if any) and page number as additional |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4562 % arguments for the \{chap,sec,...}entry macros which will eventually |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4563 % read this. The node name is used in the pdf outlines as the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4564 % destination to jump to. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4565 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4566 % We open the .toc file for writing here instead of at @setfilename (or |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4567 % any other fixed time) so that @contents can be anywhere in the document. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4568 % But if #1 is `omit', then we don't do anything. This is used for the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4569 % table of contents chapter openings themselves. |
41418 | 4570 % |
4571 \newif\iftocfileopened | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4572 \def\omitkeyword{omit}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4573 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4574 \def\writetocentry#1#2#3{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4575 \edef\writetoctype{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4576 \ifx\writetoctype\omitkeyword \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4577 \iftocfileopened\else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4578 \immediate\openout\tocfile = \jobname.toc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4579 \global\tocfileopenedtrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4580 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4581 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4582 \iflinks |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4583 {\atdummies |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4584 \edef\temp{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4585 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4586 \temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4587 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4588 \fi |
41418 | 4589 \fi |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4590 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4591 % Tell \shipout to create a pdf destination on each page, if we're |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4592 % writing pdf. These are used in the table of contents. We can't |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4593 % just write one on every page because the title pages are numbered |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4594 % 1 and 2 (the page numbers aren't printed), and so are the first |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4595 % two pages of the document. Thus, we'd have two destinations named |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4596 % `1', and two named `2'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4597 \ifpdf \global\pdfmakepagedesttrue \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4598 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4599 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4600 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4601 % These characters do not print properly in the Computer Modern roman |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4602 % fonts, so we must take special care. This is more or less redundant |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4603 % with the Texinfo input format setup at the end of this file. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4604 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4605 \def\activecatcodes{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4606 \catcode`\"=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4607 \catcode`\$=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4608 \catcode`\<=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4609 \catcode`\>=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4610 \catcode`\\=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4611 \catcode`\^=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4612 \catcode`\_=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4613 \catcode`\|=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4614 \catcode`\~=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4615 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4616 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4617 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4618 % Read the toc file, which is essentially Texinfo input. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4619 \def\readtocfile{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4620 \setupdatafile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4621 \activecatcodes |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4622 \input \jobname.toc |
41418 | 4623 } |
4624 | |
4625 \newskip\contentsrightmargin \contentsrightmargin=1in | |
4626 \newcount\savepageno | |
4627 \newcount\lastnegativepageno \lastnegativepageno = -1 | |
4628 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4629 % Prepare to read what we've written to \tocfile. |
41418 | 4630 % |
4631 \def\startcontents#1{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4632 % If @setchapternewpage on, and @headings double, the contents should |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4633 % start on an odd page, unlike chapters. Thus, we maintain |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4634 % \contentsalignmacro in parallel with \pagealignmacro. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4635 % From: Torbjorn Granlund <tege@matematik.su.se> |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4636 \contentsalignmacro |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4637 \immediate\closeout\tocfile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4638 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4639 % Don't need to put `Contents' or `Short Contents' in the headline. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4640 % It is abundantly clear what they are. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4641 \def\thischapter{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4642 \chapmacro{#1}{Yomitfromtoc}{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4643 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4644 \savepageno = \pageno |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4645 \begingroup % Set up to handle contents files properly. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4646 \raggedbottom % Worry more about breakpoints than the bottom. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4647 \advance\hsize by -\contentsrightmargin % Don't use the full line length. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4648 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4649 % Roman numerals for page numbers. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4650 \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi |
41418 | 4651 } |
4652 | |
4653 | |
4654 % Normal (long) toc. | |
4655 \def\contents{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4656 \startcontents{\putwordTOC}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4657 \openin 1 \jobname.toc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4658 \ifeof 1 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4659 \readtocfile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4660 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4661 \vfill \eject |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4662 \contentsalignmacro % in case @setchapternewpage odd is in effect |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4663 \ifeof 1 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4664 \pdfmakeoutlines |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4665 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4666 \closein 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4667 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4668 \lastnegativepageno = \pageno |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4669 \global\pageno = \savepageno |
41418 | 4670 } |
4671 | |
4672 % And just the chapters. | |
4673 \def\summarycontents{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4674 \startcontents{\putwordShortTOC}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4675 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4676 \let\numchapentry = \shortchapentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4677 \let\appentry = \shortchapentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4678 \let\unnchapentry = \shortunnchapentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4679 % We want a true roman here for the page numbers. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4680 \secfonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4681 \let\rm=\shortcontrm \let\bf=\shortcontbf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4682 \let\sl=\shortcontsl \let\tt=\shortconttt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4683 \rm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4684 \hyphenpenalty = 10000 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4685 \advance\baselineskip by 1pt % Open it up a little. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4686 \def\numsecentry##1##2##3##4{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4687 \let\appsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4688 \let\unnsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4689 \let\numsubsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4690 \let\appsubsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4691 \let\unnsubsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4692 \let\numsubsubsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4693 \let\appsubsubsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4694 \let\unnsubsubsecentry = \numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4695 \openin 1 \jobname.toc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4696 \ifeof 1 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4697 \readtocfile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4698 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4699 \closein 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4700 \vfill \eject |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4701 \contentsalignmacro % in case @setchapternewpage odd is in effect |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4702 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4703 \lastnegativepageno = \pageno |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4704 \global\pageno = \savepageno |
41418 | 4705 } |
4706 \let\shortcontents = \summarycontents | |
4707 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4708 % Typeset the label for a chapter or appendix for the short contents. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4709 % The arg is, e.g., `A' for an appendix, or `3' for a chapter. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4710 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4711 \def\shortchaplabel#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4712 % This space should be enough, since a single number is .5em, and the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4713 % widest letter (M) is 1em, at least in the Computer Modern fonts. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4714 % But use \hss just in case. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4715 % (This space doesn't include the extra space that gets added after |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4716 % the label; that gets put in by \shortchapentry above.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4717 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4718 % We'd like to right-justify chapter numbers, but that looks strange |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4719 % with appendix letters. And right-justifying numbers and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4720 % left-justifying letters looks strange when there is less than 10 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4721 % chapters. Have to read the whole toc once to know how many chapters |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4722 % there are before deciding ... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4723 \hbox to 1em{#1\hss}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4724 } |
41418 | 4725 |
4726 % These macros generate individual entries in the table of contents. | |
4727 % The first argument is the chapter or section name. | |
4728 % The last argument is the page number. | |
4729 % The arguments in between are the chapter number, section number, ... | |
4730 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4731 % Chapters, in the main contents. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4732 \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}} |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4733 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4734 % Chapters, in the short toc. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4735 % See comments in \dochapentry re vbox and related settings. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4736 \def\shortchapentry#1#2#3#4{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4737 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}% |
41418 | 4738 } |
4739 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4740 % Appendices, in the main contents. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4741 % Need the word Appendix, and a fixed-size box. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4742 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4743 \def\appendixbox#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4744 % We use M since it's probably the widest letter. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4745 \setbox0 = \hbox{\putwordAppendix{} M}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4746 \hbox to \wd0{\putwordAppendix{} #1\hss}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4747 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4748 \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}} |
41418 | 4749 |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4750 % Unnumbered chapters. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4751 \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4752 \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}} |
41418 | 4753 |
4754 % Sections. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4755 \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4756 \let\appsecentry=\numsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4757 \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}} |
41418 | 4758 |
4759 % Subsections. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4760 \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4761 \let\appsubsecentry=\numsubsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4762 \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}} |
41418 | 4763 |
4764 % And subsubsections. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4765 \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4766 \let\appsubsubsecentry=\numsubsubsecentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4767 \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}} |
41418 | 4768 |
4769 % This parameter controls the indentation of the various levels. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4770 % Same as \defaultparindent. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4771 \newdimen\tocindent \tocindent = 15pt |
41418 | 4772 |
4773 % Now for the actual typesetting. In all these, #1 is the text and #2 is the | |
4774 % page number. | |
4775 % | |
4776 % If the toc has to be broken over pages, we want it to be at chapters | |
4777 % if at all possible; hence the \penalty. | |
4778 \def\dochapentry#1#2{% | |
4779 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip | |
4780 \begingroup | |
4781 \chapentryfonts | |
4782 \tocentry{#1}{\dopageno\bgroup#2\egroup}% | |
4783 \endgroup | |
4784 \nobreak\vskip .25\baselineskip plus.1\baselineskip | |
4785 } | |
4786 | |
4787 \def\dosecentry#1#2{\begingroup | |
4788 \secentryfonts \leftskip=\tocindent | |
4789 \tocentry{#1}{\dopageno\bgroup#2\egroup}% | |
4790 \endgroup} | |
4791 | |
4792 \def\dosubsecentry#1#2{\begingroup | |
4793 \subsecentryfonts \leftskip=2\tocindent | |
4794 \tocentry{#1}{\dopageno\bgroup#2\egroup}% | |
4795 \endgroup} | |
4796 | |
4797 \def\dosubsubsecentry#1#2{\begingroup | |
4798 \subsubsecentryfonts \leftskip=3\tocindent | |
4799 \tocentry{#1}{\dopageno\bgroup#2\egroup}% | |
4800 \endgroup} | |
4801 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4802 % We use the same \entry macro as for the index entries. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4803 \let\tocentry = \entry |
41418 | 4804 |
4805 % Space between chapter (or whatever) number and the title. | |
4806 \def\labelspace{\hskip1em \relax} | |
4807 | |
4808 \def\dopageno#1{{\rm #1}} | |
4809 \def\doshortpageno#1{{\rm #1}} | |
4810 | |
4811 \def\chapentryfonts{\secfonts \rm} | |
4812 \def\secentryfonts{\textfonts} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4813 \def\subsecentryfonts{\textfonts} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4814 \def\subsubsecentryfonts{\textfonts} |
41418 | 4815 |
4816 | |
4817 \message{environments,} | |
4818 % @foo ... @end foo. | |
4819 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4820 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
4821 % |
41418 | 4822 % Since these characters are used in examples, it should be an even number of |
4823 % \tt widths. Each \tt character is 1en, so two makes it 1em. | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4824 % |
41418 | 4825 \def\point{$\star$} |
4826 \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}} | |
4827 \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}} | |
4828 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}} | |
4829 \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}} | |
4830 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4831 % The @error{} command. |
41418 | 4832 % Adapted from the TeXbook's \boxit. |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
4833 % |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4834 \newbox\errorbox |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4835 % |
41418 | 4836 {\tentt \global\dimen0 = 3em}% Width of the box. |
4837 \dimen2 = .55pt % Thickness of rules | |
4838 % The text. (`r' is open on the right, `e' somewhat less so on the left.) | |
4839 \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt} | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4840 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4841 \setbox\errorbox=\hbox to \dimen0{\hfil |
41418 | 4842 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. |
4843 \advance\hsize by -2\dimen2 % Rules. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4844 \vbox{% |
41418 | 4845 \hrule height\dimen2 |
4846 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text. | |
4847 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. | |
4848 \kern3pt\vrule width\dimen2}% Space to right. | |
4849 \hrule height\dimen2} | |
4850 \hfil} | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4851 % |
41418 | 4852 \def\error{\leavevmode\lower.7ex\copy\errorbox} |
4853 | |
4854 % @tex ... @end tex escapes into raw Tex temporarily. | |
4855 % One exception: @ is still an escape character, so that @end tex works. | |
4856 % But \@ or @@ will get a plain tex @ character. | |
4857 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4858 \envdef\tex{% |
41418 | 4859 \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 |
4860 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4861 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie |
41418 | 4862 \catcode `\%=14 |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4863 \catcode `\+=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4864 \catcode `\"=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4865 \catcode `\|=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4866 \catcode `\<=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4867 \catcode `\>=\other |
41418 | 4868 \escapechar=`\\ |
4869 % | |
4870 \let\b=\ptexb | |
4871 \let\bullet=\ptexbullet | |
4872 \let\c=\ptexc | |
4873 \let\,=\ptexcomma | |
4874 \let\.=\ptexdot | |
4875 \let\dots=\ptexdots | |
4876 \let\equiv=\ptexequiv | |
4877 \let\!=\ptexexclam | |
4878 \let\i=\ptexi | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4879 \let\indent=\ptexindent |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4880 \let\noindent=\ptexnoindent |
41418 | 4881 \let\{=\ptexlbrace |
4882 \let\+=\tabalign | |
4883 \let\}=\ptexrbrace | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4884 \let\/=\ptexslash |
41418 | 4885 \let\*=\ptexstar |
4886 \let\t=\ptext | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4887 \let\frenchspacing=\plainfrenchspacing |
41418 | 4888 % |
4889 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}% | |
4890 \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}% | |
4891 \def\@{@}% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4892 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4893 % There is no need to define \Etex. |
41418 | 4894 |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4895 % Define @lisp ... @end lisp. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4896 % @lisp environment forms a group so it can rebind things, |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
4897 % including the definition of @end lisp (which normally is erroneous). |
41418 | 4898 |
4899 % Amount to narrow the margins by for @lisp. | |
4900 \newskip\lispnarrowing \lispnarrowing=0.4in | |
4901 | |
4902 % This is the definition that ^^M gets inside @lisp, @example, and other | |
4903 % such environments. \null is better than a space, since it doesn't | |
4904 % have any width. | |
4905 \def\lisppar{\null\endgraf} | |
4906 | |
4907 % This space is always present above and below environments. | |
4908 \newskip\envskipamount \envskipamount = 0pt | |
4909 | |
4910 % Make spacing and below environment symmetrical. We use \parskip here | |
4911 % to help in doing that, since in @example-like environments \parskip | |
4912 % is reset to zero; thus the \afterenvbreak inserts no space -- but the | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4913 % start of the next paragraph will insert \parskip. |
41418 | 4914 % |
4915 \def\aboveenvbreak{{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4916 % =10000 instead of <10000 because of a special case in \itemzzz and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4917 % \sectionheading, q.v. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4918 \ifnum \lastpenalty=10000 \else |
41418 | 4919 \advance\envskipamount by \parskip |
4920 \endgraf | |
4921 \ifdim\lastskip<\envskipamount | |
4922 \removelastskip | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4923 % it's not a good place to break if the last penalty was \nobreak |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
4924 % or better ... |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4925 \ifnum\lastpenalty<10000 \penalty-50 \fi |
41418 | 4926 \vskip\envskipamount |
4927 \fi | |
4928 \fi | |
4929 }} | |
4930 | |
4931 \let\afterenvbreak = \aboveenvbreak | |
4932 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4933 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4934 % also clear it, so that its embedded environments do the narrowing again. |
41418 | 4935 \let\nonarrowing=\relax |
4936 | |
4937 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around | |
4938 % environment contents. | |
4939 \font\circle=lcircle10 | |
4940 \newdimen\circthick | |
4941 \newdimen\cartouter\newdimen\cartinner | |
4942 \newskip\normbskip\newskip\normpskip\newskip\normlskip | |
4943 \circthick=\fontdimen8\circle | |
4944 % | |
4945 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth | |
4946 \def\ctr{{\hskip 6pt\circle\char'010}} | |
4947 \def\cbl{{\circle\char'012\hskip -6pt}} | |
4948 \def\cbr{{\hskip 6pt\circle\char'011}} | |
4949 \def\carttop{\hbox to \cartouter{\hskip\lskip | |
4950 \ctl\leaders\hrule height\circthick\hfil\ctr | |
4951 \hskip\rskip}} | |
4952 \def\cartbot{\hbox to \cartouter{\hskip\lskip | |
4953 \cbl\leaders\hrule height\circthick\hfil\cbr | |
4954 \hskip\rskip}} | |
4955 % | |
4956 \newskip\lskip\newskip\rskip | |
4957 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4958 \envdef\cartouche{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4959 \ifhmode\par\fi % can't be in the midst of a paragraph. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4960 \startsavinginserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4961 \lskip=\leftskip \rskip=\rightskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4962 \leftskip=0pt\rightskip=0pt % we want these *outside*. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4963 \cartinner=\hsize \advance\cartinner by-\lskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4964 \advance\cartinner by-\rskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4965 \cartouter=\hsize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4966 \advance\cartouter by 18.4pt % allow for 3pt kerns on either |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4967 % side, and for 6pt waste from |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4968 % each corner char, and rule thickness |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4969 \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4970 % Flag to tell @lisp, etc., not to narrow margin. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4971 \let\nonarrowing = t% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4972 \vbox\bgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4973 \baselineskip=0pt\parskip=0pt\lineskip=0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4974 \carttop |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4975 \hbox\bgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4976 \hskip\lskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4977 \vrule\kern3pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4978 \vbox\bgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4979 \kern3pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4980 \hsize=\cartinner |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4981 \baselineskip=\normbskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4982 \lineskip=\normlskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4983 \parskip=\normpskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4984 \vskip -\parskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4985 \comment % For explanation, see the end of \def\group. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4986 } |
41418 | 4987 \def\Ecartouche{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4988 \ifhmode\par\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4989 \kern3pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4990 \egroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4991 \kern3pt\vrule |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4992 \hskip\rskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4993 \egroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4994 \cartbot |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4995 \egroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4996 \checkinserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
4997 } |
41418 | 4998 |
4999 | |
5000 % This macro is called at the beginning of all the @example variants, | |
5001 % inside a group. | |
5002 \def\nonfillstart{% | |
5003 \aboveenvbreak | |
5004 \hfuzz = 12pt % Don't be fussy | |
5005 \sepspaces % Make spaces be word-separators rather than space tokens. | |
5006 \let\par = \lisppar % don't ignore blank lines | |
5007 \obeylines % each line of input is a line of output | |
5008 \parskip = 0pt | |
5009 \parindent = 0pt | |
5010 \emergencystretch = 0pt % don't try to avoid overfull boxes | |
5011 \ifx\nonarrowing\relax | |
5012 \advance \leftskip by \lispnarrowing | |
5013 \exdentamount=\lispnarrowing | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5014 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5015 \let\nonarrowing = \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5016 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5017 \let\exdent=\nofillexdent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5018 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5019 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5020 % If you want all examples etc. small: @set dispenvsize small. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5021 % If you want even small examples the full size: @set dispenvsize nosmall. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5022 % This affects the following displayed environments: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5023 % @example, @display, @format, @lisp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5024 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5025 \def\smallword{small} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5026 \def\nosmallword{nosmall} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5027 \let\SETdispenvsize\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5028 \def\setnormaldispenv{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5029 \ifx\SETdispenvsize\smallword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5030 \smallexamplefonts \rm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5031 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5032 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5033 \def\setsmalldispenv{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5034 \ifx\SETdispenvsize\nosmallword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5035 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5036 \smallexamplefonts \rm |
41418 | 5037 \fi |
5038 } | |
5039 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5040 % We often define two environments, @foo and @smallfoo. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5041 % Let's do it by one command: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5042 \def\makedispenv #1#2{ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5043 \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5044 \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5045 \expandafter\let\csname E#1\endcsname \afterenvbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5046 \expandafter\let\csname Esmall#1\endcsname \afterenvbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5047 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5048 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5049 % Define two synonyms: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5050 \def\maketwodispenvs #1#2#3{ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5051 \makedispenv{#1}{#3} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5052 \makedispenv{#2}{#3} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5053 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5054 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5055 % @lisp: indented, narrowed, typewriter font; @example: same as @lisp. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5056 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5057 % @smallexample and @smalllisp: use smaller fonts. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5058 % Originally contributed by Pavel@xerox. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5059 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5060 \maketwodispenvs {lisp}{example}{% |
41418 | 5061 \nonfillstart |
5062 \tt | |
5063 \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. | |
5064 \gobble % eat return | |
5065 } | |
5066 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5067 % @display/@smalldisplay: same as @lisp except keep current font. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5068 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5069 \makedispenv {display}{% |
41418 | 5070 \nonfillstart |
5071 \gobble | |
5072 } | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5073 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5074 % @format/@smallformat: same as @display except don't narrow margins. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5075 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5076 \makedispenv{format}{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5077 \let\nonarrowing = t% |
41418 | 5078 \nonfillstart |
5079 \gobble | |
5080 } | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5081 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5082 % @flushleft: same as @format, but doesn't obey \SETdispenvsize. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5083 \envdef\flushleft{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5084 \let\nonarrowing = t% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5085 \nonfillstart |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5086 \gobble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5087 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5088 \let\Eflushleft = \afterenvbreak |
41418 | 5089 |
5090 % @flushright. | |
5091 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5092 \envdef\flushright{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5093 \let\nonarrowing = t% |
41418 | 5094 \nonfillstart |
5095 \advance\leftskip by 0pt plus 1fill | |
5096 \gobble | |
5097 } | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5098 \let\Eflushright = \afterenvbreak |
41418 | 5099 |
5100 | |
5101 % @quotation does normal linebreaking (hence we can't use \nonfillstart) | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5102 % and narrows the margins. We keep \parskip nonzero in general, since |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5103 % we're doing normal filling. So, when using \aboveenvbreak and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5104 % \afterenvbreak, temporarily make \parskip 0. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5105 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5106 \envdef\quotation{% |
41418 | 5107 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip |
5108 \parindent=0pt | |
5109 % | |
5110 % @cartouche defines \nonarrowing to inhibit narrowing at next level down. | |
5111 \ifx\nonarrowing\relax | |
5112 \advance\leftskip by \lispnarrowing | |
5113 \advance\rightskip by \lispnarrowing | |
5114 \exdentamount = \lispnarrowing | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5115 \else |
41418 | 5116 \let\nonarrowing = \relax |
5117 \fi | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5118 \parsearg\quotationlabel |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5119 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5120 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5121 % We have retained a nonzero parskip for the environment, since we're |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5122 % doing normal filling. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5123 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5124 \def\Equotation{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5125 \par |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5126 \ifx\quotationauthor\undefined\else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5127 % indent a bit. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5128 \leftline{\kern 2\leftskip \sl ---\quotationauthor}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5129 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5130 {\parskip=0pt \afterenvbreak}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5131 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5132 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5133 % If we're given an argument, typeset it in bold with a colon after. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5134 \def\quotationlabel#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5135 \def\temp{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5136 \ifx\temp\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5137 {\bf #1: }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5138 \fi |
41418 | 5139 } |
5140 | |
5141 | |
5142 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>} | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
5143 % If we want to allow any <char> as delimiter, |
41418 | 5144 % we need the curly braces so that makeinfo sees the @verb command, eg: |
5145 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org | |
5146 % | |
5147 % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook. | |
5148 % | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5149 % [Knuth] p.344; only we need to do the other characters Texinfo sets |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5150 % active too. Otherwise, they get lost as the first character on a |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5151 % verbatim line. |
41418 | 5152 \def\dospecials{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5153 \do\ \do\\\do\{\do\}\do\$\do\&% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5154 \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5155 \do\<\do\>\do\|\do\@\do+\do\"% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5156 } |
41418 | 5157 % |
5158 % [Knuth] p. 380 | |
5159 \def\uncatcodespecials{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5160 \def\do##1{\catcode`##1=\other}\dospecials} |
41418 | 5161 % |
5162 % [Knuth] pp. 380,381,391 | |
5163 % Disable Spanish ligatures ?` and !` of \tt font | |
5164 \begingroup | |
5165 \catcode`\`=\active\gdef`{\relax\lq} | |
5166 \endgroup | |
5167 % | |
5168 % Setup for the @verb command. | |
5169 % | |
5170 % Eight spaces for a tab | |
5171 \begingroup | |
5172 \catcode`\^^I=\active | |
5173 \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }} | |
5174 \endgroup | |
5175 % | |
5176 \def\setupverb{% | |
5177 \tt % easiest (and conventionally used) font for verbatim | |
5178 \def\par{\leavevmode\endgraf}% | |
5179 \catcode`\`=\active | |
5180 \tabeightspaces | |
5181 % Respect line breaks, | |
5182 % print special symbols as themselves, and | |
5183 % make each space count | |
5184 % must do in this order: | |
5185 \obeylines \uncatcodespecials \sepspaces | |
5186 } | |
5187 | |
5188 % Setup for the @verbatim environment | |
5189 % | |
5190 % Real tab expansion | |
5191 \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount | |
5192 % | |
5193 \def\starttabbox{\setbox0=\hbox\bgroup} | |
5194 \begingroup | |
5195 \catcode`\^^I=\active | |
5196 \gdef\tabexpand{% | |
5197 \catcode`\^^I=\active | |
5198 \def^^I{\leavevmode\egroup | |
5199 \dimen0=\wd0 % the width so far, or since the previous tab | |
5200 \divide\dimen0 by\tabw | |
5201 \multiply\dimen0 by\tabw % compute previous multiple of \tabw | |
5202 \advance\dimen0 by\tabw % advance to next multiple of \tabw | |
5203 \wd0=\dimen0 \box0 \starttabbox | |
5204 }% | |
5205 } | |
5206 \endgroup | |
5207 \def\setupverbatim{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5208 \let\nonarrowing = t% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5209 \nonfillstart |
41418 | 5210 % Easiest (and conventionally used) font for verbatim |
5211 \tt | |
5212 \def\par{\leavevmode\egroup\box0\endgraf}% | |
5213 \catcode`\`=\active | |
5214 \tabexpand | |
5215 % Respect line breaks, | |
5216 % print special symbols as themselves, and | |
5217 % make each space count | |
5218 % must do in this order: | |
5219 \obeylines \uncatcodespecials \sepspaces | |
5220 \everypar{\starttabbox}% | |
5221 } | |
5222 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
5223 % Do the @verb magic: verbatim text is quoted by unique |
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
5224 % delimiter characters. Before first delimiter expect a |
41418 | 5225 % right brace, after last delimiter expect closing brace: |
5226 % | |
5227 % \def\doverb'{'<char>#1<char>'}'{#1} | |
5228 % | |
5229 % [Knuth] p. 382; only eat outer {} | |
5230 \begingroup | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5231 \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other |
41418 | 5232 \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next] |
5233 \endgroup | |
5234 % | |
5235 \def\verb{\begingroup\setupverb\doverb} | |
5236 % | |
5237 % | |
5238 % Do the @verbatim magic: define the macro \doverbatim so that | |
5239 % the (first) argument ends when '@end verbatim' is reached, ie: | |
5240 % | |
5241 % \def\doverbatim#1@end verbatim{#1} | |
5242 % | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
5243 % For Texinfo it's a lot easier than for LaTeX, |
41418 | 5244 % because texinfo's \verbatim doesn't stop at '\end{verbatim}': |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5245 % we need not redefine '\', '{' and '}'. |
41418 | 5246 % |
5247 % Inspired by LaTeX's verbatim command set [latex.ltx] | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5248 % |
41418 | 5249 \begingroup |
5250 \catcode`\ =\active | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5251 \obeylines % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5252 % ignore everything up to the first ^^M, that's the newline at the end |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5253 % of the @verbatim input line itself. Otherwise we get an extra blank |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5254 % line in the output. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5255 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5256 % We really want {...\end verbatim} in the body of the macro, but |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5257 % without the active space; thus we have to use \xdef and \gobble. |
41418 | 5258 \endgroup |
5259 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5260 \envdef\verbatim{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5261 \setupverbatim\doverbatim |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5262 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5263 \let\Everbatim = \afterenvbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5264 |
41418 | 5265 |
5266 % @verbatiminclude FILE - insert text of file in verbatim environment. | |
5267 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5268 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} |
41418 | 5269 % |
5270 \def\doverbatiminclude#1{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5271 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5272 \makevalueexpandable |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5273 \setupverbatim |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5274 \input #1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5275 \afterenvbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5276 }% |
41418 | 5277 } |
5278 | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
5279 % @copying ... @end copying. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5280 % Save the text away for @insertcopying later. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5281 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5282 % We save the uninterpreted tokens, rather than creating a box. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5283 % Saving the text in a box would be much easier, but then all the |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5284 % typesetting commands (@smallbook, font changes, etc.) have to be done |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5285 % beforehand -- and a) we want @copying to be done first in the source |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5286 % file; b) letting users define the frontmatter in as flexible order as |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5287 % possible is very desirable. |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
5288 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5289 \def\copying{\checkenv{}\begingroup\scanargctxt\docopying} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5290 \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5291 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5292 \def\insertcopying{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5293 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5294 \parindent = 0pt % paragraph indentation looks wrong on title page |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5295 \scanexp\copyingtext |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5296 \endgroup |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5297 } |
41418 | 5298 |
5299 \message{defuns,} | |
5300 % @defun etc. | |
5301 | |
5302 \newskip\defbodyindent \defbodyindent=.4in | |
5303 \newskip\defargsindent \defargsindent=50pt | |
5304 \newskip\deflastargmargin \deflastargmargin=18pt | |
5305 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5306 % Start the processing of @deffn: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5307 \def\startdefun{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5308 \ifnum\lastpenalty<10000 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5309 \medbreak |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5310 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5311 % If there are two @def commands in a row, we'll have a \nobreak, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5312 % which is there to keep the function description together with its |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5313 % header. But if there's nothing but headers, we need to allow a |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5314 % break somewhere. Check specifically for penalty 10002, inserted |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5315 % by \defargscommonending, instead of 10000, since the sectioning |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5316 % commands also insert a nobreak penalty, and we don't want to allow |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5317 % a break between a section heading and a defun. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5318 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5319 \ifnum\lastpenalty=10002 \penalty2000 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5320 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5321 % Similarly, after a section heading, do not allow a break. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5322 % But do insert the glue. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5323 \medskip % preceded by discardable penalty, so not a breakpoint |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5324 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5325 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5326 \parindent=0in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5327 \advance\leftskip by \defbodyindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5328 \exdentamount=\defbodyindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5329 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5330 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5331 \def\dodefunx#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5332 % First, check whether we are in the right environment: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5333 \checkenv#1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5334 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5335 % As above, allow line break if we have multiple x headers in a row. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5336 % It's not a great place, though. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5337 \ifnum\lastpenalty=10002 \penalty3000 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5338 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5339 % And now, it's time to reuse the body of the original defun: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5340 \expandafter\gobbledefun#1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5341 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5342 \def\gobbledefun#1\startdefun{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5343 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5344 % \printdefunline \deffnheader{text} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5345 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5346 \def\printdefunline#1#2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5347 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5348 % call \deffnheader: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5349 #1#2 \endheader |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5350 % common ending: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5351 \interlinepenalty = 10000 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5352 \advance\rightskip by 0pt plus 1fil |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5353 \endgraf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5354 \nobreak\vskip -\parskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5355 \penalty 10002 % signal to \startdefun and \dodefunx |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5356 % Some of the @defun-type tags do not enable magic parentheses, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5357 % rendering the following check redundant. But we don't optimize. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5358 \checkparencounts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5359 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5360 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5361 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5362 \def\Edefun{\endgraf\medbreak} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5363 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5364 % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn; |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5365 % the only thing remainnig is to define \deffnheader. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5366 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5367 \def\makedefun#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5368 \expandafter\let\csname E#1\endcsname = \Edefun |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5369 \edef\temp{\noexpand\domakedefun |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5370 \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5371 \temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5372 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5373 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5374 % \domakedefun \deffn \deffnx \deffnheader |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5375 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5376 % Define \deffn and \deffnx, without parameters. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5377 % \deffnheader has to be defined explicitly. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5378 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5379 \def\domakedefun#1#2#3{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5380 \envdef#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5381 \startdefun |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5382 \parseargusing\activeparens{\printdefunline#3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5383 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5384 \def#2{\dodefunx#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5385 \def#3% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5386 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5387 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5388 %%% Untyped functions: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5389 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5390 % @deffn category name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5391 \makedefun{deffn}{\deffngeneral{}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5392 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5393 % @deffn category class name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5394 \makedefun{defop}#1 {\defopon{#1\ \putwordon}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5395 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5396 % \defopon {category on}class name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5397 \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5398 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5399 % \deffngeneral {subind}category name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5400 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5401 \def\deffngeneral#1#2 #3 #4\endheader{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5402 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5403 \dosubind{fn}{\code{#3}}{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5404 \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5405 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5406 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5407 %%% Typed functions: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5408 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5409 % @deftypefn category type name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5410 \makedefun{deftypefn}{\deftypefngeneral{}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5411 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5412 % @deftypeop category class type name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5413 \makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5414 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5415 % \deftypeopon {category on}class type name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5416 \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5417 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5418 % \deftypefngeneral {subind}category type name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5419 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5420 \def\deftypefngeneral#1#2 #3 #4 #5\endheader{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5421 \dosubind{fn}{\code{#4}}{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5422 \defname{#2}{#3}{#4}\defunargs{#5\unskip}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5423 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5424 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5425 %%% Typed variables: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5426 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5427 % @deftypevr category type var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5428 \makedefun{deftypevr}{\deftypecvgeneral{}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5429 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5430 % @deftypecv category class type var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5431 \makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5432 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5433 % \deftypecvof {category of}class type var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5434 \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5435 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5436 % \deftypecvgeneral {subind}category type var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5437 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5438 \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5439 \dosubind{vr}{\code{#4}}{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5440 \defname{#2}{#3}{#4}\defunargs{#5\unskip}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5441 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5442 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5443 %%% Untyped variables: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5444 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5445 % @defvr category var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5446 \makedefun{defvr}#1 {\deftypevrheader{#1} {} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5447 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5448 % @defcv category class var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5449 \makedefun{defcv}#1 {\defcvof{#1\ \putwordof}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5450 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5451 % \defcvof {category of}class var args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5452 \def\defcvof#1#2 {\deftypecvof{#1}#2 {} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5453 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5454 %%% Type: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5455 % @deftp category name args |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5456 \makedefun{deftp}#1 #2 #3\endheader{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5457 \doind{tp}{\code{#2}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5458 \defname{#1}{}{#2}\defunargs{#3\unskip}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5459 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5460 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5461 % Remaining @defun-like shortcuts: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5462 \makedefun{defun}{\deffnheader{\putwordDeffunc} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5463 \makedefun{defmac}{\deffnheader{\putwordDefmac} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5464 \makedefun{defspec}{\deffnheader{\putwordDefspec} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5465 \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5466 \makedefun{defvar}{\defvrheader{\putwordDefvar} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5467 \makedefun{defopt}{\defvrheader{\putwordDefopt} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5468 \makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5469 \makedefun{defmethod}{\defopon\putwordMethodon} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5470 \makedefun{deftypemethod}{\deftypeopon\putwordMethodon} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5471 \makedefun{defivar}{\defcvof\putwordInstanceVariableof} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5472 \makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5473 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5474 % \defname, which formats the name of the @def (not the args). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5475 % #1 is the category, such as "Function". |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5476 % #2 is the return type, if any. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5477 % #3 is the function name. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5478 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5479 % We are followed by (but not passed) the arguments, if any. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5480 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5481 \def\defname#1#2#3{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5482 % Get the values of \leftskip and \rightskip as they were outside the @def... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5483 \advance\leftskip by -\defbodyindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5484 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5485 % How we'll format the type name. Putting it in brackets helps |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5486 % distinguish it from the body text that may end up on the next line |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5487 % just below it. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5488 \def\temp{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5489 \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5490 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5491 % Figure out line sizes for the paragraph shape. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5492 % The first line needs space for \box0; but if \rightskip is nonzero, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5493 % we need only space for the part of \box0 which exceeds it: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5494 \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5495 % The continuations: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5496 \dimen2=\hsize \advance\dimen2 by -\defargsindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5497 % (plain.tex says that \dimen1 should be used only as global.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5498 \parshape 2 0in \dimen0 \defargsindent \dimen2 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5499 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5500 % Put the type name to the right margin. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5501 \noindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5502 \hbox to 0pt{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5503 \hfil\box0 \kern-\hsize |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5504 % \hsize has to be shortened this way: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5505 \kern\leftskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5506 % Intentionally do not respect \rightskip, since we need the space. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5507 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5508 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5509 % Allow all lines to be underfull without complaint: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5510 \tolerance=10000 \hbadness=10000 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5511 \exdentamount=\defbodyindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5512 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5513 % defun fonts. We use typewriter by default (used to be bold) because: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5514 % . we're printing identifiers, they should be in tt in principle. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5515 % . in languages with many accents, such as Czech or French, it's |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5516 % common to leave accents off identifiers. The result looks ok in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5517 % tt, but exceedingly strange in rm. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5518 % . we don't want -- and --- to be treated as ligatures. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5519 % . this still does not fix the ?` and !` ligatures, but so far no |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5520 % one has made identifiers using them :). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5521 \df \tt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5522 \def\temp{#2}% return value type |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5523 \ifx\temp\empty\else \tclose{\temp} \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5524 #3% output function name |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5525 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5526 {\rm\enskip}% hskip 0.5 em of \tenrm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5527 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5528 \boldbrax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5529 % arguments will be output next, if any. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5530 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5531 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5532 % Print arguments in slanted roman (not ttsl), inconsistently with using |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5533 % tt for the name. This is because literal text is sometimes needed in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5534 % the argument list (groff manual), and ttsl and tt are not very |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5535 % distinguishable. Prevent hyphenation at `-' chars. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5536 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5537 \def\defunargs#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5538 % use sl by default (not ttsl), |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5539 % tt for the names. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5540 \df \sl \hyphenchar\font=0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5541 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5542 % On the other hand, if an argument has two dashes (for instance), we |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5543 % want a way to get ttsl. Let's try @var for that. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5544 \let\var=\ttslanted |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5545 #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5546 \sl\hyphenchar\font=45 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5547 } |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5548 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5549 % We want ()&[] to print specially on the defun line. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5550 % |
41418 | 5551 \def\activeparens{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5552 \catcode`\(=\active \catcode`\)=\active |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5553 \catcode`\[=\active \catcode`\]=\active |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5554 \catcode`\&=\active |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5555 } |
41418 | 5556 |
5557 % Make control sequences which act like normal parenthesis chars. | |
5558 \let\lparen = ( \let\rparen = ) | |
5559 | |
5560 % Be sure that we always have a definition for `(', etc. For example, | |
5561 % if the fn name has parens in it, \boldbrax will not be in effect yet, | |
5562 % so TeX would otherwise complain about undefined control sequence. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5563 { |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5564 \activeparens |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5565 \global\let(=\lparen \global\let)=\rparen |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5566 \global\let[=\lbrack \global\let]=\rbrack |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5567 \global\let& = \& |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5568 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5569 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5570 \gdef\magicamp{\let&=\amprm} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5571 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5572 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5573 \newcount\parencount |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5574 |
41418 | 5575 % If we encounter &foo, then turn on ()-hacking afterwards |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5576 \newif\ifampseen |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5577 \def\amprm#1 {\ampseentrue{\bf\ }} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5578 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5579 \def\parenfont{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5580 \ifampseen |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5581 % At the first level, print parens in roman, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5582 % otherwise use the default font. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5583 \ifnum \parencount=1 \rm \fi |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5584 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5585 % The \sf parens (in \boldbrax) actually are a little bolder than |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5586 % the contained text. This is especially needed for [ and ] . |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5587 \sf |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5588 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5589 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5590 \def\infirstlevel#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5591 \ifampseen |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5592 \ifnum\parencount=1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5593 #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5594 \fi |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5595 \fi |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5596 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5597 \def\bfafterword#1 {#1 \bf} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5598 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5599 \def\opnr{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5600 \global\advance\parencount by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5601 {\parenfont(}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5602 \infirstlevel \bfafterword |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5603 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5604 \def\clnr{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5605 {\parenfont)}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5606 \infirstlevel \sl |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5607 \global\advance\parencount by -1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5608 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5609 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5610 \newcount\brackcount |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5611 \def\lbrb{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5612 \global\advance\brackcount by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5613 {\bf[}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5614 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5615 \def\rbrb{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5616 {\bf]}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5617 \global\advance\brackcount by -1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5618 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5619 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5620 \def\checkparencounts{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5621 \ifnum\parencount=0 \else \badparencount \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5622 \ifnum\brackcount=0 \else \badbrackcount \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5623 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5624 \def\badparencount{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5625 \errmessage{Unbalanced parentheses in @def}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5626 \global\parencount=0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5627 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5628 \def\badbrackcount{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5629 \errmessage{Unbalanced square braces in @def}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5630 \global\brackcount=0 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5631 } |
41418 | 5632 |
5633 | |
5634 \message{macros,} | |
5635 % @macro. | |
5636 | |
5637 % To do this right we need a feature of e-TeX, \scantokens, | |
5638 % which we arrange to emulate with a temporary file in ordinary TeX. | |
5639 \ifx\eTeXversion\undefined | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5640 \newwrite\macscribble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5641 \def\scantokens#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5642 \toks0={#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5643 \immediate\openout\macscribble=\jobname.tmp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5644 \immediate\write\macscribble{\the\toks0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5645 \immediate\closeout\macscribble |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5646 \input \jobname.tmp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5647 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5648 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5649 |
41418 | 5650 \def\scanmacro#1{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5651 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5652 \newlinechar`\^^M |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5653 \let\xeatspaces\eatspaces |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5654 % Undo catcode changes of \startcontents and \doprintindex |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5655 % When called from @insertcopying or (short)caption, we need active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5656 % backslash to get it printed correctly. Previously, we had |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5657 % \catcode`\\=\other instead. We'll see whether a problem appears |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5658 % with macro expansion. --kasal, 19aug04 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5659 \catcode`\@=0 \catcode`\\=\active \escapechar=`\@ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5660 % ... and \example |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5661 \spaceisspace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5662 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5663 % Append \endinput to make sure that TeX does not see the ending newline. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5664 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5665 % I've verified that it is necessary both for e-TeX and for ordinary TeX |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5666 % --kasal, 29nov03 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5667 \scantokens{#1\endinput}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5668 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5669 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5670 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5671 \def\scanexp#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5672 \edef\temp{\noexpand\scanmacro{#1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5673 \temp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5674 } |
41418 | 5675 |
5676 \newcount\paramno % Count of parameters | |
5677 \newtoks\macname % Macro name | |
5678 \newif\ifrecursive % Is it recursive? | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5679 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5680 % List of all defined macros in the form |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5681 % \definedummyword\macro1\definedummyword\macro2... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5682 % Currently is also contains all @aliases; the list can be split |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5683 % if there is a need. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5684 \def\macrolist{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5685 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5686 % Add the macro to \macrolist |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5687 \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5688 \def\addtomacrolistxxx#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5689 \toks0 = \expandafter{\macrolist\definedummyword#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5690 \xdef\macrolist{\the\toks0}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5691 } |
41418 | 5692 |
5693 % Utility routines. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5694 % This does \let #1 = #2, with \csnames; that is, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5695 % \let \csname#1\endcsname = \csname#2\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5696 % (except of course we have to play expansion games). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5697 % |
41418 | 5698 \def\cslet#1#2{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5699 \expandafter\let |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5700 \csname#1\expandafter\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5701 \csname#2\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5702 } |
41418 | 5703 |
5704 % Trim leading and trailing spaces off a string. | |
5705 % Concepts from aro-bend problem 15 (see CTAN). | |
5706 {\catcode`\@=11 | |
5707 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }} | |
5708 \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@} | |
5709 \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @} | |
5710 \def\unbrace#1{#1} | |
5711 \unbrace{\gdef\trim@@@ #1 } #2@{#1} | |
5712 } | |
5713 | |
5714 % Trim a single trailing ^^M off a string. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5715 {\catcode`\^^M=\other \catcode`\Q=3% |
41418 | 5716 \gdef\eatcr #1{\eatcra #1Q^^MQ}% |
5717 \gdef\eatcra#1^^MQ{\eatcrb#1Q}% | |
5718 \gdef\eatcrb#1Q#2Q{#1}% | |
5719 } | |
5720 | |
5721 % Macro bodies are absorbed as an argument in a context where | |
5722 % all characters are catcode 10, 11 or 12, except \ which is active | |
5723 % (as in normal texinfo). It is necessary to change the definition of \. | |
5724 | |
5725 % It's necessary to have hard CRs when the macro is executed. This is | |
5726 % done by making ^^M (\endlinechar) catcode 12 when reading the macro | |
5727 % body, and then making it the \newlinechar in \scanmacro. | |
5728 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5729 \def\scanctxt{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5730 \catcode`\"=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5731 \catcode`\+=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5732 \catcode`\<=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5733 \catcode`\>=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5734 \catcode`\@=\other |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5735 \catcode`\^=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5736 \catcode`\_=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5737 \catcode`\|=\other |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5738 \catcode`\~=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5739 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5740 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5741 \def\scanargctxt{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5742 \scanctxt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5743 \catcode`\\=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5744 \catcode`\^^M=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5745 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5746 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5747 \def\macrobodyctxt{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5748 \scanctxt |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5749 \catcode`\{=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5750 \catcode`\}=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5751 \catcode`\^^M=\other |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5752 \usembodybackslash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5753 } |
41418 | 5754 |
5755 \def\macroargctxt{% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5756 \scanctxt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5757 \catcode`\\=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5758 } |
41418 | 5759 |
5760 % \mbodybackslash is the definition of \ in @macro bodies. | |
5761 % It maps \foo\ => \csname macarg.foo\endcsname => #N | |
5762 % where N is the macro parameter number. | |
5763 % We define \csname macarg.\endcsname to be \realbackslash, so | |
5764 % \\ in macro replacement text gets you a backslash. | |
5765 | |
5766 {\catcode`@=0 @catcode`@\=@active | |
5767 @gdef@usembodybackslash{@let\=@mbodybackslash} | |
5768 @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname} | |
5769 } | |
5770 \expandafter\def\csname macarg.\endcsname{\realbackslash} | |
5771 | |
5772 \def\macro{\recursivefalse\parsearg\macroxxx} | |
5773 \def\rmacro{\recursivetrue\parsearg\macroxxx} | |
5774 | |
5775 \def\macroxxx#1{% | |
5776 \getargs{#1}% now \macname is the macname and \argl the arglist | |
5777 \ifx\argl\empty % no arguments | |
5778 \paramno=0% | |
5779 \else | |
5780 \expandafter\parsemargdef \argl;% | |
5781 \fi | |
5782 \if1\csname ismacro.\the\macname\endcsname | |
5783 \message{Warning: redefining \the\macname}% | |
5784 \else | |
5785 \expandafter\ifx\csname \the\macname\endcsname \relax | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
5786 \else \errmessage{Macro name \the\macname\space already defined}\fi |
41418 | 5787 \global\cslet{macsave.\the\macname}{\the\macname}% |
5788 \global\expandafter\let\csname ismacro.\the\macname\endcsname=1% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5789 \addtomacrolist{\the\macname}% |
41418 | 5790 \fi |
5791 \begingroup \macrobodyctxt | |
5792 \ifrecursive \expandafter\parsermacbody | |
5793 \else \expandafter\parsemacbody | |
5794 \fi} | |
5795 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5796 \parseargdef\unmacro{% |
41418 | 5797 \if1\csname ismacro.#1\endcsname |
5798 \global\cslet{#1}{macsave.#1}% | |
5799 \global\expandafter\let \csname ismacro.#1\endcsname=0% | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5800 % Remove the macro name from \macrolist: |
41418 | 5801 \begingroup |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5802 \expandafter\let\csname#1\endcsname \relax |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5803 \let\definedummyword\unmacrodo |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5804 \xdef\macrolist{\macrolist}% |
41418 | 5805 \endgroup |
5806 \else | |
5807 \errmessage{Macro #1 not defined}% | |
5808 \fi | |
5809 } | |
5810 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5811 % Called by \do from \dounmacro on each macro. The idea is to omit any |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5812 % macro definitions that have been changed to \relax. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5813 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5814 \def\unmacrodo#1{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5815 \ifx #1\relax |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5816 % remove this |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5817 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5818 \noexpand\definedummyword \noexpand#1% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5819 \fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5820 } |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5821 |
41418 | 5822 % This makes use of the obscure feature that if the last token of a |
5823 % <parameter list> is #, then the preceding argument is delimited by | |
5824 % an opening brace, and that opening brace is not consumed. | |
5825 \def\getargs#1{\getargsxxx#1{}} | |
5826 \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs} | |
5827 \def\getmacname #1 #2\relax{\macname={#1}} | |
5828 \def\getmacargs#1{\def\argl{#1}} | |
5829 | |
5830 % Parse the optional {params} list. Set up \paramno and \paramlist | |
5831 % so \defmacro knows what to do. Define \macarg.blah for each blah | |
5832 % in the params list, to be ##N where N is the position in that list. | |
5833 % That gets used by \mbodybackslash (above). | |
5834 | |
5835 % We need to get `macro parameter char #' into several definitions. | |
5836 % The technique used is stolen from LaTeX: let \hash be something | |
5837 % unexpandable, insert that wherever you need a #, and then redefine | |
5838 % it to # just before using the token list produced. | |
5839 % | |
5840 % The same technique is used to protect \eatspaces till just before | |
5841 % the macro is used. | |
5842 | |
5843 \def\parsemargdef#1;{\paramno=0\def\paramlist{}% | |
5844 \let\hash\relax\let\xeatspaces\relax\parsemargdefxxx#1,;,} | |
5845 \def\parsemargdefxxx#1,{% | |
5846 \if#1;\let\next=\relax | |
5847 \else \let\next=\parsemargdefxxx | |
5848 \advance\paramno by 1% | |
5849 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname | |
5850 {\xeatspaces{\hash\the\paramno}}% | |
5851 \edef\paramlist{\paramlist\hash\the\paramno,}% | |
5852 \fi\next} | |
5853 | |
5854 % These two commands read recursive and nonrecursive macro bodies. | |
5855 % (They're different since rec and nonrec macros end differently.) | |
5856 | |
5857 \long\def\parsemacbody#1@end macro% | |
5858 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% | |
5859 \long\def\parsermacbody#1@end rmacro% | |
5860 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% | |
5861 | |
5862 % This defines the macro itself. There are six cases: recursive and | |
5863 % nonrecursive macros of zero, one, and many arguments. | |
5864 % Much magic with \expandafter here. | |
5865 % \xdef is used so that macro definitions will survive the file | |
5866 % they're defined in; @include reads the file inside a group. | |
5867 \def\defmacro{% | |
5868 \let\hash=##% convert placeholders to macro parameter chars | |
5869 \ifrecursive | |
5870 \ifcase\paramno | |
5871 % 0 | |
5872 \expandafter\xdef\csname\the\macname\endcsname{% | |
5873 \noexpand\scanmacro{\temp}}% | |
5874 \or % 1 | |
5875 \expandafter\xdef\csname\the\macname\endcsname{% | |
5876 \bgroup\noexpand\macroargctxt | |
5877 \noexpand\braceorline | |
5878 \expandafter\noexpand\csname\the\macname xxx\endcsname}% | |
5879 \expandafter\xdef\csname\the\macname xxx\endcsname##1{% | |
5880 \egroup\noexpand\scanmacro{\temp}}% | |
5881 \else % many | |
5882 \expandafter\xdef\csname\the\macname\endcsname{% | |
5883 \bgroup\noexpand\macroargctxt | |
5884 \noexpand\csname\the\macname xx\endcsname}% | |
5885 \expandafter\xdef\csname\the\macname xx\endcsname##1{% | |
5886 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% | |
5887 \expandafter\expandafter | |
5888 \expandafter\xdef | |
5889 \expandafter\expandafter | |
5890 \csname\the\macname xxx\endcsname | |
5891 \paramlist{\egroup\noexpand\scanmacro{\temp}}% | |
5892 \fi | |
5893 \else | |
5894 \ifcase\paramno | |
5895 % 0 | |
5896 \expandafter\xdef\csname\the\macname\endcsname{% | |
5897 \noexpand\norecurse{\the\macname}% | |
5898 \noexpand\scanmacro{\temp}\egroup}% | |
5899 \or % 1 | |
5900 \expandafter\xdef\csname\the\macname\endcsname{% | |
5901 \bgroup\noexpand\macroargctxt | |
5902 \noexpand\braceorline | |
5903 \expandafter\noexpand\csname\the\macname xxx\endcsname}% | |
5904 \expandafter\xdef\csname\the\macname xxx\endcsname##1{% | |
5905 \egroup | |
5906 \noexpand\norecurse{\the\macname}% | |
5907 \noexpand\scanmacro{\temp}\egroup}% | |
5908 \else % many | |
5909 \expandafter\xdef\csname\the\macname\endcsname{% | |
5910 \bgroup\noexpand\macroargctxt | |
5911 \expandafter\noexpand\csname\the\macname xx\endcsname}% | |
5912 \expandafter\xdef\csname\the\macname xx\endcsname##1{% | |
5913 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% | |
5914 \expandafter\expandafter | |
5915 \expandafter\xdef | |
5916 \expandafter\expandafter | |
5917 \csname\the\macname xxx\endcsname | |
5918 \paramlist{% | |
5919 \egroup | |
5920 \noexpand\norecurse{\the\macname}% | |
5921 \noexpand\scanmacro{\temp}\egroup}% | |
5922 \fi | |
5923 \fi} | |
5924 | |
5925 \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}} | |
5926 | |
5927 % \braceorline decides whether the next nonwhitespace character is a | |
5928 % {. If so it reads up to the closing }, if not, it reads the whole | |
5929 % line. Whatever was read is then fed to the next control sequence | |
5930 % as an argument (by \parsebrace or \parsearg) | |
5931 \def\braceorline#1{\let\next=#1\futurelet\nchar\braceorlinexxx} | |
5932 \def\braceorlinexxx{% | |
5933 \ifx\nchar\bgroup\else | |
5934 \expandafter\parsearg | |
5935 \fi \next} | |
5936 | |
5937 | |
5938 % @alias. | |
5939 % We need some trickery to remove the optional spaces around the equal | |
5940 % sign. Just make them active and then expand them all to nothing. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5941 \def\alias{\parseargusing\obeyspaces\aliasxxx} |
41418 | 5942 \def\aliasxxx #1{\aliasyyy#1\relax} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5943 \def\aliasyyy #1=#2\relax{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5944 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5945 \expandafter\let\obeyedspace=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5946 \addtomacrolist{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5947 \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5948 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5949 \next |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5950 } |
41418 | 5951 |
5952 | |
5953 \message{cross references,} | |
5954 | |
5955 \newwrite\auxfile | |
5956 | |
5957 \newif\ifhavexrefs % True if xref values are known. | |
5958 \newif\ifwarnedxrefs % True if we warned once that they aren't known. | |
5959 | |
5960 % @inforef is relatively simple. | |
5961 \def\inforef #1{\inforefzzz #1,,,,**} | |
5962 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}}, | |
5963 node \samp{\ignorespaces#1{}}} | |
5964 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5965 % @node's only job in TeX is to define \lastnode, which is used in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5966 % cross-references. The @node line might or might not have commas, and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5967 % might or might not have spaces before the first comma, like: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5968 % @node foo , bar , ... |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5969 % We don't want such trailing spaces in the node name. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5970 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5971 \parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5972 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5973 % also remove a trailing comma, in case of something like this: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5974 % @node Help-Cross, , , Cross-refs |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5975 \def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5976 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5977 |
41418 | 5978 \let\nwnode=\node |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5979 \let\lastnode=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5980 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5981 % Write a cross-reference definition for the current node. #1 is the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5982 % type (Ynumbered, Yappendix, Ynothing). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5983 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5984 \def\donoderef#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5985 \ifx\lastnode\empty\else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5986 \setref{\lastnode}{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5987 \global\let\lastnode=\empty |
41418 | 5988 \fi |
5989 } | |
5990 | |
5991 % @anchor{NAME} -- define xref target at arbitrary point. | |
5992 % | |
5993 \newcount\savesfregister | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5994 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5995 \def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5996 \def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
5997 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} |
41418 | 5998 |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
5999 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6000 % anchor), which consists of three parts: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6001 % 1) NAME-title - the current sectioning name taken from \thissection, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6002 % or the anchor name. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6003 % 2) NAME-snt - section number and type, passed as the SNT arg, or |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6004 % empty for anchors. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6005 % 3) NAME-pg - the page number. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6006 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6007 % This is called from \donoderef, \anchor, and \dofloat. In the case of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6008 % floats, there is an additional part, which is not written here: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6009 % 4) NAME-lof - the text as it should appear in a @listoffloats. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6010 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6011 \def\setref#1#2{% |
41418 | 6012 \pdfmkdest{#1}% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6013 \iflinks |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6014 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6015 \atdummies % preserve commands, but don't expand them |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6016 \edef\writexrdef##1##2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6017 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6018 ##1}{##2}}% these are parameters of \writexrdef |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6019 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6020 \toks0 = \expandafter{\thissection}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6021 \immediate \writexrdef{title}{\the\toks0 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6022 \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6023 \writexrdef{pg}{\folio}% will be written later, during \shipout |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6024 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6025 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6026 } |
41418 | 6027 |
6028 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is | |
6029 % the node name, #2 the name of the Info cross-reference, #3 the printed | |
6030 % node name, #4 the name of the Info file, #5 the name of the printed | |
6031 % manual. All but the node name can be omitted. | |
6032 % | |
6033 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]} | |
6034 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]} | |
6035 \def\ref#1{\xrefX[#1,,,,,,,]} | |
6036 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup | |
6037 \unsepspaces | |
6038 \def\printedmanual{\ignorespaces #5}% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6039 \def\printedrefname{\ignorespaces #3}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6040 \setbox1=\hbox{\printedmanual\unskip}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6041 \setbox0=\hbox{\printedrefname\unskip}% |
41418 | 6042 \ifdim \wd0 = 0pt |
6043 % No printed node name was explicitly given. | |
6044 \expandafter\ifx\csname SETxref-automatic-section-title\endcsname\relax | |
6045 % Use the node name inside the square brackets. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6046 \def\printedrefname{\ignorespaces #1}% |
41418 | 6047 \else |
6048 % Use the actual chapter/section title appear inside | |
6049 % the square brackets. Use the real section title if we have it. | |
6050 \ifdim \wd1 > 0pt | |
6051 % It is in another manual, so we don't have it. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6052 \def\printedrefname{\ignorespaces #1}% |
41418 | 6053 \else |
6054 \ifhavexrefs | |
6055 % We know the real title if we have the xref values. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6056 \def\printedrefname{\refx{#1-title}{}}% |
41418 | 6057 \else |
6058 % Otherwise just copy the Info node name. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6059 \def\printedrefname{\ignorespaces #1}% |
41418 | 6060 \fi% |
6061 \fi | |
6062 \fi | |
6063 \fi | |
6064 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6065 % Make link in pdf output. |
41418 | 6066 \ifpdf |
6067 \leavevmode | |
6068 \getfilename{#4}% | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6069 {\turnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6070 % See comments at \activebackslashdouble. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6071 {\activebackslashdouble \xdef\pdfxrefdest{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6072 \backslashparens\pdfxrefdest}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6073 % |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6074 \ifnum\filenamelength>0 |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6075 \startlink attr{/Border [0 0 0]}% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6076 goto file{\the\filename.pdf} name{\pdfxrefdest}% |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6077 \else |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6078 \startlink attr{/Border [0 0 0]}% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6079 goto name{\pdfmkpgn{\pdfxrefdest}}% |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6080 \fi |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6081 }% |
41418 | 6082 \linkcolor |
6083 \fi | |
6084 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6085 % Float references are printed completely differently: "Figure 1.2" |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6086 % instead of "[somenode], p.3". We distinguish them by the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6087 % LABEL-title being set to a magic string. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6088 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6089 % Have to otherify everything special to allow the \csname to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6090 % include an _ in the xref name, etc. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6091 \indexnofonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6092 \turnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6093 \expandafter\global\expandafter\let\expandafter\Xthisreftitle |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6094 \csname XR#1-title\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6095 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6096 \iffloat\Xthisreftitle |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6097 % If the user specified the print name (third arg) to the ref, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6098 % print it instead of our usual "Figure 1.2". |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6099 \ifdim\wd0 = 0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6100 \refx{#1-snt}{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6101 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6102 \printedrefname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6103 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6104 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6105 % if the user also gave the printed manual name (fifth arg), append |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6106 % "in MANUALNAME". |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6107 \ifdim \wd1 > 0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6108 \space \putwordin{} \cite{\printedmanual}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6109 \fi |
41418 | 6110 \else |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6111 % node/anchor (non-float) references. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6112 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6113 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6114 % insert empty discretionaries after hyphens, which means that it will |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6115 % not find a line break at a hyphen in a node names. Since some manuals |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6116 % are best written with fairly long node names, containing hyphens, this |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6117 % is a loss. Therefore, we give the text of the node name again, so it |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6118 % is as if TeX is seeing it for the first time. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6119 \ifdim \wd1 > 0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6120 \putwordsection{} ``\printedrefname'' \putwordin{} \cite{\printedmanual}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6121 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6122 % _ (for example) has to be the character _ for the purposes of the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6123 % control sequence corresponding to the node, but it has to expand |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6124 % into the usual \leavevmode...\vrule stuff for purposes of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6125 % printing. So we \turnoffactive for the \refx-snt, back on for the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6126 % printing, back off for the \refx-pg. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6127 {\turnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6128 % Only output a following space if the -snt ref is nonempty; for |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6129 % @unnumbered and @anchor, it won't be. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6130 \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6131 \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6132 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6133 % output the `[mynode]' via a macro so it can be overridden. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6134 \xrefprintnodename\printedrefname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6135 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6136 % But we always want a comma and a space: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6137 ,\space |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6138 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6139 % output the `page 3'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6140 \turnoffactive \putwordpage\tie\refx{#1-pg}{}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6141 \fi |
41418 | 6142 \fi |
6143 \endlink | |
6144 \endgroup} | |
6145 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6146 % This macro is called from \xrefX for the `[nodename]' part of xref |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6147 % output. It's a separate macro only so it can be changed more easily, |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6148 % since square brackets don't work well in some documents. Particularly |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6149 % one that Bob is working on :). |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6150 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6151 \def\xrefprintnodename#1{[#1]} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6152 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6153 % Things referred to by \setref. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6154 % |
41418 | 6155 \def\Ynothing{} |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6156 \def\Yomitfromtoc{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6157 \def\Ynumbered{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6158 \ifnum\secno=0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6159 \putwordChapter@tie \the\chapno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6160 \else \ifnum\subsecno=0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6161 \putwordSection@tie \the\chapno.\the\secno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6162 \else \ifnum\subsubsecno=0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6163 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6164 \else |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6165 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6166 \fi\fi\fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6167 } |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6168 \def\Yappendix{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6169 \ifnum\secno=0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6170 \putwordAppendix@tie @char\the\appendixno{}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6171 \else \ifnum\subsecno=0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6172 \putwordSection@tie @char\the\appendixno.\the\secno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6173 \else \ifnum\subsubsecno=0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6174 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6175 \else |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6176 \putwordSection@tie |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6177 @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6178 \fi\fi\fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6179 } |
41418 | 6180 |
6181 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME. | |
6182 % If its value is nonempty, SUFFIX is output afterward. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6183 % |
41418 | 6184 \def\refx#1#2{% |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6185 {% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6186 \indexnofonts |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6187 \otherbackslash |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6188 \expandafter\global\expandafter\let\expandafter\thisrefX |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6189 \csname XR#1\endcsname |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6190 }% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6191 \ifx\thisrefX\relax |
41418 | 6192 % If not defined, say something at least. |
6193 \angleleft un\-de\-fined\angleright | |
6194 \iflinks | |
6195 \ifhavexrefs | |
6196 \message{\linenumber Undefined cross reference `#1'.}% | |
6197 \else | |
6198 \ifwarnedxrefs\else | |
6199 \global\warnedxrefstrue | |
6200 \message{Cross reference values unknown; you must run TeX again.}% | |
6201 \fi | |
6202 \fi | |
6203 \fi | |
6204 \else | |
6205 % It's defined, so just use it. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6206 \thisrefX |
41418 | 6207 \fi |
6208 #2% Output the suffix in any case. | |
6209 } | |
6210 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6211 % This is the macro invoked by entries in the aux file. Usually it's |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6212 % just a \def (we prepend XR to the control sequence name to avoid |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6213 % collisions). But if this is a float type, we have more work to do. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6214 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6215 \def\xrdef#1#2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6216 \expandafter\gdef\csname XR#1\endcsname{#2}% remember this xref value. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6217 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6218 % Was that xref control sequence that we just defined for a float? |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6219 \expandafter\iffloat\csname XR#1\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6220 % it was a float, and we have the (safe) float type in \iffloattype. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6221 \expandafter\let\expandafter\floatlist |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6222 \csname floatlist\iffloattype\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6223 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6224 % Is this the first time we've seen this float type? |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6225 \expandafter\ifx\floatlist\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6226 \toks0 = {\do}% yes, so just \do |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6227 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6228 % had it before, so preserve previous elements in list. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6229 \toks0 = \expandafter{\floatlist\do}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6230 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6231 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6232 % Remember this xref in the control sequence \floatlistFLOATTYPE, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6233 % for later use in \listoffloats. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6234 \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0{#1}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6235 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6236 } |
41418 | 6237 |
6238 % Read the last existing aux file, if any. No error if none exists. | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6239 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6240 \def\tryauxfile{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6241 \openin 1 \jobname.aux |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6242 \ifeof 1 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6243 \readdatafile{aux}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6244 \global\havexrefstrue |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6245 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6246 \closein 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6247 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6248 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6249 \def\setupdatafile{% |
41418 | 6250 \catcode`\^^@=\other |
6251 \catcode`\^^A=\other | |
6252 \catcode`\^^B=\other | |
6253 \catcode`\^^C=\other | |
6254 \catcode`\^^D=\other | |
6255 \catcode`\^^E=\other | |
6256 \catcode`\^^F=\other | |
6257 \catcode`\^^G=\other | |
6258 \catcode`\^^H=\other | |
6259 \catcode`\^^K=\other | |
6260 \catcode`\^^L=\other | |
6261 \catcode`\^^N=\other | |
6262 \catcode`\^^P=\other | |
6263 \catcode`\^^Q=\other | |
6264 \catcode`\^^R=\other | |
6265 \catcode`\^^S=\other | |
6266 \catcode`\^^T=\other | |
6267 \catcode`\^^U=\other | |
6268 \catcode`\^^V=\other | |
6269 \catcode`\^^W=\other | |
6270 \catcode`\^^X=\other | |
6271 \catcode`\^^Z=\other | |
6272 \catcode`\^^[=\other | |
6273 \catcode`\^^\=\other | |
6274 \catcode`\^^]=\other | |
6275 \catcode`\^^^=\other | |
6276 \catcode`\^^_=\other | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6277 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc. |
41418 | 6278 % in xref tags, i.e., node names. But since ^^e4 notation isn't |
6279 % supported in the main text, it doesn't seem desirable. Furthermore, | |
6280 % that is not enough: for node names that actually contain a ^ | |
6281 % character, we would end up writing a line like this: 'xrdef {'hat | |
6282 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first | |
6283 % argument, and \hat is not an expandable control sequence. It could | |
6284 % all be worked out, but why? Either we support ^^ or we don't. | |
6285 % | |
6286 % The other change necessary for this was to define \auxhat: | |
6287 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter | |
6288 % and then to call \auxhat in \setq. | |
6289 % | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6290 \catcode`\^=\other |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6291 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6292 % Special characters. Should be turned off anyway, but... |
41418 | 6293 \catcode`\~=\other |
6294 \catcode`\[=\other | |
6295 \catcode`\]=\other | |
6296 \catcode`\"=\other | |
6297 \catcode`\_=\other | |
6298 \catcode`\|=\other | |
6299 \catcode`\<=\other | |
6300 \catcode`\>=\other | |
6301 \catcode`\$=\other | |
6302 \catcode`\#=\other | |
6303 \catcode`\&=\other | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6304 \catcode`\%=\other |
41418 | 6305 \catcode`+=\other % avoid \+ for paranoia even though we've turned it off |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6306 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6307 % This is to support \ in node names and titles, since the \ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6308 % characters end up in a \csname. It's easier than |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6309 % leaving it active and making its active definition an actual \ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6310 % character. What I don't understand is why it works in the *value* |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6311 % of the xrdef. Seems like it should be a catcode12 \, and that |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6312 % should not typeset properly. But it works, so I'm moving on for |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6313 % now. --karl, 15jan04. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6314 \catcode`\\=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6315 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6316 % Make the characters 128-255 be printing characters. |
41418 | 6317 {% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6318 \count1=128 |
41418 | 6319 \def\loop{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6320 \catcode\count1=\other |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6321 \advance\count1 by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6322 \ifnum \count1<256 \loop \fi |
41418 | 6323 }% |
6324 }% | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6325 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6326 % @ is our escape character in .aux files, and we need braces. |
41418 | 6327 \catcode`\{=1 |
6328 \catcode`\}=2 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6329 \catcode`\@=0 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6330 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6331 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6332 \def\readdatafile#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6333 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6334 \setupdatafile |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6335 \input\jobname.#1 |
41418 | 6336 \endgroup} |
6337 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6338 \message{insertions,} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6339 % including footnotes. |
41418 | 6340 |
6341 \newcount \footnoteno | |
6342 | |
6343 % The trailing space in the following definition for supereject is | |
6344 % vital for proper filling; pages come out unaligned when you do a | |
6345 % pagealignmacro call if that space before the closing brace is | |
6346 % removed. (Generally, numeric constants should always be followed by a | |
6347 % space to prevent strange expansion errors.) | |
6348 \def\supereject{\par\penalty -20000\footnoteno =0 } | |
6349 | |
6350 % @footnotestyle is meaningful for info output only. | |
6351 \let\footnotestyle=\comment | |
6352 | |
6353 {\catcode `\@=11 | |
6354 % | |
6355 % Auto-number footnotes. Otherwise like plain. | |
6356 \gdef\footnote{% | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6357 \let\indent=\ptexindent |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6358 \let\noindent=\ptexnoindent |
41418 | 6359 \global\advance\footnoteno by \@ne |
6360 \edef\thisfootno{$^{\the\footnoteno}$}% | |
6361 % | |
6362 % In case the footnote comes at the end of a sentence, preserve the | |
6363 % extra spacing after we do the footnote number. | |
6364 \let\@sf\empty | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6365 \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi |
41418 | 6366 % |
6367 % Remove inadvertent blank space before typesetting the footnote number. | |
6368 \unskip | |
6369 \thisfootno\@sf | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6370 \dofootnote |
41418 | 6371 }% |
6372 | |
6373 % Don't bother with the trickery in plain.tex to not require the | |
6374 % footnote text as a parameter. Our footnotes don't need to be so general. | |
6375 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6376 % Oh yes, they do; otherwise, @ifset (and anything else that uses |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6377 % \parseargline) fails inside footnotes because the tokens are fixed when |
41418 | 6378 % the footnote is read. --karl, 16nov96. |
6379 % | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6380 \gdef\dofootnote{% |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6381 \insert\footins\bgroup |
41418 | 6382 % We want to typeset this text as a normal paragraph, even if the |
6383 % footnote reference occurs in (for example) a display environment. | |
6384 % So reset some parameters. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6385 \hsize=\pagewidth |
41418 | 6386 \interlinepenalty\interfootnotelinepenalty |
6387 \splittopskip\ht\strutbox % top baseline for broken footnotes | |
6388 \splitmaxdepth\dp\strutbox | |
6389 \floatingpenalty\@MM | |
6390 \leftskip\z@skip | |
6391 \rightskip\z@skip | |
6392 \spaceskip\z@skip | |
6393 \xspaceskip\z@skip | |
6394 \parindent\defaultparindent | |
6395 % | |
6396 \smallfonts \rm | |
6397 % | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6398 % Because we use hanging indentation in footnotes, a @noindent appears |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6399 % to exdent this text, so make it be a no-op. makeinfo does not use |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6400 % hanging indentation so @noindent can still be needed within footnote |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6401 % text after an @example or the like (not that this is good style). |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6402 \let\noindent = \relax |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6403 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6404 % Hang the footnote text off the number. Use \everypar in case the |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6405 % footnote extends for more than one paragraph. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6406 \everypar = {\hang}% |
41418 | 6407 \textindent{\thisfootno}% |
6408 % | |
6409 % Don't crash into the line above the footnote text. Since this | |
6410 % expands into a box, it must come within the paragraph, lest it | |
6411 % provide a place where TeX can split the footnote. | |
6412 \footstrut | |
6413 \futurelet\next\fo@t | |
6414 } | |
6415 }%end \catcode `\@=11 | |
6416 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6417 % In case a @footnote appears in a vbox, save the footnote text and create |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6418 % the real \insert just after the vbox finished. Otherwise, the insertion |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6419 % would be lost. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6420 % Similarily, if a @footnote appears inside an alignment, save the footnote |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6421 % text to a box and make the \insert when a row of the table is finished. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6422 % And the same can be done for other insert classes. --kasal, 16nov03. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6423 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6424 % Replace the \insert primitive by a cheating macro. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6425 % Deeper inside, just make sure that the saved insertions are not spilled |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6426 % out prematurely. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6427 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6428 \def\startsavinginserts{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6429 \ifx \insert\ptexinsert |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6430 \let\insert\saveinsert |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6431 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6432 \let\checkinserts\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6433 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6434 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6435 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6436 % This \insert replacement works for both \insert\footins{foo} and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6437 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6438 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6439 \def\saveinsert#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6440 \edef\next{\noexpand\savetobox \makeSAVEname#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6441 \afterassignment\next |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6442 % swallow the left brace |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6443 \let\temp = |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6444 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6445 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6446 \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6447 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6448 \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6449 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6450 \def\placesaveins#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6451 \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6452 {\box#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6453 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6454 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6455 % eat @SAVE -- beware, all of them have catcode \other: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6456 { |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6457 \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6458 \gdef\gobblesave @SAVE{} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6459 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6460 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6461 % initialization: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6462 \def\newsaveins #1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6463 \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6464 \next |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6465 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6466 \def\newsaveinsX #1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6467 \csname newbox\endcsname #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6468 \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6469 \checksaveins #1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6470 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6471 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6472 % initialize: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6473 \let\checkinserts\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6474 \newsaveins\footins |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6475 \newsaveins\margin |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6476 |
41418 | 6477 |
6478 % @image. We use the macros from epsf.tex to support this. | |
6479 % If epsf.tex is not installed and @image is used, we complain. | |
6480 % | |
6481 % Check for and read epsf.tex up front. If we read it only at @image | |
6482 % time, we might be inside a group, and then its definitions would get | |
6483 % undone and the next image would fail. | |
6484 \openin 1 = epsf.tex | |
6485 \ifeof 1 \else | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6486 % Do not bother showing banner with epsf.tex v2.7k (available in |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6487 % doc/epsf.tex and on ctan). |
41418 | 6488 \def\epsfannounce{\toks0 = }% |
6489 \input epsf.tex | |
6490 \fi | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6491 \closein 1 |
41418 | 6492 % |
6493 % We will only complain once about lack of epsf.tex. | |
6494 \newif\ifwarnednoepsf | |
6495 \newhelp\noepsfhelp{epsf.tex must be installed for images to | |
6496 work. It is also included in the Texinfo distribution, or you can get | |
6497 it from ftp://tug.org/tex/epsf.tex.} | |
6498 % | |
6499 \def\image#1{% | |
6500 \ifx\epsfbox\undefined | |
6501 \ifwarnednoepsf \else | |
6502 \errhelp = \noepsfhelp | |
6503 \errmessage{epsf.tex not found, images will be ignored}% | |
6504 \global\warnednoepsftrue | |
6505 \fi | |
6506 \else | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6507 \imagexxx #1,,,,,\finish |
41418 | 6508 \fi |
6509 } | |
6510 % | |
6511 % Arguments to @image: | |
6512 % #1 is (mandatory) image filename; we tack on .eps extension. | |
6513 % #2 is (optional) width, #3 is (optional) height. | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6514 % #4 is (ignored optional) html alt text. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6515 % #5 is (ignored optional) extension. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6516 % #6 is just the usual extra ignored arg for parsing this stuff. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6517 \newif\ifimagevmode |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6518 \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6519 \catcode`\^^M = 5 % in case we're inside an example |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6520 \normalturnoffactive % allow _ et al. in names |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6521 % If the image is by itself, center it. |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6522 \ifvmode |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6523 \imagevmodetrue |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6524 \nobreak\bigskip |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6525 % Usually we'll have text after the image which will insert |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6526 % \parskip glue, so insert it here too to equalize the space |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
6527 % above and below. |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6528 \nobreak\vskip\parskip |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6529 \nobreak |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6530 \line\bgroup |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6531 \fi |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6532 % |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6533 % Output the image. |
41418 | 6534 \ifpdf |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6535 \dopdfimage{#1}{#2}{#3}% |
41418 | 6536 \else |
6537 % \epsfbox itself resets \epsf?size at each figure. | |
6538 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi | |
6539 \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6540 \epsfbox{#1.eps}% |
41418 | 6541 \fi |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6542 % |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6543 \ifimagevmode \egroup \bigbreak \fi % space after the image |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6544 \endgroup} |
41418 | 6545 |
6546 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6547 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6548 % etc. We don't actually implement floating yet, we always include the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6549 % float "here". But it seemed the best name for the future. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6550 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6551 \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6552 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6553 % There may be a space before second and/or third parameter; delete it. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6554 \def\eatcommaspace#1, {#1,} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6555 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6556 % #1 is the optional FLOATTYPE, the text label for this float, typically |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6557 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6558 % this float will not be numbered and cannot be referred to. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6559 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6560 % #2 is the optional xref label. Also must be present for the float to |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6561 % be referable. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6562 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6563 % #3 is the optional positioning argument; for now, it is ignored. It |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6564 % will somehow specify the positions allowed to float to (here, top, bottom). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6565 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6566 % We keep a separate counter for each FLOATTYPE, which we reset at each |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6567 % chapter-level command. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6568 \let\resetallfloatnos=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6569 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6570 \def\dofloat#1,#2,#3,#4\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6571 \let\thiscaption=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6572 \let\thisshortcaption=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6573 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6574 % don't lose footnotes inside @float. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6575 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6576 % BEWARE: when the floats start float, we have to issue warning whenever an |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6577 % insert appears inside a float which could possibly float. --kasal, 26may04 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6578 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6579 \startsavinginserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6580 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6581 % We can't be used inside a paragraph. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6582 \par |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6583 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6584 \vtop\bgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6585 \def\floattype{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6586 \def\floatlabel{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6587 \def\floatloc{#3}% we do nothing with this yet. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6588 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6589 \ifx\floattype\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6590 \let\safefloattype=\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6591 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6592 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6593 % the floattype might have accents or other special characters, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6594 % but we need to use it in a control sequence name. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6595 \indexnofonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6596 \turnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6597 \xdef\safefloattype{\floattype}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6598 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6599 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6600 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6601 % If label is given but no type, we handle that as the empty type. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6602 \ifx\floatlabel\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6603 % We want each FLOATTYPE to be numbered separately (Figure 1, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6604 % Table 1, Figure 2, ...). (And if no label, no number.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6605 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6606 \expandafter\getfloatno\csname\safefloattype floatno\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6607 \global\advance\floatno by 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6608 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6609 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6610 % This magic value for \thissection is output by \setref as the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6611 % XREFLABEL-title value. \xrefX uses it to distinguish float |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6612 % labels (which have a completely different output format) from |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6613 % node and anchor labels. And \xrdef uses it to construct the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6614 % lists of floats. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6615 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6616 \edef\thissection{\floatmagic=\safefloattype}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6617 \setref{\floatlabel}{Yfloat}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6618 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6619 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6620 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6621 % start with \parskip glue, I guess. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6622 \vskip\parskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6623 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6624 % Don't suppress indentation if a float happens to start a section. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6625 \restorefirstparagraphindent |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6626 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6627 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6628 % we have these possibilities: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6629 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6630 % @float Foo,lbl & no caption: Foo 1.1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6631 % @float Foo & @caption{Cap}: Foo: Cap |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6632 % @float Foo & no caption: Foo |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6633 % @float ,lbl & Caption{Cap}: 1.1: Cap |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6634 % @float ,lbl & no caption: 1.1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6635 % @float & @caption{Cap}: Cap |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6636 % @float & no caption: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6637 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6638 \def\Efloat{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6639 \let\floatident = \empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6640 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6641 % In all cases, if we have a float type, it comes first. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6642 \ifx\floattype\empty \else \def\floatident{\floattype}\fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6643 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6644 % If we have an xref label, the number comes next. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6645 \ifx\floatlabel\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6646 \ifx\floattype\empty \else % if also had float type, need tie first. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6647 \appendtomacro\floatident{\tie}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6648 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6649 % the number. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6650 \appendtomacro\floatident{\chaplevelprefix\the\floatno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6651 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6652 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6653 % Start the printed caption with what we've constructed in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6654 % \floatident, but keep it separate; we need \floatident again. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6655 \let\captionline = \floatident |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6656 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6657 \ifx\thiscaption\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6658 \ifx\floatident\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6659 \appendtomacro\captionline{: }% had ident, so need a colon between |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6660 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6661 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6662 % caption text. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6663 \appendtomacro\captionline{\scanexp\thiscaption}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6664 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6665 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6666 % If we have anything to print, print it, with space before. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6667 % Eventually this needs to become an \insert. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6668 \ifx\captionline\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6669 \vskip.5\parskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6670 \captionline |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6671 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6672 % Space below caption. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6673 \vskip\parskip |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6674 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6675 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6676 % If have an xref label, write the list of floats info. Do this |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6677 % after the caption, to avoid chance of it being a breakpoint. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6678 \ifx\floatlabel\empty \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6679 % Write the text that goes in the lof to the aux file as |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6680 % \floatlabel-lof. Besides \floatident, we include the short |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6681 % caption if specified, else the full caption if specified, else nothing. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6682 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6683 \atdummies |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6684 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6685 % since we read the caption text in the macro world, where ^^M |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6686 % is turned into a normal character, we have to scan it back, so |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6687 % we don't write the literal three characters "^^M" into the aux file. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6688 \scanexp{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6689 \xdef\noexpand\gtemp{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6690 \ifx\thisshortcaption\empty |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6691 \thiscaption |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6692 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6693 \thisshortcaption |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6694 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6695 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6696 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6697 \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6698 \ifx\gtemp\empty \else : \gtemp \fi}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6699 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6700 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6701 \egroup % end of \vtop |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6702 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6703 % place the captured inserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6704 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6705 % BEWARE: when the floats start floating, we have to issue warning |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6706 % whenever an insert appears inside a float which could possibly |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6707 % float. --kasal, 26may04 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6708 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6709 \checkinserts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6710 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6711 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6712 % Append the tokens #2 to the definition of macro #1, not expanding either. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6713 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6714 \def\appendtomacro#1#2{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6715 \expandafter\def\expandafter#1\expandafter{#1#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6716 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6717 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6718 % @caption, @shortcaption |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6719 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6720 \def\caption{\docaption\thiscaption} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6721 \def\shortcaption{\docaption\thisshortcaption} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6722 \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6723 \def\defcaption#1#2{\egroup \def#1{#2}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6724 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6725 % The parameter is the control sequence identifying the counter we are |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6726 % going to use. Create it if it doesn't exist and assign it to \floatno. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6727 \def\getfloatno#1{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6728 \ifx#1\relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6729 % Haven't seen this figure type before. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6730 \csname newcount\endcsname #1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6731 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6732 % Remember to reset this floatno at the next chap. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6733 \expandafter\gdef\expandafter\resetallfloatnos |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6734 \expandafter{\resetallfloatnos #1=0 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6735 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6736 \let\floatno#1% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6737 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6738 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6739 % \setref calls this to get the XREFLABEL-snt value. We want an @xref |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6740 % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6741 % first read the @float command. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6742 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6743 \def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6744 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6745 % Magic string used for the XREFLABEL-title value, so \xrefX can |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6746 % distinguish floats from other xref types. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6747 \def\floatmagic{!!float!!} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6748 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6749 % #1 is the control sequence we are passed; we expand into a conditional |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6750 % which is true if #1 represents a float ref. That is, the magic |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6751 % \thissection value which we \setref above. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6752 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6753 \def\iffloat#1{\expandafter\doiffloat#1==\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6754 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6755 % #1 is (maybe) the \floatmagic string. If so, #2 will be the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6756 % (safe) float type for this float. We set \iffloattype to #2. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6757 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6758 \def\doiffloat#1=#2=#3\finish{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6759 \def\temp{#1}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6760 \def\iffloattype{#2}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6761 \ifx\temp\floatmagic |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6762 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6763 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6764 % @listoffloats FLOATTYPE - print a list of floats like a table of contents. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6765 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6766 \parseargdef\listoffloats{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6767 \def\floattype{#1}% floattype |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6768 {% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6769 % the floattype might have accents or other special characters, |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6770 % but we need to use it in a control sequence name. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6771 \indexnofonts |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6772 \turnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6773 \xdef\safefloattype{\floattype}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6774 }% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6775 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6776 % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6777 \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6778 \ifhavexrefs |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6779 % if the user said @listoffloats foo but never @float foo. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6780 \message{\linenumber No `\safefloattype' floats to list.}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6781 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6782 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6783 \begingroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6784 \leftskip=\tocindent % indent these entries like a toc |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6785 \let\do=\listoffloatsdo |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6786 \csname floatlist\safefloattype\endcsname |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6787 \endgroup |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6788 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6789 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6790 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6791 % This is called on each entry in a list of floats. We're passed the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6792 % xref label, in the form LABEL-title, which is how we save it in the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6793 % aux file. We strip off the -title and look up \XRLABEL-lof, which |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6794 % has the text we're supposed to typeset here. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6795 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6796 % Figures without xref labels will not be included in the list (since |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6797 % they won't appear in the aux file). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6798 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6799 \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6800 \def\listoffloatsdoentry#1-title\finish{{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6801 % Can't fully expand XR#1-lof because it can contain anything. Just |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6802 % pass the control sequence. On the other hand, XR#1-pg is just the |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6803 % page number, and we want to fully expand that so we can get a link |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6804 % in pdf output. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6805 \toksA = \expandafter{\csname XR#1-lof\endcsname}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6806 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6807 % use the same \entry macro we use to generate the TOC and index. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6808 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6809 \writeentry |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6810 }} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6811 |
41418 | 6812 \message{localization,} |
6813 % and i18n. | |
6814 | |
6815 % @documentlanguage is usually given very early, just after | |
6816 % @setfilename. If done too late, it may not override everything | |
6817 % properly. Single argument is the language abbreviation. | |
6818 % It would be nice if we could set up a hyphenation file here. | |
6819 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6820 \parseargdef\documentlanguage{% |
41418 | 6821 \tex % read txi-??.tex file in plain TeX. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6822 % Read the file if it exists. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6823 \openin 1 txi-#1.tex |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6824 \ifeof 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6825 \errhelp = \nolanghelp |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6826 \errmessage{Cannot read language file txi-#1.tex}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6827 \else |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6828 \input txi-#1.tex |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6829 \fi |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6830 \closein 1 |
41418 | 6831 \endgroup |
6832 } | |
6833 \newhelp\nolanghelp{The given language definition file cannot be found or | |
6834 is empty. Maybe you need to install it? In the current directory | |
6835 should work if nowhere else does.} | |
6836 | |
6837 | |
6838 % @documentencoding should change something in TeX eventually, most | |
6839 % likely, but for now just recognize it. | |
6840 \let\documentencoding = \comment | |
6841 | |
6842 | |
6843 % Page size parameters. | |
6844 % | |
6845 \newdimen\defaultparindent \defaultparindent = 15pt | |
6846 | |
6847 \chapheadingskip = 15pt plus 4pt minus 2pt | |
6848 \secheadingskip = 12pt plus 3pt minus 2pt | |
6849 \subsecheadingskip = 9pt plus 2pt minus 2pt | |
6850 | |
6851 % Prevent underfull vbox error messages. | |
6852 \vbadness = 10000 | |
6853 | |
6854 % Don't be so finicky about underfull hboxes, either. | |
6855 \hbadness = 2000 | |
6856 | |
6857 % Following George Bush, just get rid of widows and orphans. | |
6858 \widowpenalty=10000 | |
6859 \clubpenalty=10000 | |
6860 | |
6861 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're | |
6862 % using an old version of TeX, don't do anything. We want the amount of | |
6863 % stretch added to depend on the line length, hence the dependence on | |
6864 % \hsize. We call this whenever the paper size is set. | |
6865 % | |
6866 \def\setemergencystretch{% | |
6867 \ifx\emergencystretch\thisisundefined | |
6868 % Allow us to assign to \emergencystretch anyway. | |
6869 \def\emergencystretch{\dimen0}% | |
6870 \else | |
6871 \emergencystretch = .15\hsize | |
6872 \fi | |
6873 } | |
6874 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6875 % Parameters in order: 1) textheight; 2) textwidth; |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6876 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip; |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6877 % 7) physical page height; 8) physical page width. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6878 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6879 % We also call \setleading{\textleading}, so the caller should define |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6880 % \textleading. The caller should also set \parskip. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6881 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6882 \def\internalpagesizes#1#2#3#4#5#6#7#8{% |
41418 | 6883 \voffset = #3\relax |
6884 \topskip = #6\relax | |
6885 \splittopskip = \topskip | |
6886 % | |
6887 \vsize = #1\relax | |
6888 \advance\vsize by \topskip | |
6889 \outervsize = \vsize | |
6890 \advance\outervsize by 2\topandbottommargin | |
6891 \pageheight = \vsize | |
6892 % | |
6893 \hsize = #2\relax | |
6894 \outerhsize = \hsize | |
6895 \advance\outerhsize by 0.5in | |
6896 \pagewidth = \hsize | |
6897 % | |
6898 \normaloffset = #4\relax | |
6899 \bindingoffset = #5\relax | |
6900 % | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6901 \ifpdf |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6902 \pdfpageheight #7\relax |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6903 \pdfpagewidth #8\relax |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6904 \fi |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6905 % |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6906 \setleading{\textleading} |
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6907 % |
41418 | 6908 \parindent = \defaultparindent |
6909 \setemergencystretch | |
6910 } | |
6911 | |
6912 % @letterpaper (the default). | |
6913 \def\letterpaper{{\globaldefs = 1 | |
6914 \parskip = 3pt plus 2pt minus 1pt | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6915 \textleading = 13.2pt |
41418 | 6916 % |
6917 % If page is nothing but text, make it come out even. | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6918 \internalpagesizes{46\baselineskip}{6in}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6919 {\voffset}{.25in}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6920 {\bindingoffset}{36pt}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6921 {11in}{8.5in}% |
41418 | 6922 }} |
6923 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6924 % Use @smallbook to reset parameters for 7x9.25 trim size. |
41418 | 6925 \def\smallbook{{\globaldefs = 1 |
6926 \parskip = 2pt plus 1pt | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6927 \textleading = 12pt |
41418 | 6928 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6929 \internalpagesizes{7.5in}{5in}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6930 {\voffset}{.25in}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6931 {\bindingoffset}{16pt}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6932 {9.25in}{7in}% |
41418 | 6933 % |
6934 \lispnarrowing = 0.3in | |
6935 \tolerance = 700 | |
6936 \hfuzz = 1pt | |
6937 \contentsrightmargin = 0pt | |
6938 \defbodyindent = .5cm | |
6939 }} | |
6940 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6941 % Use @smallerbook to reset parameters for 6x9 trim size. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6942 % (Just testing, parameters still in flux.) |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6943 \def\smallerbook{{\globaldefs = 1 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6944 \parskip = 1.5pt plus 1pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6945 \textleading = 12pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6946 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6947 \internalpagesizes{7.4in}{4.8in}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6948 {-.2in}{-.4in}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6949 {0pt}{14pt}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6950 {9in}{6in}% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6951 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6952 \lispnarrowing = 0.25in |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6953 \tolerance = 700 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6954 \hfuzz = 1pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6955 \contentsrightmargin = 0pt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6956 \defbodyindent = .4cm |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6957 }} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
6958 |
41418 | 6959 % Use @afourpaper to print on European A4 paper. |
6960 \def\afourpaper{{\globaldefs = 1 | |
6961 \parskip = 3pt plus 2pt minus 1pt | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6962 \textleading = 13.2pt |
41418 | 6963 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6964 % Double-side printing via postscript on Laserjet 4050 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6965 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6966 % To change the settings for a different printer or situation, adjust |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6967 % \normaloffset until the front-side and back-side texts align. Then |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6968 % do the same for \bindingoffset. You can set these for testing in |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6969 % your texinfo source file like this: |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6970 % @tex |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6971 % \global\normaloffset = -6mm |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6972 % \global\bindingoffset = 10mm |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6973 % @end tex |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6974 \internalpagesizes{51\baselineskip}{160mm} |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6975 {\voffset}{\hoffset}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6976 {\bindingoffset}{44pt}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6977 {297mm}{210mm}% |
41418 | 6978 % |
6979 \tolerance = 700 | |
6980 \hfuzz = 1pt | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6981 \contentsrightmargin = 0pt |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6982 \defbodyindent = 5mm |
41418 | 6983 }} |
6984 | |
6985 % Use @afivepaper to print on European A5 paper. | |
6986 % From romildo@urano.iceb.ufop.br, 2 July 2000. | |
6987 % He also recommends making @example and @lisp be small. | |
6988 \def\afivepaper{{\globaldefs = 1 | |
6989 \parskip = 2pt plus 1pt minus 0.1pt | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
6990 \textleading = 12.5pt |
41418 | 6991 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6992 \internalpagesizes{160mm}{120mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6993 {\voffset}{\hoffset}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6994 {\bindingoffset}{8pt}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
6995 {210mm}{148mm}% |
41418 | 6996 % |
6997 \lispnarrowing = 0.2in | |
6998 \tolerance = 800 | |
6999 \hfuzz = 1.2pt | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7000 \contentsrightmargin = 0pt |
41418 | 7001 \defbodyindent = 2mm |
7002 \tableindent = 12mm | |
7003 }} | |
7004 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7005 % A specific text layout, 24x15cm overall, intended for A4 paper. |
41418 | 7006 \def\afourlatex{{\globaldefs = 1 |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7007 \afourpaper |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7008 \internalpagesizes{237mm}{150mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7009 {\voffset}{4.6mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7010 {\bindingoffset}{7mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7011 {297mm}{210mm}% |
41418 | 7012 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7013 % Must explicitly reset to 0 because we call \afourpaper. |
41418 | 7014 \globaldefs = 0 |
7015 }} | |
7016 | |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7017 % Use @afourwide to print on A4 paper in landscape format. |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7018 \def\afourwide{{\globaldefs = 1 |
41418 | 7019 \afourpaper |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7020 \internalpagesizes{241mm}{165mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7021 {\voffset}{-2.95mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7022 {\bindingoffset}{7mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7023 {297mm}{210mm}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7024 \globaldefs = 0 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7025 }} |
41418 | 7026 |
7027 % @pagesizes TEXTHEIGHT[,TEXTWIDTH] | |
7028 % Perhaps we should allow setting the margins, \topskip, \parskip, | |
7029 % and/or leading, also. Or perhaps we should compute them somehow. | |
7030 % | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7031 \parseargdef\pagesizes{\pagesizesyyy #1,,\finish} |
41418 | 7032 \def\pagesizesyyy#1,#2,#3\finish{{% |
7033 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi | |
7034 \globaldefs = 1 | |
7035 % | |
7036 \parskip = 3pt plus 2pt minus 1pt | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
7037 \setleading{\textleading}% |
41418 | 7038 % |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7039 \dimen0 = #1 |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7040 \advance\dimen0 by \voffset |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7041 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7042 \dimen2 = \hsize |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7043 \advance\dimen2 by \normaloffset |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7044 % |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7045 \internalpagesizes{#1}{\hsize}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7046 {\voffset}{\normaloffset}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7047 {\bindingoffset}{44pt}% |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7048 {\dimen0}{\dimen2}% |
41418 | 7049 }} |
7050 | |
7051 % Set default to letter. | |
7052 % | |
7053 \letterpaper | |
7054 | |
7055 | |
7056 \message{and turning on texinfo input format.} | |
7057 | |
7058 % Define macros to output various characters with catcode for normal text. | |
7059 \catcode`\"=\other | |
7060 \catcode`\~=\other | |
7061 \catcode`\^=\other | |
7062 \catcode`\_=\other | |
7063 \catcode`\|=\other | |
7064 \catcode`\<=\other | |
7065 \catcode`\>=\other | |
7066 \catcode`\+=\other | |
7067 \catcode`\$=\other | |
7068 \def\normaldoublequote{"} | |
7069 \def\normaltilde{~} | |
7070 \def\normalcaret{^} | |
7071 \def\normalunderscore{_} | |
7072 \def\normalverticalbar{|} | |
7073 \def\normalless{<} | |
7074 \def\normalgreater{>} | |
7075 \def\normalplus{+} | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
7076 \def\normaldollar{$}%$ font-lock fix |
41418 | 7077 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7078 % This macro is used to make a character print one way in \tt |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7079 % (where it can probably be output as-is), and another way in other fonts, |
41418 | 7080 % where something hairier probably needs to be done. |
7081 % | |
7082 % #1 is what to print if we are indeed using \tt; #2 is what to print | |
7083 % otherwise. Since all the Computer Modern typewriter fonts have zero | |
7084 % interword stretch (and shrink), and it is reasonable to expect all | |
7085 % typewriter fonts to have this, we can check that font parameter. | |
7086 % | |
7087 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi} | |
7088 | |
7089 % Same as above, but check for italic font. Actually this also catches | |
7090 % non-italic slanted fonts since it is impossible to distinguish them from | |
7091 % italic fonts. But since this is only used by $ and it uses \sl anyway | |
7092 % this is not a problem. | |
7093 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi} | |
7094 | |
7095 % Turn off all special characters except @ | |
7096 % (and those which the user can use as if they were ordinary). | |
7097 % Most of these we simply print from the \tt font, but for some, we can | |
7098 % use math or other variants that look better in normal text. | |
7099 | |
7100 \catcode`\"=\active | |
7101 \def\activedoublequote{{\tt\char34}} | |
7102 \let"=\activedoublequote | |
7103 \catcode`\~=\active | |
7104 \def~{{\tt\char126}} | |
7105 \chardef\hat=`\^ | |
7106 \catcode`\^=\active | |
7107 \def^{{\tt \hat}} | |
7108 | |
7109 \catcode`\_=\active | |
7110 \def_{\ifusingtt\normalunderscore\_} | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7111 \let\realunder=_ |
41418 | 7112 % Subroutine for the previous macro. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7113 \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em } |
41418 | 7114 |
7115 \catcode`\|=\active | |
7116 \def|{{\tt\char124}} | |
7117 \chardef \less=`\< | |
7118 \catcode`\<=\active | |
7119 \def<{{\tt \less}} | |
7120 \chardef \gtr=`\> | |
7121 \catcode`\>=\active | |
7122 \def>{{\tt \gtr}} | |
7123 \catcode`\+=\active | |
7124 \def+{{\tt \char 43}} | |
7125 \catcode`\$=\active | |
47006
f267224443ae
Update to version 4.2
Robert J. Chassell <bob@rattlesnake.com>
parents:
41418
diff
changeset
|
7126 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix |
41418 | 7127 |
7128 % If a .fmt file is being used, characters that might appear in a file | |
7129 % name cannot be active until we have parsed the command line. | |
7130 % So turn them off again, and have \everyjob (or @setfilename) turn them on. | |
7131 % \otherifyactive is called near the end of this file. | |
7132 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other} | |
7133 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7134 % Used sometimes to turn off (effectively) the active characters even after |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7135 % parsing them. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7136 \def\turnoffactive{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7137 \normalturnoffactive |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7138 \otherbackslash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7139 } |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7140 |
41418 | 7141 \catcode`\@=0 |
7142 | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7143 % \backslashcurfont outputs one backslash character in current font, |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7144 % as in \char`\\. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7145 \global\chardef\backslashcurfont=`\\ |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7146 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7147 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7148 % \realbackslash is an actual character `\' with catcode other, and |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7149 % \doublebackslash is two of them (for the pdf outlines). |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7150 {\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7151 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7152 % In texinfo, backslash is an active character; it prints the backslash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7153 % in fixed width font. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7154 \catcode`\\=\active |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7155 @def@normalbackslash{{@tt@backslashcurfont}} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7156 % On startup, @fixbackslash assigns: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7157 % @let \ = @normalbackslash |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7158 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7159 % \rawbackslash defines an active \ to do \backslashcurfont. |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7160 % \otherbackslash defines an active \ to be a literal `\' character with |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7161 % catcode other. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7162 @gdef@rawbackslash{@let\=@backslashcurfont} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7163 @gdef@otherbackslash{@let\=@realbackslash} |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7164 |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7165 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7166 % the literal character `\'. |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7167 % |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7168 @def@normalturnoffactive{% |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7169 @let\=@normalbackslash |
51944
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7170 @let"=@normaldoublequote |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7171 @let~=@normaltilde |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7172 @let^=@normalcaret |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7173 @let_=@normalunderscore |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7174 @let|=@normalverticalbar |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7175 @let<=@normalless |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7176 @let>=@normalgreater |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7177 @let+=@normalplus |
4bfad02b45db
Apply Karl Berry's bug fix so @copying works with @ifnottex
Robert J. Chassell <bob@rattlesnake.com>
parents:
49600
diff
changeset
|
7178 @let$=@normaldollar %$ font-lock fix |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7179 @unsepspaces |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7180 } |
41418 | 7181 |
7182 % Make _ and + \other characters, temporarily. | |
7183 % This is canceled by @fixbackslash. | |
7184 @otherifyactive | |
7185 | |
7186 % If a .fmt file is being used, we don't want the `\input texinfo' to show up. | |
7187 % That is what \eatinput is for; after that, the `\' should revert to printing | |
7188 % a backslash. | |
7189 % | |
7190 @gdef@eatinput input texinfo{@fixbackslash} | |
7191 @global@let\ = @eatinput | |
7192 | |
7193 % On the other hand, perhaps the file did not have a `\input texinfo'. Then | |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7194 % the first `\' in the file would cause an error. This macro tries to fix |
41418 | 7195 % that, assuming it is called before the first `\' could plausibly occur. |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7196 % Also turn back on active characters that might appear in the input |
41418 | 7197 % file name, in case not using a pre-dumped format. |
7198 % | |
7199 @gdef@fixbackslash{% | |
7200 @ifx\@eatinput @let\ = @normalbackslash @fi | |
7201 @catcode`+=@active | |
7202 @catcode`@_=@active | |
7203 } | |
7204 | |
7205 % Say @foo, not \foo, in error messages. | |
7206 @escapechar = `@@ | |
7207 | |
49600
23a1cea22d13
Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents:
47006
diff
changeset
|
7208 % These look ok in all fonts, so just make them not special. |
41418 | 7209 @catcode`@& = @other |
7210 @catcode`@# = @other | |
7211 @catcode`@% = @other | |
7212 | |
7213 | |
7214 @c Local variables: | |
7215 @c eval: (add-hook 'write-file-hooks 'time-stamp) | |
7216 @c page-delimiter: "^\\\\message" | |
7217 @c time-stamp-start: "def\\\\texinfoversion{" | |
7218 @c time-stamp-format: "%:y-%02m-%02d.%02H" | |
7219 @c time-stamp-end: "}" | |
7220 @c End: | |
52401 | 7221 |
72476
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7222 @c vim:sw=2: |
93de720ad060
* lispintro/texinfo.tex: changed to version 2006-02-13.16
Robert J. Chassell <bob@rattlesnake.com>
parents:
64083
diff
changeset
|
7223 |
53451
c22fbd2084b4
Use arch-tag: syntax that tla can grok
Miles Bader <miles@gnu.org>
parents:
53396
diff
changeset
|
7224 @ignore |
72478
ad85a2728bdd
Changes from arch/CVS synchronization
Miles Bader <miles@gnu.org>
parents:
72476
diff
changeset
|
7225 arch-tag: 53261dd3-7df7-4ec3-9d90-af7a955d3c87 |
53451
c22fbd2084b4
Use arch-tag: syntax that tla can grok
Miles Bader <miles@gnu.org>
parents:
53396
diff
changeset
|
7226 @end ignore |