annotate doc/texinfo.tex @ 20176:42bb3a776c9f stable rc-4-0-0-4

maint: Bump version number for 4.0.0-rc4.
author John W. Eaton <jwe@octave.org>
date Tue, 28 Apr 2015 12:17:57 -0400
parents b5a1a2d0be7e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1 % texinfo.tex -- TeX macros to handle Texinfo files.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3 % Load plain if necessary, i.e., if running under initex.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5 %
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
6 \def\texinfoversion{2009-04-06.11}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
10 % 2007, 2008 Free Software Foundation, Inc.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
11 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
12 % This texinfo.tex file is free software: you can redistribute it and/or
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
13 % modify it under the terms of the GNU General Public License as
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
14 % published by the Free Software Foundation, either version 3 of the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
15 % License, or (at your option) any later version.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
16 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
17 % This texinfo.tex file is distributed in the hope that it will be
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
18 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
20 % General Public License for more details.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
21 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
22 % You should have received a copy of the GNU General Public License
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
23 % along with this program. If not, see <http://www.gnu.org/licenses/>.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
24 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
25 % As a special exception, when this file is read by TeX when processing
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
26 % a Texinfo source document, you may use the result without
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
27 % restriction. (This has been our intent since Texinfo was invented.)
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
28 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
29 % Please try the latest version of texinfo.tex before submitting bug
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
30 % reports; you can get the latest version from:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
31 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
32 % ftp://tug.org/tex/texinfo.tex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
33 % (and all CTAN mirrors, see http://www.ctan.org).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
34 % The texinfo.tex in any given distribution could well be out
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
35 % of date, so if that's what you're using, please check.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
36 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
37 % Send bug reports to bug-texinfo@gnu.org. Please include including a
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
38 % complete document in each bug report with which we can reproduce the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
39 % problem. Patches are, of course, greatly appreciated.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
40 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
41 % To process a Texinfo manual with TeX, it's most reliable to use the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
42 % texi2dvi shell script that comes with the distribution. For a simple
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
43 % manual foo.texi, however, you can get away with this:
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
44 % tex foo.texi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
45 % texindex foo.??
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
46 % tex foo.texi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
47 % tex foo.texi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
48 % dvips foo.dvi -o # or whatever; this makes foo.ps.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
49 % The extra TeX runs get the cross-reference information correct.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
50 % Sometimes one run after texindex suffices, and sometimes you need more
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
51 % than two; texi2dvi does it as many times as necessary.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
52 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
53 % It is possible to adapt texinfo.tex for other languages, to some
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
54 % extent. You can get the existing language-specific files from the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
55 % full Texinfo distribution.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
56 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
57 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
58
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
59
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
60 \message{Loading texinfo [version \texinfoversion]:}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
61
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
62 % If in a .fmt file, print the version number
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
63 % and turn on active characters that we couldn't do earlier because
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
64 % they might have appeared in the input file name.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
65 \everyjob{\message{[Texinfo version \texinfoversion]}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
66 \catcode`+=\active \catcode`\_=\active}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
67
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
68
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
69 \chardef\other=12
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
70
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
71 % We never want plain's \outer definition of \+ in Texinfo.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
72 % For @tex, we can use \tabalign.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
73 \let\+ = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
74
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
75 % Save some plain tex macros whose names we will redefine.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
76 \let\ptexb=\b
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
77 \let\ptexbullet=\bullet
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
78 \let\ptexc=\c
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
79 \let\ptexcomma=\,
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
80 \let\ptexdot=\.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
81 \let\ptexdots=\dots
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
82 \let\ptexend=\end
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
83 \let\ptexequiv=\equiv
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
84 \let\ptexexclam=\!
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
85 \let\ptexfootnote=\footnote
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
86 \let\ptexgtr=>
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
87 \let\ptexhat=^
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
88 \let\ptexi=\i
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
89 \let\ptexindent=\indent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
90 \let\ptexinsert=\insert
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
91 \let\ptexlbrace=\{
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
92 \let\ptexless=<
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
93 \let\ptexnewwrite\newwrite
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
94 \let\ptexnoindent=\noindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
95 \let\ptexplus=+
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
96 \let\ptexrbrace=\}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
97 \let\ptexslash=\/
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
98 \let\ptexstar=\*
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
99 \let\ptext=\t
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
100 \let\ptextop=\top
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
101
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
102 % If this character appears in an error message or help string, it
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
103 % starts a new line in the output.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
104 \newlinechar = `^^J
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
105
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
106 % Use TeX 3.0's \inputlineno to get the line number, for better error
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
107 % messages, but if we're using an old version of TeX, don't do anything.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
108 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
109 \ifx\inputlineno\thisisundefined
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
110 \let\linenumber = \empty % Pre-3.0.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
111 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
112 \def\linenumber{l.\the\inputlineno:\space}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
113 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
114
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
115 % Set up fixed words for English if not already set.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
116 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
117 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
118 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
119 \ifx\putwordin\undefined \gdef\putwordin{in}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
120 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
121 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
122 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
123 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
124 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
125 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
126 \ifx\putwordof\undefined \gdef\putwordof{of}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
127 \ifx\putwordon\undefined \gdef\putwordon{on}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
128 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
129 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
130 \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
131 \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
132 \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
133 \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
134 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
135 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
136 \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
137 \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
138 \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
139 \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
140 \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
141 \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
142 \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
143 \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
144 \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
145 \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
146 \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
147 \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
148 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
149 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
150 \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
151 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
152 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
153 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
154
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
155 % Since the category of space is not known, we have to be careful.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
156 \chardef\spacecat = 10
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
157 \def\spaceisspace{\catcode`\ =\spacecat}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
158
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
159 % sometimes characters are active, so we need control sequences.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
160 \chardef\colonChar = `\:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
161 \chardef\commaChar = `\,
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
162 \chardef\dashChar = `\-
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
163 \chardef\dotChar = `\.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
164 \chardef\exclamChar= `\!
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
165 \chardef\lquoteChar= `\`
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
166 \chardef\questChar = `\?
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
167 \chardef\rquoteChar= `\'
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
168 \chardef\semiChar = `\;
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
169 \chardef\underChar = `\_
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
170
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
171 % Ignore a token.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
172 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
173 \def\gobble#1{}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
174
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
175 % The following is used inside several \edef's.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
176 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
177
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
178 % Hyphenation fixes.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
179 \hyphenation{
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
180 Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
181 ap-pen-dix bit-map bit-maps
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
182 data-base data-bases eshell fall-ing half-way long-est man-u-script
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
183 man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
184 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
185 spell-ing spell-ings
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
186 stand-alone strong-est time-stamp time-stamps which-ever white-space
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
187 wide-spread wrap-around
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
188 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
189
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
190 % Margin to add to right of even pages, to left of odd pages.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
191 \newdimen\bindingoffset
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
192 \newdimen\normaloffset
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
193 \newdimen\pagewidth \newdimen\pageheight
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
194
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
195 % For a final copy, take out the rectangles
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
196 % that mark overfull boxes (in case you have decided
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
197 % that the text looks ok even though it passes the margin).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
198 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
199 \def\finalout{\overfullrule=0pt}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
200
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
201 % @| inserts a changebar to the left of the current line. It should
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
202 % surround any changed text. This approach does *not* work if the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
203 % change spans more than two lines of output. To handle that, we would
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
204 % have adopt a much more difficult approach (putting marks into the main
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
205 % vertical list for the beginning and end of each change).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
206 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
207 \def\|{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
208 % \vadjust can only be used in horizontal mode.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
209 \leavevmode
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
210 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
211 % Append this vertical mode material after the current line in the output.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
212 \vadjust{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
213 % We want to insert a rule with the height and depth of the current
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
214 % leading; that is exactly what \strutbox is supposed to record.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
215 \vskip-\baselineskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
216 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
217 % \vadjust-items are inserted at the left edge of the type. So
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
218 % the \llap here moves out into the left-hand margin.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
219 \llap{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
220 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
221 % For a thicker or thinner bar, change the `1pt'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
222 \vrule height\baselineskip width1pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
223 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
224 % This is the space between the bar and the text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
225 \hskip 12pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
226 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
227 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
228 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
229
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
230 % Sometimes it is convenient to have everything in the transcript file
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
231 % and nothing on the terminal. We don't just call \tracingall here,
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
232 % since that produces some useless output on the terminal. We also make
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
233 % some effort to order the tracing commands to reduce output in the log
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
234 % file; cf. trace.sty in LaTeX.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
235 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
236 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
237 \def\loggingall{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
238 \tracingstats2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
239 \tracingpages1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
240 \tracinglostchars2 % 2 gives us more in etex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
241 \tracingparagraphs1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
242 \tracingoutput1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
243 \tracingmacros2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
244 \tracingrestores1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
245 \showboxbreadth\maxdimen \showboxdepth\maxdimen
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
246 \ifx\eTeXversion\undefined\else % etex gives us more logging
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
247 \tracingscantokens1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
248 \tracingifs1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
249 \tracinggroups1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
250 \tracingnesting2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
251 \tracingassigns1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
252 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
253 \tracingcommands3 % 3 gives us more in etex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
254 \errorcontextlines16
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
255 }%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
256
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
257 % add check for \lastpenalty to plain's definitions. If the last thing
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
258 % we did was a \nobreak, we don't want to insert more space.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
259 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
260 \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
261 \removelastskip\penalty-50\smallskip\fi\fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
262 \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
263 \removelastskip\penalty-100\medskip\fi\fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
264 \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
265 \removelastskip\penalty-200\bigskip\fi\fi}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
266
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
267 % For @cropmarks command.
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
268 % Do @cropmarks to get crop marks.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
269 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
270 \newif\ifcropmarks
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
271 \let\cropmarks = \cropmarkstrue
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
272 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
273 % Dimensions to add cropmarks at corners.
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
274 % Added by P. A. MacKay, 12 Nov. 1986
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
275 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
276 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
277 \newdimen\cornerlong \cornerlong=1pc
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
278 \newdimen\cornerthick \cornerthick=.3pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
279 \newdimen\topandbottommargin \topandbottommargin=.75in
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
280
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
281 % Output a mark which sets \thischapter, \thissection and \thiscolor.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
282 % We dump everything together because we only have one kind of mark.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
283 % This works because we only use \botmark / \topmark, not \firstmark.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
284 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
285 % A mark contains a subexpression of the \ifcase ... \fi construct.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
286 % \get*marks macros below extract the needed part using \ifcase.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
287 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
288 % Another complication is to let the user choose whether \thischapter
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
289 % (\thissection) refers to the chapter (section) in effect at the top
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
290 % of a page, or that at the bottom of a page. The solution is
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
291 % described on page 260 of The TeXbook. It involves outputting two
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
292 % marks for the sectioning macros, one before the section break, and
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
293 % one after. I won't pretend I can describe this better than DEK...
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
294 \def\domark{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
295 \toks0=\expandafter{\lastchapterdefs}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
296 \toks2=\expandafter{\lastsectiondefs}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
297 \toks4=\expandafter{\prevchapterdefs}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
298 \toks6=\expandafter{\prevsectiondefs}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
299 \toks8=\expandafter{\lastcolordefs}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
300 \mark{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
301 \the\toks0 \the\toks2
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
302 \noexpand\or \the\toks4 \the\toks6
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
303 \noexpand\else \the\toks8
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
304 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
305 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
306 % \topmark doesn't work for the very first chapter (after the title
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
307 % page or the contents), so we use \firstmark there -- this gets us
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
308 % the mark with the chapter defs, unless the user sneaks in, e.g.,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
309 % @setcolor (or @url, or @link, etc.) between @contents and the very
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
310 % first @chapter.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
311 \def\gettopheadingmarks{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
312 \ifcase0\topmark\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
313 \ifx\thischapter\empty \ifcase0\firstmark\fi \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
314 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
315 \def\getbottomheadingmarks{\ifcase1\botmark\fi}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
316 \def\getcolormarks{\ifcase2\topmark\fi}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
317
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
318 % Avoid "undefined control sequence" errors.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
319 \def\lastchapterdefs{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
320 \def\lastsectiondefs{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
321 \def\prevchapterdefs{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
322 \def\prevsectiondefs{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
323 \def\lastcolordefs{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
324
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
325 % Main output routine.
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
326 \chardef\PAGE = 255
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
327 \output = {\onepageout{\pagecontents\PAGE}}
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
328
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
329 \newbox\headlinebox
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
330 \newbox\footlinebox
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
331
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
332 % \onepageout takes a vbox as an argument. Note that \pagecontents
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
333 % does insertions, but you have to call it yourself.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
334 \def\onepageout#1{%
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
335 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
336 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
337 \ifodd\pageno \advance\hoffset by \bindingoffset
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
338 \else \advance\hoffset by -\bindingoffset\fi
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
339 %
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
340 % Do this outside of the \shipout so @code etc. will be expanded in
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
341 % the headline as they should be, not taken literally (outputting ''code).
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
342 \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
343 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
344 \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
345 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}%
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
346 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
347 {%
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
348 % Have to do this stuff outside the \shipout because we want it to
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
349 % take effect in \write's, yet the group defined by the \vbox ends
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
350 % before the \shipout runs.
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
351 %
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
352 \indexdummies % don't expand commands in the output.
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
353 \normalturnoffactive % \ in index entries must not stay \, e.g., if
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
354 % the page break happens to be in the middle of an example.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
355 % We don't want .vr (or whatever) entries like this:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
356 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
357 % "\acronym" won't work when it's read back in;
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
358 % it needs to be
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
359 % {\code {{\tt \backslashcurfont }acronym}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
360 \shipout\vbox{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
361 % Do this early so pdf references go to the beginning of the page.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
362 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
363 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
364 \ifcropmarks \vbox to \outervsize\bgroup
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
365 \hsize = \outerhsize
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
366 \vskip-\topandbottommargin
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
367 \vtop to0pt{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
368 \line{\ewtop\hfil\ewtop}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
369 \nointerlineskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
370 \line{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
371 \vbox{\moveleft\cornerthick\nstop}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
372 \hfill
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
373 \vbox{\moveright\cornerthick\nstop}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
374 }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
375 \vss}%
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
376 \vskip\topandbottommargin
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
377 \line\bgroup
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
378 \hfil % center the page within the outer (page) hsize.
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
379 \ifodd\pageno\hskip\bindingoffset\fi
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
380 \vbox\bgroup
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
381 \fi
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
382 %
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
383 \unvbox\headlinebox
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
384 \pagebody{#1}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
385 \ifdim\ht\footlinebox > 0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
386 % Only leave this space if the footline is nonempty.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
387 % (We lessened \vsize for it in \oddfootingyyy.)
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
388 % The \baselineskip=24pt in plain's \makefootline has no effect.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
389 \vskip 24pt
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
390 \unvbox\footlinebox
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
391 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
392 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
393 \ifcropmarks
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
394 \egroup % end of \vbox\bgroup
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
395 \hfil\egroup % end of (centering) \line\bgroup
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
396 \vskip\topandbottommargin plus1fill minus1fill
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
397 \boxmaxdepth = \cornerthick
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
398 \vbox to0pt{\vss
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
399 \line{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
400 \vbox{\moveleft\cornerthick\nsbot}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
401 \hfill
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
402 \vbox{\moveright\cornerthick\nsbot}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
403 }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
404 \nointerlineskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
405 \line{\ewbot\hfil\ewbot}%
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
406 }%
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
407 \egroup % \vbox from first cropmarks clause
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
408 \fi
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
409 }% end of \shipout\vbox
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
410 }% end of group with \indexdummies
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
411 \advancepageno
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
412 \ifnum\outputpenalty>-20000 \else\dosupereject\fi
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
413 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
414
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
415 \newinsert\margin \dimen\margin=\maxdimen
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
416
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
417 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
418 {\catcode`\@ =11
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
419 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
420 % marginal hacks, juha@viisa.uucp (Juha Takala)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
421 \ifvoid\margin\else % marginal info is present
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
422 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
423 \dimen@=\dp#1\relax \unvbox#1\relax
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
424 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
425 \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
426 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
427
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
428 % Here are the rules for the cropmarks. Note that they are
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
429 % offset so that the space between them is truly \outerhsize or \outervsize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
430 % (P. A. MacKay, 12 November, 1986)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
431 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
432 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
433 \def\nstop{\vbox
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
434 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
435 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
436 \def\nsbot{\vbox
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
437 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
438
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
439 % Parse an argument, then pass it to #1. The argument is the rest of
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
440 % the input line (except we remove a trailing comment). #1 should be a
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
441 % macro which expects an ordinary undelimited TeX argument.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
442 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
443 \def\parsearg{\parseargusing{}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
444 \def\parseargusing#1#2{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
445 \def\argtorun{#2}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
446 \begingroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
447 \obeylines
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
448 \spaceisspace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
449 #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
450 \parseargline\empty% Insert the \empty token, see \finishparsearg below.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
451 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
452
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
453 {\obeylines %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
454 \gdef\parseargline#1^^M{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
455 \endgroup % End of the group started in \parsearg.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
456 \argremovecomment #1\comment\ArgTerm%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
457 }%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
458 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
459
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
460 % First remove any @comment, then any @c comment.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
461 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
462 \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
463
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
464 % Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
465 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
466 % \argremovec might leave us with trailing space, e.g.,
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
467 % @end itemize @c foo
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
468 % This space token undergoes the same procedure and is eventually removed
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
469 % by \finishparsearg.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
470 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
471 \def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
472 \def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
473 \def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
474 \def\temp{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
475 \ifx\temp\empty
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
476 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
477 \let\temp\finishparsearg
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
478 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
479 \let\temp\argcheckspaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
480 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
481 % Put the space token in:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
482 \temp#1 #3\ArgTerm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
483 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
484
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
485 % If a _delimited_ argument is enclosed in braces, they get stripped; so
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
486 % to get _exactly_ the rest of the line, we had to prevent such situation.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
487 % We prepended an \empty token at the very beginning and we expand it now,
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
488 % just before passing the control to \argtorun.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
489 % (Similarly, we have to think about #3 of \argcheckspacesY above: it is
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
490 % either the null string, or it ends with \^^M---thus there is no danger
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
491 % that a pair of braces would be stripped.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
492 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
493 % But first, we have to remove the trailing space token.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
494 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
495 \def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
496
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
497 % \parseargdef\foo{...}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
498 % is roughly equivalent to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
499 % \def\foo{\parsearg\Xfoo}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
500 % \def\Xfoo#1{...}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
501 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
502 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
503 % favourite TeX trick. --kasal, 16nov03
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
504
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
505 \def\parseargdef#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
506 \expandafter \doparseargdef \csname\string#1\endcsname #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
507 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
508 \def\doparseargdef#1#2{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
509 \def#2{\parsearg#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
510 \def#1##1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
511 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
512
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
513 % Several utility definitions with active space:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
514 {
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
515 \obeyspaces
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
516 \gdef\obeyedspace{ }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
517
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
518 % Make each space character in the input produce a normal interword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
519 % space in the output. Don't allow a line break at this space, as this
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
520 % is used only in environments like @example, where each line of input
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
521 % should produce a line of output anyway.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
522 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
523 \gdef\sepspaces{\obeyspaces\let =\tie}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
524
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
525 % If an index command is used in an @example environment, any spaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
526 % therein should become regular spaces in the raw index file, not the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
527 % expansion of \tie (\leavevmode \penalty \@M \ ).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
528 \gdef\unsepspaces{\let =\space}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
529 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
530
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
531
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
532 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
533
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
534 % Define the framework for environments in texinfo.tex. It's used like this:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
535 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
536 % \envdef\foo{...}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
537 % \def\Efoo{...}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
538 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
539 % It's the responsibility of \envdef to insert \begingroup before the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
540 % actual body; @end closes the group after calling \Efoo. \envdef also
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
541 % defines \thisenv, so the current environment is known; @end checks
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
542 % whether the environment name matches. The \checkenv macro can also be
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
543 % used to check whether the current environment is the one expected.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
544 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
545 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
546 % are not treated as environments; they don't open a group. (The
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
547 % implementation of @end takes care not to call \endgroup in this
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
548 % special case.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
549
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
550
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
551 % At run-time, environments start with this:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
552 \def\startenvironment#1{\begingroup\def\thisenv{#1}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
553 % initialize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
554 \let\thisenv\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
555
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
556 % ... but they get defined via ``\envdef\foo{...}'':
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
557 \long\def\envdef#1#2{\def#1{\startenvironment#1#2}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
558 \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
559
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
560 % Check whether we're in the right environment:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
561 \def\checkenv#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
562 \def\temp{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
563 \ifx\thisenv\temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
564 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
565 \badenverr
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
566 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
567 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
568
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
569 % Environment mismatch, #1 expected:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
570 \def\badenverr{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
571 \errhelp = \EMsimple
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
572 \errmessage{This command can appear only \inenvironment\temp,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
573 not \inenvironment\thisenv}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
574 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
575 \def\inenvironment#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
576 \ifx#1\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
577 out of any environment%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
578 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
579 in environment \expandafter\string#1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
580 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
581 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
582
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
583 % @end foo executes the definition of \Efoo.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
584 % But first, it executes a specialized version of \checkenv
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
585 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
586 \parseargdef\end{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
587 \if 1\csname iscond.#1\endcsname
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
588 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
589 % The general wording of \badenverr may not be ideal, but... --kasal, 06nov03
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
590 \expandafter\checkenv\csname#1\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
591 \csname E#1\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
592 \endgroup
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
593 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
594 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
595
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
596 \newhelp\EMsimple{Press RETURN to continue.}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
597
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
598
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
599 %% Simple single-character @ commands
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
600
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
601 % @@ prints an @
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
602 % Kludge this until the fonts are right (grr).
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
603 \def\@{{\tt\char64}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
604
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
605 % This is turned off because it was never documented
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
606 % and you can use @w{...} around a quote to suppress ligatures.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
607 %% Define @` and @' to be the same as ` and '
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
608 %% but suppressing ligatures.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
609 %\def\`{{`}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
610 %\def\'{{'}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
611
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
612 % Used to generate quoted braces.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
613 \def\mylbrace {{\tt\char123}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
614 \def\myrbrace {{\tt\char125}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
615 \let\{=\mylbrace
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
616 \let\}=\myrbrace
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
617 \begingroup
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
618 % Definitions to produce \{ and \} commands for indices,
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
619 % and @{ and @} for the aux/toc files.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
620 \catcode`\{ = \other \catcode`\} = \other
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
621 \catcode`\[ = 1 \catcode`\] = 2
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
622 \catcode`\! = 0 \catcode`\\ = \other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
623 !gdef!lbracecmd[\{]%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
624 !gdef!rbracecmd[\}]%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
625 !gdef!lbraceatcmd[@{]%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
626 !gdef!rbraceatcmd[@}]%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
627 !endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
628
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
629 % @comma{} to avoid , parsing problems.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
630 \let\comma = ,
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
631
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
632 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
633 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
634 \let\, = \c
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
635 \let\dotaccent = \.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
636 \def\ringaccent#1{{\accent23 #1}}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
637 \let\tieaccent = \t
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
638 \let\ubaraccent = \b
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
639 \let\udotaccent = \d
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
640
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
641 % Other special characters: @questiondown @exclamdown @ordf @ordm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
642 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
643 \def\questiondown{?`}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
644 \def\exclamdown{!`}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
645 \def\ordf{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{a}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
646 \def\ordm{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{o}}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
647
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
648 % Dotless i and dotless j, used for accents.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
649 \def\imacro{i}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
650 \def\jmacro{j}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
651 \def\dotless#1{%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
652 \def\temp{#1}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
653 \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
654 \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
655 \else \errmessage{@dotless can be used only with i or j}%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
656 \fi\fi
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
657 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
658
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
659 % The \TeX{} logo, as in plain, but resetting the spacing so that a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
660 % period following counts as ending a sentence. (Idea found in latex.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
661 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
662 \edef\TeX{\TeX \spacefactor=1000 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
663
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
664 % @LaTeX{} logo. Not quite the same results as the definition in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
665 % latex.ltx, since we use a different font for the raised A; it's most
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
666 % convenient for us to use an explicitly smaller font, rather than using
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
667 % the \scriptstyle font (since we don't reset \scriptstyle and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
668 % \scriptscriptstyle).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
669 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
670 \def\LaTeX{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
671 L\kern-.36em
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
672 {\setbox0=\hbox{T}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
673 \vbox to \ht0{\hbox{\selectfonts\lllsize A}\vss}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
674 \kern-.15em
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
675 \TeX
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
676 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
677
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
678 % Be sure we're in horizontal mode when doing a tie, since we make space
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
679 % equivalent to this in @example-like environments. Otherwise, a space
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
680 % at the beginning of a line will start with \penalty -- and
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
681 % since \penalty is valid in vertical mode, we'd end up putting the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
682 % penalty on the vertical list instead of in the new paragraph.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
683 {\catcode`@ = 11
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
684 % Avoid using \@M directly, because that causes trouble
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
685 % if the definition is written into an index file.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
686 \global\let\tiepenalty = \@M
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
687 \gdef\tie{\leavevmode\penalty\tiepenalty\ }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
688 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
689
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
690 % @: forces normal size whitespace following.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
691 \def\:{\spacefactor=1000 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
692
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
693 % @* forces a line break.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
694 \def\*{\hfil\break\hbox{}\ignorespaces}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
695
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
696 % @/ allows a line break.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
697 \let\/=\allowbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
698
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
699 % @. is an end-of-sentence period.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
700 \def\.{.\spacefactor=\endofsentencespacefactor\space}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
701
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
702 % @! is an end-of-sentence bang.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
703 \def\!{!\spacefactor=\endofsentencespacefactor\space}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
704
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
705 % @? is an end-of-sentence query.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
706 \def\?{?\spacefactor=\endofsentencespacefactor\space}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
707
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
708 % @frenchspacing on|off says whether to put extra space after punctuation.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
709 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
710 \def\onword{on}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
711 \def\offword{off}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
712 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
713 \parseargdef\frenchspacing{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
714 \def\temp{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
715 \ifx\temp\onword \plainfrenchspacing
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
716 \else\ifx\temp\offword \plainnonfrenchspacing
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
717 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
718 \errhelp = \EMsimple
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
719 \errmessage{Unknown @frenchspacing option `\temp', must be on/off}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
720 \fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
721 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
722
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
723 % @w prevents a word break. Without the \leavevmode, @w at the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
724 % beginning of a paragraph, when TeX is still in vertical mode, would
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
725 % produce a whole line of output instead of starting the paragraph.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
726 \def\w#1{\leavevmode\hbox{#1}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
727
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
728 % @group ... @end group forces ... to be all on one page, by enclosing
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
729 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
730 % to keep its height that of a normal line. According to the rules for
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
731 % \topskip (p.114 of the TeXbook), the glue inserted is
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
732 % max (\topskip - \ht (first item), 0). If that height is large,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
733 % therefore, no glue is inserted, and the space between the headline and
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
734 % the text is small, which looks bad.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
735 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
736 % Another complication is that the group might be very large. This can
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
737 % cause the glue on the previous page to be unduly stretched, because it
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
738 % does not have much material. In this case, it's better to add an
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
739 % explicit \vfill so that the extra space is at the bottom. The
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
740 % threshold for doing this is if the group is more than \vfilllimit
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
741 % percent of a page (\vfilllimit can be changed inside of @tex).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
742 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
743 \newbox\groupbox
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
744 \def\vfilllimit{0.7}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
745 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
746 \envdef\group{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
747 \ifnum\catcode`\^^M=\active \else
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
748 \errhelp = \groupinvalidhelp
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
749 \errmessage{@group invalid in context where filling is enabled}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
750 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
751 \startsavinginserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
752 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
753 \setbox\groupbox = \vtop\bgroup
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
754 % Do @comment since we are called inside an environment such as
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
755 % @example, where each end-of-line in the input causes an
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
756 % end-of-line in the output. We don't want the end-of-line after
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
757 % the `@group' to put extra space in the output. Since @group
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
758 % should appear on a line by itself (according to the Texinfo
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
759 % manual), we don't worry about eating any user text.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
760 \comment
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
761 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
762 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
763 % The \vtop produces a box with normal height and large depth; thus, TeX puts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
764 % \baselineskip glue before it, and (when the next line of text is done)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
765 % \lineskip glue after it. Thus, space below is not quite equal to space
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
766 % above. But it's pretty close.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
767 \def\Egroup{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
768 % To get correct interline space between the last line of the group
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
769 % and the first line afterwards, we have to propagate \prevdepth.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
770 \endgraf % Not \par, as it may have been set to \lisppar.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
771 \global\dimen1 = \prevdepth
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
772 \egroup % End the \vtop.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
773 % \dimen0 is the vertical size of the group's box.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
774 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
775 % \dimen2 is how much space is left on the page (more or less).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
776 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
777 % if the group doesn't fit on the current page, and it's a big big
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
778 % group, force a page break.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
779 \ifdim \dimen0 > \dimen2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
780 \ifdim \pagetotal < \vfilllimit\pageheight
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
781 \page
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
782 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
783 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
784 \box\groupbox
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
785 \prevdepth = \dimen1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
786 \checkinserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
787 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
788 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
789 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
790 % message, so this ends up printing `@group can only ...'.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
791 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
792 \newhelp\groupinvalidhelp{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
793 group can only be used in environments such as @example,^^J%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
794 where each line of input produces a line of output.}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
795
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
796 % @need space-in-mils
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
797 % forces a page break if there is not space-in-mils remaining.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
798
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
799 \newdimen\mil \mil=0.001in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
800
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
801 % Old definition--didn't work.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
802 %\parseargdef\need{\par %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
803 %% This method tries to make TeX break the page naturally
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
804 %% if the depth of the box does not fit.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
805 %{\baselineskip=0pt%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
806 %\vtop to #1\mil{\vfil}\kern -#1\mil\nobreak
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
807 %\prevdepth=-1000pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
808 %}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
809
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
810 \parseargdef\need{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
811 % Ensure vertical mode, so we don't make a big box in the middle of a
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
812 % paragraph.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
813 \par
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
814 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
815 % If the @need value is less than one line space, it's useless.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
816 \dimen0 = #1\mil
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
817 \dimen2 = \ht\strutbox
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
818 \advance\dimen2 by \dp\strutbox
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
819 \ifdim\dimen0 > \dimen2
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
820 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
821 % Do a \strut just to make the height of this box be normal, so the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
822 % normal leading is inserted relative to the preceding line.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
823 % And a page break here is fine.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
824 \vtop to #1\mil{\strut\vfil}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
825 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
826 % TeX does not even consider page breaks if a penalty added to the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
827 % main vertical list is 10000 or more. But in order to see if the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
828 % empty box we just added fits on the page, we must make it consider
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
829 % page breaks. On the other hand, we don't want to actually break the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
830 % page after the empty box. So we use a penalty of 9999.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
831 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
832 % There is an extremely small chance that TeX will actually break the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
833 % page at this \penalty, if there are no other feasible breakpoints in
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
834 % sight. (If the user is using lots of big @group commands, which
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
835 % almost-but-not-quite fill up a page, TeX will have a hard time doing
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
836 % good page breaking, for example.) However, I could not construct an
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
837 % example where a page broke at this \penalty; if it happens in a real
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
838 % document, then we can reconsider our strategy.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
839 \penalty9999
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
840 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
841 % Back up by the size of the box, whether we did a page break or not.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
842 \kern -#1\mil
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
843 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
844 % Do not allow a page break right after this kern.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
845 \nobreak
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
846 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
847 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
848
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
849 % @br forces paragraph break (and is undocumented).
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
850
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
851 \let\br = \par
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
852
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
853 % @page forces the start of a new page.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
854 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
855 \def\page{\par\vfill\supereject}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
856
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
857 % @exdent text....
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
858 % outputs text on separate line in roman font, starting at standard page margin
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
859
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
860 % This records the amount of indent in the innermost environment.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
861 % That's how much \exdent should take out.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
862 \newskip\exdentamount
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
863
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
864 % This defn is used inside fill environments such as @defun.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
865 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
866
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
867 % This defn is used inside nofill environments such as @example.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
868 \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
869 \leftline{\hskip\leftskip{\rm#1}}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
870
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
871 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
872 % paragraph. For more general purposes, use the \margin insertion
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
873 % class. WHICH is `l' or `r'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
874 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
875 \newskip\inmarginspacing \inmarginspacing=1cm
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
876 \def\strutdepth{\dp\strutbox}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
877 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
878 \def\doinmargin#1#2{\strut\vadjust{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
879 \nobreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
880 \kern-\strutdepth
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
881 \vtop to \strutdepth{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
882 \baselineskip=\strutdepth
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
883 \vss
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
884 % if you have multiple lines of stuff to put here, you'll need to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
885 % make the vbox yourself of the appropriate size.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
886 \ifx#1l%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
887 \llap{\ignorespaces #2\hskip\inmarginspacing}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
888 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
889 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
890 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
891 \null
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
892 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
893 }}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
894 \def\inleftmargin{\doinmargin l}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
895 \def\inrightmargin{\doinmargin r}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
896 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
897 % @inmargin{TEXT [, RIGHT-TEXT]}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
898 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right;
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
899 % else use TEXT for both).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
900 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
901 \def\inmargin#1{\parseinmargin #1,,\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
902 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
903 \setbox0 = \hbox{\ignorespaces #2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
904 \ifdim\wd0 > 0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
905 \def\lefttext{#1}% have both texts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
906 \def\righttext{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
907 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
908 \def\lefttext{#1}% have only one text
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
909 \def\righttext{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
910 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
911 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
912 \ifodd\pageno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
913 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
914 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
915 \def\temp{\inleftmargin\lefttext}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
916 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
917 \temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
918 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
919
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
920 % @include FILE -- \input text of FILE.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
921 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
922 \def\include{\parseargusing\filenamecatcodes\includezzz}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
923 \def\includezzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
924 \pushthisfilestack
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
925 \def\thisfile{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
926 {%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
927 \makevalueexpandable % we want to expand any @value in FILE.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
928 \turnoffactive % and allow special characters in the expansion
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
929 \indexnofonts % Allow `@@' and other weird things in file names.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
930 \edef\temp{\noexpand\input #1 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
931 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
932 % This trickery is to read FILE outside of a group, in case it makes
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
933 % definitions, etc.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
934 \expandafter
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
935 }\temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
936 \popthisfilestack
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
937 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
938 \def\filenamecatcodes{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
939 \catcode`\\=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
940 \catcode`~=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
941 \catcode`^=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
942 \catcode`_=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
943 \catcode`|=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
944 \catcode`<=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
945 \catcode`>=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
946 \catcode`+=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
947 \catcode`-=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
948 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
949
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
950 \def\pushthisfilestack{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
951 \expandafter\pushthisfilestackX\popthisfilestack\StackTerm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
952 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
953 \def\pushthisfilestackX{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
954 \expandafter\pushthisfilestackY\thisfile\StackTerm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
955 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
956 \def\pushthisfilestackY #1\StackTerm #2\StackTerm {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
957 \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
958 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
959
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
960 \def\popthisfilestack{\errthisfilestackempty}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
961 \def\errthisfilestackempty{\errmessage{Internal error:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
962 the stack of filenames is empty.}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
963
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
964 \def\thisfile{}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
965
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
966 % @center line
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
967 % outputs that line, centered.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
968 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
969 \parseargdef\center{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
970 \ifhmode
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
971 \let\next\centerH
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
972 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
973 \let\next\centerV
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
974 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
975 \next{\hfil \ignorespaces#1\unskip \hfil}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
976 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
977 \def\centerH#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
978 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
979 \hfil\break
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
980 \advance\hsize by -\leftskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
981 \advance\hsize by -\rightskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
982 \line{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
983 \break
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
984 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
985 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
986 \def\centerV#1{\line{\kern\leftskip #1\kern\rightskip}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
987
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
988 % @sp n outputs n lines of vertical space
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
989
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
990 \parseargdef\sp{\vskip #1\baselineskip}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
991
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
992 % @comment ...line which is ignored...
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
993 % @c is the same as @comment
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
994 % @ignore ... @end ignore is another way to write a comment
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
995
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
996 \def\comment{\begingroup \catcode`\^^M=\other%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
997 \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
998 \commentxxx}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
999 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1000
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1001 \let\c=\comment
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1002
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1003 % @paragraphindent NCHARS
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1004 % We'll use ems for NCHARS, close enough.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1005 % NCHARS can also be the word `asis' or `none'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1006 % We cannot feasibly implement @paragraphindent asis, though.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1007 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1008 \def\asisword{asis} % no translation, these are keywords
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1009 \def\noneword{none}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1010 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1011 \parseargdef\paragraphindent{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1012 \def\temp{#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1013 \ifx\temp\asisword
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1014 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1015 \ifx\temp\noneword
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1016 \defaultparindent = 0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1017 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1018 \defaultparindent = #1em
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1019 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1020 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1021 \parindent = \defaultparindent
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1022 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1023
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1024 % @exampleindent NCHARS
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1025 % We'll use ems for NCHARS like @paragraphindent.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1026 % It seems @exampleindent asis isn't necessary, but
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1027 % I preserve it to make it similar to @paragraphindent.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1028 \parseargdef\exampleindent{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1029 \def\temp{#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1030 \ifx\temp\asisword
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
1031 \else
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1032 \ifx\temp\noneword
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1033 \lispnarrowing = 0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1034 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1035 \lispnarrowing = #1em
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1036 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1037 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1038 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1039
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1040 % @firstparagraphindent WORD
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1041 % If WORD is `none', then suppress indentation of the first paragraph
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1042 % after a section heading. If WORD is `insert', then do indent at such
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1043 % paragraphs.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1044 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1045 % The paragraph indentation is suppressed or not by calling
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1046 % \suppressfirstparagraphindent, which the sectioning commands do.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1047 % We switch the definition of this back and forth according to WORD.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1048 % By default, we suppress indentation.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1049 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1050 \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1051 \def\insertword{insert}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1052 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1053 \parseargdef\firstparagraphindent{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1054 \def\temp{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1055 \ifx\temp\noneword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1056 \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1057 \else\ifx\temp\insertword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1058 \let\suppressfirstparagraphindent = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1059 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1060 \errhelp = \EMsimple
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1061 \errmessage{Unknown @firstparagraphindent option `\temp'}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1062 \fi\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1063 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1064
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1065 % Here is how we actually suppress indentation. Redefine \everypar to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1066 % \kern backwards by \parindent, and then reset itself to empty.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1067 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1068 % We also make \indent itself not actually do anything until the next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1069 % paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1070 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1071 \gdef\dosuppressfirstparagraphindent{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1072 \gdef\indent{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1073 \restorefirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1074 \indent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1075 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1076 \gdef\noindent{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1077 \restorefirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1078 \noindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1079 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1080 \global\everypar = {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1081 \kern -\parindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1082 \restorefirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1083 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1084 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1085
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1086 \gdef\restorefirstparagraphindent{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1087 \global \let \indent = \ptexindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1088 \global \let \noindent = \ptexnoindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1089 \global \everypar = {}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1090 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1091
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1092
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1093 % @asis just yields its argument. Used with @table, for example.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1094 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1095 \def\asis#1{#1}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1096
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1097 % @math outputs its argument in math mode.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1098 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1099 % One complication: _ usually means subscripts, but it could also mean
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1100 % an actual _ character, as in @math{@var{some_variable} + 1}. So make
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1101 % _ active, and distinguish by seeing if the current family is \slfam,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1102 % which is what @var uses.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1103 {
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1104 \catcode`\_ = \active
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1105 \gdef\mathunderscore{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1106 \catcode`\_=\active
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1107 \def_{\ifnum\fam=\slfam \_\else\sb\fi}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1108 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1109 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1110 % Another complication: we want \\ (and @\) to output a \ character.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1111 % FYI, plain.tex uses \\ as a temporary control sequence (why?), but
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1112 % this is not advertised and we don't care. Texinfo does not
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1113 % otherwise define @\.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1114 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1115 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1116 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1117 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1118 \def\math{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1119 \tex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1120 \mathunderscore
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1121 \let\\ = \mathbackslash
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1122 \mathactive
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1123 % make the texinfo accent commands work in math mode
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1124 \let\"=\ddot
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1125 \let\'=\acute
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1126 \let\==\bar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1127 \let\^=\hat
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1128 \let\`=\grave
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1129 \let\u=\breve
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1130 \let\v=\check
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1131 \let\~=\tilde
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1132 \let\dotaccent=\dot
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1133 $\finishmath
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1134 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1135 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1136
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1137 % Some active characters (such as <) are spaced differently in math.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1138 % We have to reset their definitions in case the @math was an argument
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1139 % to a command which sets the catcodes (such as @item or @section).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1140 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1141 {
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1142 \catcode`^ = \active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1143 \catcode`< = \active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1144 \catcode`> = \active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1145 \catcode`+ = \active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1146 \gdef\mathactive{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1147 \let^ = \ptexhat
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1148 \let< = \ptexless
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1149 \let> = \ptexgtr
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1150 \let+ = \ptexplus
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1151 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1152 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1153
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1154 % Some math mode symbols.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1155 \def\bullet{$\ptexbullet$}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1156 \def\geq{\ifmmode \ge\else $\ge$\fi}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1157 \def\leq{\ifmmode \le\else $\le$\fi}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1158 \def\minus{\ifmmode -\else $-$\fi}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1159
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1160 % @dots{} outputs an ellipsis using the current font.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1161 % We do .5em per period so that it has the same spacing in the cm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1162 % typewriter fonts as three actual period characters; on the other hand,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1163 % in other typewriter fonts three periods are wider than 1.5em. So do
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1164 % whichever is larger.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1165 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1166 \def\dots{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1167 \leavevmode
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1168 \setbox0=\hbox{...}% get width of three periods
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1169 \ifdim\wd0 > 1.5em
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1170 \dimen0 = \wd0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1171 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1172 \dimen0 = 1.5em
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1173 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1174 \hbox to \dimen0{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1175 \hskip 0pt plus.25fil
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1176 .\hskip 0pt plus1fil
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1177 .\hskip 0pt plus1fil
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1178 .\hskip 0pt plus.5fil
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1179 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1180 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1181
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1182 % @enddots{} is an end-of-sentence ellipsis.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1183 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1184 \def\enddots{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1185 \dots
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1186 \spacefactor=\endofsentencespacefactor
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1187 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1188
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1189 % @comma{} is so commas can be inserted into text without messing up
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1190 % Texinfo's parsing.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1191 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1192 \let\comma = ,
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1193
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1194 % @refill is a no-op.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1195 \let\refill=\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1196
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1197 % If working on a large document in chapters, it is convenient to
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1198 % be able to disable indexing, cross-referencing, and contents, for test runs.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1199 % This is done with @novalidate (before @setfilename).
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1200 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1201 \newif\iflinks \linkstrue % by default we want the aux files.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1202 \let\novalidate = \linksfalse
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1203
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1204 % @setfilename is done at the beginning of every texinfo file.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1205 % So open here the files we need to have open while reading the input.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1206 % This makes it possible to make a .fmt file for texinfo.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1207 \def\setfilename{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1208 \fixbackslash % Turn off hack to swallow `\input texinfo'.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1209 \iflinks
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1210 \tryauxfile
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1211 % Open the new aux file. TeX will close it automatically at exit.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1212 \immediate\openout\auxfile=\jobname.aux
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1213 \fi % \openindices needs to do some work in any case.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1214 \openindices
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1215 \let\setfilename=\comment % Ignore extra @setfilename cmds.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1216 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1217 % If texinfo.cnf is present on the system, read it.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1218 % Useful for site-wide @afourpaper, etc.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1219 \openin 1 texinfo.cnf
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1220 \ifeof 1 \else \input texinfo.cnf \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1221 \closein 1
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1222 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1223 \comment % Ignore the actual filename.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1224 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1225
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1226 % Called from \setfilename.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1227 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1228 \def\openindices{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1229 \newindex{cp}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1230 \newcodeindex{fn}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1231 \newcodeindex{vr}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1232 \newcodeindex{tp}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1233 \newcodeindex{ky}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1234 \newcodeindex{pg}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1235 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1236
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1237 % @bye.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1238 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1239
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1240
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1241 \message{pdf,}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1242 % adobe `portable' document format
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1243 \newcount\tempnum
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1244 \newcount\lnkcount
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1245 \newtoks\filename
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1246 \newcount\filenamelength
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1247 \newcount\pgn
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1248 \newtoks\toksA
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1249 \newtoks\toksB
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1250 \newtoks\toksC
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1251 \newtoks\toksD
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1252 \newbox\boxA
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1253 \newcount\countA
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1254 \newif\ifpdf
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1255 \newif\ifpdfmakepagedest
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1256
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1257 % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1258 % can be set). So we test for \relax and 0 as well as \undefined,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1259 % borrowed from ifpdf.sty.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1260 \ifx\pdfoutput\undefined
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1261 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1262 \ifx\pdfoutput\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1263 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1264 \ifcase\pdfoutput
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1265 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1266 \pdftrue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1267 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1268 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1269 \fi
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1270
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1271 % PDF uses PostScript string constants for the names of xref targets,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1272 % for display in the outlines, and in other places. Thus, we have to
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1273 % double any backslashes. Otherwise, a name like "\node" will be
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1274 % interpreted as a newline (\n), followed by o, d, e. Not good.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1275 % http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1276 % (and related messages, the final outcome is that it is up to the TeX
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1277 % user to double the backslashes and otherwise make the string valid, so
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1278 % that's what we do).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1279
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1280 % double active backslashes.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1281 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1282 {\catcode`\@=0 \catcode`\\=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1283 @gdef@activebackslashdouble{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1284 @catcode`@\=@active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1285 @let\=@doublebackslash}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1286 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1287
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1288 % To handle parens, we must adopt a different approach, since parens are
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1289 % not active characters. hyperref.dtx (which has the same problem as
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1290 % us) handles it with this amazing macro to replace tokens, with minor
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1291 % changes for Texinfo. It is included here under the GPL by permission
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1292 % from the author, Heiko Oberdiek.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1293 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1294 % #1 is the tokens to replace.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1295 % #2 is the replacement.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1296 % #3 is the control sequence with the string.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1297 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1298 \def\HyPsdSubst#1#2#3{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1299 \def\HyPsdReplace##1#1##2\END{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1300 ##1%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1301 \ifx\\##2\\%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1302 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1303 #2%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1304 \HyReturnAfterFi{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1305 \HyPsdReplace##2\END
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1306 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1307 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1308 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1309 \xdef#3{\expandafter\HyPsdReplace#3#1\END}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1310 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1311 \long\def\HyReturnAfterFi#1\fi{\fi#1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1312
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1313 % #1 is a control sequence in which to do the replacements.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1314 \def\backslashparens#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1315 \xdef#1{#1}% redefine it as its expansion; the definition is simply
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1316 % \lastnode when called from \setref -> \pdfmkdest.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1317 \HyPsdSubst{(}{\realbackslash(}{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1318 \HyPsdSubst{)}{\realbackslash)}{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1319 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1320
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1321 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1322 with PDF output, and none of those formats could be found. (.eps cannot
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1323 be supported due to the design of the PDF format; use regular TeX (DVI
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1324 output) for that.)}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1325
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1326 \ifpdf
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1327 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1328 % Color manipulation macros based on pdfcolor.tex.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1329 \def\cmykDarkRed{0.28 1 1 0.35}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1330 \def\cmykBlack{0 0 0 1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1331 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1332 \def\pdfsetcolor#1{\pdfliteral{#1 k}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1333 % Set color, and create a mark which defines \thiscolor accordingly,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1334 % so that \makeheadline knows which color to restore.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1335 \def\setcolor#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1336 \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1337 \domark
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1338 \pdfsetcolor{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1339 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1340 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1341 \def\maincolor{\cmykBlack}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1342 \pdfsetcolor{\maincolor}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1343 \edef\thiscolor{\maincolor}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1344 \def\lastcolordefs{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1345 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1346 \def\makefootline{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1347 \baselineskip24pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1348 \line{\pdfsetcolor{\maincolor}\the\footline}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1349 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1350 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1351 \def\makeheadline{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1352 \vbox to 0pt{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1353 \vskip-22.5pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1354 \line{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1355 \vbox to8.5pt{}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1356 % Extract \thiscolor definition from the marks.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1357 \getcolormarks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1358 % Typeset the headline with \maincolor, then restore the color.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1359 \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1360 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1361 \vss
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1362 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1363 \nointerlineskip
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1364 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1365 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1366 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1367 \pdfcatalog{/PageMode /UseOutlines}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1368 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1369 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1370 \def\dopdfimage#1#2#3{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1371 \def\imagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1372 \def\imageheight{#3}\setbox2 = \hbox{\ignorespaces #3}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1373 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1374 % pdftex (and the PDF format) support .png, .jpg, .pdf (among
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1375 % others). Let's try in that order.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1376 \let\pdfimgext=\empty
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1377 \begingroup
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1378 \openin 1 #1.pdf \ifeof 1
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1379 \openin 1 #1.PDF \ifeof 1
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1380 \openin 1 #1.png \ifeof 1
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1381 \openin 1 #1.jpg \ifeof 1
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1382 \openin 1 #1.jpeg \ifeof 1
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1383 \openin 1 #1.JPG \ifeof 1
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1384 \errhelp = \nopdfimagehelp
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1385 \errmessage{Could not find image file #1 for pdf}%
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1386 \else \gdef\pdfimgext{JPG}%
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1387 \fi
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1388 \else \gdef\pdfimgext{jpeg}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1389 \fi
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1390 \else \gdef\pdfimgext{jpg}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1391 \fi
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1392 \else \gdef\pdfimgext{png}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1393 \fi
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1394 \else \gdef\pdfimgext{PDF}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1395 \fi
9095
b5a1a2d0be7e texinfo.tex: prefer pdf images if generating pdf output
John W. Eaton <jwe@octave.org>
parents: 8920
diff changeset
1396 \else \gdef\pdfimgext{pdf}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1397 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1398 \closein 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1399 \endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1400 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1401 % without \immediate, ancient pdftex seg faults when the same image is
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1402 % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.)
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1403 \ifnum\pdftexversion < 14
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1404 \immediate\pdfimage
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1405 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1406 \immediate\pdfximage
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1407 \fi
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1408 \ifdim \wd0 >0pt width \imagewidth \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1409 \ifdim \wd2 >0pt height \imageheight \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1410 \ifnum\pdftexversion<13
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1411 #1.\pdfimgext
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1412 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1413 {#1.\pdfimgext}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1414 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1415 \ifnum\pdftexversion < 14 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1416 \pdfrefximage \pdflastximage
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1417 \fi}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1418 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1419 \def\pdfmkdest#1{{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1420 % We have to set dummies so commands such as @code, and characters
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1421 % such as \, aren't expanded when present in a section title.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1422 \indexnofonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1423 \turnoffactive
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1424 \activebackslashdouble
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1425 \makevalueexpandable
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1426 \def\pdfdestname{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1427 \backslashparens\pdfdestname
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1428 \safewhatsit{\pdfdest name{\pdfdestname} xyz}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1429 }}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1430 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1431 % used to mark target names; must be expandable.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1432 \def\pdfmkpgn#1{#1}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1433 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1434 % by default, use a color that is dark enough to print on paper as
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1435 % nearly black, but still distinguishable for online viewing.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1436 \def\urlcolor{\cmykDarkRed}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1437 \def\linkcolor{\cmykDarkRed}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1438 \def\endlink{\setcolor{\maincolor}\pdfendlink}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1439 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1440 % Adding outlines to PDF; macros for calculating structure of outlines
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1441 % come from Petr Olsak
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1442 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1443 \else \csname#1\endcsname \fi}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1444 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1445 \advance\tempnum by 1
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1446 \expandafter\xdef\csname#1\endcsname{\the\tempnum}}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1447 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1448 % #1 is the section text, which is what will be displayed in the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1449 % outline by the pdf viewer. #2 is the pdf expression for the number
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1450 % of subentries (or empty, for subsubsections). #3 is the node text,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1451 % which might be empty if this toc entry had no corresponding node.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1452 % #4 is the page number
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1453 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1454 \def\dopdfoutline#1#2#3#4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1455 % Generate a link to the node text if that exists; else, use the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1456 % page number. We could generate a destination for the section
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1457 % text in the case where a section has no node, but it doesn't
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1458 % seem worth the trouble, since most documents are normally structured.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1459 \def\pdfoutlinedest{#3}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1460 \ifx\pdfoutlinedest\empty
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1461 \def\pdfoutlinedest{#4}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1462 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1463 % Doubled backslashes in the name.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1464 {\activebackslashdouble \xdef\pdfoutlinedest{#3}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1465 \backslashparens\pdfoutlinedest}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1466 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1467 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1468 % Also double the backslashes in the display string.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1469 {\activebackslashdouble \xdef\pdfoutlinetext{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1470 \backslashparens\pdfoutlinetext}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1471 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1472 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1473 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1474 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1475 \def\pdfmakeoutlines{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1476 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1477 % Thanh's hack / proper braces in bookmarks
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1478 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1479 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1480 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1481 % Read toc silently, to get counts of subentries for \pdfoutline.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1482 \def\numchapentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1483 \def\thischapnum{##2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1484 \def\thissecnum{0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1485 \def\thissubsecnum{0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1486 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1487 \def\numsecentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1488 \advancenumber{chap\thischapnum}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1489 \def\thissecnum{##2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1490 \def\thissubsecnum{0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1491 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1492 \def\numsubsecentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1493 \advancenumber{sec\thissecnum}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1494 \def\thissubsecnum{##2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1495 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1496 \def\numsubsubsecentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1497 \advancenumber{subsec\thissubsecnum}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1498 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1499 \def\thischapnum{0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1500 \def\thissecnum{0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1501 \def\thissubsecnum{0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1502 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1503 % use \def rather than \let here because we redefine \chapentry et
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1504 % al. a second time, below.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1505 \def\appentry{\numchapentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1506 \def\appsecentry{\numsecentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1507 \def\appsubsecentry{\numsubsecentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1508 \def\appsubsubsecentry{\numsubsubsecentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1509 \def\unnchapentry{\numchapentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1510 \def\unnsecentry{\numsecentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1511 \def\unnsubsecentry{\numsubsecentry}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1512 \def\unnsubsubsecentry{\numsubsubsecentry}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1513 \readdatafile{toc}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1514 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1515 % Read toc second time, this time actually producing the outlines.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1516 % The `-' means take the \expnumber as the absolute number of
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1517 % subentries, which we calculated on our first read of the .toc above.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1518 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1519 % We use the node names as the destinations.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1520 \def\numchapentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1521 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1522 \def\numsecentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1523 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1524 \def\numsubsecentry##1##2##3##4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1525 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1526 \def\numsubsubsecentry##1##2##3##4{% count is always zero
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1527 \dopdfoutline{##1}{}{##3}{##4}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1528 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1529 % PDF outlines are displayed using system fonts, instead of
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1530 % document fonts. Therefore we cannot use special characters,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1531 % since the encoding is unknown. For example, the eogonek from
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1532 % Latin 2 (0xea) gets translated to a | character. Info from
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1533 % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1534 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1535 % xx to do this right, we have to translate 8-bit characters to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1536 % their "best" equivalent, based on the @documentencoding. Right
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1537 % now, I guess we'll just let the pdf reader have its way.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1538 \indexnofonts
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1539 \setupdatafile
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1540 \catcode`\\=\active \otherbackslash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1541 \input \tocreadfilename
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1542 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1543 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1544 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1545 \def\skipspaces#1{\def\PP{#1}\def\D{|}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1546 \ifx\PP\D\let\nextsp\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1547 \else\let\nextsp\skipspaces
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1548 \ifx\p\space\else\addtokens{\filename}{\PP}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1549 \advance\filenamelength by 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1550 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1551 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1552 \nextsp}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1553 \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1554 \ifnum\pdftexversion < 14
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1555 \let \startlink \pdfannotlink
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1556 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1557 \let \startlink \pdfstartlink
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1558 \fi
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1559 % make a live url in pdf output.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1560 \def\pdfurl#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1561 \begingroup
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1562 % it seems we really need yet another set of dummies; have not
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1563 % tried to figure out what each command should do in the context
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1564 % of @url. for now, just make @/ a no-op, that's the only one
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1565 % people have actually reported a problem with.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1566 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1567 \normalturnoffactive
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1568 \def\@{@}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1569 \let\/=\empty
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1570 \makevalueexpandable
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1571 \leavevmode\setcolor{\urlcolor}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1572 \startlink attr{/Border [0 0 0]}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1573 user{/Subtype /Link /A << /S /URI /URI (#1) >>}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1574 \endgroup}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1575 \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1576 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1577 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1578 \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1579 \def\maketoks{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1580 \expandafter\poptoks\the\toksA|ENDTOKS|\relax
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1581 \ifx\first0\adn0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1582 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1583 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1584 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1585 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1586 \ifnum0=\countA\else\makelink\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1587 \ifx\first.\let\next=\done\else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1588 \let\next=\maketoks
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1589 \addtokens{\toksB}{\the\toksD}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1590 \ifx\first,\addtokens{\toksB}{\space}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1591 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1592 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1593 \next}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1594 \def\makelink{\addtokens{\toksB}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1595 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1596 \def\pdflink#1{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1597 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1598 \setcolor{\linkcolor}#1\endlink}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1599 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1600 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1601 \let\pdfmkdest = \gobble
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1602 \let\pdfurl = \gobble
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1603 \let\endlink = \relax
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1604 \let\setcolor = \gobble
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1605 \let\pdfsetcolor = \gobble
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1606 \let\pdfmakeoutlines = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1607 \fi % \ifx\pdfoutput
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1608
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1609
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1610 \message{fonts,}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1611
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1612 % Change the current font style to #1, remembering it in \curfontstyle.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1613 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1614 % italics, not bold italics.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1615 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1616 \def\setfontstyle#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1617 \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1618 \csname ten#1\endcsname % change the current font
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1619 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1620
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1621 % Select #1 fonts with the current style.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1622 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1623 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1624
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1625 \def\rm{\fam=0 \setfontstyle{rm}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1626 \def\it{\fam=\itfam \setfontstyle{it}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1627 \def\sl{\fam=\slfam \setfontstyle{sl}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1628 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1629 \def\tt{\fam=\ttfam \setfontstyle{tt}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1630
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1631 % Texinfo sort of supports the sans serif font style, which plain TeX does not.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1632 % So we set up a \sf.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1633 \newfam\sffam
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1634 \def\sf{\fam=\sffam \setfontstyle{sf}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1635 \let\li = \sf % Sometimes we call it \li, not \sf.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1636
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1637 % We don't need math for this font style.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1638 \def\ttsl{\setfontstyle{ttsl}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1639
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1640
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1641 % Default leading.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1642 \newdimen\textleading \textleading = 13.2pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1643
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1644 % Set the baselineskip to #1, and the lineskip and strut size
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1645 % correspondingly. There is no deep meaning behind these magic numbers
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1646 % used as factors; they just match (closely enough) what Knuth defined.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1647 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1648 \def\lineskipfactor{.08333}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1649 \def\strutheightpercent{.70833}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1650 \def\strutdepthpercent {.29167}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1651 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1652 % can get a sort of poor man's double spacing by redefining this.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1653 \def\baselinefactor{1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1654 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1655 \def\setleading#1{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1656 \dimen0 = #1\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1657 \normalbaselineskip = \baselinefactor\dimen0
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1658 \normallineskip = \lineskipfactor\normalbaselineskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1659 \normalbaselines
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1660 \setbox\strutbox =\hbox{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1661 \vrule width0pt height\strutheightpercent\baselineskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1662 depth \strutdepthpercent \baselineskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1663 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1664 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1665
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1666 % PDF CMaps. See also LaTeX's t1.cmap.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1667 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1668 % do nothing with this by default.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1669 \expandafter\let\csname cmapOT1\endcsname\gobble
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1670 \expandafter\let\csname cmapOT1IT\endcsname\gobble
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1671 \expandafter\let\csname cmapOT1TT\endcsname\gobble
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1672
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1673 % if we are producing pdf, and we have \pdffontattr, then define cmaps.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1674 % (\pdffontattr was introduced many years ago, but people still run
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1675 % older pdftex's; it's easy to conditionalize, so we do.)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1676 \ifpdf \ifx\pdffontattr\undefined \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1677 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1678 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1679 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1680 %%DocumentNeededResources: ProcSet (CIDInit)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1681 %%IncludeResource: ProcSet (CIDInit)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1682 %%BeginResource: CMap (TeX-OT1-0)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1683 %%Title: (TeX-OT1-0 TeX OT1 0)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1684 %%Version: 1.000
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1685 %%EndComments
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1686 /CIDInit /ProcSet findresource begin
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1687 12 dict begin
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1688 begincmap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1689 /CIDSystemInfo
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1690 << /Registry (TeX)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1691 /Ordering (OT1)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1692 /Supplement 0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1693 >> def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1694 /CMapName /TeX-OT1-0 def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1695 /CMapType 2 def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1696 1 begincodespacerange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1697 <00> <7F>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1698 endcodespacerange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1699 8 beginbfrange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1700 <00> <01> <0393>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1701 <09> <0A> <03A8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1702 <23> <26> <0023>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1703 <28> <3B> <0028>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1704 <3F> <5B> <003F>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1705 <5D> <5E> <005D>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1706 <61> <7A> <0061>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1707 <7B> <7C> <2013>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1708 endbfrange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1709 40 beginbfchar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1710 <02> <0398>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1711 <03> <039B>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1712 <04> <039E>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1713 <05> <03A0>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1714 <06> <03A3>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1715 <07> <03D2>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1716 <08> <03A6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1717 <0B> <00660066>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1718 <0C> <00660069>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1719 <0D> <0066006C>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1720 <0E> <006600660069>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1721 <0F> <00660066006C>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1722 <10> <0131>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1723 <11> <0237>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1724 <12> <0060>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1725 <13> <00B4>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1726 <14> <02C7>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1727 <15> <02D8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1728 <16> <00AF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1729 <17> <02DA>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1730 <18> <00B8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1731 <19> <00DF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1732 <1A> <00E6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1733 <1B> <0153>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1734 <1C> <00F8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1735 <1D> <00C6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1736 <1E> <0152>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1737 <1F> <00D8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1738 <21> <0021>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1739 <22> <201D>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1740 <27> <2019>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1741 <3C> <00A1>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1742 <3D> <003D>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1743 <3E> <00BF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1744 <5C> <201C>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1745 <5F> <02D9>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1746 <60> <2018>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1747 <7D> <02DD>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1748 <7E> <007E>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1749 <7F> <00A8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1750 endbfchar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1751 endcmap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1752 CMapName currentdict /CMap defineresource pop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1753 end
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1754 end
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1755 %%EndResource
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1756 %%EOF
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1757 }\endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1758 \expandafter\edef\csname cmapOT1\endcsname#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1759 \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1760 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1761 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1762 % \cmapOT1IT
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1763 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1764 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1765 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1766 %%DocumentNeededResources: ProcSet (CIDInit)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1767 %%IncludeResource: ProcSet (CIDInit)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1768 %%BeginResource: CMap (TeX-OT1IT-0)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1769 %%Title: (TeX-OT1IT-0 TeX OT1IT 0)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1770 %%Version: 1.000
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1771 %%EndComments
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1772 /CIDInit /ProcSet findresource begin
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1773 12 dict begin
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1774 begincmap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1775 /CIDSystemInfo
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1776 << /Registry (TeX)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1777 /Ordering (OT1IT)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1778 /Supplement 0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1779 >> def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1780 /CMapName /TeX-OT1IT-0 def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1781 /CMapType 2 def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1782 1 begincodespacerange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1783 <00> <7F>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1784 endcodespacerange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1785 8 beginbfrange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1786 <00> <01> <0393>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1787 <09> <0A> <03A8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1788 <25> <26> <0025>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1789 <28> <3B> <0028>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1790 <3F> <5B> <003F>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1791 <5D> <5E> <005D>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1792 <61> <7A> <0061>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1793 <7B> <7C> <2013>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1794 endbfrange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1795 42 beginbfchar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1796 <02> <0398>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1797 <03> <039B>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1798 <04> <039E>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1799 <05> <03A0>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1800 <06> <03A3>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1801 <07> <03D2>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1802 <08> <03A6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1803 <0B> <00660066>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1804 <0C> <00660069>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1805 <0D> <0066006C>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1806 <0E> <006600660069>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1807 <0F> <00660066006C>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1808 <10> <0131>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1809 <11> <0237>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1810 <12> <0060>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1811 <13> <00B4>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1812 <14> <02C7>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1813 <15> <02D8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1814 <16> <00AF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1815 <17> <02DA>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1816 <18> <00B8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1817 <19> <00DF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1818 <1A> <00E6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1819 <1B> <0153>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1820 <1C> <00F8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1821 <1D> <00C6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1822 <1E> <0152>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1823 <1F> <00D8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1824 <21> <0021>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1825 <22> <201D>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1826 <23> <0023>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1827 <24> <00A3>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1828 <27> <2019>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1829 <3C> <00A1>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1830 <3D> <003D>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1831 <3E> <00BF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1832 <5C> <201C>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1833 <5F> <02D9>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1834 <60> <2018>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1835 <7D> <02DD>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1836 <7E> <007E>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1837 <7F> <00A8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1838 endbfchar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1839 endcmap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1840 CMapName currentdict /CMap defineresource pop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1841 end
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1842 end
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1843 %%EndResource
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1844 %%EOF
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1845 }\endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1846 \expandafter\edef\csname cmapOT1IT\endcsname#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1847 \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1848 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1849 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1850 % \cmapOT1TT
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1851 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1852 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1853 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1854 %%DocumentNeededResources: ProcSet (CIDInit)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1855 %%IncludeResource: ProcSet (CIDInit)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1856 %%BeginResource: CMap (TeX-OT1TT-0)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1857 %%Title: (TeX-OT1TT-0 TeX OT1TT 0)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1858 %%Version: 1.000
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1859 %%EndComments
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1860 /CIDInit /ProcSet findresource begin
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1861 12 dict begin
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1862 begincmap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1863 /CIDSystemInfo
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1864 << /Registry (TeX)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1865 /Ordering (OT1TT)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1866 /Supplement 0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1867 >> def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1868 /CMapName /TeX-OT1TT-0 def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1869 /CMapType 2 def
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1870 1 begincodespacerange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1871 <00> <7F>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1872 endcodespacerange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1873 5 beginbfrange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1874 <00> <01> <0393>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1875 <09> <0A> <03A8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1876 <21> <26> <0021>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1877 <28> <5F> <0028>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1878 <61> <7E> <0061>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1879 endbfrange
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1880 32 beginbfchar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1881 <02> <0398>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1882 <03> <039B>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1883 <04> <039E>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1884 <05> <03A0>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1885 <06> <03A3>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1886 <07> <03D2>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1887 <08> <03A6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1888 <0B> <2191>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1889 <0C> <2193>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1890 <0D> <0027>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1891 <0E> <00A1>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1892 <0F> <00BF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1893 <10> <0131>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1894 <11> <0237>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1895 <12> <0060>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1896 <13> <00B4>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1897 <14> <02C7>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1898 <15> <02D8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1899 <16> <00AF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1900 <17> <02DA>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1901 <18> <00B8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1902 <19> <00DF>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1903 <1A> <00E6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1904 <1B> <0153>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1905 <1C> <00F8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1906 <1D> <00C6>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1907 <1E> <0152>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1908 <1F> <00D8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1909 <20> <2423>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1910 <27> <2019>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1911 <60> <2018>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1912 <7F> <00A8>
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1913 endbfchar
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1914 endcmap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1915 CMapName currentdict /CMap defineresource pop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1916 end
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1917 end
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1918 %%EndResource
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1919 %%EOF
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1920 }\endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1921 \expandafter\edef\csname cmapOT1TT\endcsname#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1922 \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1923 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1924 \fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1925
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1926
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1927 % Set the font macro #1 to the font named #2, adding on the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1928 % specified font prefix (normally `cm').
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1929 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1930 % encoding (currently only OT1, OT1IT and OT1TT are allowed, pass
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1931 % empty to omit).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1932 \def\setfont#1#2#3#4#5{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1933 \font#1=\fontprefix#2#3 scaled #4
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1934 \csname cmap#5\endcsname#1%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1935 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1936 % This is what gets called when #5 of \setfont is empty.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1937 \let\cmap\gobble
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1938 % emacs-page end of cmaps
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1939
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1940 % Use cm as the default font prefix.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1941 % To specify the font prefix, you must define \fontprefix
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1942 % before you read in texinfo.tex.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1943 \ifx\fontprefix\undefined
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1944 \def\fontprefix{cm}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1945 \fi
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1946 % Support font families that don't use the same naming scheme as CM.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1947 \def\rmshape{r}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1948 \def\rmbshape{bx} %where the normal face is bold
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1949 \def\bfshape{b}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1950 \def\bxshape{bx}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1951 \def\ttshape{tt}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1952 \def\ttbshape{tt}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1953 \def\ttslshape{sltt}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1954 \def\itshape{ti}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1955 \def\itbshape{bxti}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1956 \def\slshape{sl}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1957 \def\slbshape{bxsl}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1958 \def\sfshape{ss}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1959 \def\sfbshape{ss}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1960 \def\scshape{csc}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
1961 \def\scbshape{csc}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1962
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1963 % Definitions for a main text size of 11pt. This is the default in
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1964 % Texinfo.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1965 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1966 \def\definetextfontsizexi{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1967 % Text fonts (11.2pt, magstep1).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1968 \def\textnominalsize{11pt}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1969 \edef\mainmagstep{\magstephalf}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1970 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1971 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1972 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1973 \setfont\textit\itshape{10}{\mainmagstep}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1974 \setfont\textsl\slshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1975 \setfont\textsf\sfshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1976 \setfont\textsc\scshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1977 \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1978 \font\texti=cmmi10 scaled \mainmagstep
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1979 \font\textsy=cmsy10 scaled \mainmagstep
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1980 \def\textecsize{1095}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1981
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1982 % A few fonts for @defun names and args.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1983 \setfont\defbf\bfshape{10}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1984 \setfont\deftt\ttshape{10}{\magstep1}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1985 \setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1986 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
1987
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1988 % Fonts for indices, footnotes, small examples (9pt).
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
1989 \def\smallnominalsize{9pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1990 \setfont\smallrm\rmshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1991 \setfont\smalltt\ttshape{9}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1992 \setfont\smallbf\bfshape{10}{900}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1993 \setfont\smallit\itshape{9}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1994 \setfont\smallsl\slshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1995 \setfont\smallsf\sfshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1996 \setfont\smallsc\scshape{10}{900}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
1997 \setfont\smallttsl\ttslshape{10}{900}{OT1TT}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1998 \font\smalli=cmmi9
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
1999 \font\smallsy=cmsy9
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2000 \def\smallecsize{0900}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2001
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2002 % Fonts for small examples (8pt).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2003 \def\smallernominalsize{8pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2004 \setfont\smallerrm\rmshape{8}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2005 \setfont\smallertt\ttshape{8}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2006 \setfont\smallerbf\bfshape{10}{800}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2007 \setfont\smallerit\itshape{8}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2008 \setfont\smallersl\slshape{8}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2009 \setfont\smallersf\sfshape{8}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2010 \setfont\smallersc\scshape{10}{800}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2011 \setfont\smallerttsl\ttslshape{10}{800}{OT1TT}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2012 \font\smalleri=cmmi8
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2013 \font\smallersy=cmsy8
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2014 \def\smallerecsize{0800}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2015
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2016 % Fonts for title page (20.4pt):
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2017 \def\titlenominalsize{20pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2018 \setfont\titlerm\rmbshape{12}{\magstep3}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2019 \setfont\titleit\itbshape{10}{\magstep4}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2020 \setfont\titlesl\slbshape{10}{\magstep4}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2021 \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2022 \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2023 \setfont\titlesf\sfbshape{17}{\magstep1}{OT1}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2024 \let\titlebf=\titlerm
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2025 \setfont\titlesc\scbshape{10}{\magstep4}{OT1}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2026 \font\titlei=cmmi12 scaled \magstep3
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2027 \font\titlesy=cmsy10 scaled \magstep4
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2028 \def\authorrm{\secrm}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2029 \def\authortt{\sectt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2030 \def\titleecsize{2074}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2031
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2032 % Chapter (and unnumbered) fonts (17.28pt).
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2033 \def\chapnominalsize{17pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2034 \setfont\chaprm\rmbshape{12}{\magstep2}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2035 \setfont\chapit\itbshape{10}{\magstep3}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2036 \setfont\chapsl\slbshape{10}{\magstep3}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2037 \setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2038 \setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2039 \setfont\chapsf\sfbshape{17}{1000}{OT1}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2040 \let\chapbf=\chaprm
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2041 \setfont\chapsc\scbshape{10}{\magstep3}{OT1}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2042 \font\chapi=cmmi12 scaled \magstep2
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2043 \font\chapsy=cmsy10 scaled \magstep3
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2044 \def\chapecsize{1728}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2045
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2046 % Section fonts (14.4pt).
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2047 \def\secnominalsize{14pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2048 \setfont\secrm\rmbshape{12}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2049 \setfont\secit\itbshape{10}{\magstep2}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2050 \setfont\secsl\slbshape{10}{\magstep2}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2051 \setfont\sectt\ttbshape{12}{\magstep1}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2052 \setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2053 \setfont\secsf\sfbshape{12}{\magstep1}{OT1}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2054 \let\secbf\secrm
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2055 \setfont\secsc\scbshape{10}{\magstep2}{OT1}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2056 \font\seci=cmmi12 scaled \magstep1
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2057 \font\secsy=cmsy10 scaled \magstep2
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2058 \def\sececsize{1440}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2059
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2060 % Subsection fonts (13.15pt).
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2061 \def\ssecnominalsize{13pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2062 \setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2063 \setfont\ssecit\itbshape{10}{1315}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2064 \setfont\ssecsl\slbshape{10}{1315}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2065 \setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2066 \setfont\ssecttsl\ttslshape{10}{1315}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2067 \setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2068 \let\ssecbf\ssecrm
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2069 \setfont\ssecsc\scbshape{10}{1315}{OT1}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2070 \font\sseci=cmmi12 scaled \magstephalf
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2071 \font\ssecsy=cmsy10 scaled 1315
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2072 \def\ssececsize{1200}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2073
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2074 % Reduced fonts for @acro in text (10pt).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2075 \def\reducednominalsize{10pt}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2076 \setfont\reducedrm\rmshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2077 \setfont\reducedtt\ttshape{10}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2078 \setfont\reducedbf\bfshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2079 \setfont\reducedit\itshape{10}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2080 \setfont\reducedsl\slshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2081 \setfont\reducedsf\sfshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2082 \setfont\reducedsc\scshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2083 \setfont\reducedttsl\ttslshape{10}{1000}{OT1TT}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2084 \font\reducedi=cmmi10
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2085 \font\reducedsy=cmsy10
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2086 \def\reducedecsize{1000}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2087
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2088 % reset the current fonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2089 \textfonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2090 \rm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2091 } % end of 11pt text font size definitions
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2092
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2093
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2094 % Definitions to make the main text be 10pt Computer Modern, with
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2095 % section, chapter, etc., sizes following suit. This is for the GNU
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2096 % Press printing of the Emacs 22 manual. Maybe other manuals in the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2097 % future. Used with @smallbook, which sets the leading to 12pt.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2098 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2099 \def\definetextfontsizex{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2100 % Text fonts (10pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2101 \def\textnominalsize{10pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2102 \edef\mainmagstep{1000}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2103 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2104 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2105 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2106 \setfont\textit\itshape{10}{\mainmagstep}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2107 \setfont\textsl\slshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2108 \setfont\textsf\sfshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2109 \setfont\textsc\scshape{10}{\mainmagstep}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2110 \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2111 \font\texti=cmmi10 scaled \mainmagstep
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2112 \font\textsy=cmsy10 scaled \mainmagstep
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2113 \def\textecsize{1000}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2114
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2115 % A few fonts for @defun names and args.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2116 \setfont\defbf\bfshape{10}{\magstephalf}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2117 \setfont\deftt\ttshape{10}{\magstephalf}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2118 \setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2119 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2120
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2121 % Fonts for indices, footnotes, small examples (9pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2122 \def\smallnominalsize{9pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2123 \setfont\smallrm\rmshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2124 \setfont\smalltt\ttshape{9}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2125 \setfont\smallbf\bfshape{10}{900}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2126 \setfont\smallit\itshape{9}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2127 \setfont\smallsl\slshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2128 \setfont\smallsf\sfshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2129 \setfont\smallsc\scshape{10}{900}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2130 \setfont\smallttsl\ttslshape{10}{900}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2131 \font\smalli=cmmi9
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2132 \font\smallsy=cmsy9
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2133 \def\smallecsize{0900}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2134
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2135 % Fonts for small examples (8pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2136 \def\smallernominalsize{8pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2137 \setfont\smallerrm\rmshape{8}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2138 \setfont\smallertt\ttshape{8}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2139 \setfont\smallerbf\bfshape{10}{800}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2140 \setfont\smallerit\itshape{8}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2141 \setfont\smallersl\slshape{8}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2142 \setfont\smallersf\sfshape{8}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2143 \setfont\smallersc\scshape{10}{800}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2144 \setfont\smallerttsl\ttslshape{10}{800}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2145 \font\smalleri=cmmi8
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2146 \font\smallersy=cmsy8
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2147 \def\smallerecsize{0800}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2148
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2149 % Fonts for title page (20.4pt):
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2150 \def\titlenominalsize{20pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2151 \setfont\titlerm\rmbshape{12}{\magstep3}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2152 \setfont\titleit\itbshape{10}{\magstep4}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2153 \setfont\titlesl\slbshape{10}{\magstep4}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2154 \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2155 \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2156 \setfont\titlesf\sfbshape{17}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2157 \let\titlebf=\titlerm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2158 \setfont\titlesc\scbshape{10}{\magstep4}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2159 \font\titlei=cmmi12 scaled \magstep3
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2160 \font\titlesy=cmsy10 scaled \magstep4
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2161 \def\authorrm{\secrm}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2162 \def\authortt{\sectt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2163 \def\titleecsize{2074}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2164
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2165 % Chapter fonts (14.4pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2166 \def\chapnominalsize{14pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2167 \setfont\chaprm\rmbshape{12}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2168 \setfont\chapit\itbshape{10}{\magstep2}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2169 \setfont\chapsl\slbshape{10}{\magstep2}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2170 \setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2171 \setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2172 \setfont\chapsf\sfbshape{12}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2173 \let\chapbf\chaprm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2174 \setfont\chapsc\scbshape{10}{\magstep2}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2175 \font\chapi=cmmi12 scaled \magstep1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2176 \font\chapsy=cmsy10 scaled \magstep2
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2177 \def\chapecsize{1440}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2178
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2179 % Section fonts (12pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2180 \def\secnominalsize{12pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2181 \setfont\secrm\rmbshape{12}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2182 \setfont\secit\itbshape{10}{\magstep1}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2183 \setfont\secsl\slbshape{10}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2184 \setfont\sectt\ttbshape{12}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2185 \setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2186 \setfont\secsf\sfbshape{12}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2187 \let\secbf\secrm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2188 \setfont\secsc\scbshape{10}{\magstep1}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2189 \font\seci=cmmi12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2190 \font\secsy=cmsy10 scaled \magstep1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2191 \def\sececsize{1200}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2192
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2193 % Subsection fonts (10pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2194 \def\ssecnominalsize{10pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2195 \setfont\ssecrm\rmbshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2196 \setfont\ssecit\itbshape{10}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2197 \setfont\ssecsl\slbshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2198 \setfont\ssectt\ttbshape{10}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2199 \setfont\ssecttsl\ttslshape{10}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2200 \setfont\ssecsf\sfbshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2201 \let\ssecbf\ssecrm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2202 \setfont\ssecsc\scbshape{10}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2203 \font\sseci=cmmi10
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2204 \font\ssecsy=cmsy10
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2205 \def\ssececsize{1000}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2206
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2207 % Reduced fonts for @acro in text (9pt).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2208 \def\reducednominalsize{9pt}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2209 \setfont\reducedrm\rmshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2210 \setfont\reducedtt\ttshape{9}{1000}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2211 \setfont\reducedbf\bfshape{10}{900}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2212 \setfont\reducedit\itshape{9}{1000}{OT1IT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2213 \setfont\reducedsl\slshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2214 \setfont\reducedsf\sfshape{9}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2215 \setfont\reducedsc\scshape{10}{900}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2216 \setfont\reducedttsl\ttslshape{10}{900}{OT1TT}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2217 \font\reducedi=cmmi9
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2218 \font\reducedsy=cmsy9
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2219 \def\reducedecsize{0900}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2220
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2221 % reduce space between paragraphs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2222 \divide\parskip by 2
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2223
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2224 % reset the current fonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2225 \textfonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2226 \rm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2227 } % end of 10pt text font size definitions
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2228
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2229
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2230 % We provide the user-level command
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2231 % @fonttextsize 10
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2232 % (or 11) to redefine the text font size. pt is assumed.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2233 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2234 \def\xword{10}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2235 \def\xiword{11}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2236 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2237 \parseargdef\fonttextsize{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2238 \def\textsizearg{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2239 \wlog{doing @fonttextsize \textsizearg}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2240 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2241 % Set \globaldefs so that documents can use this inside @tex, since
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2242 % makeinfo 4.8 does not support it, but we need it nonetheless.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2243 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2244 \begingroup \globaldefs=1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2245 \ifx\textsizearg\xword \definetextfontsizex
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2246 \else \ifx\textsizearg\xiword \definetextfontsizexi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2247 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2248 \errhelp=\EMsimple
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2249 \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2250 \fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2251 \endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2252 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2253
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2254
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2255 % In order for the font changes to affect most math symbols and letters,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2256 % we have to define the \textfont of the standard families. Since
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2257 % texinfo doesn't allow for producing subscripts and superscripts except
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2258 % in the main text, we don't bother to reset \scriptfont and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2259 % \scriptscriptfont (which would also require loading a lot more fonts).
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2260 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2261 \def\resetmathfonts{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2262 \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2263 \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2264 \textfont\ttfam=\tentt \textfont\sffam=\tensf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2265 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2266
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2267 % The font-changing commands redefine the meanings of \tenSTYLE, instead
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2268 % of just \STYLE. We do this because \STYLE needs to also set the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2269 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2270 % \tenSTYLE to set the current font.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2271 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2272 % Each font-changing command also sets the names \lsize (one size lower)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2273 % and \lllsize (three sizes lower). These relative commands are used in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2274 % the LaTeX logo and acronyms.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2275 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2276 % This all needs generalizing, badly.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2277 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2278 \def\textfonts{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2279 \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2280 \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2281 \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2282 \let\tenttsl=\textttsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2283 \def\curfontsize{text}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2284 \def\lsize{reduced}\def\lllsize{smaller}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2285 \resetmathfonts \setleading{\textleading}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2286 \def\titlefonts{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2287 \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2288 \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2289 \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2290 \let\tenttsl=\titlettsl
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2291 \def\curfontsize{title}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2292 \def\lsize{chap}\def\lllsize{subsec}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2293 \resetmathfonts \setleading{25pt}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2294 \def\titlefont#1{{\titlefonts\rm #1}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2295 \def\chapfonts{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2296 \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2297 \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2298 \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2299 \let\tenttsl=\chapttsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2300 \def\curfontsize{chap}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2301 \def\lsize{sec}\def\lllsize{text}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2302 \resetmathfonts \setleading{19pt}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2303 \def\secfonts{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2304 \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2305 \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2306 \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2307 \let\tenttsl=\secttsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2308 \def\curfontsize{sec}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2309 \def\lsize{subsec}\def\lllsize{reduced}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2310 \resetmathfonts \setleading{16pt}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2311 \def\subsecfonts{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2312 \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2313 \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2314 \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2315 \let\tenttsl=\ssecttsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2316 \def\curfontsize{ssec}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2317 \def\lsize{text}\def\lllsize{small}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2318 \resetmathfonts \setleading{15pt}}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2319 \let\subsubsecfonts = \subsecfonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2320 \def\reducedfonts{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2321 \let\tenrm=\reducedrm \let\tenit=\reducedit \let\tensl=\reducedsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2322 \let\tenbf=\reducedbf \let\tentt=\reducedtt \let\reducedcaps=\reducedsc
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2323 \let\tensf=\reducedsf \let\teni=\reducedi \let\tensy=\reducedsy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2324 \let\tenttsl=\reducedttsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2325 \def\curfontsize{reduced}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2326 \def\lsize{small}\def\lllsize{smaller}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2327 \resetmathfonts \setleading{10.5pt}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2328 \def\smallfonts{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2329 \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2330 \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2331 \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2332 \let\tenttsl=\smallttsl
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2333 \def\curfontsize{small}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2334 \def\lsize{smaller}\def\lllsize{smaller}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2335 \resetmathfonts \setleading{10.5pt}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2336 \def\smallerfonts{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2337 \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2338 \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2339 \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2340 \let\tenttsl=\smallerttsl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2341 \def\curfontsize{smaller}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2342 \def\lsize{smaller}\def\lllsize{smaller}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2343 \resetmathfonts \setleading{9.5pt}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2344
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2345 % Set the fonts to use with the @small... environments.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2346 \let\smallexamplefonts = \smallfonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2347
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2348 % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2349 % can fit this many characters:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2350 % 8.5x11=86 smallbook=72 a4=90 a5=69
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2351 % If we use \scriptfonts (8pt), then we can fit this many characters:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2352 % 8.5x11=90+ smallbook=80 a4=90+ a5=77
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2353 % For me, subjectively, the few extra characters that fit aren't worth
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2354 % the additional smallness of 8pt. So I'm making the default 9pt.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2355 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2356 % By the way, for comparison, here's what fits with @example (10pt):
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2357 % 8.5x11=71 smallbook=60 a4=75 a5=58
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2358 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2359 % I wish the USA used A4 paper.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2360 % --karl, 24jan03.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2361
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2362
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2363 % Set up the default fonts, so we can use them for creating boxes.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2364 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2365 \definetextfontsizexi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2366
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2367 % Define these so they can be easily changed for other fonts.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2368 \def\angleleft{$\langle$}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2369 \def\angleright{$\rangle$}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2370
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2371 % Count depth in font-changes, for error checks
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2372 \newcount\fontdepth \fontdepth=0
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2373
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2374 % Fonts for short table of contents.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2375 \setfont\shortcontrm\rmshape{12}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2376 \setfont\shortcontbf\bfshape{10}{\magstep1}{OT1} % no cmb12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2377 \setfont\shortcontsl\slshape{12}{1000}{OT1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2378 \setfont\shortconttt\ttshape{12}{1000}{OT1TT}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2379
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2380 %% Add scribe-like font environments, plus @l for inline lisp (usually sans
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2381 %% serif) and @ii for TeX italic
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2382
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2383 % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2384 % unless the following character is such as not to need one.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2385 \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2386 \ptexslash\fi\fi\fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2387 \def\smartslanted#1{{\ifusingtt\ttsl\sl #1}\futurelet\next\smartitalicx}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2388 \def\smartitalic#1{{\ifusingtt\ttsl\it #1}\futurelet\next\smartitalicx}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2389
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2390 % like \smartslanted except unconditionally uses \ttsl.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2391 % @var is set to this for defun arguments.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2392 \def\ttslanted#1{{\ttsl #1}\futurelet\next\smartitalicx}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2393
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2394 % like \smartslanted except unconditionally use \sl. We never want
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2395 % ttsl for book titles, do we?
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2396 \def\cite#1{{\sl #1}\futurelet\next\smartitalicx}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2397
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2398 \let\i=\smartitalic
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2399 \let\slanted=\smartslanted
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2400 \let\var=\smartslanted
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2401 \let\dfn=\smartslanted
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2402 \let\emph=\smartitalic
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2403
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2404 % @b, explicit bold.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2405 \def\b#1{{\bf #1}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2406 \let\strong=\b
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2407
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2408 % @sansserif, explicit sans.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2409 \def\sansserif#1{{\sf #1}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2410
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2411 % We can't just use \exhyphenpenalty, because that only has effect at
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2412 % the end of a paragraph. Restore normal hyphenation at the end of the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2413 % group within which \nohyphenation is presumably called.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2414 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2415 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2416 \def\restorehyphenation{\hyphenchar\font = `- }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2417
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2418 % Set sfcode to normal for the chars that usually have another value.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2419 % Can't use plain's \frenchspacing because it uses the `\x notation, and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2420 % sometimes \x has an active definition that messes things up.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2421 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2422 \catcode`@=11
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2423 \def\plainfrenchspacing{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2424 \sfcode\dotChar =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2425 \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2426 \def\endofsentencespacefactor{1000}% for @. and friends
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2427 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2428 \def\plainnonfrenchspacing{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2429 \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2430 \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2431 \def\endofsentencespacefactor{3000}% for @. and friends
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2432 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2433 \catcode`@=\other
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2434 \def\endofsentencespacefactor{3000}% default
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2435
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2436 \def\t#1{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2437 {\tt \rawbackslash \plainfrenchspacing #1}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2438 \null
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2439 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2440 \def\samp#1{`\tclose{#1}'\null}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2441 \setfont\keyrm\rmshape{8}{1000}{OT1}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2442 \font\keysy=cmsy9
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2443 \def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2444 \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2445 \vbox{\hrule\kern-0.4pt
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2446 \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2447 \kern-0.4pt\hrule}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2448 \kern-.06em\raise0.4pt\hbox{\angleright}}}}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2449 \def\key #1{{\nohyphenation \uppercase{#1}}\null}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2450 % The old definition, with no lozenge:
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2451 %\def\key #1{{\ttsl \nohyphenation \uppercase{#1}}\null}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2452 \def\ctrl #1{{\tt \rawbackslash \hat}#1}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2453
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2454 % @file, @option are the same as @samp.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2455 \let\file=\samp
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2456 \let\option=\samp
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2457
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2458 % @code is a modification of @t,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2459 % which makes spaces the same size as normal in the surrounding text.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2460 \def\tclose#1{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2461 {%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2462 % Change normal interword space to be same as for the current font.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2463 \spaceskip = \fontdimen2\font
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2464 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2465 % Switch to typewriter.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2466 \tt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2467 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2468 % But `\ ' produces the large typewriter interword space.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2469 \def\ {{\spaceskip = 0pt{} }}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2470 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2471 % Turn off hyphenation.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2472 \nohyphenation
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2473 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2474 \rawbackslash
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2475 \plainfrenchspacing
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2476 #1%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2477 }%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2478 \null
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2479 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2480
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2481 % We *must* turn on hyphenation at `-' and `_' in @code.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2482 % Otherwise, it is too hard to avoid overfull hboxes
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2483 % in the Emacs manual, the Library manual, etc.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2484
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2485 % Unfortunately, TeX uses one parameter (\hyphenchar) to control
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2486 % both hyphenation at - and hyphenation within words.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2487 % We must therefore turn them both off (\tclose does that)
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2488 % and arrange explicitly to hyphenate at a dash.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2489 % -- rms.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2490 {
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2491 \catcode`\-=\active \catcode`\_=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2492 \catcode`\'=\active \catcode`\`=\active
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2493 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2494 \global\def\code{\begingroup
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2495 \catcode\rquoteChar=\active \catcode\lquoteChar=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2496 \let'\codequoteright \let`\codequoteleft
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2497 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2498 \catcode\dashChar=\active \catcode\underChar=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2499 \ifallowcodebreaks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2500 \let-\codedash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2501 \let_\codeunder
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2502 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2503 \let-\realdash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2504 \let_\realunder
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2505 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2506 \codex
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2507 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2508 }
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2509
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2510 \def\realdash{-}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2511 \def\codedash{-\discretionary{}{}{}}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2512 \def\codeunder{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2513 % this is all so @math{@code{var_name}+1} can work. In math mode, _
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2514 % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2515 % will therefore expand the active definition of _, which is us
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2516 % (inside @code that is), therefore an endless loop.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2517 \ifusingtt{\ifmmode
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2518 \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2519 \else\normalunderscore \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2520 \discretionary{}{}{}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2521 {\_}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2522 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2523 \def\codex #1{\tclose{#1}\endgroup}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2524
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2525 % An additional complication: the above will allow breaks after, e.g.,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2526 % each of the four underscores in __typeof__. This is undesirable in
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2527 % some manuals, especially if they don't have long identifiers in
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2528 % general. @allowcodebreaks provides a way to control this.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2529 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2530 \newif\ifallowcodebreaks \allowcodebreakstrue
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2531
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2532 \def\keywordtrue{true}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2533 \def\keywordfalse{false}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2534
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2535 \parseargdef\allowcodebreaks{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2536 \def\txiarg{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2537 \ifx\txiarg\keywordtrue
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2538 \allowcodebreakstrue
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2539 \else\ifx\txiarg\keywordfalse
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2540 \allowcodebreaksfalse
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2541 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2542 \errhelp = \EMsimple
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2543 \errmessage{Unknown @allowcodebreaks option `\txiarg'}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2544 \fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2545 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2546
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2547 % @kbd is like @code, except that if the argument is just one @key command,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2548 % then @kbd has no effect.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2549
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2550 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always),
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2551 % `example' (@kbd uses ttsl only inside of @example and friends),
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2552 % or `code' (@kbd uses normal tty font always).
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2553 \parseargdef\kbdinputstyle{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2554 \def\txiarg{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2555 \ifx\txiarg\worddistinct
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2556 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2557 \else\ifx\txiarg\wordexample
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2558 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2559 \else\ifx\txiarg\wordcode
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2560 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2561 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2562 \errhelp = \EMsimple
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2563 \errmessage{Unknown @kbdinputstyle option `\txiarg'}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2564 \fi\fi\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2565 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2566 \def\worddistinct{distinct}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2567 \def\wordexample{example}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2568 \def\wordcode{code}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2569
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2570 % Default is `distinct.'
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2571 \kbdinputstyle distinct
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2572
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2573 \def\xkey{\key}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2574 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2575 \ifx\one\xkey\ifx\threex\three \key{#2}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2576 \else{\tclose{\kbdfont\look}}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2577 \else{\tclose{\kbdfont\look}}\fi}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2578
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2579 % For @indicateurl, @env, @command quotes seem unnecessary, so use \code.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2580 \let\indicateurl=\code
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2581 \let\env=\code
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2582 \let\command=\code
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2583
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2584 % @clicksequence{File @click{} Open ...}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2585 \def\clicksequence#1{\begingroup #1\endgroup}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2586
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2587 % @clickstyle @arrow (by default)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2588 \parseargdef\clickstyle{\def\click{#1}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2589 \def\click{\arrow}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2590
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2591 % @uref (abbreviation for `urlref') takes an optional (comma-separated)
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2592 % second argument specifying the text to display and an optional third
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2593 % arg as text to display instead of (rather than in addition to) the url
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2594 % itself. First (mandatory) arg is the url. Perhaps eventually put in
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2595 % a hypertex \special here.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2596 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2597 \def\uref#1{\douref #1,,,\finish}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2598 \def\douref#1,#2,#3,#4\finish{\begingroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2599 \unsepspaces
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2600 \pdfurl{#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2601 \setbox0 = \hbox{\ignorespaces #3}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2602 \ifdim\wd0 > 0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2603 \unhbox0 % third arg given, show only that
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2604 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2605 \setbox0 = \hbox{\ignorespaces #2}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2606 \ifdim\wd0 > 0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2607 \ifpdf
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2608 \unhbox0 % PDF: 2nd arg given, show only it
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2609 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2610 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2611 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2612 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2613 \code{#1}% only url given, so show it
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2614 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2615 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2616 \endlink
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2617 \endgroup}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2618
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2619 % @url synonym for @uref, since that's how everyone uses it.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2620 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2621 \let\url=\uref
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2622
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2623 % rms does not like angle brackets --karl, 17may97.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2624 % So now @email is just like @uref, unless we are pdf.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2625 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2626 %\def\email#1{\angleleft{\tt #1}\angleright}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2627 \ifpdf
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2628 \def\email#1{\doemail#1,,\finish}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2629 \def\doemail#1,#2,#3\finish{\begingroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2630 \unsepspaces
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2631 \pdfurl{mailto:#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2632 \setbox0 = \hbox{\ignorespaces #2}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2633 \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2634 \endlink
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2635 \endgroup}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2636 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2637 \let\email=\uref
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2638 \fi
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2639
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2640 % Check if we are currently using a typewriter font. Since all the
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2641 % Computer Modern typewriter fonts have zero interword stretch (and
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2642 % shrink), and it is reasonable to expect all typewriter fonts to have
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2643 % this property, we can check that font parameter.
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
2644 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2645 \def\ifmonospace{\ifdim\fontdimen3\font=0pt }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2646
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2647 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2648 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2649 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2650 \def\dmn#1{\thinspace #1}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2651
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2652 \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2653
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2654 % @l was never documented to mean ``switch to the Lisp font'',
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2655 % and it is not used as such in any manual I can find. We need it for
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2656 % Polish suppressed-l. --karl, 22sep96.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2657 %\def\l#1{{\li #1}\null}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2658
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2659 % Explicit font changes: @r, @sc, undocumented @ii.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2660 \def\r#1{{\rm #1}} % roman font
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2661 \def\sc#1{{\smallcaps#1}} % smallcaps font
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2662 \def\ii#1{{\it #1}} % italic font
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2663
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2664 % @acronym for "FBI", "NATO", and the like.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2665 % We print this one point size smaller, since it's intended for
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2666 % all-uppercase.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2667 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2668 \def\acronym#1{\doacronym #1,,\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2669 \def\doacronym#1,#2,#3\finish{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2670 {\selectfonts\lsize #1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2671 \def\temp{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2672 \ifx\temp\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2673 \space ({\unsepspaces \ignorespaces \temp \unskip})%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2674 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2675 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2676
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2677 % @abbr for "Comput. J." and the like.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2678 % No font change, but don't do end-of-sentence spacing.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2679 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2680 \def\abbr#1{\doabbr #1,,\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2681 \def\doabbr#1,#2,#3\finish{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2682 {\plainfrenchspacing #1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2683 \def\temp{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2684 \ifx\temp\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2685 \space ({\unsepspaces \ignorespaces \temp \unskip})%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2686 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2687 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2688
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2689 % @pounds{} is a sterling sign, which Knuth put in the CM italic font.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2690 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2691 \def\pounds{{\it\$}}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2692
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2693 % @euro{} comes from a separate font, depending on the current style.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2694 % We use the free feym* fonts from the eurosym package by Henrik
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2695 % Theiling, which support regular, slanted, bold and bold slanted (and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2696 % "outlined" (blackboard board, sort of) versions, which we don't need).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2697 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2698 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2699 % Although only regular is the truly official Euro symbol, we ignore
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2700 % that. The Euro is designed to be slightly taller than the regular
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2701 % font height.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2702 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2703 % feymr - regular
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2704 % feymo - slanted
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2705 % feybr - bold
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2706 % feybo - bold slanted
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2707 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2708 % There is no good (free) typewriter version, to my knowledge.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2709 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2710 % Hmm.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2711 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2712 % Also doesn't work in math. Do we need to do math with euro symbols?
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2713 % Hope not.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2714 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2715 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2716 \def\euro{{\eurofont e}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2717 \def\eurofont{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2718 % We set the font at each command, rather than predefining it in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2719 % \textfonts and the other font-switching commands, so that
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2720 % installations which never need the symbol don't have to have the
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2721 % font installed.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2722 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2723 % There is only one designed size (nominal 10pt), so we always scale
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2724 % that to the current nominal size.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2725 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2726 % By the way, simply using "at 1em" works for cmr10 and the like, but
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2727 % does not work for cmbx10 and other extended/shrunken fonts.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2728 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2729 \def\eurosize{\csname\curfontsize nominalsize\endcsname}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2730 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2731 \ifx\curfontstyle\bfstylename
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2732 % bold:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2733 \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2734 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2735 % regular:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2736 \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2737 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2738 \thiseurofont
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2739 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2740
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2741 % Hacks for glyphs from the EC fonts similar to \euro. We don't
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2742 % use \let for the aliases, because sometimes we redefine the original
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2743 % macro, and the alias should reflect the redefinition.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2744 \def\guillemetleft{{\ecfont \char"13}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2745 \def\guillemotleft{\guillemetleft}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2746 \def\guillemetright{{\ecfont \char"14}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2747 \def\guillemotright{\guillemetright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2748 \def\guilsinglleft{{\ecfont \char"0E}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2749 \def\guilsinglright{{\ecfont \char"0F}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2750 \def\quotedblbase{{\ecfont \char"12}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2751 \def\quotesinglbase{{\ecfont \char"0D}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2752 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2753 \def\ecfont{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2754 % We can't distinguish serif/sanserif and italic/slanted, but this
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2755 % is used for crude hacks anyway (like adding French and German
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2756 % quotes to documents typeset with CM, where we lose kerning), so
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2757 % hopefully nobody will notice/care.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2758 \edef\ecsize{\csname\curfontsize ecsize\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2759 \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2760 \ifx\curfontstyle\bfstylename
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2761 % bold:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2762 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2763 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2764 % regular:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2765 \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2766 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2767 \thisecfont
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2768 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2769
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2770 % @registeredsymbol - R in a circle. The font for the R should really
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2771 % be smaller yet, but lllsize is the best we can do for now.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2772 % Adapted from the plain.tex definition of \copyright.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2773 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2774 \def\registeredsymbol{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2775 $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2776 \hfil\crcr\Orb}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2777 }$%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2778 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2779
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2780 % @textdegree - the normal degrees sign.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2781 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2782 \def\textdegree{$^\circ$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2783
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2784 % Laurent Siebenmann reports \Orb undefined with:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2785 % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2786 % so we'll define it if necessary.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2787 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2788 \ifx\Orb\undefined
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2789 \def\Orb{\mathhexbox20D}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2790 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2791
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2792 % Quotes.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2793 \chardef\quotedblleft="5C
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2794 \chardef\quotedblright=`\"
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2795 \chardef\quoteleft=`\`
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2796 \chardef\quoteright=`\'
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2797
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
2798
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2799 \message{page headings,}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2800
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2801 \newskip\titlepagetopglue \titlepagetopglue = 1.5in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2802 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2803
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2804 % First the title page. Must do @settitle before @titlepage.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2805 \newif\ifseenauthor
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2806 \newif\iffinishedtitlepage
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2807
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2808 % Do an implicit @contents or @shortcontents after @end titlepage if the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2809 % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2810 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2811 \newif\ifsetcontentsaftertitlepage
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2812 \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2813 \newif\ifsetshortcontentsaftertitlepage
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2814 \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2815
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2816 \parseargdef\shorttitlepage{\begingroup\hbox{}\vskip 1.5in \chaprm \centerline{#1}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2817 \endgroup\page\hbox{}\page}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2818
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2819 \envdef\titlepage{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2820 % Open one extra group, as we want to close it in the middle of \Etitlepage.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2821 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2822 \parindent=0pt \textfonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2823 % Leave some space at the very top of the page.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2824 \vglue\titlepagetopglue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2825 % No rule at page bottom unless we print one at the top with @title.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2826 \finishedtitlepagetrue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2827 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2828 % Most title ``pages'' are actually two pages long, with space
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2829 % at the top of the second. We don't want the ragged left on the second.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2830 \let\oldpage = \page
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2831 \def\page{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2832 \iffinishedtitlepage\else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2833 \finishtitlepage
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2834 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2835 \let\page = \oldpage
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2836 \page
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2837 \null
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2838 }%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2839 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2840
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2841 \def\Etitlepage{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2842 \iffinishedtitlepage\else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2843 \finishtitlepage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2844 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2845 % It is important to do the page break before ending the group,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2846 % because the headline and footline are only empty inside the group.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2847 % If we use the new definition of \page, we always get a blank page
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2848 % after the title page, which we certainly don't want.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2849 \oldpage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2850 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2851 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2852 % Need this before the \...aftertitlepage checks so that if they are
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2853 % in effect the toc pages will come out with page numbers.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2854 \HEADINGSon
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2855 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2856 % If they want short, they certainly want long too.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2857 \ifsetshortcontentsaftertitlepage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2858 \shortcontents
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2859 \contents
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2860 \global\let\shortcontents = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2861 \global\let\contents = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2862 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2863 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2864 \ifsetcontentsaftertitlepage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2865 \contents
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2866 \global\let\contents = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2867 \global\let\shortcontents = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2868 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2869 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2870
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2871 \def\finishtitlepage{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2872 \vskip4pt \hrule height 2pt width \hsize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2873 \vskip\titlepagebottomglue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2874 \finishedtitlepagetrue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2875 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2876
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2877 %%% Macros to be used within @titlepage:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2878
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2879 \let\subtitlerm=\tenrm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2880 \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2881
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2882 \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2883 \let\tt=\authortt}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2884
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2885 \parseargdef\title{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2886 \checkenv\titlepage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2887 \leftline{\titlefonts\rm #1}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2888 % print a rule at the page bottom also.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2889 \finishedtitlepagefalse
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2890 \vskip4pt \hrule height 4pt width \hsize \vskip4pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2891 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2892
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2893 \parseargdef\subtitle{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2894 \checkenv\titlepage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2895 {\subtitlefont \rightline{#1}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2896 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2897
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2898 % @author should come last, but may come many times.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2899 % It can also be used inside @quotation.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2900 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2901 \parseargdef\author{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2902 \def\temp{\quotation}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2903 \ifx\thisenv\temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2904 \def\quotationauthor{#1}% printed in \Equotation.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2905 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2906 \checkenv\titlepage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2907 \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2908 {\authorfont \leftline{#1}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2909 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2910 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2911
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2912
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2913 %%% Set up page headings and footings.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2914
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2915 \let\thispage=\folio
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2916
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2917 \newtoks\evenheadline % headline on even pages
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2918 \newtoks\oddheadline % headline on odd pages
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2919 \newtoks\evenfootline % footline on even pages
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2920 \newtoks\oddfootline % footline on odd pages
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2921
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2922 % Now make TeX use those variables
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2923 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2924 \else \the\evenheadline \fi}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2925 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2926 \else \the\evenfootline \fi}\HEADINGShook}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2927 \let\HEADINGShook=\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2928
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2929 % Commands to set those variables.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2930 % For example, this is what @headings on does
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2931 % @evenheading @thistitle|@thispage|@thischapter
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2932 % @oddheading @thischapter|@thispage|@thistitle
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2933 % @evenfooting @thisfile||
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2934 % @oddfooting ||@thisfile
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2935
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2936
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2937 \def\evenheading{\parsearg\evenheadingxxx}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2938 \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2939 \def\evenheadingyyy #1\|#2\|#3\|#4\finish{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2940 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2941
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2942 \def\oddheading{\parsearg\oddheadingxxx}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2943 \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2944 \def\oddheadingyyy #1\|#2\|#3\|#4\finish{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2945 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2946
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2947 \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2948
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2949 \def\evenfooting{\parsearg\evenfootingxxx}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2950 \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2951 \def\evenfootingyyy #1\|#2\|#3\|#4\finish{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2952 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2953
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2954 \def\oddfooting{\parsearg\oddfootingxxx}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2955 \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2956 \def\oddfootingyyy #1\|#2\|#3\|#4\finish{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2957 \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2958 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2959 % Leave some space for the footline. Hopefully ok to assume
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2960 % @evenfooting will not be used by itself.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2961 \global\advance\pageheight by -12pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2962 \global\advance\vsize by -12pt
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2963 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
2964
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2965 \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
2966
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2967 % @evenheadingmarks top \thischapter <- chapter at the top of a page
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2968 % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2969 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2970 % The same set of arguments for:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2971 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2972 % @oddheadingmarks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2973 % @evenfootingmarks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2974 % @oddfootingmarks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2975 % @everyheadingmarks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2976 % @everyfootingmarks
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2977
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2978 \def\evenheadingmarks{\headingmarks{even}{heading}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2979 \def\oddheadingmarks{\headingmarks{odd}{heading}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2980 \def\evenfootingmarks{\headingmarks{even}{footing}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2981 \def\oddfootingmarks{\headingmarks{odd}{footing}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2982 \def\everyheadingmarks#1 {\headingmarks{even}{heading}{#1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2983 \headingmarks{odd}{heading}{#1} }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2984 \def\everyfootingmarks#1 {\headingmarks{even}{footing}{#1}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2985 \headingmarks{odd}{footing}{#1} }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2986 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2987 \def\headingmarks#1#2#3 {%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2988 \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2989 \global\expandafter\let\csname get#1#2marks\endcsname \temp
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2990 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2991
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2992 \everyheadingmarks bottom
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
2993 \everyfootingmarks bottom
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2994
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2995 % @headings double turns headings on for double-sided printing.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2996 % @headings single turns headings on for single-sided printing.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2997 % @headings off turns them off.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2998 % @headings on same as @headings double, retained for compatibility.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
2999 % @headings after turns on double-sided headings after this page.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3000 % @headings doubleafter turns on double-sided headings after this page.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3001 % @headings singleafter turns on single-sided headings after this page.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3002 % By default, they are off at the start of a document,
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3003 % and turned `on' after @end titlepage.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3004
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3005 \def\headings #1 {\csname HEADINGS#1\endcsname}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3006
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3007 \def\HEADINGSoff{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3008 \global\evenheadline={\hfil} \global\evenfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3009 \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3010 \HEADINGSoff
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3011 % When we turn headings on, set the page number to 1.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3012 % For double-sided printing, put current file name in lower left corner,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3013 % chapter name on inside top of right hand pages, document
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3014 % title on inside top of left hand pages, and page numbers on outside top
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3015 % edge of all pages.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3016 \def\HEADINGSdouble{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3017 \global\pageno=1
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3018 \global\evenfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3019 \global\oddfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3020 \global\evenheadline={\line{\folio\hfil\thistitle}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3021 \global\oddheadline={\line{\thischapter\hfil\folio}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3022 \global\let\contentsalignmacro = \chapoddpage
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3023 }
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3024 \let\contentsalignmacro = \chappager
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3025
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3026 % For single-sided printing, chapter title goes across top left of page,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3027 % page number on top right.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3028 \def\HEADINGSsingle{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3029 \global\pageno=1
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3030 \global\evenfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3031 \global\oddfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3032 \global\evenheadline={\line{\thischapter\hfil\folio}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3033 \global\oddheadline={\line{\thischapter\hfil\folio}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3034 \global\let\contentsalignmacro = \chappager
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3035 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3036 \def\HEADINGSon{\HEADINGSdouble}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3037
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3038 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3039 \let\HEADINGSdoubleafter=\HEADINGSafter
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3040 \def\HEADINGSdoublex{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3041 \global\evenfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3042 \global\oddfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3043 \global\evenheadline={\line{\folio\hfil\thistitle}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3044 \global\oddheadline={\line{\thischapter\hfil\folio}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3045 \global\let\contentsalignmacro = \chapoddpage
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3046 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3047
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3048 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3049 \def\HEADINGSsinglex{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3050 \global\evenfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3051 \global\oddfootline={\hfil}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3052 \global\evenheadline={\line{\thischapter\hfil\folio}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3053 \global\oddheadline={\line{\thischapter\hfil\folio}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3054 \global\let\contentsalignmacro = \chappager
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3055 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3056
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3057 % Subroutines used in generating headings
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3058 % This produces Day Month Year style of output.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3059 % Only define if not already defined, in case a txi-??.tex file has set
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3060 % up a different format (e.g., txi-cs.tex does this).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3061 \ifx\today\undefined
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3062 \def\today{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3063 \number\day\space
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3064 \ifcase\month
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3065 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3066 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3067 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3068 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3069 \space\number\year}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3070 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3071
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3072 % @settitle line... specifies the title of the document, for headings.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3073 % It generates no output of its own.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3074 \def\thistitle{\putwordNoTitle}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3075 \def\settitle{\parsearg{\gdef\thistitle}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3076
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3077
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3078 \message{tables,}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3079 % Tables -- @table, @ftable, @vtable, @item(x).
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3080
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3081 % default indentation of table text
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3082 \newdimen\tableindent \tableindent=.8in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3083 % default indentation of @itemize and @enumerate text
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3084 \newdimen\itemindent \itemindent=.3in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3085 % margin between end of table item and start of table text.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3086 \newdimen\itemmargin \itemmargin=.1in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3087
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3088 % used internally for \itemindent minus \itemmargin
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3089 \newdimen\itemmax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3090
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3091 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3092 % these defs.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3093 % They also define \itemindex
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3094 % to index the item name in whatever manner is desired (perhaps none).
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3095
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3096 \newif\ifitemxneedsnegativevskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3097
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3098 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3099
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3100 \def\internalBitem{\smallbreak \parsearg\itemzzz}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3101 \def\internalBitemx{\itemxpar \parsearg\itemzzz}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3102
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3103 \def\itemzzz #1{\begingroup %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3104 \advance\hsize by -\rightskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3105 \advance\hsize by -\tableindent
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3106 \setbox0=\hbox{\itemindicate{#1}}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3107 \itemindex{#1}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3108 \nobreak % This prevents a break before @itemx.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3109 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3110 % If the item text does not fit in the space we have, put it on a line
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3111 % by itself, and do not allow a page break either before or after that
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3112 % line. We do not start a paragraph here because then if the next
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3113 % command is, e.g., @kindex, the whatsit would get put into the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3114 % horizontal list on a line by itself, resulting in extra blank space.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3115 \ifdim \wd0>\itemmax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3116 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3117 % Make this a paragraph so we get the \parskip glue and wrapping,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3118 % but leave it ragged-right.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3119 \begingroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3120 \advance\leftskip by-\tableindent
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3121 \advance\hsize by\tableindent
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3122 \advance\rightskip by0pt plus1fil
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3123 \leavevmode\unhbox0\par
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3124 \endgroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3125 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3126 % We're going to be starting a paragraph, but we don't want the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3127 % \parskip glue -- logically it's part of the @item we just started.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3128 \nobreak \vskip-\parskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3129 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3130 % Stop a page break at the \parskip glue coming up. However, if
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3131 % what follows is an environment such as @example, there will be no
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3132 % \parskip glue; then the negative vskip we just inserted would
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3133 % cause the example and the item to crash together. So we use this
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3134 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3135 % \parskip glue after all. Section titles are handled this way also.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3136 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3137 \penalty 10001
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3138 \endgroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3139 \itemxneedsnegativevskipfalse
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3140 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3141 % The item text fits into the space. Start a paragraph, so that the
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3142 % following text (if any) will end up on the same line.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3143 \noindent
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3144 % Do this with kerns and \unhbox so that if there is a footnote in
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3145 % the item text, it can migrate to the main vertical list and
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3146 % eventually be printed.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3147 \nobreak\kern-\tableindent
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3148 \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3149 \unhbox0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3150 \nobreak\kern\dimen0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3151 \endgroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3152 \itemxneedsnegativevskiptrue
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3153 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3154 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3155
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3156 \def\item{\errmessage{@item while not in a list environment}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3157 \def\itemx{\errmessage{@itemx while not in a list environment}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3158
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3159 % @table, @ftable, @vtable.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3160 \envdef\table{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3161 \let\itemindex\gobble
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3162 \tablecheck{table}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3163 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3164 \envdef\ftable{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3165 \def\itemindex ##1{\doind {fn}{\code{##1}}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3166 \tablecheck{ftable}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3167 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3168 \envdef\vtable{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3169 \def\itemindex ##1{\doind {vr}{\code{##1}}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3170 \tablecheck{vtable}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3171 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3172 \def\tablecheck#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3173 \ifnum \the\catcode`\^^M=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3174 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3175 \errmessage{This command won't work in this context; perhaps the problem is
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3176 that we are \inenvironment\thisenv}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3177 \def\next{\doignore{#1}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3178 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3179 \let\next\tablex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3180 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3181 \next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3182 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3183 \def\tablex#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3184 \def\itemindicate{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3185 \parsearg\tabley
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3186 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3187 \def\tabley#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3188 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3189 \makevalueexpandable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3190 \edef\temp{\noexpand\tablez #1\space\space\space}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3191 \expandafter
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3192 }\temp \endtablez
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3193 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3194 \def\tablez #1 #2 #3 #4\endtablez{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3195 \aboveenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3196 \ifnum 0#1>0 \advance \leftskip by #1\mil \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3197 \ifnum 0#2>0 \tableindent=#2\mil \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3198 \ifnum 0#3>0 \advance \rightskip by #3\mil \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3199 \itemmax=\tableindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3200 \advance \itemmax by -\itemmargin
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3201 \advance \leftskip by \tableindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3202 \exdentamount=\tableindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3203 \parindent = 0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3204 \parskip = \smallskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3205 \ifdim \parskip=0pt \parskip=2pt \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3206 \let\item = \internalBitem
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3207 \let\itemx = \internalBitemx
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3208 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3209 \def\Etable{\endgraf\afterenvbreak}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3210 \let\Eftable\Etable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3211 \let\Evtable\Etable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3212 \let\Eitemize\Etable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3213 \let\Eenumerate\Etable
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3214
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3215 % This is the counter used by @enumerate, which is really @itemize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3216
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3217 \newcount \itemno
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3218
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3219 \envdef\itemize{\parsearg\doitemize}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3220
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3221 \def\doitemize#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3222 \aboveenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3223 \itemmax=\itemindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3224 \advance\itemmax by -\itemmargin
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3225 \advance\leftskip by \itemindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3226 \exdentamount=\itemindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3227 \parindent=0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3228 \parskip=\smallskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3229 \ifdim\parskip=0pt \parskip=2pt \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3230 \def\itemcontents{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3231 % @itemize with no arg is equivalent to @itemize @bullet.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3232 \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3233 \let\item=\itemizeitem
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3234 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3235
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3236 % Definition of @item while inside @itemize and @enumerate.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3237 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3238 \def\itemizeitem{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3239 \advance\itemno by 1 % for enumerations
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3240 {\let\par=\endgraf \smallbreak}% reasonable place to break
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3241 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3242 % If the document has an @itemize directly after a section title, a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3243 % \nobreak will be last on the list, and \sectionheading will have
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3244 % done a \vskip-\parskip. In that case, we don't want to zero
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3245 % parskip, or the item text will crash with the heading. On the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3246 % other hand, when there is normal text preceding the item (as there
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3247 % usually is), we do want to zero parskip, or there would be too much
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3248 % space. In that case, we won't have a \nobreak before. At least
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3249 % that's the theory.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3250 \ifnum\lastpenalty<10000 \parskip=0in \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3251 \noindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3252 \hbox to 0pt{\hss \itemcontents \kern\itemmargin}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3253 \vadjust{\penalty 1200}}% not good to break after first line of item.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3254 \flushcr
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3255 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3256
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3257 % \splitoff TOKENS\endmark defines \first to be the first token in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3258 % TOKENS, and \rest to be the remainder.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3259 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3260 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3261
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3262 % Allow an optional argument of an uppercase letter, lowercase letter,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3263 % or number, to specify the first label in the enumerated list. No
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3264 % argument is the same as `1'.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3265 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3266 \envparseargdef\enumerate{\enumeratey #1 \endenumeratey}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3267 \def\enumeratey #1 #2\endenumeratey{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3268 % If we were given no argument, pretend we were given `1'.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3269 \def\thearg{#1}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3270 \ifx\thearg\empty \def\thearg{1}\fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3271 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3272 % Detect if the argument is a single token. If so, it might be a
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3273 % letter. Otherwise, the only valid thing it can be is a number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3274 % (We will always have one token, because of the test we just made.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3275 % This is a good thing, since \splitoff doesn't work given nothing at
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3276 % all -- the first parameter is undelimited.)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3277 \expandafter\splitoff\thearg\endmark
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3278 \ifx\rest\empty
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3279 % Only one token in the argument. It could still be anything.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3280 % A ``lowercase letter'' is one whose \lccode is nonzero.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3281 % An ``uppercase letter'' is one whose \lccode is both nonzero, and
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3282 % not equal to itself.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3283 % Otherwise, we assume it's a number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3284 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3285 % We need the \relax at the end of the \ifnum lines to stop TeX from
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3286 % continuing to look for a <number>.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3287 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3288 \ifnum\lccode\expandafter`\thearg=0\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3289 \numericenumerate % a number (we hope)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3290 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3291 % It's a letter.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3292 \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3293 \lowercaseenumerate % lowercase letter
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3294 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3295 \uppercaseenumerate % uppercase letter
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3296 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3297 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3298 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3299 % Multiple tokens in the argument. We hope it's a number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3300 \numericenumerate
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3301 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3302 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3303
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3304 % An @enumerate whose labels are integers. The starting integer is
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3305 % given in \thearg.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3306 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3307 \def\numericenumerate{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3308 \itemno = \thearg
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3309 \startenumeration{\the\itemno}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3310 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3311
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3312 % The starting (lowercase) letter is in \thearg.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3313 \def\lowercaseenumerate{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3314 \itemno = \expandafter`\thearg
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3315 \startenumeration{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3316 % Be sure we're not beyond the end of the alphabet.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3317 \ifnum\itemno=0
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3318 \errmessage{No more lowercase letters in @enumerate; get a bigger
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3319 alphabet}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3320 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3321 \char\lccode\itemno
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3322 }%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3323 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3324
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3325 % The starting (uppercase) letter is in \thearg.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3326 \def\uppercaseenumerate{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3327 \itemno = \expandafter`\thearg
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3328 \startenumeration{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3329 % Be sure we're not beyond the end of the alphabet.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3330 \ifnum\itemno=0
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3331 \errmessage{No more uppercase letters in @enumerate; get a bigger
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3332 alphabet}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3333 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3334 \char\uccode\itemno
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3335 }%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3336 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3337
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3338 % Call \doitemize, adding a period to the first argument and supplying the
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3339 % common last two arguments. Also subtract one from the initial value in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3340 % \itemno, since @item increments \itemno.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3341 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3342 \def\startenumeration#1{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3343 \advance\itemno by -1
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3344 \doitemize{#1.}\flushcr
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3345 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3346
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3347 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3348 % to @enumerate.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3349 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3350 \def\alphaenumerate{\enumerate{a}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3351 \def\capsenumerate{\enumerate{A}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3352 \def\Ealphaenumerate{\Eenumerate}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3353 \def\Ecapsenumerate{\Eenumerate}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3354
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3355
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3356 % @multitable macros
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3357 % Amy Hendrickson, 8/18/94, 3/6/96
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3358 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3359 % @multitable ... @end multitable will make as many columns as desired.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3360 % Contents of each column will wrap at width given in preamble. Width
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3361 % can be specified either with sample text given in a template line,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3362 % or in percent of \hsize, the current width of text on page.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3363
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3364 % Table can continue over pages but will only break between lines.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3365
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3366 % To make preamble:
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3367 %
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3368 % Either define widths of columns in terms of percent of \hsize:
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3369 % @multitable @columnfractions .25 .3 .45
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3370 % @item ...
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3371 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3372 % Numbers following @columnfractions are the percent of the total
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3373 % current hsize to be used for each column. You may use as many
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3374 % columns as desired.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3375
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3376
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3377 % Or use a template:
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3378 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3379 % @item ...
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3380 % using the widest term desired in each column.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3381
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3382 % Each new table line starts with @item, each subsequent new column
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3383 % starts with @tab. Empty columns may be produced by supplying @tab's
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3384 % with nothing between them for as many times as empty columns are needed,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3385 % ie, @tab@tab@tab will produce two empty columns.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3386
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3387 % @item, @tab do not need to be on their own lines, but it will not hurt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3388 % if they are.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3389
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3390 % Sample multitable:
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3391
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3392 % @multitable {Column 1 template} {Column 2 template} {Column 3 template}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3393 % @item first col stuff @tab second col stuff @tab third col
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3394 % @item
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3395 % first col stuff
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3396 % @tab
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3397 % second col stuff
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3398 % @tab
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3399 % third col
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3400 % @item first col stuff @tab second col stuff
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3401 % @tab Many paragraphs of text may be used in any column.
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3402 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3403 % They will wrap at the width determined by the template.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3404 % @item@tab@tab This will be in third column.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3405 % @end multitable
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3406
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3407 % Default dimensions may be reset by user.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3408 % @multitableparskip is vertical space between paragraphs in table.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3409 % @multitableparindent is paragraph indent in table.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3410 % @multitablecolmargin is horizontal space to be left between columns.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3411 % @multitablelinespace is space to leave between table items, baseline
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3412 % to baseline.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3413 % 0pt means it depends on current normal line spacing.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3414 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3415 \newskip\multitableparskip
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3416 \newskip\multitableparindent
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3417 \newdimen\multitablecolspace
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3418 \newskip\multitablelinespace
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3419 \multitableparskip=0pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3420 \multitableparindent=6pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3421 \multitablecolspace=12pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3422 \multitablelinespace=0pt
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3423
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3424 % Macros used to set up halign preamble:
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3425 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3426 \let\endsetuptable\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3427 \def\xendsetuptable{\endsetuptable}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3428 \let\columnfractions\relax
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3429 \def\xcolumnfractions{\columnfractions}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3430 \newif\ifsetpercent
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3431
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3432 % #1 is the @columnfraction, usually a decimal number like .5, but might
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3433 % be just 1. We just use it, whatever it is.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3434 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3435 \def\pickupwholefraction#1 {%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3436 \global\advance\colcount by 1
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3437 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3438 \setuptable
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3439 }
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3440
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3441 \newcount\colcount
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3442 \def\setuptable#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3443 \def\firstarg{#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3444 \ifx\firstarg\xendsetuptable
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3445 \let\go = \relax
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3446 \else
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3447 \ifx\firstarg\xcolumnfractions
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3448 \global\setpercenttrue
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3449 \else
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3450 \ifsetpercent
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3451 \let\go\pickupwholefraction
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3452 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3453 \global\advance\colcount by 1
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3454 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3455 % separator; typically that is always in the input, anyway.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3456 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3457 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3458 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3459 \ifx\go\pickupwholefraction
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3460 % Put the argument back for the \pickupwholefraction call, so
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3461 % we'll always have a period there to be parsed.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3462 \def\go{\pickupwholefraction#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3463 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3464 \let\go = \setuptable
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3465 \fi%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3466 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3467 \go
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3468 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3469
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3470 % multitable-only commands.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3471 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3472 % @headitem starts a heading row, which we typeset in bold.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3473 % Assignments have to be global since we are inside the implicit group
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3474 % of an alignment entry. Note that \everycr resets \everytab.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3475 \def\headitem{\checkenv\multitable \crcr \global\everytab={\bf}\the\everytab}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3476 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3477 % A \tab used to include \hskip1sp. But then the space in a template
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3478 % line is not enough. That is bad. So let's go back to just `&' until
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3479 % we encounter the problem it was intended to solve again.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3480 % --karl, nathan@acm.org, 20apr99.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3481 \def\tab{\checkenv\multitable &\the\everytab}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3482
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3483 % @multitable ... @end multitable definitions:
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3484 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3485 \newtoks\everytab % insert after every tab.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3486 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3487 \envdef\multitable{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3488 \vskip\parskip
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3489 \startsavinginserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3490 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3491 % @item within a multitable starts a normal row.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3492 % We use \def instead of \let so that if one of the multitable entries
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3493 % contains an @itemize, we don't choke on the \item (seen as \crcr aka
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3494 % \endtemplate) expanding \doitemize.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3495 \def\item{\crcr}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3496 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3497 \tolerance=9500
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3498 \hbadness=9500
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3499 \setmultitablespacing
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3500 \parskip=\multitableparskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3501 \parindent=\multitableparindent
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3502 \overfullrule=0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3503 \global\colcount=0
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3504 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3505 \everycr = {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3506 \noalign{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3507 \global\everytab={}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3508 \global\colcount=0 % Reset the column counter.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3509 % Check for saved footnotes, etc.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3510 \checkinserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3511 % Keeps underfull box messages off when table breaks over pages.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3512 %\filbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3513 % Maybe so, but it also creates really weird page breaks when the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3514 % table breaks over pages. Wouldn't \vfil be better? Wait until the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3515 % problem manifests itself, so it can be fixed for real --karl.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3516 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3517 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3518 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3519 \parsearg\domultitable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3520 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3521 \def\domultitable#1{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3522 % To parse everything between @multitable and @item:
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3523 \setuptable#1 \endsetuptable
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3524 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3525 % This preamble sets up a generic column definition, which will
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3526 % be used as many times as user calls for columns.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3527 % \vtop will set a single line and will also let text wrap and
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3528 % continue for many paragraphs if desired.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3529 \halign\bgroup &%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3530 \global\advance\colcount by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3531 \multistrut
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3532 \vtop{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3533 % Use the current \colcount to find the correct column width:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3534 \hsize=\expandafter\csname col\the\colcount\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3535 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3536 % In order to keep entries from bumping into each other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3537 % we will add a \leftskip of \multitablecolspace to all columns after
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3538 % the first one.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3539 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3540 % If a template has been used, we will add \multitablecolspace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3541 % to the width of each template entry.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3542 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3543 % If the user has set preamble in terms of percent of \hsize we will
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3544 % use that dimension as the width of the column, and the \leftskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3545 % will keep entries from bumping into each other. Table will start at
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3546 % left margin and final column will justify at right margin.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3547 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3548 % Make sure we don't inherit \rightskip from the outer environment.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3549 \rightskip=0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3550 \ifnum\colcount=1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3551 % The first column will be indented with the surrounding text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3552 \advance\hsize by\leftskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3553 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3554 \ifsetpercent \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3555 % If user has not set preamble in terms of percent of \hsize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3556 % we will advance \hsize by \multitablecolspace.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3557 \advance\hsize by \multitablecolspace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3558 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3559 % In either case we will make \leftskip=\multitablecolspace:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3560 \leftskip=\multitablecolspace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3561 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3562 % Ignoring space at the beginning and end avoids an occasional spurious
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3563 % blank line, when TeX decides to break the line at the space before the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3564 % box from the multistrut, so the strut ends up on a line by itself.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3565 % For example:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3566 % @multitable @columnfractions .11 .89
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3567 % @item @code{#}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3568 % @tab Legal holiday which is valid in major parts of the whole country.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3569 % Is automatically provided with highlighting sequences respectively
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3570 % marking characters.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3571 \noindent\ignorespaces##\unskip\multistrut
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3572 }\cr
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3573 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3574 \def\Emultitable{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3575 \crcr
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3576 \egroup % end the \halign
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3577 \global\setpercentfalse
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3578 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3579
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3580 \def\setmultitablespacing{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3581 \def\multistrut{\strut}% just use the standard line spacing
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3582 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3583 % Compute \multitablelinespace (if not defined by user) for use in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3584 % \multitableparskip calculation. We used define \multistrut based on
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3585 % this, but (ironically) that caused the spacing to be off.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3586 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3587 \ifdim\multitablelinespace=0pt
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3588 \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3589 \global\advance\multitablelinespace by-\ht0
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3590 \fi
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3591 %% Test to see if parskip is larger than space between lines of
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
3592 %% table. If not, do nothing.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3593 %% If so, set to same dimension as multitablelinespace.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3594 \ifdim\multitableparskip>\multitablelinespace
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3595 \global\multitableparskip=\multitablelinespace
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3596 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3597 %% than skip between lines in the table.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3598 \fi%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3599 \ifdim\multitableparskip=0pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3600 \global\multitableparskip=\multitablelinespace
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3601 \global\advance\multitableparskip-7pt %% to keep parskip somewhat smaller
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3602 %% than skip between lines in the table.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3603 \fi}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
3604
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3605
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3606 \message{conditionals,}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3607
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3608 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3609 % @ifnotxml always succeed. They currently do nothing; we don't
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3610 % attempt to check whether the conditionals are properly nested. But we
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3611 % have to remember that they are conditionals, so that @end doesn't
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3612 % attempt to close an environment group.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3613 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3614 \def\makecond#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3615 \expandafter\let\csname #1\endcsname = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3616 \expandafter\let\csname iscond.#1\endcsname = 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3617 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3618 \makecond{iftex}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3619 \makecond{ifnotdocbook}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3620 \makecond{ifnothtml}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3621 \makecond{ifnotinfo}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3622 \makecond{ifnotplaintext}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3623 \makecond{ifnotxml}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3624
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3625 % Ignore @ignore, @ifhtml, @ifinfo, and the like.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3626 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3627 \def\direntry{\doignore{direntry}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3628 \def\documentdescription{\doignore{documentdescription}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3629 \def\docbook{\doignore{docbook}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3630 \def\html{\doignore{html}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3631 \def\ifdocbook{\doignore{ifdocbook}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3632 \def\ifhtml{\doignore{ifhtml}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3633 \def\ifinfo{\doignore{ifinfo}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3634 \def\ifnottex{\doignore{ifnottex}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3635 \def\ifplaintext{\doignore{ifplaintext}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3636 \def\ifxml{\doignore{ifxml}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3637 \def\ignore{\doignore{ignore}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3638 \def\menu{\doignore{menu}}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3639 \def\xml{\doignore{xml}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3640
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3641 % Ignore text until a line `@end #1', keeping track of nested conditionals.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3642 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3643 % A count to remember the depth of nesting.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3644 \newcount\doignorecount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3645
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3646 \def\doignore#1{\begingroup
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3647 % Scan in ``verbatim'' mode:
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3648 \obeylines
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3649 \catcode`\@ = \other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3650 \catcode`\{ = \other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3651 \catcode`\} = \other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3652 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3653 % Make sure that spaces turn into tokens that match what \doignoretext wants.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3654 \spaceisspace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3655 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3656 % Count number of #1's that we've seen.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3657 \doignorecount = 0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3658 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3659 % Swallow text until we reach the matching `@end #1'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3660 \dodoignore{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3661 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3662
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3663 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3664 \obeylines %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3665 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3666 \gdef\dodoignore#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3667 % #1 contains the command name as a string, e.g., `ifinfo'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3668 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3669 % Define a command to find the next `@end #1'.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3670 \long\def\doignoretext##1^^M@end #1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3671 \doignoretextyyy##1^^M@#1\_STOP_}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3672 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3673 % And this command to find another #1 command, at the beginning of a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3674 % line. (Otherwise, we would consider a line `@c @ifset', for
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3675 % example, to count as an @ifset for nesting.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3676 \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3677 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3678 % And now expand that command.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3679 \doignoretext ^^M%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3680 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3681 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3682
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3683 \def\doignoreyyy#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3684 \def\temp{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3685 \ifx\temp\empty % Nothing found.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3686 \let\next\doignoretextzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3687 \else % Found a nested condition, ...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3688 \advance\doignorecount by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3689 \let\next\doignoretextyyy % ..., look for another.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3690 % If we're here, #1 ends with ^^M\ifinfo (for example).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3691 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3692 \next #1% the token \_STOP_ is present just after this macro.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3693 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3694
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3695 % We have to swallow the remaining "\_STOP_".
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3696 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3697 \def\doignoretextzzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3698 \ifnum\doignorecount = 0 % We have just found the outermost @end.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3699 \let\next\enddoignore
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3700 \else % Still inside a nested condition.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3701 \advance\doignorecount by -1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3702 \let\next\doignoretext % Look for the next @end.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3703 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3704 \next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3705 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3706
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3707 % Finish off ignored text.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3708 { \obeylines%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3709 % Ignore anything after the last `@end #1'; this matters in verbatim
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3710 % environments, where otherwise the newline after an ignored conditional
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3711 % would result in a blank line in the output.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3712 \gdef\enddoignore#1^^M{\endgroup\ignorespaces}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3713 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3714
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3715
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3716 % @set VAR sets the variable VAR to an empty value.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3717 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3718 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3719 % Since we want to separate VAR from REST-OF-LINE (which might be
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3720 % empty), we can't just use \parsearg; we have to insert a space of our
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3721 % own to delimit the rest of the line, and then take it out again if we
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3722 % didn't need it.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3723 % We rely on the fact that \parsearg sets \catcode`\ =10.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3724 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3725 \parseargdef\set{\setyyy#1 \endsetyyy}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3726 \def\setyyy#1 #2\endsetyyy{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3727 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3728 \makevalueexpandable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3729 \def\temp{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3730 \edef\next{\gdef\makecsname{SET#1}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3731 \ifx\temp\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3732 \next{}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3733 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3734 \setzzz#2\endsetzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3735 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3736 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3737 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3738 % Remove the trailing space \setxxx inserted.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3739 \def\setzzz#1 \endsetzzz{\next{#1}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3740
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3741 % @clear VAR clears (i.e., unsets) the variable VAR.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3742 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3743 \parseargdef\clear{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3744 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3745 \makevalueexpandable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3746 \global\expandafter\let\csname SET#1\endcsname=\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3747 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3748 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3749
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3750 % @value{foo} gets the text saved in variable foo.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3751 \def\value{\begingroup\makevalueexpandable\valuexxx}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3752 \def\valuexxx#1{\expandablevalue{#1}\endgroup}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3753 {
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3754 \catcode`\- = \active \catcode`\_ = \active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3755 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3756 \gdef\makevalueexpandable{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3757 \let\value = \expandablevalue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3758 % We don't want these characters active, ...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3759 \catcode`\-=\other \catcode`\_=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3760 % ..., but we might end up with active ones in the argument if
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3761 % we're called from @code, as @code{@value{foo-bar_}}, though.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3762 % So \let them to their normal equivalents.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3763 \let-\realdash \let_\normalunderscore
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3764 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3765 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3766
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3767 % We have this subroutine so that we can handle at least some @value's
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3768 % properly in indexes (we call \makevalueexpandable in \indexdummies).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3769 % The command has to be fully expandable (if the variable is set), since
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3770 % the result winds up in the index file. This means that if the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3771 % variable's value contains other Texinfo commands, it's almost certain
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3772 % it will fail (although perhaps we could fix that with sufficient work
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3773 % to do a one-level expansion on the result, instead of complete).
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3774 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3775 \def\expandablevalue#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3776 \expandafter\ifx\csname SET#1\endcsname\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3777 {[No value for ``#1'']}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3778 \message{Variable `#1', used in @value, is not set.}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3779 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3780 \csname SET#1\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3781 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3782 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3783
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3784 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3785 % with @set.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3786 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3787 % To get special treatment of `@end ifset,' call \makeond and the redefine.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3788 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3789 \makecond{ifset}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3790 \def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3791 \def\doifset#1#2{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3792 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3793 \makevalueexpandable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3794 \let\next=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3795 \expandafter\ifx\csname SET#2\endcsname\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3796 #1% If not set, redefine \next.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3797 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3798 \expandafter
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3799 }\next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3800 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3801 \def\ifsetfail{\doignore{ifset}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3802
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3803 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3804 % defined with @set, or has been undefined with @clear.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3805 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3806 % The `\else' inside the `\doifset' parameter is a trick to reuse the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3807 % above code: if the variable is not set, do nothing, if it is set,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3808 % then redefine \next to \ifclearfail.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3809 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3810 \makecond{ifclear}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3811 \def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3812 \def\ifclearfail{\doignore{ifclear}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3813
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3814 % @dircategory CATEGORY -- specify a category of the dir file
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3815 % which this file should belong to. Ignore this in TeX.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3816 \let\dircategory=\comment
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3817
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3818 % @defininfoenclose.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3819 \let\definfoenclose=\comment
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3820
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3821
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3822 \message{indexing,}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3823 % Index generation facilities
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3824
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3825 % Define \newwrite to be identical to plain tex's \newwrite
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3826 % except not \outer, so it can be used within macros and \if's.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3827 \edef\newwrite{\makecsname{ptexnewwrite}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3828
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3829 % \newindex {foo} defines an index named foo.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3830 % It automatically defines \fooindex such that
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3831 % \fooindex ...rest of line... puts an entry in the index foo.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3832 % It also defines \fooindfile to be the number of the output channel for
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3833 % the file that accumulates this index. The file's extension is foo.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3834 % The name of an index should be no more than 2 characters long
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3835 % for the sake of vms.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3836 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3837 \def\newindex#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3838 \iflinks
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3839 \expandafter\newwrite \csname#1indfile\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3840 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3841 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3842 \expandafter\xdef\csname#1index\endcsname{% % Define @#1index
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3843 \noexpand\doindex{#1}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3844 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3845
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3846 % @defindex foo == \newindex{foo}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3847 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3848 \def\defindex{\parsearg\newindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3849
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3850 % Define @defcodeindex, like @defindex except put all entries in @code.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3851 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3852 \def\defcodeindex{\parsearg\newcodeindex}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3853 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3854 \def\newcodeindex#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3855 \iflinks
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3856 \expandafter\newwrite \csname#1indfile\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3857 \openout \csname#1indfile\endcsname \jobname.#1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3858 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
3859 \expandafter\xdef\csname#1index\endcsname{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3860 \noexpand\docodeindex{#1}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3861 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3862
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3863
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3864 % @synindex foo bar makes index foo feed into index bar.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3865 % Do this instead of @defindex foo if you don't want it as a separate index.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3866 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3867 % @syncodeindex foo bar similar, but put all entries made for index foo
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3868 % inside @code.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3869 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3870 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3871 \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3872
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3873 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo),
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3874 % #3 the target index (bar).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3875 \def\dosynindex#1#2#3{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3876 % Only do \closeout if we haven't already done it, else we'll end up
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3877 % closing the target index.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3878 \expandafter \ifx\csname donesynindex#2\endcsname \relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3879 % The \closeout helps reduce unnecessary open files; the limit on the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3880 % Acorn RISC OS is a mere 16 files.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3881 \expandafter\closeout\csname#2indfile\endcsname
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3882 \expandafter\let\csname donesynindex#2\endcsname = 1
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3883 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3884 % redefine \fooindfile:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3885 \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3886 \expandafter\let\csname#2indfile\endcsname=\temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3887 % redefine \fooindex:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3888 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3889 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3890
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3891 % Define \doindex, the driver for all \fooindex macros.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3892 % Argument #1 is generated by the calling \fooindex macro,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3893 % and it is "foo", the name of the index.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3894
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3895 % \doindex just uses \parsearg; it calls \doind for the actual work.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3896 % This is because \doind is more useful to call from other macros.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3897
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3898 % There is also \dosubind {index}{topic}{subtopic}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3899 % which makes an entry in a two-level index such as the operation index.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3900
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3901 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3902 \def\singleindexer #1{\doind{\indexname}{#1}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3903
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3904 % like the previous two, but they put @code around the argument.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3905 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3906 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3907
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3908 % Take care of Texinfo commands that can appear in an index entry.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3909 % Since there are some commands we want to expand, and others we don't,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3910 % we have to laboriously prevent expansion for those that we don't.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3911 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
3912 \def\indexdummies{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3913 \escapechar = `\\ % use backslash in output files.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3914 \def\@{@}% change to @@ when we switch to @ as escape char in index files.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3915 \def\ {\realbackslash\space }%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3916 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3917 % Need these in case \tex is in effect and \{ is a \delimiter again.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3918 % But can't use \lbracecmd and \rbracecmd because texindex assumes
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3919 % braces and backslashes are used only as delimiters.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3920 \let\{ = \mylbrace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3921 \let\} = \myrbrace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3922 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3923 % I don't entirely understand this, but when an index entry is
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3924 % generated from a macro call, the \endinput which \scanmacro inserts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3925 % causes processing to be prematurely terminated. This is,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3926 % apparently, because \indexsorttmp is fully expanded, and \endinput
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3927 % is an expandable command. The redefinition below makes \endinput
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3928 % disappear altogether for that purpose -- although logging shows that
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3929 % processing continues to some further point. On the other hand, it
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3930 % seems \endinput does not hurt in the printed index arg, since that
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3931 % is still getting written without apparent harm.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3932 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3933 % Sample source (mac-idx3.tex, reported by Graham Percival to
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3934 % help-texinfo, 22may06):
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3935 % @macro funindex {WORD}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3936 % @findex xyz
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3937 % @end macro
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3938 % ...
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3939 % @funindex commtest
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3940 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3941 % The above is not enough to reproduce the bug, but it gives the flavor.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3942 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3943 % Sample whatsit resulting:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3944 % .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3945 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3946 % So:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3947 \let\endinput = \empty
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3948 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3949 % Do the redefinitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3950 \commondummies
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3951 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3952
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3953 % For the aux and toc files, @ is the escape character. So we want to
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3954 % redefine everything using @ as the escape character (instead of
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3955 % \realbackslash, still used for index files). When everything uses @,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3956 % this will be simpler.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3957 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3958 \def\atdummies{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3959 \def\@{@@}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3960 \def\ {@ }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3961 \let\{ = \lbraceatcmd
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3962 \let\} = \rbraceatcmd
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3963 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3964 % Do the redefinitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3965 \commondummies
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3966 \otherbackslash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3967 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3968
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3969 % Called from \indexdummies and \atdummies.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3970 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3971 \def\commondummies{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3972 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3973 % \definedummyword defines \#1 as \string\#1\space, thus effectively
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3974 % preventing its expansion. This is used only for control% words,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3975 % not control letters, because the \space would be incorrect for
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3976 % control characters, but is needed to separate the control word
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3977 % from whatever follows.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3978 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3979 % For control letters, we have \definedummyletter, which omits the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3980 % space.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3981 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3982 % These can be used both for control words that take an argument and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3983 % those that do not. If it is followed by {arg} in the input, then
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3984 % that will dutifully get written to the index (or wherever).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3985 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3986 \def\definedummyword ##1{\def##1{\string##1\space}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3987 \def\definedummyletter##1{\def##1{\string##1}}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3988 \let\definedummyaccent\definedummyletter
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3989 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3990 \commondummiesnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3991 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3992 \definedummyletter\_%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3993 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
3994 % Non-English letters.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3995 \definedummyword\AA
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3996 \definedummyword\AE
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3997 \definedummyword\L
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3998 \definedummyword\OE
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
3999 \definedummyword\O
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4000 \definedummyword\aa
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4001 \definedummyword\ae
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4002 \definedummyword\l
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4003 \definedummyword\oe
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4004 \definedummyword\o
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4005 \definedummyword\ss
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4006 \definedummyword\exclamdown
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4007 \definedummyword\questiondown
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4008 \definedummyword\ordf
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4009 \definedummyword\ordm
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4010 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4011 % Although these internal commands shouldn't show up, sometimes they do.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4012 \definedummyword\bf
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4013 \definedummyword\gtr
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4014 \definedummyword\hat
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4015 \definedummyword\less
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4016 \definedummyword\sf
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4017 \definedummyword\sl
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4018 \definedummyword\tclose
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4019 \definedummyword\tt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4020 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4021 \definedummyword\LaTeX
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4022 \definedummyword\TeX
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4023 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4024 % Assorted special characters.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4025 \definedummyword\bullet
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4026 \definedummyword\comma
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4027 \definedummyword\copyright
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4028 \definedummyword\registeredsymbol
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4029 \definedummyword\dots
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4030 \definedummyword\enddots
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4031 \definedummyword\equiv
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4032 \definedummyword\error
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4033 \definedummyword\euro
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4034 \definedummyword\guillemetleft
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4035 \definedummyword\guillemetright
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4036 \definedummyword\guilsinglleft
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4037 \definedummyword\guilsinglright
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4038 \definedummyword\expansion
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4039 \definedummyword\minus
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4040 \definedummyword\pounds
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4041 \definedummyword\point
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4042 \definedummyword\print
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4043 \definedummyword\quotedblbase
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4044 \definedummyword\quotedblleft
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4045 \definedummyword\quotedblright
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4046 \definedummyword\quoteleft
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4047 \definedummyword\quoteright
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4048 \definedummyword\quotesinglbase
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4049 \definedummyword\result
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4050 \definedummyword\textdegree
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4051 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4052 % We want to disable all macros so that they are not expanded by \write.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4053 \macrolist
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4054 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4055 \normalturnoffactive
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4056 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4057 % Handle some cases of @value -- where it does not contain any
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4058 % (non-fully-expandable) commands.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4059 \makevalueexpandable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4060 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4061
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4062 % \commondummiesnofonts: common to \commondummies and \indexnofonts.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4063 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4064 \def\commondummiesnofonts{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4065 % Control letters and accents.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4066 \definedummyletter\!%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4067 \definedummyaccent\"%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4068 \definedummyaccent\'%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4069 \definedummyletter\*%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4070 \definedummyaccent\,%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4071 \definedummyletter\.%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4072 \definedummyletter\/%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4073 \definedummyletter\:%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4074 \definedummyaccent\=%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4075 \definedummyletter\?%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4076 \definedummyaccent\^%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4077 \definedummyaccent\`%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4078 \definedummyaccent\~%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4079 \definedummyword\u
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4080 \definedummyword\v
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4081 \definedummyword\H
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4082 \definedummyword\dotaccent
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4083 \definedummyword\ringaccent
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4084 \definedummyword\tieaccent
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4085 \definedummyword\ubaraccent
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4086 \definedummyword\udotaccent
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4087 \definedummyword\dotless
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4088 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4089 % Texinfo font commands.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4090 \definedummyword\b
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4091 \definedummyword\i
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4092 \definedummyword\r
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4093 \definedummyword\sc
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4094 \definedummyword\t
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4095 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4096 % Commands that take arguments.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4097 \definedummyword\acronym
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4098 \definedummyword\cite
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4099 \definedummyword\code
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4100 \definedummyword\command
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4101 \definedummyword\dfn
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4102 \definedummyword\emph
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4103 \definedummyword\env
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4104 \definedummyword\file
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4105 \definedummyword\kbd
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4106 \definedummyword\key
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4107 \definedummyword\math
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4108 \definedummyword\option
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4109 \definedummyword\pxref
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4110 \definedummyword\ref
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4111 \definedummyword\samp
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4112 \definedummyword\strong
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4113 \definedummyword\tie
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4114 \definedummyword\uref
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4115 \definedummyword\url
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4116 \definedummyword\var
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4117 \definedummyword\verb
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4118 \definedummyword\w
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4119 \definedummyword\xref
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4120 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4121
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4122 % \indexnofonts is used when outputting the strings to sort the index
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4123 % by, and when constructing control sequence names. It eliminates all
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4124 % control sequences and just writes whatever the best ASCII sort string
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4125 % would be for a given command (usually its argument).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4126 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4127 \def\indexnofonts{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4128 % Accent commands should become @asis.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4129 \def\definedummyaccent##1{\let##1\asis}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4130 % We can just ignore other control letters.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4131 \def\definedummyletter##1{\let##1\empty}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4132 % Hopefully, all control words can become @asis.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4133 \let\definedummyword\definedummyaccent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4134 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4135 \commondummiesnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4136 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4137 % Don't no-op \tt, since it isn't a user-level command
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4138 % and is used in the definitions of the active chars like <, >, |, etc.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4139 % Likewise with the other plain tex font commands.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4140 %\let\tt=\asis
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4141 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4142 \def\ { }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4143 \def\@{@}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4144 % how to handle braces?
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4145 \def\_{\normalunderscore}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4146 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4147 % Non-English letters.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4148 \def\AA{AA}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4149 \def\AE{AE}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4150 \def\L{L}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4151 \def\OE{OE}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4152 \def\O{O}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4153 \def\aa{aa}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4154 \def\ae{ae}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4155 \def\l{l}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4156 \def\oe{oe}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4157 \def\o{o}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4158 \def\ss{ss}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4159 \def\exclamdown{!}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4160 \def\questiondown{?}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4161 \def\ordf{a}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4162 \def\ordm{o}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4163 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4164 \def\LaTeX{LaTeX}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4165 \def\TeX{TeX}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4166 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4167 % Assorted special characters.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4168 % (The following {} will end up in the sort string, but that's ok.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4169 \def\bullet{bullet}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4170 \def\comma{,}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4171 \def\copyright{copyright}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4172 \def\registeredsymbol{R}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4173 \def\dots{...}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4174 \def\enddots{...}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4175 \def\equiv{==}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4176 \def\error{error}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4177 \def\euro{euro}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4178 \def\guillemetleft{<<}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4179 \def\guillemetright{>>}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4180 \def\guilsinglleft{<}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4181 \def\guilsinglright{>}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4182 \def\expansion{==>}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4183 \def\minus{-}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4184 \def\pounds{pounds}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4185 \def\point{.}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4186 \def\print{-|}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4187 \def\quotedblbase{"}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4188 \def\quotedblleft{"}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4189 \def\quotedblright{"}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4190 \def\quoteleft{`}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4191 \def\quoteright{'}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4192 \def\quotesinglbase{,}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4193 \def\result{=>}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4194 \def\textdegree{degrees}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4195 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4196 % We need to get rid of all macros, leaving only the arguments (if present).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4197 % Of course this is not nearly correct, but it is the best we can do for now.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4198 % makeinfo does not expand macros in the argument to @deffn, which ends up
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4199 % writing an index entry, and texindex isn't prepared for an index sort entry
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4200 % that starts with \.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4201 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4202 % Since macro invocations are followed by braces, we can just redefine them
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4203 % to take a single TeX argument. The case of a macro invocation that
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4204 % goes to end-of-line is not handled.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4205 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4206 \macrolist
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4207 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4208
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4209 \let\indexbackslash=0 %overridden during \printindex.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4210 \let\SETmarginindex=\relax % put index entries in margin (undocumented)?
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4211
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4212 % Most index entries go through here, but \dosubind is the general case.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4213 % #1 is the index name, #2 is the entry text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4214 \def\doind#1#2{\dosubind{#1}{#2}{}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4215
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4216 % Workhorse for all \fooindexes.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4217 % #1 is name of index, #2 is stuff to put there, #3 is subentry --
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4218 % empty if called from \doind, as we usually are (the main exception
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4219 % is with most defuns, which call us directly).
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4220 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4221 \def\dosubind#1#2#3{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4222 \iflinks
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4223 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4224 % Store the main index entry text (including the third arg).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4225 \toks0 = {#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4226 % If third arg is present, precede it with a space.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4227 \def\thirdarg{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4228 \ifx\thirdarg\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4229 \toks0 = \expandafter{\the\toks0 \space #3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4230 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4231 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4232 \edef\writeto{\csname#1indfile\endcsname}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4233 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4234 \safewhatsit\dosubindwrite
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4235 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4236 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4237 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4238
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4239 % Write the entry in \toks0 to the index file:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4240 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4241 \def\dosubindwrite{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4242 % Put the index entry in the margin if desired.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4243 \ifx\SETmarginindex\relax\else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4244 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4245 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4246 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4247 % Remember, we are within a group.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4248 \indexdummies % Must do this here, since \bf, etc expand at this stage
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4249 \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4250 % so it will be output as is; and it will print as backslash.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4251 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4252 % Process the index entry with all font commands turned off, to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4253 % get the string to sort by.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4254 {\indexnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4255 \edef\temp{\the\toks0}% need full expansion
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4256 \xdef\indexsorttmp{\temp}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4257 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4258 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4259 % Set up the complete index entry, with both the sort key and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4260 % the original text, including any font commands. We write
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4261 % three arguments to \entry to the .?? file (four in the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4262 % subentry case), texindex reduces to two when writing the .??s
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4263 % sorted result.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4264 \edef\temp{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4265 \write\writeto{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4266 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4267 }%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4268 \temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4269 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4270
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4271 % Take care of unwanted page breaks/skips around a whatsit:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4272 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4273 % If a skip is the last thing on the list now, preserve it
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4274 % by backing up by \lastskip, doing the \write, then inserting
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4275 % the skip again. Otherwise, the whatsit generated by the
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4276 % \write or \pdfdest will make \lastskip zero. The result is that
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4277 % sequences like this:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4278 % @end defun
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4279 % @tindex whatever
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4280 % @defun ...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4281 % will have extra space inserted, because the \medbreak in the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4282 % start of the @defun won't see the skip inserted by the @end of
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4283 % the previous defun.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4284 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4285 % But don't do any of this if we're not in vertical mode. We
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4286 % don't want to do a \vskip and prematurely end a paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4287 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4288 % Avoid page breaks due to these extra skips, too.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4289 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4290 % But wait, there is a catch there:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4291 % We'll have to check whether \lastskip is zero skip. \ifdim is not
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4292 % sufficient for this purpose, as it ignores stretch and shrink parts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4293 % of the skip. The only way seems to be to check the textual
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4294 % representation of the skip.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4295 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4296 % The following is almost like \def\zeroskipmacro{0.0pt} except that
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4297 % the ``p'' and ``t'' characters have catcode \other, not 11 (letter).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4298 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4299 \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4300 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4301 \newskip\whatsitskip
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4302 \newcount\whatsitpenalty
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4303 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4304 % ..., ready, GO:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4305 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4306 \def\safewhatsit#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4307 \ifhmode
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4308 #1%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4309 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4310 % \lastskip and \lastpenalty cannot both be nonzero simultaneously.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4311 \whatsitskip = \lastskip
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4312 \edef\lastskipmacro{\the\lastskip}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4313 \whatsitpenalty = \lastpenalty
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4314 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4315 % If \lastskip is nonzero, that means the last item was a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4316 % skip. And since a skip is discardable, that means this
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4317 % -\whatsitskip glue we're inserting is preceded by a
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4318 % non-discardable item, therefore it is not a potential
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4319 % breakpoint, therefore no \nobreak needed.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4320 \ifx\lastskipmacro\zeroskipmacro
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4321 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4322 \vskip-\whatsitskip
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4323 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4324 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4325 #1%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4326 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4327 \ifx\lastskipmacro\zeroskipmacro
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4328 % If \lastskip was zero, perhaps the last item was a penalty, and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4329 % perhaps it was >=10000, e.g., a \nobreak. In that case, we want
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4330 % to re-insert the same penalty (values >10000 are used for various
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4331 % signals); since we just inserted a non-discardable item, any
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4332 % following glue (such as a \parskip) would be a breakpoint. For example:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4333 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4334 % @deffn deffn-whatever
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4335 % @vindex index-whatever
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4336 % Description.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4337 % would allow a break between the index-whatever whatsit
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4338 % and the "Description." paragraph.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4339 \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4340 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4341 % On the other hand, if we had a nonzero \lastskip,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4342 % this make-up glue would be preceded by a non-discardable item
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4343 % (the whatsit from the \write), so we must insert a \nobreak.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4344 \nobreak\vskip\whatsitskip
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4345 \fi
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4346 \fi
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4347 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4348
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4349 % The index entry written in the file actually looks like
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4350 % \entry {sortstring}{page}{topic}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4351 % or
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4352 % \entry {sortstring}{page}{topic}{subtopic}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4353 % The texindex program reads in these files and writes files
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4354 % containing these kinds of lines:
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4355 % \initial {c}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4356 % before the first topic whose initial is c
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4357 % \entry {topic}{pagelist}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4358 % for a topic that is used without subtopics
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4359 % \primary {topic}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4360 % for the beginning of a topic that is used with subtopics
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4361 % \secondary {subtopic}{pagelist}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4362 % for each subtopic.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4363
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4364 % Define the user-accessible indexing commands
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4365 % @findex, @vindex, @kindex, @cindex.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4366
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4367 \def\findex {\fnindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4368 \def\kindex {\kyindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4369 \def\cindex {\cpindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4370 \def\vindex {\vrindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4371 \def\tindex {\tpindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4372 \def\pindex {\pgindex}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4373
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4374 \def\cindexsub {\begingroup\obeylines\cindexsub}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4375 {\obeylines %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4376 \gdef\cindexsub "#1" #2^^M{\endgroup %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4377 \dosubind{cp}{#2}{#1}}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4378
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4379 % Define the macros used in formatting output of the sorted index material.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4380
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4381 % @printindex causes a particular index (the ??s file) to get printed.
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4382 % It does not print any chapter heading (usually an @unnumbered).
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4383 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4384 \parseargdef\printindex{\begingroup
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4385 \dobreak \chapheadingskip{10000}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4386 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4387 \smallfonts \rm
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4388 \tolerance = 9500
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4389 \plainfrenchspacing
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4390 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4391 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4392 % See if the index file exists and is nonempty.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4393 % Change catcode of @ here so that if the index file contains
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4394 % \initial {@}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4395 % as its first line, TeX doesn't complain about mismatched braces
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4396 % (because it thinks @} is a control sequence).
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4397 \catcode`\@ = 11
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4398 \openin 1 \jobname.#1s
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4399 \ifeof 1
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4400 % \enddoublecolumns gets confused if there is no text in the index,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4401 % and it loses the chapter title and the aux file entries for the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4402 % index. The easiest way to prevent this problem is to make sure
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4403 % there is some text.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4404 \putwordIndexNonexistent
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4405 \else
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4406 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4407 % If the index file exists but is empty, then \openin leaves \ifeof
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4408 % false. We have to make TeX try to read something from the file, so
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4409 % it can discover if there is anything in it.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4410 \read 1 to \temp
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4411 \ifeof 1
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4412 \putwordIndexIsEmpty
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4413 \else
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4414 % Index files are almost Texinfo source, but we use \ as the escape
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4415 % character. It would be better to use @, but that's too big a change
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4416 % to make right now.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4417 \def\indexbackslash{\backslashcurfont}%
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4418 \catcode`\\ = 0
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4419 \escapechar = `\\
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4420 \begindoublecolumns
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4421 \input \jobname.#1s
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4422 \enddoublecolumns
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4423 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4424 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4425 \closein 1
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4426 \endgroup}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4427
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4428 % These macros are used by the sorted index file itself.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4429 % Change them to control the appearance of the index.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4430
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4431 \def\initial#1{{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4432 % Some minor font changes for the special characters.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4433 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4434 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4435 % Remove any glue we may have, we'll be inserting our own.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4436 \removelastskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4437 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4438 % We like breaks before the index initials, so insert a bonus.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4439 \nobreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4440 \vskip 0pt plus 3\baselineskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4441 \penalty 0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4442 \vskip 0pt plus -3\baselineskip
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4443 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4444 % Typeset the initial. Making this add up to a whole number of
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4445 % baselineskips increases the chance of the dots lining up from column
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4446 % to column. It still won't often be perfect, because of the stretch
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4447 % we need before each entry, but it's better.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4448 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4449 % No shrink because it confuses \balancecolumns.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4450 \vskip 1.67\baselineskip plus .5\baselineskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4451 \leftline{\secbf #1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4452 % Do our best not to break after the initial.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4453 \nobreak
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4454 \vskip .33\baselineskip plus .1\baselineskip
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4455 }}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4456
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4457 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4458 % then page number (#2) flushed to the right margin. It is used for index
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4459 % and table of contents entries. The paragraph is indented by \leftskip.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4460 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4461 % A straightforward implementation would start like this:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4462 % \def\entry#1#2{...
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4463 % But this freezes the catcodes in the argument, and can cause problems to
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4464 % @code, which sets - active. This problem was fixed by a kludge---
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4465 % ``-'' was active throughout whole index, but this isn't really right.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4466 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4467 % The right solution is to prevent \entry from swallowing the whole text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4468 % --kasal, 21nov03
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4469 \def\entry{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4470 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4471 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4472 % Start a new paragraph if necessary, so our assignments below can't
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4473 % affect previous text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4474 \par
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4475 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4476 % Do not fill out the last line with white space.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4477 \parfillskip = 0in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4478 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4479 % No extra space above this paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4480 \parskip = 0in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4481 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4482 % Do not prefer a separate line ending with a hyphen to fewer lines.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4483 \finalhyphendemerits = 0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4484 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4485 % \hangindent is only relevant when the entry text and page number
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4486 % don't both fit on one line. In that case, bob suggests starting the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4487 % dots pretty far over on the line. Unfortunately, a large
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4488 % indentation looks wrong when the entry text itself is broken across
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4489 % lines. So we use a small indentation and put up with long leaders.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4490 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4491 % \hangafter is reset to 1 (which is the value we want) at the start
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4492 % of each paragraph, so we need not do anything with that.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4493 \hangindent = 2em
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4494 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4495 % When the entry text needs to be broken, just fill out the first line
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4496 % with blank space.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4497 \rightskip = 0pt plus1fil
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4498 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4499 % A bit of stretch before each entry for the benefit of balancing
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4500 % columns.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4501 \vskip 0pt plus1pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4502 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4503 % Swallow the left brace of the text (first parameter):
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4504 \afterassignment\doentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4505 \let\temp =
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4506 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4507 \def\doentry{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4508 \bgroup % Instead of the swallowed brace.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4509 \noindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4510 \aftergroup\finishentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4511 % And now comes the text of the entry.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4512 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4513 \def\finishentry#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4514 % #1 is the page number.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4515 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4516 % The following is kludged to not output a line of dots in the index if
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4517 % there are no page numbers. The next person who breaks this will be
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4518 % cursed by a Unix daemon.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4519 \setbox\boxA = \hbox{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4520 \ifdim\wd\boxA = 0pt
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4521 \ %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4522 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4523 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4524 % If we must, put the page number on a line of its own, and fill out
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4525 % this line with blank space. (The \hfil is overwhelmed with the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4526 % fill leaders glue in \indexdotfill if the page number does fit.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4527 \hfil\penalty50
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4528 \null\nobreak\indexdotfill % Have leaders before the page number.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4529 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4530 % The `\ ' here is removed by the implicit \unskip that TeX does as
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4531 % part of (the primitive) \par. Without it, a spurious underfull
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4532 % \hbox ensues.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4533 \ifpdf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4534 \pdfgettoks#1.%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4535 \ \the\toksA
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4536 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4537 \ #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4538 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4539 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4540 \par
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4541 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4542 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4543
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4544 % Like plain.tex's \dotfill, except uses up at least 1 em.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4545 \def\indexdotfill{\cleaders
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4546 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4547
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4548 \def\primary #1{\line{#1\hfil}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4549
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4550 \newskip\secondaryindent \secondaryindent=0.5cm
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4551 \def\secondary#1#2{{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4552 \parfillskip=0in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4553 \parskip=0in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4554 \hangindent=1in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4555 \hangafter=1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4556 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4557 \ifpdf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4558 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4559 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4560 #2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4561 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4562 \par
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4563 }}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4564
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4565 % Define two-column mode, which we use to typeset indexes.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4566 % Adapted from the TeXbook, page 416, which is to say,
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4567 % the manmac.tex format used to print the TeXbook itself.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4568 \catcode`\@=11
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4569
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4570 \newbox\partialpage
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4571 \newdimen\doublecolumnhsize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4572
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4573 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4574 % Grab any single-column material above us.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4575 \output = {%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4576 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4577 % Here is a possibility not foreseen in manmac: if we accumulate a
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4578 % whole lot of material, we might end up calling this \output
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4579 % routine twice in a row (see the doublecol-lose test, which is
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4580 % essentially a couple of indexes with @setchapternewpage off). In
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4581 % that case we just ship out what is in \partialpage with the normal
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4582 % output routine. Generally, \partialpage will be empty when this
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4583 % runs and this will be a no-op. See the indexspread.tex test case.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4584 \ifvoid\partialpage \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4585 \onepageout{\pagecontents\partialpage}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4586 \fi
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4587 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4588 \global\setbox\partialpage = \vbox{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4589 % Unvbox the main output page.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4590 \unvbox\PAGE
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4591 \kern-\topskip \kern\baselineskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4592 }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4593 }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4594 \eject % run that output routine to set \partialpage
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4595 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4596 % Use the double-column output routine for subsequent pages.
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4597 \output = {\doublecolumnout}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4598 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4599 % Change the page size parameters. We could do this once outside this
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4600 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4601 % format, but then we repeat the same computation. Repeating a couple
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4602 % of assignments once per index is clearly meaningless for the
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4603 % execution time, so we may as well do it in one place.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4604 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4605 % First we halve the line length, less a little for the gutter between
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4606 % the columns. We compute the gutter based on the line length, so it
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4607 % changes automatically with the paper format. The magic constant
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4608 % below is chosen so that the gutter has the same value (well, +-<1pt)
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4609 % as it did when we hard-coded it.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4610 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4611 % We put the result in a separate register, \doublecolumhsize, so we
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4612 % can restore it in \pagesofar, after \hsize itself has (potentially)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4613 % been clobbered.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4614 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4615 \doublecolumnhsize = \hsize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4616 \advance\doublecolumnhsize by -.04154\hsize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4617 \divide\doublecolumnhsize by 2
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4618 \hsize = \doublecolumnhsize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4619 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4620 % Double the \vsize as well. (We don't need a separate register here,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4621 % since nobody clobbers \vsize.)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4622 \vsize = 2\vsize
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4623 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4624
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4625 % The double-column output routine for all double-column pages except
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4626 % the last.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4627 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4628 \def\doublecolumnout{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4629 \splittopskip=\topskip \splitmaxdepth=\maxdepth
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4630 % Get the available space for the double columns -- the normal
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4631 % (undoubled) page height minus any material left over from the
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4632 % previous page.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4633 \dimen@ = \vsize
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4634 \divide\dimen@ by 2
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4635 \advance\dimen@ by -\ht\partialpage
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4636 %
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4637 % box0 will be the left-hand column, box2 the right.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4638 \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4639 \onepageout\pagesofar
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4640 \unvbox255
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4641 \penalty\outputpenalty
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4642 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4643 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4644 % Re-output the contents of the output page -- any previous material,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4645 % followed by the two boxes we just split, in box0 and box2.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4646 \def\pagesofar{%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4647 \unvbox\partialpage
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4648 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4649 \hsize = \doublecolumnhsize
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4650 \wd0=\hsize \wd2=\hsize
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4651 \hbox to\pagewidth{\box0\hfil\box2}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4652 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4653 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4654 % All done with double columns.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4655 \def\enddoublecolumns{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4656 % The following penalty ensures that the page builder is exercised
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4657 % _before_ we change the output routine. This is necessary in the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4658 % following situation:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4659 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4660 % The last section of the index consists only of a single entry.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4661 % Before this section, \pagetotal is less than \pagegoal, so no
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4662 % break occurs before the last section starts. However, the last
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4663 % section, consisting of \initial and the single \entry, does not
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4664 % fit on the page and has to be broken off. Without the following
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4665 % penalty the page builder will not be exercised until \eject
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4666 % below, and by that time we'll already have changed the output
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4667 % routine to the \balancecolumns version, so the next-to-last
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4668 % double-column page will be processed with \balancecolumns, which
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4669 % is wrong: The two columns will go to the main vertical list, with
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4670 % the broken-off section in the recent contributions. As soon as
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4671 % the output routine finishes, TeX starts reconsidering the page
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4672 % break. The two columns and the broken-off section both fit on the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4673 % page, because the two columns now take up only half of the page
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4674 % goal. When TeX sees \eject from below which follows the final
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4675 % section, it invokes the new output routine that we've set after
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4676 % \balancecolumns below; \onepageout will try to fit the two columns
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4677 % and the final section into the vbox of \pageheight (see
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4678 % \pagebody), causing an overfull box.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4679 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4680 % Note that glue won't work here, because glue does not exercise the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4681 % page builder, unlike penalties (see The TeXbook, pp. 280-281).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4682 \penalty0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4683 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4684 \output = {%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4685 % Split the last of the double-column material. Leave it on the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4686 % current page, no automatic page break.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4687 \balancecolumns
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4688 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4689 % If we end up splitting too much material for the current page,
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4690 % though, there will be another page break right after this \output
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4691 % invocation ends. Having called \balancecolumns once, we do not
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4692 % want to call it again. Therefore, reset \output to its normal
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4693 % definition right away. (We hope \balancecolumns will never be
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4694 % called on to balance too much material, but if it is, this makes
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4695 % the output somewhat more palatable.)
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4696 \global\output = {\onepageout{\pagecontents\PAGE}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4697 }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4698 \eject
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4699 \endgroup % started in \begindoublecolumns
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4700 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4701 % \pagegoal was set to the doubled \vsize above, since we restarted
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4702 % the current page. We're now back to normal single-column
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4703 % typesetting, so reset \pagegoal to the normal \vsize (after the
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4704 % \endgroup where \vsize got restored).
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4705 \pagegoal = \vsize
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4706 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4707 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4708 % Called at the end of the double column material.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4709 \def\balancecolumns{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4710 \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4711 \dimen@ = \ht0
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4712 \advance\dimen@ by \topskip
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4713 \advance\dimen@ by-\baselineskip
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4714 \divide\dimen@ by 2 % target to split to
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4715 %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4716 \splittopskip = \topskip
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4717 % Loop until we get a decent breakpoint.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4718 {%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4719 \vbadness = 10000
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4720 \loop
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4721 \global\setbox3 = \copy0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4722 \global\setbox1 = \vsplit3 to \dimen@
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4723 \ifdim\ht3>\dimen@
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4724 \global\advance\dimen@ by 1pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4725 \repeat
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4726 }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4727 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4728 \setbox0=\vbox to\dimen@{\unvbox1}%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4729 \setbox2=\vbox to\dimen@{\unvbox3}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4730 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4731 \pagesofar
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4732 }
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4733 \catcode`\@ = \other
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4734
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4735
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4736 \message{sectioning,}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4737 % Chapters, sections, etc.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4738
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4739 % \unnumberedno is an oxymoron, of course. But we count the unnumbered
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4740 % sections so that we can refer to them unambiguously in the pdf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4741 % outlines by their "section number". We avoid collisions with chapter
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4742 % numbers by starting them at 10000. (If a document ever has 10000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4743 % chapters, we're in trouble anyway, I'm sure.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4744 \newcount\unnumberedno \unnumberedno = 10000
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4745 \newcount\chapno
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4746 \newcount\secno \secno=0
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4747 \newcount\subsecno \subsecno=0
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4748 \newcount\subsubsecno \subsubsecno=0
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4749
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4750 % This counter is funny since it counts through charcodes of letters A, B, ...
2992
53b38bf1d443 [project @ 1997-05-20 19:48:00 by jwe]
jwe
parents: 2766
diff changeset
4751 \newcount\appendixno \appendixno = `\@
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4752 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4753 % \def\appendixletter{\char\the\appendixno}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4754 % We do the following ugly conditional instead of the above simple
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4755 % construct for the sake of pdftex, which needs the actual
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4756 % letter in the expansion, not just typeset.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4757 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4758 \def\appendixletter{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4759 \ifnum\appendixno=`A A%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4760 \else\ifnum\appendixno=`B B%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4761 \else\ifnum\appendixno=`C C%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4762 \else\ifnum\appendixno=`D D%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4763 \else\ifnum\appendixno=`E E%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4764 \else\ifnum\appendixno=`F F%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4765 \else\ifnum\appendixno=`G G%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4766 \else\ifnum\appendixno=`H H%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4767 \else\ifnum\appendixno=`I I%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4768 \else\ifnum\appendixno=`J J%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4769 \else\ifnum\appendixno=`K K%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4770 \else\ifnum\appendixno=`L L%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4771 \else\ifnum\appendixno=`M M%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4772 \else\ifnum\appendixno=`N N%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4773 \else\ifnum\appendixno=`O O%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4774 \else\ifnum\appendixno=`P P%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4775 \else\ifnum\appendixno=`Q Q%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4776 \else\ifnum\appendixno=`R R%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4777 \else\ifnum\appendixno=`S S%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4778 \else\ifnum\appendixno=`T T%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4779 \else\ifnum\appendixno=`U U%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4780 \else\ifnum\appendixno=`V V%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4781 \else\ifnum\appendixno=`W W%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4782 \else\ifnum\appendixno=`X X%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4783 \else\ifnum\appendixno=`Y Y%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4784 \else\ifnum\appendixno=`Z Z%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4785 % The \the is necessary, despite appearances, because \appendixletter is
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4786 % expanded while writing the .toc file. \char\appendixno is not
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4787 % expandable, thus it is written literally, thus all appendixes come out
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4788 % with the same letter (or @) in the toc without it.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4789 \else\char\the\appendixno
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4790 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4791 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4792
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4793 % Each @chapter defines these (using marks) as the number+name, number
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4794 % and name of the chapter. Page headings and footings can use
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4795 % these. @section does likewise.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4796 \def\thischapter{}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4797 \def\thischapternum{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4798 \def\thischaptername{}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4799 \def\thissection{}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4800 \def\thissectionnum{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
4801 \def\thissectionname{}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4802
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4803 \newcount\absseclevel % used to calculate proper heading level
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4804 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4805
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4806 % @raisesections: treat @section as chapter, @subsection as section, etc.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4807 \def\raisesections{\global\advance\secbase by -1}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4808 \let\up=\raisesections % original BFox name
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4809
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4810 % @lowersections: treat @chapter as section, @section as subsection, etc.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4811 \def\lowersections{\global\advance\secbase by 1}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4812 \let\down=\lowersections % original BFox name
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4813
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4814 % we only have subsub.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4815 \chardef\maxseclevel = 3
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4816 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4817 % A numbered section within an unnumbered changes to unnumbered too.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4818 % To achive this, remember the "biggest" unnum. sec. we are currently in:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4819 \chardef\unmlevel = \maxseclevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4820 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4821 % Trace whether the current chapter is an appendix or not:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4822 % \chapheadtype is "N" or "A", unnumbered chapters are ignored.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4823 \def\chapheadtype{N}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4824
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4825 % Choose a heading macro
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4826 % #1 is heading type
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4827 % #2 is heading level
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4828 % #3 is text for heading
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4829 \def\genhead#1#2#3{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4830 % Compute the abs. sec. level:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4831 \absseclevel=#2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4832 \advance\absseclevel by \secbase
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4833 % Make sure \absseclevel doesn't fall outside the range:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4834 \ifnum \absseclevel < 0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4835 \absseclevel = 0
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4836 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4837 \ifnum \absseclevel > 3
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4838 \absseclevel = 3
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4839 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4840 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4841 % The heading type:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4842 \def\headtype{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4843 \if \headtype U%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4844 \ifnum \absseclevel < \unmlevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4845 \chardef\unmlevel = \absseclevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4846 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4847 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4848 % Check for appendix sections:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4849 \ifnum \absseclevel = 0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4850 \edef\chapheadtype{\headtype}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4851 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4852 \if \headtype A\if \chapheadtype N%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4853 \errmessage{@appendix... within a non-appendix chapter}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4854 \fi\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4855 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4856 % Check for numbered within unnumbered:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4857 \ifnum \absseclevel > \unmlevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4858 \def\headtype{U}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4859 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4860 \chardef\unmlevel = 3
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4861 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4862 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4863 % Now print the heading:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4864 \if \headtype U%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4865 \ifcase\absseclevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4866 \unnumberedzzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4867 \or \unnumberedseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4868 \or \unnumberedsubseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4869 \or \unnumberedsubsubseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4870 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4871 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4872 \if \headtype A%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4873 \ifcase\absseclevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4874 \appendixzzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4875 \or \appendixsectionzzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4876 \or \appendixsubseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4877 \or \appendixsubsubseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4878 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4879 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4880 \ifcase\absseclevel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4881 \chapterzzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4882 \or \seczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4883 \or \numberedsubseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4884 \or \numberedsubsubseczzz{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4885 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4886 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4887 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4888 \suppressfirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4889 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4890
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4891 % an interface:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4892 \def\numhead{\genhead N}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4893 \def\apphead{\genhead A}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4894 \def\unnmhead{\genhead U}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4895
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4896 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4897 % all lower-level sectioning counters to zero.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4898 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4899 % Also set \chaplevelprefix, which we prepend to @float sequence numbers
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4900 % (e.g., figures), q.v. By default (before any chapter), that is empty.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4901 \let\chaplevelprefix = \empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4902 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4903 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4904 \def\chapterzzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4905 % section resetting is \global in case the chapter is in a group, such
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4906 % as an @include file.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4907 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4908 \global\advance\chapno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4909 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4910 % Used for \float.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4911 \gdef\chaplevelprefix{\the\chapno.}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4912 \resetallfloatnos
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4913 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4914 \message{\putwordChapter\space \the\chapno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4915 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4916 % Write the actual heading.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4917 \chapmacro{#1}{Ynumbered}{\the\chapno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4918 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4919 % So @section and the like are numbered underneath this chapter.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4920 \global\let\section = \numberedsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4921 \global\let\subsection = \numberedsubsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4922 \global\let\subsubsection = \numberedsubsubsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4923 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4924
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4925 \outer\parseargdef\appendix{\apphead0{#1}} % normally apphead0 calls appendixzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4926 \def\appendixzzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4927 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4928 \global\advance\appendixno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4929 \gdef\chaplevelprefix{\appendixletter.}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4930 \resetallfloatnos
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4931 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4932 \def\appendixnum{\putwordAppendix\space \appendixletter}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4933 \message{\appendixnum}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4934 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4935 \chapmacro{#1}{Yappendix}{\appendixletter}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4936 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4937 \global\let\section = \appendixsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4938 \global\let\subsection = \appendixsubsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4939 \global\let\subsubsection = \appendixsubsubsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4940 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4941
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4942 \outer\parseargdef\unnumbered{\unnmhead0{#1}} % normally unnmhead0 calls unnumberedzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4943 \def\unnumberedzzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4944 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4945 \global\advance\unnumberedno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4946 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4947 % Since an unnumbered has no number, no prefix for figures.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4948 \global\let\chaplevelprefix = \empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4949 \resetallfloatnos
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4950 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4951 % This used to be simply \message{#1}, but TeX fully expands the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4952 % argument to \message. Therefore, if #1 contained @-commands, TeX
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4953 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4954 % expanded @cite (which turns out to cause errors because \cite is meant
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4955 % to be executed, not expanded).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4956 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4957 % Anyway, we don't want the fully-expanded definition of @cite to appear
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4958 % as a result of the \message, we just want `@cite' itself. We use
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4959 % \the<toks register> to achieve this: TeX expands \the<toks> only once,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4960 % simply yielding the contents of <toks register>. (We also do this for
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4961 % the toc entries.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4962 \toks0 = {#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4963 \message{(\the\toks0)}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4964 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4965 \chapmacro{#1}{Ynothing}{\the\unnumberedno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4966 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4967 \global\let\section = \unnumberedsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4968 \global\let\subsection = \unnumberedsubsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4969 \global\let\subsubsection = \unnumberedsubsubsec
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4970 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
4971
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4972 % @centerchap is like @unnumbered, but the heading is centered.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4973 \outer\parseargdef\centerchap{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4974 % Well, we could do the following in a group, but that would break
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4975 % an assumption that \chapmacro is called at the outermost level.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4976 % Thus we are safer this way: --kasal, 24feb04
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4977 \let\centerparametersmaybe = \centerparameters
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4978 \unnmhead0{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4979 \let\centerparametersmaybe = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4980 }
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
4981
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4982 % @top is like @unnumbered.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4983 \let\top\unnumbered
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4984
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
4985 % Sections.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4986 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4987 \def\seczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4988 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4989 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4990 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4991
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4992 \outer\parseargdef\appendixsection{\apphead1{#1}} % normally calls appendixsectionzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4993 \def\appendixsectionzzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4994 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4995 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4996 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4997 \let\appendixsec\appendixsection
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4998
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
4999 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} % normally calls unnumberedseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5000 \def\unnumberedseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5001 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5002 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5003 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5004
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5005 % Subsections.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5006 \outer\parseargdef\numberedsubsec{\numhead2{#1}} % normally calls numberedsubseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5007 \def\numberedsubseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5008 \global\subsubsecno=0 \global\advance\subsecno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5009 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5010 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5011
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5012 \outer\parseargdef\appendixsubsec{\apphead2{#1}} % normally calls appendixsubseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5013 \def\appendixsubseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5014 \global\subsubsecno=0 \global\advance\subsecno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5015 \sectionheading{#1}{subsec}{Yappendix}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5016 {\appendixletter.\the\secno.\the\subsecno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5017 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5018
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5019 \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} %normally calls unnumberedsubseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5020 \def\unnumberedsubseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5021 \global\subsubsecno=0 \global\advance\subsecno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5022 \sectionheading{#1}{subsec}{Ynothing}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5023 {\the\unnumberedno.\the\secno.\the\subsecno}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5024 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5025
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5026 % Subsubsections.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5027 \outer\parseargdef\numberedsubsubsec{\numhead3{#1}} % normally numberedsubsubseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5028 \def\numberedsubsubseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5029 \global\advance\subsubsecno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5030 \sectionheading{#1}{subsubsec}{Ynumbered}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5031 {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5032 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5033
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5034 \outer\parseargdef\appendixsubsubsec{\apphead3{#1}} % normally appendixsubsubseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5035 \def\appendixsubsubseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5036 \global\advance\subsubsecno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5037 \sectionheading{#1}{subsubsec}{Yappendix}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5038 {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5039 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5040
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5041 \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} %normally unnumberedsubsubseczzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5042 \def\unnumberedsubsubseczzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5043 \global\advance\subsubsecno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5044 \sectionheading{#1}{subsubsec}{Ynothing}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5045 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5046 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5047
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5048 % These macros control what the section commands do, according
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5049 % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5050 % Define them by default for a numbered chapter.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5051 \let\section = \numberedsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5052 \let\subsection = \numberedsubsec
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5053 \let\subsubsection = \numberedsubsubsec
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5054
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5055 % Define @majorheading, @heading and @subheading
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5056
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5057 % NOTE on use of \vbox for chapter headings, section headings, and such:
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5058 % 1) We use \vbox rather than the earlier \line to permit
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5059 % overlong headings to fold.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5060 % 2) \hyphenpenalty is set to 10000 because hyphenation in a
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5061 % heading is obnoxious; this forbids it.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5062 % 3) Likewise, headings look best if no \parindent is used, and
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5063 % if justification is not attempted. Hence \raggedright.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5064
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5065
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5066 \def\majorheading{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5067 {\advance\chapheadingskip by 10pt \chapbreak }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5068 \parsearg\chapheadingzzz
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5069 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5070
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5071 \def\chapheading{\chapbreak \parsearg\chapheadingzzz}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5072 \def\chapheadingzzz#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5073 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5074 \parindent=0pt\raggedright
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5075 \rm #1\hfill}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5076 \bigskip \par\penalty 200\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5077 \suppressfirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5078 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5079
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5080 % @heading, @subheading, @subsubheading.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5081 \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5082 \suppressfirstparagraphindent}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5083 \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5084 \suppressfirstparagraphindent}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5085 \parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5086 \suppressfirstparagraphindent}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5087
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5088 % These macros generate a chapter, section, etc. heading only
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5089 % (including whitespace, linebreaking, etc. around it),
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5090 % given all the information in convenient, parsed form.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5091
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5092 %%% Args are the skip and penalty (usually negative)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5093 \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5094
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5095 %%% Define plain chapter starts, and page on/off switching for it
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5096 % Parameter controlling skip before chapter headings (if needed)
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5097
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5098 \newskip\chapheadingskip
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5099
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5100 \def\chapbreak{\dobreak \chapheadingskip {-4000}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5101 \def\chappager{\par\vfill\supereject}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5102 % Because \domark is called before \chapoddpage, the filler page will
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5103 % get the headings for the next chapter, which is wrong. But we don't
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5104 % care -- we just disable all headings on the filler page.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5105 \def\chapoddpage{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5106 \chappager
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5107 \ifodd\pageno \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5108 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5109 \evenheadline={\hfil}\evenfootline={\hfil}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5110 \oddheadline={\hfil}\oddfootline={\hfil}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5111 \hbox to 0pt{}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5112 \chappager
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5113 \endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5114 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5115 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5116
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5117 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5118
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5119 \def\CHAPPAGoff{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5120 \global\let\contentsalignmacro = \chappager
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5121 \global\let\pchapsepmacro=\chapbreak
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5122 \global\let\pagealignmacro=\chappager}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5123
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5124 \def\CHAPPAGon{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5125 \global\let\contentsalignmacro = \chappager
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5126 \global\let\pchapsepmacro=\chappager
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5127 \global\let\pagealignmacro=\chappager
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5128 \global\def\HEADINGSon{\HEADINGSsingle}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5129
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5130 \def\CHAPPAGodd{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5131 \global\let\contentsalignmacro = \chapoddpage
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5132 \global\let\pchapsepmacro=\chapoddpage
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5133 \global\let\pagealignmacro=\chapoddpage
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5134 \global\def\HEADINGSon{\HEADINGSdouble}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5135
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5136 \CHAPPAGon
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5137
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5138 % Chapter opening.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5139 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5140 % #1 is the text, #2 is the section type (Ynumbered, Ynothing,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5141 % Yappendix, Yomitfromtoc), #3 the chapter number.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5142 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5143 % To test against our argument.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5144 \def\Ynothingkeyword{Ynothing}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5145 \def\Yomitfromtockeyword{Yomitfromtoc}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5146 \def\Yappendixkeyword{Yappendix}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5147 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5148 \def\chapmacro#1#2#3{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5149 % Insert the first mark before the heading break (see notes for \domark).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5150 \let\prevchapterdefs=\lastchapterdefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5151 \let\prevsectiondefs=\lastsectiondefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5152 \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5153 \gdef\thissection{}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5154 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5155 \def\temptype{#2}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5156 \ifx\temptype\Ynothingkeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5157 \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5158 \gdef\thischapter{\thischaptername}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5159 \else\ifx\temptype\Yomitfromtockeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5160 \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5161 \gdef\thischapter{}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5162 \else\ifx\temptype\Yappendixkeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5163 \toks0={#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5164 \xdef\lastchapterdefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5165 \gdef\noexpand\thischaptername{\the\toks0}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5166 \gdef\noexpand\thischapternum{\appendixletter}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5167 \gdef\noexpand\thischapter{\putwordAppendix{} \noexpand\thischapternum:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5168 \noexpand\thischaptername}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5169 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5170 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5171 \toks0={#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5172 \xdef\lastchapterdefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5173 \gdef\noexpand\thischaptername{\the\toks0}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5174 \gdef\noexpand\thischapternum{\the\chapno}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5175 \gdef\noexpand\thischapter{\putwordChapter{} \noexpand\thischapternum:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5176 \noexpand\thischaptername}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5177 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5178 \fi\fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5179 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5180 % Output the mark. Pass it through \safewhatsit, to take care of
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5181 % the preceding space.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5182 \safewhatsit\domark
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5183 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5184 % Insert the chapter heading break.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5185 \pchapsepmacro
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5186 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5187 % Now the second mark, after the heading break. No break points
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5188 % between here and the heading.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5189 \let\prevchapterdefs=\lastchapterdefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5190 \let\prevsectiondefs=\lastsectiondefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5191 \domark
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5192 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5193 {%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5194 \chapfonts \rm
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5195 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5196 % Have to define \lastsection before calling \donoderef, because the
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5197 % xref code eventually uses it. On the other hand, it has to be called
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5198 % after \pchapsepmacro, or the headline will change too soon.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5199 \gdef\lastsection{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5200 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5201 % Only insert the separating space if we have a chapter/appendix
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5202 % number, and don't print the unnumbered ``number''.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5203 \ifx\temptype\Ynothingkeyword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5204 \setbox0 = \hbox{}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5205 \def\toctype{unnchap}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5206 \else\ifx\temptype\Yomitfromtockeyword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5207 \setbox0 = \hbox{}% contents like unnumbered, but no toc entry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5208 \def\toctype{omit}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5209 \else\ifx\temptype\Yappendixkeyword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5210 \setbox0 = \hbox{\putwordAppendix{} #3\enspace}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5211 \def\toctype{app}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5212 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5213 \setbox0 = \hbox{#3\enspace}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5214 \def\toctype{numchap}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5215 \fi\fi\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5216 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5217 % Write the toc entry for this chapter. Must come before the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5218 % \donoderef, because we include the current node name in the toc
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5219 % entry, and \donoderef resets it to empty.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5220 \writetocentry{\toctype}{#1}{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5221 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5222 % For pdftex, we have to write out the node definition (aka, make
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5223 % the pdfdest) after any page break, but before the actual text has
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5224 % been typeset. If the destination for the pdf outline is after the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5225 % text, then jumping from the outline may wind up with the text not
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5226 % being visible, for instance under high magnification.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5227 \donoderef{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5228 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5229 % Typeset the actual heading.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5230 \nobreak % Avoid page breaks at the interline glue.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5231 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5232 \hangindent=\wd0 \centerparametersmaybe
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5233 \unhbox0 #1\par}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5234 }%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5235 \nobreak\bigskip % no page break after a chapter title
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5236 \nobreak
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5237 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5238
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5239 % @centerchap -- centered and unnumbered.
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5240 \let\centerparametersmaybe = \relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5241 \def\centerparameters{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5242 \advance\rightskip by 3\rightskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5243 \leftskip = \rightskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5244 \parfillskip = 0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5245 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5246
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5247
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5248 % I don't think this chapter style is supported any more, so I'm not
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5249 % updating it with the new noderef stuff. We'll see. --karl, 11aug03.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5250 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5251 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5252 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5253 \def\unnchfopen #1{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5254 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5255 \parindent=0pt\raggedright
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5256 \rm #1\hfill}}\bigskip \par\nobreak
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5257 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5258 \def\chfopen #1#2{\chapoddpage {\chapfonts
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5259 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5260 \par\penalty 5000 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5261 }
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5262 \def\centerchfopen #1{%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5263 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5264 \parindent=0pt
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5265 \hfill {\rm #1}\hfill}}\bigskip \par\nobreak
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5266 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5267 \def\CHAPFopen{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5268 \global\let\chapmacro=\chfopen
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5269 \global\let\centerchapmacro=\centerchfopen}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5270
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5271
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5272 % Section titles. These macros combine the section number parts and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5273 % call the generic \sectionheading to do the printing.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5274 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5275 \newskip\secheadingskip
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5276 \def\secheadingbreak{\dobreak \secheadingskip{-1000}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5277
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5278 % Subsection titles.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5279 \newskip\subsecheadingskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5280 \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}}
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5281
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5282 % Subsubsection titles.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5283 \def\subsubsecheadingskip{\subsecheadingskip}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5284 \def\subsubsecheadingbreak{\subsecheadingbreak}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5285
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5286
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5287 % Print any size, any type, section title.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5288 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5289 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5290 % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5291 % section number.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5292 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5293 \def\seckeyword{sec}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5294 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5295 \def\sectionheading#1#2#3#4{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5296 {%
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5297 % Switch to the right set of fonts.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5298 \csname #2fonts\endcsname \rm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5299 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5300 \def\sectionlevel{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5301 \def\temptype{#3}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5302 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5303 % Insert first mark before the heading break (see notes for \domark).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5304 \let\prevsectiondefs=\lastsectiondefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5305 \ifx\temptype\Ynothingkeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5306 \ifx\sectionlevel\seckeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5307 \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5308 \gdef\thissection{\thissectionname}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5309 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5310 \else\ifx\temptype\Yomitfromtockeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5311 % Don't redefine \thissection.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5312 \else\ifx\temptype\Yappendixkeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5313 \ifx\sectionlevel\seckeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5314 \toks0={#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5315 \xdef\lastsectiondefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5316 \gdef\noexpand\thissectionname{\the\toks0}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5317 \gdef\noexpand\thissectionnum{#4}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5318 \gdef\noexpand\thissection{\putwordSection{} \noexpand\thissectionnum:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5319 \noexpand\thissectionname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5320 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5321 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5322 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5323 \ifx\sectionlevel\seckeyword
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5324 \toks0={#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5325 \xdef\lastsectiondefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5326 \gdef\noexpand\thissectionname{\the\toks0}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5327 \gdef\noexpand\thissectionnum{#4}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5328 \gdef\noexpand\thissection{\putwordSection{} \noexpand\thissectionnum:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5329 \noexpand\thissectionname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5330 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5331 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5332 \fi\fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5333 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5334 % Output the mark. Pass it through \safewhatsit, to take care of
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5335 % the preceding space.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5336 \safewhatsit\domark
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5337 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5338 % Insert space above the heading.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5339 \csname #2headingbreak\endcsname
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5340 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5341 % Now the second mark, after the heading break. No break points
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5342 % between here and the heading.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5343 \let\prevsectiondefs=\lastsectiondefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5344 \domark
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5345 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5346 % Only insert the space after the number if we have a section number.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5347 \ifx\temptype\Ynothingkeyword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5348 \setbox0 = \hbox{}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5349 \def\toctype{unn}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5350 \gdef\lastsection{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5351 \else\ifx\temptype\Yomitfromtockeyword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5352 % for @headings -- no section number, don't include in toc,
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5353 % and don't redefine \lastsection.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5354 \setbox0 = \hbox{}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5355 \def\toctype{omit}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5356 \let\sectionlevel=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5357 \else\ifx\temptype\Yappendixkeyword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5358 \setbox0 = \hbox{#4\enspace}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5359 \def\toctype{app}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5360 \gdef\lastsection{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5361 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5362 \setbox0 = \hbox{#4\enspace}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5363 \def\toctype{num}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5364 \gdef\lastsection{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5365 \fi\fi\fi
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5366 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5367 % Write the toc entry (before \donoderef). See comments in \chapmacro.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5368 \writetocentry{\toctype\sectionlevel}{#1}{#4}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5369 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5370 % Write the node reference (= pdf destination for pdftex).
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5371 % Again, see comments in \chapmacro.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5372 \donoderef{#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5373 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5374 % Interline glue will be inserted when the vbox is completed.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5375 % That glue will be a valid breakpoint for the page, since it'll be
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5376 % preceded by a whatsit (usually from the \donoderef, or from the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5377 % \writetocentry if there was no node). We don't want to allow that
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5378 % break, since then the whatsits could end up on page n while the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5379 % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5380 \nobreak
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5381 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5382 % Output the actual section heading.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5383 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \raggedright
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5384 \hangindent=\wd0 % zero if no section number
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5385 \unhbox0 #1}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5386 }%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5387 % Add extra space after the heading -- half of whatever came above it.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5388 % Don't allow stretch, though.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5389 \kern .5 \csname #2headingskip\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5390 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5391 % Do not let the kern be a potential breakpoint, as it would be if it
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5392 % was followed by glue.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5393 \nobreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5394 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5395 % We'll almost certainly start a paragraph next, so don't let that
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5396 % glue accumulate. (Not a breakpoint because it's preceded by a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5397 % discardable item.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5398 \vskip-\parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5399 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5400 % This is purely so the last item on the list is a known \penalty >
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5401 % 10000. This is so \startdefun can avoid allowing breakpoints after
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5402 % section headings. Otherwise, it would insert a valid breakpoint between:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5403 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5404 % @section sec-whatever
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5405 % @deffn def-whatever
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5406 \penalty 10001
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5407 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5408
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5409
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5410 \message{toc,}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5411 % Table of contents.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5412 \newwrite\tocfile
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5413
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5414 % Write an entry to the toc file, opening it if necessary.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5415 % Called from @chapter, etc.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5416 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5417 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5418 % We append the current node name (if any) and page number as additional
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5419 % arguments for the \{chap,sec,...}entry macros which will eventually
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5420 % read this. The node name is used in the pdf outlines as the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5421 % destination to jump to.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5422 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5423 % We open the .toc file for writing here instead of at @setfilename (or
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5424 % any other fixed time) so that @contents can be anywhere in the document.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5425 % But if #1 is `omit', then we don't do anything. This is used for the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5426 % table of contents chapter openings themselves.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5427 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5428 \newif\iftocfileopened
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5429 \def\omitkeyword{omit}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5430 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5431 \def\writetocentry#1#2#3{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5432 \edef\writetoctype{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5433 \ifx\writetoctype\omitkeyword \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5434 \iftocfileopened\else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5435 \immediate\openout\tocfile = \jobname.toc
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5436 \global\tocfileopenedtrue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5437 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5438 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5439 \iflinks
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5440 {\atdummies
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5441 \edef\temp{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5442 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5443 \temp
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5444 }%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5445 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5446 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5447 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5448 % Tell \shipout to create a pdf destination on each page, if we're
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5449 % writing pdf. These are used in the table of contents. We can't
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5450 % just write one on every page because the title pages are numbered
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5451 % 1 and 2 (the page numbers aren't printed), and so are the first
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5452 % two pages of the document. Thus, we'd have two destinations named
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5453 % `1', and two named `2'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5454 \ifpdf \global\pdfmakepagedesttrue \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5455 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5456
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5457
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5458 % These characters do not print properly in the Computer Modern roman
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5459 % fonts, so we must take special care. This is more or less redundant
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5460 % with the Texinfo input format setup at the end of this file.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5461 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5462 \def\activecatcodes{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5463 \catcode`\"=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5464 \catcode`\$=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5465 \catcode`\<=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5466 \catcode`\>=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5467 \catcode`\\=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5468 \catcode`\^=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5469 \catcode`\_=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5470 \catcode`\|=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5471 \catcode`\~=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5472 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5473
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5474
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5475 % Read the toc file, which is essentially Texinfo input.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5476 \def\readtocfile{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5477 \setupdatafile
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5478 \activecatcodes
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5479 \input \tocreadfilename
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5480 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5481
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5482 \newskip\contentsrightmargin \contentsrightmargin=1in
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5483 \newcount\savepageno
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5484 \newcount\lastnegativepageno \lastnegativepageno = -1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5485
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5486 % Prepare to read what we've written to \tocfile.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5487 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5488 \def\startcontents#1{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5489 % If @setchapternewpage on, and @headings double, the contents should
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5490 % start on an odd page, unlike chapters. Thus, we maintain
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5491 % \contentsalignmacro in parallel with \pagealignmacro.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5492 % From: Torbjorn Granlund <tege@matematik.su.se>
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5493 \contentsalignmacro
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5494 \immediate\closeout\tocfile
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5495 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5496 % Don't need to put `Contents' or `Short Contents' in the headline.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5497 % It is abundantly clear what they are.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5498 \chapmacro{#1}{Yomitfromtoc}{}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5499 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5500 \savepageno = \pageno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5501 \begingroup % Set up to handle contents files properly.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5502 \raggedbottom % Worry more about breakpoints than the bottom.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5503 \advance\hsize by -\contentsrightmargin % Don't use the full line length.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5504 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5505 % Roman numerals for page numbers.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5506 \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5507 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5508
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5509 % redefined for the two-volume lispref. We always output on
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5510 % \jobname.toc even if this is redefined.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5511 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5512 \def\tocreadfilename{\jobname.toc}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5513
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5514 % Normal (long) toc.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5515 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5516 \def\contents{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5517 \startcontents{\putwordTOC}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5518 \openin 1 \tocreadfilename\space
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5519 \ifeof 1 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5520 \readtocfile
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5521 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5522 \vfill \eject
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5523 \contentsalignmacro % in case @setchapternewpage odd is in effect
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5524 \ifeof 1 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5525 \pdfmakeoutlines
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5526 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5527 \closein 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5528 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5529 \lastnegativepageno = \pageno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5530 \global\pageno = \savepageno
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5531 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5532
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5533 % And just the chapters.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5534 \def\summarycontents{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5535 \startcontents{\putwordShortTOC}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5536 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5537 \let\numchapentry = \shortchapentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5538 \let\appentry = \shortchapentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5539 \let\unnchapentry = \shortunnchapentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5540 % We want a true roman here for the page numbers.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5541 \secfonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5542 \let\rm=\shortcontrm \let\bf=\shortcontbf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5543 \let\sl=\shortcontsl \let\tt=\shortconttt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5544 \rm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5545 \hyphenpenalty = 10000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5546 \advance\baselineskip by 1pt % Open it up a little.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5547 \def\numsecentry##1##2##3##4{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5548 \let\appsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5549 \let\unnsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5550 \let\numsubsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5551 \let\appsubsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5552 \let\unnsubsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5553 \let\numsubsubsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5554 \let\appsubsubsecentry = \numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5555 \let\unnsubsubsecentry = \numsecentry
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5556 \openin 1 \tocreadfilename\space
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5557 \ifeof 1 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5558 \readtocfile
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5559 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5560 \closein 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5561 \vfill \eject
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5562 \contentsalignmacro % in case @setchapternewpage odd is in effect
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5563 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5564 \lastnegativepageno = \pageno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5565 \global\pageno = \savepageno
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5566 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5567 \let\shortcontents = \summarycontents
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5568
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5569 % Typeset the label for a chapter or appendix for the short contents.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5570 % The arg is, e.g., `A' for an appendix, or `3' for a chapter.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5571 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5572 \def\shortchaplabel#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5573 % This space should be enough, since a single number is .5em, and the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5574 % widest letter (M) is 1em, at least in the Computer Modern fonts.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5575 % But use \hss just in case.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5576 % (This space doesn't include the extra space that gets added after
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5577 % the label; that gets put in by \shortchapentry above.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5578 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5579 % We'd like to right-justify chapter numbers, but that looks strange
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5580 % with appendix letters. And right-justifying numbers and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5581 % left-justifying letters looks strange when there is less than 10
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5582 % chapters. Have to read the whole toc once to know how many chapters
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5583 % there are before deciding ...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5584 \hbox to 1em{#1\hss}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5585 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5586
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5587 % These macros generate individual entries in the table of contents.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5588 % The first argument is the chapter or section name.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5589 % The last argument is the page number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5590 % The arguments in between are the chapter number, section number, ...
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5591
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5592 % Chapters, in the main contents.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5593 \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5594 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5595 % Chapters, in the short toc.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5596 % See comments in \dochapentry re vbox and related settings.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5597 \def\shortchapentry#1#2#3#4{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5598 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5599 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5600
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5601 % Appendices, in the main contents.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5602 % Need the word Appendix, and a fixed-size box.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5603 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5604 \def\appendixbox#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5605 % We use M since it's probably the widest letter.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5606 \setbox0 = \hbox{\putwordAppendix{} M}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5607 \hbox to \wd0{\putwordAppendix{} #1\hss}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5608 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5609 \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5610
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5611 % Unnumbered chapters.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5612 \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5613 \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5614
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5615 % Sections.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5616 \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5617 \let\appsecentry=\numsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5618 \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5619
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5620 % Subsections.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5621 \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5622 \let\appsubsecentry=\numsubsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5623 \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5624
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5625 % And subsubsections.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5626 \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5627 \let\appsubsubsecentry=\numsubsubsecentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5628 \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5629
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5630 % This parameter controls the indentation of the various levels.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5631 % Same as \defaultparindent.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5632 \newdimen\tocindent \tocindent = 15pt
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5633
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5634 % Now for the actual typesetting. In all these, #1 is the text and #2 is the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5635 % page number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5636 %
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5637 % If the toc has to be broken over pages, we want it to be at chapters
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5638 % if at all possible; hence the \penalty.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5639 \def\dochapentry#1#2{%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5640 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5641 \begingroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5642 \chapentryfonts
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5643 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5644 \endgroup
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
5645 \nobreak\vskip .25\baselineskip plus.1\baselineskip
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5646 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5647
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5648 \def\dosecentry#1#2{\begingroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5649 \secentryfonts \leftskip=\tocindent
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5650 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5651 \endgroup}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5652
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5653 \def\dosubsecentry#1#2{\begingroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5654 \subsecentryfonts \leftskip=2\tocindent
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5655 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5656 \endgroup}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5657
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5658 \def\dosubsubsecentry#1#2{\begingroup
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5659 \subsubsecentryfonts \leftskip=3\tocindent
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5660 \tocentry{#1}{\dopageno\bgroup#2\egroup}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5661 \endgroup}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5662
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5663 % We use the same \entry macro as for the index entries.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5664 \let\tocentry = \entry
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5665
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5666 % Space between chapter (or whatever) number and the title.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5667 \def\labelspace{\hskip1em \relax}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5668
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5669 \def\dopageno#1{{\rm #1}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5670 \def\doshortpageno#1{{\rm #1}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5671
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5672 \def\chapentryfonts{\secfonts \rm}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5673 \def\secentryfonts{\textfonts}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5674 \def\subsecentryfonts{\textfonts}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5675 \def\subsubsecentryfonts{\textfonts}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5676
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5677
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5678 \message{environments,}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5679 % @foo ... @end foo.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5680
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5681 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5682 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5683 % Since these characters are used in examples, they should be an even number of
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5684 % \tt widths. Each \tt character is 1en, so two makes it 1em.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5685 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5686 \def\point{$\star$}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5687 \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5688 \def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5689 \def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5690 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5691 \def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5692
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5693 % The @error{} command.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5694 % Adapted from the TeXbook's \boxit.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5695 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5696 \newbox\errorbox
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5697 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5698 {\tentt \global\dimen0 = 3em}% Width of the box.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5699 \dimen2 = .55pt % Thickness of rules
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5700 % The text. (`r' is open on the right, `e' somewhat less so on the left.)
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5701 \setbox0 = \hbox{\kern-.75pt \reducedsf error\kern-1.5pt}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5702 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5703 \setbox\errorbox=\hbox to \dimen0{\hfil
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5704 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5705 \advance\hsize by -2\dimen2 % Rules.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5706 \vbox{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5707 \hrule height\dimen2
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5708 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5709 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5710 \kern3pt\vrule width\dimen2}% Space to right.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5711 \hrule height\dimen2}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5712 \hfil}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5713 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5714 \def\error{\leavevmode\lower.7ex\copy\errorbox}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5715
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5716 % @tex ... @end tex escapes into raw Tex temporarily.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5717 % One exception: @ is still an escape character, so that @end tex works.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5718 % But \@ or @@ will get a plain tex @ character.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5719
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5720 \envdef\tex{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5721 \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5722 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5723 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5724 \catcode `\%=14
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5725 \catcode `\+=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5726 \catcode `\"=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5727 \catcode `\|=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5728 \catcode `\<=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5729 \catcode `\>=\other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5730 \escapechar=`\\
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5731 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5732 \let\b=\ptexb
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5733 \let\bullet=\ptexbullet
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5734 \let\c=\ptexc
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5735 \let\,=\ptexcomma
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5736 \let\.=\ptexdot
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5737 \let\dots=\ptexdots
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5738 \let\equiv=\ptexequiv
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5739 \let\!=\ptexexclam
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5740 \let\i=\ptexi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5741 \let\indent=\ptexindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5742 \let\noindent=\ptexnoindent
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5743 \let\{=\ptexlbrace
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5744 \let\+=\tabalign
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5745 \let\}=\ptexrbrace
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5746 \let\/=\ptexslash
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5747 \let\*=\ptexstar
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5748 \let\t=\ptext
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5749 \expandafter \let\csname top\endcsname=\ptextop % outer
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5750 \let\frenchspacing=\plainfrenchspacing
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5751 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5752 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5753 \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5754 \def\@{@}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5755 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5756 % There is no need to define \Etex.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5757
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5758 % Define @lisp ... @end lisp.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5759 % @lisp environment forms a group so it can rebind things,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5760 % including the definition of @end lisp (which normally is erroneous).
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5761
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5762 % Amount to narrow the margins by for @lisp.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5763 \newskip\lispnarrowing \lispnarrowing=0.4in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5764
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5765 % This is the definition that ^^M gets inside @lisp, @example, and other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5766 % such environments. \null is better than a space, since it doesn't
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5767 % have any width.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5768 \def\lisppar{\null\endgraf}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5769
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5770 % This space is always present above and below environments.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5771 \newskip\envskipamount \envskipamount = 0pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5772
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5773 % Make spacing and below environment symmetrical. We use \parskip here
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5774 % to help in doing that, since in @example-like environments \parskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5775 % is reset to zero; thus the \afterenvbreak inserts no space -- but the
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5776 % start of the next paragraph will insert \parskip.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5777 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5778 \def\aboveenvbreak{{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5779 % =10000 instead of <10000 because of a special case in \itemzzz and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5780 % \sectionheading, q.v.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5781 \ifnum \lastpenalty=10000 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5782 \advance\envskipamount by \parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5783 \endgraf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5784 \ifdim\lastskip<\envskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5785 \removelastskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5786 % it's not a good place to break if the last penalty was \nobreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5787 % or better ...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5788 \ifnum\lastpenalty<10000 \penalty-50 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5789 \vskip\envskipamount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5790 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5791 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5792 }}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5793
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5794 \let\afterenvbreak = \aboveenvbreak
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5795
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5796 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5797 % also clear it, so that its embedded environments do the narrowing again.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5798 \let\nonarrowing=\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5799
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5800 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5801 % environment contents.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5802 \font\circle=lcircle10
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5803 \newdimen\circthick
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5804 \newdimen\cartouter\newdimen\cartinner
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5805 \newskip\normbskip\newskip\normpskip\newskip\normlskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5806 \circthick=\fontdimen8\circle
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5807 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5808 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5809 \def\ctr{{\hskip 6pt\circle\char'010}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5810 \def\cbl{{\circle\char'012\hskip -6pt}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5811 \def\cbr{{\hskip 6pt\circle\char'011}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5812 \def\carttop{\hbox to \cartouter{\hskip\lskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5813 \ctl\leaders\hrule height\circthick\hfil\ctr
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5814 \hskip\rskip}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5815 \def\cartbot{\hbox to \cartouter{\hskip\lskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5816 \cbl\leaders\hrule height\circthick\hfil\cbr
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5817 \hskip\rskip}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5818 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5819 \newskip\lskip\newskip\rskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5820
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5821 \envdef\cartouche{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5822 \ifhmode\par\fi % can't be in the midst of a paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5823 \startsavinginserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5824 \lskip=\leftskip \rskip=\rightskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5825 \leftskip=0pt\rightskip=0pt % we want these *outside*.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5826 \cartinner=\hsize \advance\cartinner by-\lskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5827 \advance\cartinner by-\rskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5828 \cartouter=\hsize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5829 \advance\cartouter by 18.4pt % allow for 3pt kerns on either
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5830 % side, and for 6pt waste from
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5831 % each corner char, and rule thickness
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5832 \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5833 % Flag to tell @lisp, etc., not to narrow margin.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5834 \let\nonarrowing = t%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5835 \vbox\bgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5836 \baselineskip=0pt\parskip=0pt\lineskip=0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5837 \carttop
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5838 \hbox\bgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5839 \hskip\lskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5840 \vrule\kern3pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5841 \vbox\bgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5842 \kern3pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5843 \hsize=\cartinner
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5844 \baselineskip=\normbskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5845 \lineskip=\normlskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5846 \parskip=\normpskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5847 \vskip -\parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5848 \comment % For explanation, see the end of \def\group.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5849 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5850 \def\Ecartouche{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5851 \ifhmode\par\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5852 \kern3pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5853 \egroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5854 \kern3pt\vrule
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5855 \hskip\rskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5856 \egroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5857 \cartbot
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5858 \egroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5859 \checkinserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5860 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5861
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5862
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5863 % This macro is called at the beginning of all the @example variants,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5864 % inside a group.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5865 \def\nonfillstart{%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5866 \aboveenvbreak
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5867 \hfuzz = 12pt % Don't be fussy
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5868 \sepspaces % Make spaces be word-separators rather than space tokens.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5869 \let\par = \lisppar % don't ignore blank lines
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5870 \obeylines % each line of input is a line of output
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5871 \parskip = 0pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5872 \parindent = 0pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5873 \emergencystretch = 0pt % don't try to avoid overfull boxes
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5874 \ifx\nonarrowing\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5875 \advance \leftskip by \lispnarrowing
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5876 \exdentamount=\lispnarrowing
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5877 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5878 \let\nonarrowing = \relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5879 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5880 \let\exdent=\nofillexdent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5881 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5882
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5883 % If you want all examples etc. small: @set dispenvsize small.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5884 % If you want even small examples the full size: @set dispenvsize nosmall.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5885 % This affects the following displayed environments:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5886 % @example, @display, @format, @lisp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5887 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5888 \def\smallword{small}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5889 \def\nosmallword{nosmall}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5890 \let\SETdispenvsize\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5891 \def\setnormaldispenv{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5892 \ifx\SETdispenvsize\smallword
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5893 % end paragraph for sake of leading, in case document has no blank
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5894 % line. This is redundant with what happens in \aboveenvbreak, but
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5895 % we need to do it before changing the fonts, and it's inconvenient
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5896 % to change the fonts afterward.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5897 \ifnum \lastpenalty=10000 \else \endgraf \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5898 \smallexamplefonts \rm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5899 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5900 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5901 \def\setsmalldispenv{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5902 \ifx\SETdispenvsize\nosmallword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5903 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5904 \ifnum \lastpenalty=10000 \else \endgraf \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5905 \smallexamplefonts \rm
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5906 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5907 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5908
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5909 % We often define two environments, @foo and @smallfoo.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5910 % Let's do it by one command:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5911 \def\makedispenv #1#2{
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5912 \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5913 \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5914 \expandafter\let\csname E#1\endcsname \afterenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5915 \expandafter\let\csname Esmall#1\endcsname \afterenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5916 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5917
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5918 % Define two synonyms:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5919 \def\maketwodispenvs #1#2#3{
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5920 \makedispenv{#1}{#3}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5921 \makedispenv{#2}{#3}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5922 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5923
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5924 % @lisp: indented, narrowed, typewriter font; @example: same as @lisp.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5925 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5926 % @smallexample and @smalllisp: use smaller fonts.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5927 % Originally contributed by Pavel@xerox.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5928 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5929 \maketwodispenvs {lisp}{example}{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5930 \nonfillstart
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5931 \tt\quoteexpand
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5932 \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5933 \gobble % eat return
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5934 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5935 % @display/@smalldisplay: same as @lisp except keep current font.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5936 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5937 \makedispenv {display}{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5938 \nonfillstart
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5939 \gobble
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5940 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5941
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5942 % @format/@smallformat: same as @display except don't narrow margins.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5943 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5944 \makedispenv{format}{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5945 \let\nonarrowing = t%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5946 \nonfillstart
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5947 \gobble
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5948 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5949
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5950 % @flushleft: same as @format, but doesn't obey \SETdispenvsize.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5951 \envdef\flushleft{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5952 \let\nonarrowing = t%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5953 \nonfillstart
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5954 \gobble
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5955 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5956 \let\Eflushleft = \afterenvbreak
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5957
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5958 % @flushright.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5959 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5960 \envdef\flushright{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5961 \let\nonarrowing = t%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5962 \nonfillstart
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5963 \advance\leftskip by 0pt plus 1fill
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5964 \gobble
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
5965 }
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5966 \let\Eflushright = \afterenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5967
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5968
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5969 % @quotation does normal linebreaking (hence we can't use \nonfillstart)
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5970 % and narrows the margins. We keep \parskip nonzero in general, since
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5971 % we're doing normal filling. So, when using \aboveenvbreak and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5972 % \afterenvbreak, temporarily make \parskip 0.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5973 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5974 \envdef\quotation{%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5975 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5976 \parindent=0pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5977 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5978 % @cartouche defines \nonarrowing to inhibit narrowing at next level down.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5979 \ifx\nonarrowing\relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5980 \advance\leftskip by \lispnarrowing
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5981 \advance\rightskip by \lispnarrowing
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5982 \exdentamount = \lispnarrowing
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
5983 \else
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5984 \let\nonarrowing = \relax
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
5985 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5986 \parsearg\quotationlabel
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5987 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5988
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5989 % We have retained a nonzero parskip for the environment, since we're
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5990 % doing normal filling.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5991 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5992 \def\Equotation{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5993 \par
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5994 \ifx\quotationauthor\undefined\else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5995 % indent a bit.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5996 \leftline{\kern 2\leftskip \sl ---\quotationauthor}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5997 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5998 {\parskip=0pt \afterenvbreak}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
5999 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6001 % If we're given an argument, typeset it in bold with a colon after.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6002 \def\quotationlabel#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6003 \def\temp{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6004 \ifx\temp\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6005 {\bf #1: }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6006 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6007 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6008
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6009
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6010 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6011 % If we want to allow any <char> as delimiter,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6012 % we need the curly braces so that makeinfo sees the @verb command, eg:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6013 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6014 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6015 % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6016 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6017 % [Knuth] p.344; only we need to do the other characters Texinfo sets
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6018 % active too. Otherwise, they get lost as the first character on a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6019 % verbatim line.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6020 \def\dospecials{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6021 \do\ \do\\\do\{\do\}\do\$\do\&%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6022 \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6023 \do\<\do\>\do\|\do\@\do+\do\"%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6024 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6025 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6026 % [Knuth] p. 380
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6027 \def\uncatcodespecials{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6028 \def\do##1{\catcode`##1=\other}\dospecials}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6029 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6030 % [Knuth] pp. 380,381,391
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6031 % Disable Spanish ligatures ?` and !` of \tt font
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6032 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6033 \catcode`\`=\active\gdef`{\relax\lq}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6034 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6035 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6036 % Setup for the @verb command.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6037 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6038 % Eight spaces for a tab
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6039 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6040 \catcode`\^^I=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6041 \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6042 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6043 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6044 \def\setupverb{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6045 \tt % easiest (and conventionally used) font for verbatim
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6046 \def\par{\leavevmode\endgraf}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6047 \catcode`\`=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6048 \tabeightspaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6049 % Respect line breaks,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6050 % print special symbols as themselves, and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6051 % make each space count
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6052 % must do in this order:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6053 \obeylines \uncatcodespecials \sepspaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6054 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6055
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6056 % Setup for the @verbatim environment
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6057 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6058 % Real tab expansion
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6059 \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6060 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6061 \def\starttabbox{\setbox0=\hbox\bgroup}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6062
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6063 % Allow an option to not replace quotes with a regular directed right
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6064 % quote/apostrophe (char 0x27), but instead use the undirected quote
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6065 % from cmtt (char 0x0d). The undirected quote is ugly, so don't make it
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6066 % the default, but it works for pasting with more pdf viewers (at least
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6067 % evince), the lilypond developers report. xpdf does work with the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6068 % regular 0x27.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6069 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6070 \def\codequoteright{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6071 \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6072 \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6073 '%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6074 \else \char'15 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6075 \else \char'15 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6076 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6077 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6078 % and a similar option for the left quote char vs. a grave accent.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6079 % Modern fonts display ASCII 0x60 as a grave accent, so some people like
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6080 % the code environments to do likewise.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6081 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6082 \def\codequoteleft{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6083 \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6084 \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6085 `%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6086 \else \char'22 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6087 \else \char'22 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6088 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6089 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6090 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6091 \catcode`\^^I=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6092 \gdef\tabexpand{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6093 \catcode`\^^I=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6094 \def^^I{\leavevmode\egroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6095 \dimen0=\wd0 % the width so far, or since the previous tab
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6096 \divide\dimen0 by\tabw
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6097 \multiply\dimen0 by\tabw % compute previous multiple of \tabw
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6098 \advance\dimen0 by\tabw % advance to next multiple of \tabw
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6099 \wd0=\dimen0 \box0 \starttabbox
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6100 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6101 }
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6102 \catcode`\'=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6103 \gdef\rquoteexpand{\catcode\rquoteChar=\active \def'{\codequoteright}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6104 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6105 \catcode`\`=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6106 \gdef\lquoteexpand{\catcode\lquoteChar=\active \def`{\codequoteleft}}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6107 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6108 \gdef\quoteexpand{\rquoteexpand \lquoteexpand}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6109 \endgroup
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6110
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6111 % start the verbatim environment.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6112 \def\setupverbatim{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6113 \let\nonarrowing = t%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6114 \nonfillstart
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6115 % Easiest (and conventionally used) font for verbatim
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6116 \tt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6117 \def\par{\leavevmode\egroup\box0\endgraf}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6118 \catcode`\`=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6119 \tabexpand
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6120 \quoteexpand
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6121 % Respect line breaks,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6122 % print special symbols as themselves, and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6123 % make each space count
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6124 % must do in this order:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6125 \obeylines \uncatcodespecials \sepspaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6126 \everypar{\starttabbox}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6127 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6128
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6129 % Do the @verb magic: verbatim text is quoted by unique
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6130 % delimiter characters. Before first delimiter expect a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6131 % right brace, after last delimiter expect closing brace:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6132 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6133 % \def\doverb'{'<char>#1<char>'}'{#1}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6134 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6135 % [Knuth] p. 382; only eat outer {}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6136 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6137 \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6138 \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next]
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6139 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6140 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6141 \def\verb{\begingroup\setupverb\doverb}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6142 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6143 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6144 % Do the @verbatim magic: define the macro \doverbatim so that
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6145 % the (first) argument ends when '@end verbatim' is reached, ie:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6146 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6147 % \def\doverbatim#1@end verbatim{#1}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6148 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6149 % For Texinfo it's a lot easier than for LaTeX,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6150 % because texinfo's \verbatim doesn't stop at '\end{verbatim}':
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6151 % we need not redefine '\', '{' and '}'.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6152 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6153 % Inspired by LaTeX's verbatim command set [latex.ltx]
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6154 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6155 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6156 \catcode`\ =\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6157 \obeylines %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6158 % ignore everything up to the first ^^M, that's the newline at the end
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6159 % of the @verbatim input line itself. Otherwise we get an extra blank
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6160 % line in the output.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6161 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6162 % We really want {...\end verbatim} in the body of the macro, but
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6163 % without the active space; thus we have to use \xdef and \gobble.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6164 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6165 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6166 \envdef\verbatim{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6167 \setupverbatim\doverbatim
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6168 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6169 \let\Everbatim = \afterenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6170
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6171
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6172 % @verbatiminclude FILE - insert text of file in verbatim environment.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6173 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6174 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6175 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6176 \def\doverbatiminclude#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6177 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6178 \makevalueexpandable
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6179 \setupverbatim
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6180 \indexnofonts % Allow `@@' and other weird things in file names.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6181 \input #1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6182 \afterenvbreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6183 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6184 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6185
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6186 % @copying ... @end copying.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6187 % Save the text away for @insertcopying later.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6188 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6189 % We save the uninterpreted tokens, rather than creating a box.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6190 % Saving the text in a box would be much easier, but then all the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6191 % typesetting commands (@smallbook, font changes, etc.) have to be done
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6192 % beforehand -- and a) we want @copying to be done first in the source
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6193 % file; b) letting users define the frontmatter in as flexible order as
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6194 % possible is very desirable.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6195 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6196 \def\copying{\checkenv{}\begingroup\scanargctxt\docopying}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6197 \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6198 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6199 \def\insertcopying{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6200 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6201 \parindent = 0pt % paragraph indentation looks wrong on title page
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6202 \scanexp\copyingtext
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6203 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6204 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6205
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6206
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6207 \message{defuns,}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6208 % @defun etc.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6209
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6210 \newskip\defbodyindent \defbodyindent=.4in
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6211 \newskip\defargsindent \defargsindent=50pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6212 \newskip\deflastargmargin \deflastargmargin=18pt
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6213 \newcount\defunpenalty
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6214
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6215 % Start the processing of @deffn:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6216 \def\startdefun{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6217 \ifnum\lastpenalty<10000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6218 \medbreak
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6219 \defunpenalty=10003 % Will keep this @deffn together with the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6220 % following @def command, see below.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6221 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6222 % If there are two @def commands in a row, we'll have a \nobreak,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6223 % which is there to keep the function description together with its
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6224 % header. But if there's nothing but headers, we need to allow a
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6225 % break somewhere. Check specifically for penalty 10002, inserted
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6226 % by \printdefunline, instead of 10000, since the sectioning
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6227 % commands also insert a nobreak penalty, and we don't want to allow
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6228 % a break between a section heading and a defun.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6229 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6230 % As a minor refinement, we avoid "club" headers by signalling
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6231 % with penalty of 10003 after the very first @deffn in the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6232 % sequence (see above), and penalty of 10002 after any following
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6233 % @def command.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6234 \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6235 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6236 % Similarly, after a section heading, do not allow a break.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6237 % But do insert the glue.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6238 \medskip % preceded by discardable penalty, so not a breakpoint
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6239 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6240 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6241 \parindent=0in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6242 \advance\leftskip by \defbodyindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6243 \exdentamount=\defbodyindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6244 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6245
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6246 \def\dodefunx#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6247 % First, check whether we are in the right environment:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6248 \checkenv#1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6249 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6250 % As above, allow line break if we have multiple x headers in a row.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6251 % It's not a great place, though.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6252 \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6253 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6254 % And now, it's time to reuse the body of the original defun:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6255 \expandafter\gobbledefun#1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6256 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6257 \def\gobbledefun#1\startdefun{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6258
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6259 % \printdefunline \deffnheader{text}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6260 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6261 \def\printdefunline#1#2{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6262 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6263 % call \deffnheader:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6264 #1#2 \endheader
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6265 % common ending:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6266 \interlinepenalty = 10000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6267 \advance\rightskip by 0pt plus 1fil
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6268 \endgraf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6269 \nobreak\vskip -\parskip
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6270 \penalty\defunpenalty % signal to \startdefun and \dodefunx
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6271 % Some of the @defun-type tags do not enable magic parentheses,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6272 % rendering the following check redundant. But we don't optimize.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6273 \checkparencounts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6274 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6275 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6276
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6277 \def\Edefun{\endgraf\medbreak}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6278
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6279 % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn;
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6280 % the only thing remaining is to define \deffnheader.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6281 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6282 \def\makedefun#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6283 \expandafter\let\csname E#1\endcsname = \Edefun
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6284 \edef\temp{\noexpand\domakedefun
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6285 \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6286 \temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6287 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6288
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6289 % \domakedefun \deffn \deffnx \deffnheader
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6290 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6291 % Define \deffn and \deffnx, without parameters.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6292 % \deffnheader has to be defined explicitly.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6293 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6294 \def\domakedefun#1#2#3{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6295 \envdef#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6296 \startdefun
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6297 \parseargusing\activeparens{\printdefunline#3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6298 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6299 \def#2{\dodefunx#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6300 \def#3%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6301 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6302
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6303 %%% Untyped functions:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6304
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6305 % @deffn category name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6306 \makedefun{deffn}{\deffngeneral{}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6307
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6308 % @deffn category class name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6309 \makedefun{defop}#1 {\defopon{#1\ \putwordon}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6310
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6311 % \defopon {category on}class name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6312 \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6313
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6314 % \deffngeneral {subind}category name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6315 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6316 \def\deffngeneral#1#2 #3 #4\endheader{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6317 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6318 \dosubind{fn}{\code{#3}}{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6319 \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6320 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6321
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6322 %%% Typed functions:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6323
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6324 % @deftypefn category type name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6325 \makedefun{deftypefn}{\deftypefngeneral{}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6326
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6327 % @deftypeop category class type name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6328 \makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6329
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6330 % \deftypeopon {category on}class type name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6331 \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6332
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6333 % \deftypefngeneral {subind}category type name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6334 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6335 \def\deftypefngeneral#1#2 #3 #4 #5\endheader{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6336 \dosubind{fn}{\code{#4}}{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6337 \defname{#2}{#3}{#4}\defunargs{#5\unskip}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6338 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6339
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6340 %%% Typed variables:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6341
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6342 % @deftypevr category type var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6343 \makedefun{deftypevr}{\deftypecvgeneral{}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6344
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6345 % @deftypecv category class type var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6346 \makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6347
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6348 % \deftypecvof {category of}class type var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6349 \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6350
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6351 % \deftypecvgeneral {subind}category type var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6352 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6353 \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6354 \dosubind{vr}{\code{#4}}{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6355 \defname{#2}{#3}{#4}\defunargs{#5\unskip}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6356 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6357
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6358 %%% Untyped variables:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6359
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6360 % @defvr category var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6361 \makedefun{defvr}#1 {\deftypevrheader{#1} {} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6362
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6363 % @defcv category class var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6364 \makedefun{defcv}#1 {\defcvof{#1\ \putwordof}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6365
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6366 % \defcvof {category of}class var args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6367 \def\defcvof#1#2 {\deftypecvof{#1}#2 {} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6368
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6369 %%% Type:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6370 % @deftp category name args
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6371 \makedefun{deftp}#1 #2 #3\endheader{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6372 \doind{tp}{\code{#2}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6373 \defname{#1}{}{#2}\defunargs{#3\unskip}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6374 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6375
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6376 % Remaining @defun-like shortcuts:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6377 \makedefun{defun}{\deffnheader{\putwordDeffunc} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6378 \makedefun{defmac}{\deffnheader{\putwordDefmac} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6379 \makedefun{defspec}{\deffnheader{\putwordDefspec} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6380 \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6381 \makedefun{defvar}{\defvrheader{\putwordDefvar} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6382 \makedefun{defopt}{\defvrheader{\putwordDefopt} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6383 \makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6384 \makedefun{defmethod}{\defopon\putwordMethodon}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6385 \makedefun{deftypemethod}{\deftypeopon\putwordMethodon}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6386 \makedefun{defivar}{\defcvof\putwordInstanceVariableof}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6387 \makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6388
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6389 % \defname, which formats the name of the @def (not the args).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6390 % #1 is the category, such as "Function".
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6391 % #2 is the return type, if any.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6392 % #3 is the function name.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6393 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6394 % We are followed by (but not passed) the arguments, if any.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6395 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6396 \def\defname#1#2#3{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6397 % Get the values of \leftskip and \rightskip as they were outside the @def...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6398 \advance\leftskip by -\defbodyindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6399 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6400 % How we'll format the type name. Putting it in brackets helps
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6401 % distinguish it from the body text that may end up on the next line
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6402 % just below it.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6403 \def\temp{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6404 \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6405 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6406 % Figure out line sizes for the paragraph shape.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6407 % The first line needs space for \box0; but if \rightskip is nonzero,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6408 % we need only space for the part of \box0 which exceeds it:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6409 \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6410 % The continuations:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6411 \dimen2=\hsize \advance\dimen2 by -\defargsindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6412 % (plain.tex says that \dimen1 should be used only as global.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6413 \parshape 2 0in \dimen0 \defargsindent \dimen2
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6414 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6415 % Put the type name to the right margin.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6416 \noindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6417 \hbox to 0pt{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6418 \hfil\box0 \kern-\hsize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6419 % \hsize has to be shortened this way:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6420 \kern\leftskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6421 % Intentionally do not respect \rightskip, since we need the space.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6422 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6423 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6424 % Allow all lines to be underfull without complaint:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6425 \tolerance=10000 \hbadness=10000
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6426 \exdentamount=\defbodyindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6427 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6428 % defun fonts. We use typewriter by default (used to be bold) because:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6429 % . we're printing identifiers, they should be in tt in principle.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6430 % . in languages with many accents, such as Czech or French, it's
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6431 % common to leave accents off identifiers. The result looks ok in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6432 % tt, but exceedingly strange in rm.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6433 % . we don't want -- and --- to be treated as ligatures.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6434 % . this still does not fix the ?` and !` ligatures, but so far no
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6435 % one has made identifiers using them :).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6436 \df \tt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6437 \def\temp{#2}% return value type
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6438 \ifx\temp\empty\else \tclose{\temp} \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6439 #3% output function name
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6440 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6441 {\rm\enskip}% hskip 0.5 em of \tenrm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6442 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6443 \boldbrax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6444 % arguments will be output next, if any.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6445 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6446
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6447 % Print arguments in slanted roman (not ttsl), inconsistently with using
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6448 % tt for the name. This is because literal text is sometimes needed in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6449 % the argument list (groff manual), and ttsl and tt are not very
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6450 % distinguishable. Prevent hyphenation at `-' chars.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6451 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6452 \def\defunargs#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6453 % use sl by default (not ttsl),
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6454 % tt for the names.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6455 \df \sl \hyphenchar\font=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6456 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6457 % On the other hand, if an argument has two dashes (for instance), we
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6458 % want a way to get ttsl. Let's try @var for that.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6459 \let\var=\ttslanted
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6460 #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6461 \sl\hyphenchar\font=45
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6462 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6463
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6464 % We want ()&[] to print specially on the defun line.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6465 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6466 \def\activeparens{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6467 \catcode`\(=\active \catcode`\)=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6468 \catcode`\[=\active \catcode`\]=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6469 \catcode`\&=\active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6470 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6471
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6472 % Make control sequences which act like normal parenthesis chars.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6473 \let\lparen = ( \let\rparen = )
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6474
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6475 % Be sure that we always have a definition for `(', etc. For example,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6476 % if the fn name has parens in it, \boldbrax will not be in effect yet,
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6477 % so TeX would otherwise complain about undefined control sequence.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6478 {
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6479 \activeparens
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6480 \global\let(=\lparen \global\let)=\rparen
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6481 \global\let[=\lbrack \global\let]=\rbrack
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6482 \global\let& = \&
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6483
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6484 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6485 \gdef\magicamp{\let&=\amprm}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6486 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6487
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6488 \newcount\parencount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6489
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6490 % If we encounter &foo, then turn on ()-hacking afterwards
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6491 \newif\ifampseen
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6492 \def\amprm#1 {\ampseentrue{\bf\&#1 }}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6493
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6494 \def\parenfont{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6495 \ifampseen
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6496 % At the first level, print parens in roman,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6497 % otherwise use the default font.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6498 \ifnum \parencount=1 \rm \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6499 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6500 % The \sf parens (in \boldbrax) actually are a little bolder than
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6501 % the contained text. This is especially needed for [ and ] .
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6502 \sf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6503 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6504 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6505 \def\infirstlevel#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6506 \ifampseen
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6507 \ifnum\parencount=1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6508 #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6509 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6510 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6511 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6512 \def\bfafterword#1 {#1 \bf}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6513
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6514 \def\opnr{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6515 \global\advance\parencount by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6516 {\parenfont(}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6517 \infirstlevel \bfafterword
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6518 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6519 \def\clnr{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6520 {\parenfont)}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6521 \infirstlevel \sl
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6522 \global\advance\parencount by -1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6523 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6524
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6525 \newcount\brackcount
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6526 \def\lbrb{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6527 \global\advance\brackcount by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6528 {\bf[}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6529 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6530 \def\rbrb{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6531 {\bf]}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6532 \global\advance\brackcount by -1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6533 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6534
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6535 \def\checkparencounts{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6536 \ifnum\parencount=0 \else \badparencount \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6537 \ifnum\brackcount=0 \else \badbrackcount \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6538 }
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6539 % these should not use \errmessage; the glibc manual, at least, actually
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6540 % has such constructs (when documenting function pointers).
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6541 \def\badparencount{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6542 \message{Warning: unbalanced parentheses in @def...}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6543 \global\parencount=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6544 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6545 \def\badbrackcount{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6546 \message{Warning: unbalanced square brackets in @def...}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6547 \global\brackcount=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6548 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6549
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6550
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6551 \message{macros,}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6552 % @macro.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6553
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6554 % To do this right we need a feature of e-TeX, \scantokens,
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6555 % which we arrange to emulate with a temporary file in ordinary TeX.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6556 \ifx\eTeXversion\undefined
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6557 \newwrite\macscribble
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6558 \def\scantokens#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6559 \toks0={#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6560 \immediate\openout\macscribble=\jobname.tmp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6561 \immediate\write\macscribble{\the\toks0}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6562 \immediate\closeout\macscribble
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6563 \input \jobname.tmp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6564 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6565 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6566
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6567 \def\scanmacro#1{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6568 \begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6569 \newlinechar`\^^M
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6570 \let\xeatspaces\eatspaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6571 % Undo catcode changes of \startcontents and \doprintindex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6572 % When called from @insertcopying or (short)caption, we need active
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6573 % backslash to get it printed correctly. Previously, we had
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6574 % \catcode`\\=\other instead. We'll see whether a problem appears
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6575 % with macro expansion. --kasal, 19aug04
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6576 \catcode`\@=0 \catcode`\\=\active \escapechar=`\@
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6577 % ... and \example
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6578 \spaceisspace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6579 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6580 % Append \endinput to make sure that TeX does not see the ending newline.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6581 % I've verified that it is necessary both for e-TeX and for ordinary TeX
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6582 % --kasal, 29nov03
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6583 \scantokens{#1\endinput}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6584 \endgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6585 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6586
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6587 \def\scanexp#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6588 \edef\temp{\noexpand\scanmacro{#1}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6589 \temp
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6590 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6591
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6592 \newcount\paramno % Count of parameters
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6593 \newtoks\macname % Macro name
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6594 \newif\ifrecursive % Is it recursive?
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6595
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6596 % List of all defined macros in the form
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6597 % \definedummyword\macro1\definedummyword\macro2...
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6598 % Currently is also contains all @aliases; the list can be split
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6599 % if there is a need.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6600 \def\macrolist{}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6601
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6602 % Add the macro to \macrolist
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6603 \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6604 \def\addtomacrolistxxx#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6605 \toks0 = \expandafter{\macrolist\definedummyword#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6606 \xdef\macrolist{\the\toks0}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6607 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6608
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6609 % Utility routines.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6610 % This does \let #1 = #2, with \csnames; that is,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6611 % \let \csname#1\endcsname = \csname#2\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6612 % (except of course we have to play expansion games).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6613 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6614 \def\cslet#1#2{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6615 \expandafter\let
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6616 \csname#1\expandafter\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6617 \csname#2\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6618 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6619
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6620 % Trim leading and trailing spaces off a string.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6621 % Concepts from aro-bend problem 15 (see CTAN).
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6622 {\catcode`\@=11
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6623 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6624 \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6625 \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6626 \def\unbrace#1{#1}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6627 \unbrace{\gdef\trim@@@ #1 } #2@{#1}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6628 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6629
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6630 % Trim a single trailing ^^M off a string.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6631 {\catcode`\^^M=\other \catcode`\Q=3%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6632 \gdef\eatcr #1{\eatcra #1Q^^MQ}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6633 \gdef\eatcra#1^^MQ{\eatcrb#1Q}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6634 \gdef\eatcrb#1Q#2Q{#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6635 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6636
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6637 % Macro bodies are absorbed as an argument in a context where
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6638 % all characters are catcode 10, 11 or 12, except \ which is active
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6639 % (as in normal texinfo). It is necessary to change the definition of \.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6640
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6641 % Non-ASCII encodings make 8-bit characters active, so un-activate
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6642 % them to avoid their expansion. Must do this non-globally, to
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6643 % confine the change to the current group.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6644
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6645 % It's necessary to have hard CRs when the macro is executed. This is
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6646 % done by making ^^M (\endlinechar) catcode 12 when reading the macro
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6647 % body, and then making it the \newlinechar in \scanmacro.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6648
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6649 \def\scanctxt{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6650 \catcode`\"=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6651 \catcode`\+=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6652 \catcode`\<=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6653 \catcode`\>=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6654 \catcode`\@=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6655 \catcode`\^=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6656 \catcode`\_=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6657 \catcode`\|=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6658 \catcode`\~=\other
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6659 \ifx\declaredencoding\ascii \else \setnonasciicharscatcodenonglobal\other \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6660 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6661
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6662 \def\scanargctxt{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6663 \scanctxt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6664 \catcode`\\=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6665 \catcode`\^^M=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6666 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6667
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6668 \def\macrobodyctxt{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6669 \scanctxt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6670 \catcode`\{=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6671 \catcode`\}=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6672 \catcode`\^^M=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6673 \usembodybackslash
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6674 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6675
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6676 \def\macroargctxt{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6677 \scanctxt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6678 \catcode`\\=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6679 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6680
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6681 % \mbodybackslash is the definition of \ in @macro bodies.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6682 % It maps \foo\ => \csname macarg.foo\endcsname => #N
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6683 % where N is the macro parameter number.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6684 % We define \csname macarg.\endcsname to be \realbackslash, so
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6685 % \\ in macro replacement text gets you a backslash.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6686
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6687 {\catcode`@=0 @catcode`@\=@active
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6688 @gdef@usembodybackslash{@let\=@mbodybackslash}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6689 @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6690 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6691 \expandafter\def\csname macarg.\endcsname{\realbackslash}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6692
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6693 \def\macro{\recursivefalse\parsearg\macroxxx}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6694 \def\rmacro{\recursivetrue\parsearg\macroxxx}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6695
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6696 \def\macroxxx#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6697 \getargs{#1}% now \macname is the macname and \argl the arglist
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6698 \ifx\argl\empty % no arguments
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6699 \paramno=0%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6700 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6701 \expandafter\parsemargdef \argl;%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6702 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6703 \if1\csname ismacro.\the\macname\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6704 \message{Warning: redefining \the\macname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6705 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6706 \expandafter\ifx\csname \the\macname\endcsname \relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6707 \else \errmessage{Macro name \the\macname\space already defined}\fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6708 \global\cslet{macsave.\the\macname}{\the\macname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6709 \global\expandafter\let\csname ismacro.\the\macname\endcsname=1%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6710 \addtomacrolist{\the\macname}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6711 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6712 \begingroup \macrobodyctxt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6713 \ifrecursive \expandafter\parsermacbody
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6714 \else \expandafter\parsemacbody
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6715 \fi}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6716
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6717 \parseargdef\unmacro{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6718 \if1\csname ismacro.#1\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6719 \global\cslet{#1}{macsave.#1}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6720 \global\expandafter\let \csname ismacro.#1\endcsname=0%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6721 % Remove the macro name from \macrolist:
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6722 \begingroup
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6723 \expandafter\let\csname#1\endcsname \relax
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6724 \let\definedummyword\unmacrodo
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6725 \xdef\macrolist{\macrolist}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6726 \endgroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6727 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6728 \errmessage{Macro #1 not defined}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6729 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6730 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6731
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6732 % Called by \do from \dounmacro on each macro. The idea is to omit any
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6733 % macro definitions that have been changed to \relax.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6734 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6735 \def\unmacrodo#1{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6736 \ifx #1\relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6737 % remove this
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6738 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6739 \noexpand\definedummyword \noexpand#1%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6740 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6741 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6742
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6743 % This makes use of the obscure feature that if the last token of a
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6744 % <parameter list> is #, then the preceding argument is delimited by
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6745 % an opening brace, and that opening brace is not consumed.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6746 \def\getargs#1{\getargsxxx#1{}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6747 \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6748 \def\getmacname #1 #2\relax{\macname={#1}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6749 \def\getmacargs#1{\def\argl{#1}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6750
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6751 % Parse the optional {params} list. Set up \paramno and \paramlist
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6752 % so \defmacro knows what to do. Define \macarg.blah for each blah
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6753 % in the params list, to be ##N where N is the position in that list.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6754 % That gets used by \mbodybackslash (above).
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6755
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6756 % We need to get `macro parameter char #' into several definitions.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6757 % The technique used is stolen from LaTeX: let \hash be something
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6758 % unexpandable, insert that wherever you need a #, and then redefine
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6759 % it to # just before using the token list produced.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6760 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6761 % The same technique is used to protect \eatspaces till just before
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6762 % the macro is used.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6763
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6764 \def\parsemargdef#1;{\paramno=0\def\paramlist{}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6765 \let\hash\relax\let\xeatspaces\relax\parsemargdefxxx#1,;,}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6766 \def\parsemargdefxxx#1,{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6767 \if#1;\let\next=\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6768 \else \let\next=\parsemargdefxxx
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6769 \advance\paramno by 1%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6770 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6771 {\xeatspaces{\hash\the\paramno}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6772 \edef\paramlist{\paramlist\hash\the\paramno,}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6773 \fi\next}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6774
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6775 % These two commands read recursive and nonrecursive macro bodies.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6776 % (They're different since rec and nonrec macros end differently.)
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6777
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6778 \long\def\parsemacbody#1@end macro%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6779 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6780 \long\def\parsermacbody#1@end rmacro%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6781 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6782
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6783 % This defines the macro itself. There are six cases: recursive and
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6784 % nonrecursive macros of zero, one, and many arguments.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6785 % Much magic with \expandafter here.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6786 % \xdef is used so that macro definitions will survive the file
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6787 % they're defined in; @include reads the file inside a group.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6788 \def\defmacro{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6789 \let\hash=##% convert placeholders to macro parameter chars
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6790 \ifrecursive
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6791 \ifcase\paramno
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6792 % 0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6793 \expandafter\xdef\csname\the\macname\endcsname{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6794 \noexpand\scanmacro{\temp}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6795 \or % 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6796 \expandafter\xdef\csname\the\macname\endcsname{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6797 \bgroup\noexpand\macroargctxt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6798 \noexpand\braceorline
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6799 \expandafter\noexpand\csname\the\macname xxx\endcsname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6800 \expandafter\xdef\csname\the\macname xxx\endcsname##1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6801 \egroup\noexpand\scanmacro{\temp}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6802 \else % many
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6803 \expandafter\xdef\csname\the\macname\endcsname{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6804 \bgroup\noexpand\macroargctxt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6805 \noexpand\csname\the\macname xx\endcsname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6806 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6807 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6808 \expandafter\expandafter
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6809 \expandafter\xdef
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6810 \expandafter\expandafter
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6811 \csname\the\macname xxx\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6812 \paramlist{\egroup\noexpand\scanmacro{\temp}}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6813 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6814 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6815 \ifcase\paramno
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6816 % 0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6817 \expandafter\xdef\csname\the\macname\endcsname{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6818 \noexpand\norecurse{\the\macname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6819 \noexpand\scanmacro{\temp}\egroup}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6820 \or % 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6821 \expandafter\xdef\csname\the\macname\endcsname{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6822 \bgroup\noexpand\macroargctxt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6823 \noexpand\braceorline
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6824 \expandafter\noexpand\csname\the\macname xxx\endcsname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6825 \expandafter\xdef\csname\the\macname xxx\endcsname##1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6826 \egroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6827 \noexpand\norecurse{\the\macname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6828 \noexpand\scanmacro{\temp}\egroup}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6829 \else % many
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6830 \expandafter\xdef\csname\the\macname\endcsname{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6831 \bgroup\noexpand\macroargctxt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6832 \expandafter\noexpand\csname\the\macname xx\endcsname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6833 \expandafter\xdef\csname\the\macname xx\endcsname##1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6834 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6835 \expandafter\expandafter
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6836 \expandafter\xdef
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6837 \expandafter\expandafter
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6838 \csname\the\macname xxx\endcsname
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6839 \paramlist{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6840 \egroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6841 \noexpand\norecurse{\the\macname}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6842 \noexpand\scanmacro{\temp}\egroup}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6843 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6844 \fi}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6845
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6846 \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6847
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6848 % \braceorline decides whether the next nonwhitespace character is a
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6849 % {. If so it reads up to the closing }, if not, it reads the whole
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6850 % line. Whatever was read is then fed to the next control sequence
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6851 % as an argument (by \parsebrace or \parsearg)
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6852 \def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6853 \def\braceorlinexxx{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6854 \ifx\nchar\bgroup\else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6855 \expandafter\parsearg
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6856 \fi \macnamexxx}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6857
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6858
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6859 % @alias.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6860 % We need some trickery to remove the optional spaces around the equal
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6861 % sign. Just make them active and then expand them all to nothing.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6862 \def\alias{\parseargusing\obeyspaces\aliasxxx}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6863 \def\aliasxxx #1{\aliasyyy#1\relax}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6864 \def\aliasyyy #1=#2\relax{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6865 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6866 \expandafter\let\obeyedspace=\empty
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6867 \addtomacrolist{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6868 \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6869 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6870 \next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6871 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6872
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6873
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6874 \message{cross references,}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6875
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6876 \newwrite\auxfile
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6877 \newif\ifhavexrefs % True if xref values are known.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6878 \newif\ifwarnedxrefs % True if we warned once that they aren't known.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6879
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6880 % @inforef is relatively simple.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6881 \def\inforef #1{\inforefzzz #1,,,,**}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6882 \def\inforefzzz #1,#2,#3,#4**{\putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}},
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6883 node \samp{\ignorespaces#1{}}}
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6884
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6885 % @node's only job in TeX is to define \lastnode, which is used in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6886 % cross-references. The @node line might or might not have commas, and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6887 % might or might not have spaces before the first comma, like:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6888 % @node foo , bar , ...
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6889 % We don't want such trailing spaces in the node name.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6890 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6891 \parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6892 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6893 % also remove a trailing comma, in case of something like this:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6894 % @node Help-Cross, , , Cross-refs
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6895 \def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6896 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6897
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6898 \let\nwnode=\node
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6899 \let\lastnode=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6900
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6901 % Write a cross-reference definition for the current node. #1 is the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6902 % type (Ynumbered, Yappendix, Ynothing).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6903 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6904 \def\donoderef#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6905 \ifx\lastnode\empty\else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6906 \setref{\lastnode}{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6907 \global\let\lastnode=\empty
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6908 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6909 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6910
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6911 % @anchor{NAME} -- define xref target at arbitrary point.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6912 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6913 \newcount\savesfregister
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6914 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6915 \def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6916 \def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6917 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6918
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6919 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6920 % anchor), which consists of three parts:
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6921 % 1) NAME-title - the current sectioning name taken from \lastsection,
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6922 % or the anchor name.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6923 % 2) NAME-snt - section number and type, passed as the SNT arg, or
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6924 % empty for anchors.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6925 % 3) NAME-pg - the page number.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6926 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6927 % This is called from \donoderef, \anchor, and \dofloat. In the case of
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6928 % floats, there is an additional part, which is not written here:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6929 % 4) NAME-lof - the text as it should appear in a @listoffloats.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6930 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6931 \def\setref#1#2{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6932 \pdfmkdest{#1}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6933 \iflinks
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6934 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6935 \atdummies % preserve commands, but don't expand them
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6936 \edef\writexrdef##1##2{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6937 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6938 ##1}{##2}}% these are parameters of \writexrdef
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6939 }%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6940 \toks0 = \expandafter{\lastsection}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6941 \immediate \writexrdef{title}{\the\toks0 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6942 \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6943 \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, during \shipout
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6944 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6945 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6946 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6947
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6948 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6949 % the node name, #2 the name of the Info cross-reference, #3 the printed
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6950 % node name, #4 the name of the Info file, #5 the name of the printed
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6951 % manual. All but the node name can be omitted.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6952 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6953 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6954 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6955 \def\ref#1{\xrefX[#1,,,,,,,]}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6956 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6957 \unsepspaces
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6958 \def\printedmanual{\ignorespaces #5}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6959 \def\printedrefname{\ignorespaces #3}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6960 \setbox1=\hbox{\printedmanual\unskip}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6961 \setbox0=\hbox{\printedrefname\unskip}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6962 \ifdim \wd0 = 0pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6963 % No printed node name was explicitly given.
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6964 \expandafter\ifx\csname SETxref-automatic-section-title\endcsname\relax
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6965 % Use the node name inside the square brackets.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6966 \def\printedrefname{\ignorespaces #1}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
6967 \else
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6968 % Use the actual chapter/section title appear inside
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6969 % the square brackets. Use the real section title if we have it.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6970 \ifdim \wd1 > 0pt
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6971 % It is in another manual, so we don't have it.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6972 \def\printedrefname{\ignorespaces #1}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6973 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6974 \ifhavexrefs
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6975 % We know the real title if we have the xref values.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6976 \def\printedrefname{\refx{#1-title}{}}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6977 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6978 % Otherwise just copy the Info node name.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6979 \def\printedrefname{\ignorespaces #1}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6980 \fi%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6981 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6982 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6983 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
6984 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6985 % Make link in pdf output.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
6986 \ifpdf
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6987 {\indexnofonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6988 \turnoffactive
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6989 % This expands tokens, so do it after making catcode changes, so _
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6990 % etc. don't get their TeX definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6991 \getfilename{#4}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6992 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6993 % See comments at \activebackslashdouble.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6994 {\activebackslashdouble \xdef\pdfxrefdest{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6995 \backslashparens\pdfxrefdest}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6996 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6997 \leavevmode
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
6998 \startlink attr{/Border [0 0 0]}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
6999 \ifnum\filenamelength>0
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7000 goto file{\the\filename.pdf} name{\pdfxrefdest}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7001 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7002 goto name{\pdfmkpgn{\pdfxrefdest}}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7003 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7004 }%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7005 \setcolor{\linkcolor}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7006 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7007 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7008 % Float references are printed completely differently: "Figure 1.2"
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7009 % instead of "[somenode], p.3". We distinguish them by the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7010 % LABEL-title being set to a magic string.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7011 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7012 % Have to otherify everything special to allow the \csname to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7013 % include an _ in the xref name, etc.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7014 \indexnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7015 \turnoffactive
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7016 \expandafter\global\expandafter\let\expandafter\Xthisreftitle
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7017 \csname XR#1-title\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7018 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7019 \iffloat\Xthisreftitle
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7020 % If the user specified the print name (third arg) to the ref,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7021 % print it instead of our usual "Figure 1.2".
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7022 \ifdim\wd0 = 0pt
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7023 \refx{#1-snt}{}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7024 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7025 \printedrefname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7026 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7027 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7028 % if the user also gave the printed manual name (fifth arg), append
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7029 % "in MANUALNAME".
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7030 \ifdim \wd1 > 0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7031 \space \putwordin{} \cite{\printedmanual}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7032 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7033 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7034 % node/anchor (non-float) references.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7035 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7036 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7037 % insert empty discretionaries after hyphens, which means that it will
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7038 % not find a line break at a hyphen in a node names. Since some manuals
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7039 % are best written with fairly long node names, containing hyphens, this
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7040 % is a loss. Therefore, we give the text of the node name again, so it
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7041 % is as if TeX is seeing it for the first time.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7042 \ifdim \wd1 > 0pt
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7043 \putwordSection{} ``\printedrefname'' \putwordin{} \cite{\printedmanual}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7044 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7045 % _ (for example) has to be the character _ for the purposes of the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7046 % control sequence corresponding to the node, but it has to expand
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7047 % into the usual \leavevmode...\vrule stuff for purposes of
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7048 % printing. So we \turnoffactive for the \refx-snt, back on for the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7049 % printing, back off for the \refx-pg.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7050 {\turnoffactive
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7051 % Only output a following space if the -snt ref is nonempty; for
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7052 % @unnumbered and @anchor, it won't be.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7053 \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7054 \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7055 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7056 % output the `[mynode]' via a macro so it can be overridden.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7057 \xrefprintnodename\printedrefname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7058 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7059 % But we always want a comma and a space:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7060 ,\space
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7061 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7062 % output the `page 3'.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7063 \turnoffactive \putwordpage\tie\refx{#1-pg}{}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7064 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7065 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7066 \endlink
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7067 \endgroup}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7068
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7069 % This macro is called from \xrefX for the `[nodename]' part of xref
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7070 % output. It's a separate macro only so it can be changed more easily,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7071 % since square brackets don't work well in some documents. Particularly
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7072 % one that Bob is working on :).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7073 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7074 \def\xrefprintnodename#1{[#1]}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7075
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7076 % Things referred to by \setref.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7077 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7078 \def\Ynothing{}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7079 \def\Yomitfromtoc{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7080 \def\Ynumbered{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7081 \ifnum\secno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7082 \putwordChapter@tie \the\chapno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7083 \else \ifnum\subsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7084 \putwordSection@tie \the\chapno.\the\secno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7085 \else \ifnum\subsubsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7086 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7087 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7088 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7089 \fi\fi\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7090 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7091 \def\Yappendix{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7092 \ifnum\secno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7093 \putwordAppendix@tie @char\the\appendixno{}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7094 \else \ifnum\subsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7095 \putwordSection@tie @char\the\appendixno.\the\secno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7096 \else \ifnum\subsubsecno=0
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7097 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7098 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7099 \putwordSection@tie
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7100 @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7101 \fi\fi\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7102 }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7103
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7104 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7105 % If its value is nonempty, SUFFIX is output afterward.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7106 %
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7107 \def\refx#1#2{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7108 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7109 \indexnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7110 \otherbackslash
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7111 \expandafter\global\expandafter\let\expandafter\thisrefX
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7112 \csname XR#1\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7113 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7114 \ifx\thisrefX\relax
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7115 % If not defined, say something at least.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7116 \angleleft un\-de\-fined\angleright
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7117 \iflinks
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7118 \ifhavexrefs
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7119 \message{\linenumber Undefined cross reference `#1'.}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7120 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7121 \ifwarnedxrefs\else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7122 \global\warnedxrefstrue
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7123 \message{Cross reference values unknown; you must run TeX again.}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7124 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7125 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7126 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7127 \else
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7128 % It's defined, so just use it.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7129 \thisrefX
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7130 \fi
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7131 #2% Output the suffix in any case.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7132 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7133
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7134 % This is the macro invoked by entries in the aux file. Usually it's
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7135 % just a \def (we prepend XR to the control sequence name to avoid
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7136 % collisions). But if this is a float type, we have more work to do.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7137 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7138 \def\xrdef#1#2{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7139 {% The node name might contain 8-bit characters, which in our current
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7140 % implementation are changed to commands like @'e. Don't let these
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7141 % mess up the control sequence name.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7142 \indexnofonts
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7143 \turnoffactive
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7144 \xdef\safexrefname{#1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7145 }%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7146 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7147 \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% remember this xref
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7148 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7149 % Was that xref control sequence that we just defined for a float?
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7150 \expandafter\iffloat\csname XR\safexrefname\endcsname
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7151 % it was a float, and we have the (safe) float type in \iffloattype.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7152 \expandafter\let\expandafter\floatlist
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7153 \csname floatlist\iffloattype\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7154 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7155 % Is this the first time we've seen this float type?
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7156 \expandafter\ifx\floatlist\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7157 \toks0 = {\do}% yes, so just \do
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7158 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7159 % had it before, so preserve previous elements in list.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7160 \toks0 = \expandafter{\floatlist\do}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7161 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7162 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7163 % Remember this xref in the control sequence \floatlistFLOATTYPE,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7164 % for later use in \listoffloats.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7165 \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7166 {\safexrefname}}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7167 \fi
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7168 }
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7169
2760
0ad1a978082a [project @ 1997-02-27 09:33:49 by jwe]
jwe
parents: 2689
diff changeset
7170 % Read the last existing aux file, if any. No error if none exists.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7171 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7172 \def\tryauxfile{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7173 \openin 1 \jobname.aux
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7174 \ifeof 1 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7175 \readdatafile{aux}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7176 \global\havexrefstrue
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7177 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7178 \closein 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7179 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7180
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7181 \def\setupdatafile{%
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7182 \catcode`\^^@=\other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7183 \catcode`\^^A=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7184 \catcode`\^^B=\other
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7185 \catcode`\^^C=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7186 \catcode`\^^D=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7187 \catcode`\^^E=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7188 \catcode`\^^F=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7189 \catcode`\^^G=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7190 \catcode`\^^H=\other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7191 \catcode`\^^K=\other
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7192 \catcode`\^^L=\other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7193 \catcode`\^^N=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7194 \catcode`\^^P=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7195 \catcode`\^^Q=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7196 \catcode`\^^R=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7197 \catcode`\^^S=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7198 \catcode`\^^T=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7199 \catcode`\^^U=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7200 \catcode`\^^V=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7201 \catcode`\^^W=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7202 \catcode`\^^X=\other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7203 \catcode`\^^Z=\other
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7204 \catcode`\^^[=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7205 \catcode`\^^\=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7206 \catcode`\^^]=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7207 \catcode`\^^^=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7208 \catcode`\^^_=\other
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7209 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc.
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7210 % in xref tags, i.e., node names. But since ^^e4 notation isn't
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7211 % supported in the main text, it doesn't seem desirable. Furthermore,
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7212 % that is not enough: for node names that actually contain a ^
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7213 % character, we would end up writing a line like this: 'xrdef {'hat
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7214 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7215 % argument, and \hat is not an expandable control sequence. It could
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7216 % all be worked out, but why? Either we support ^^ or we don't.
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7217 %
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7218 % The other change necessary for this was to define \auxhat:
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7219 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7220 % and then to call \auxhat in \setq.
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7221 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7222 \catcode`\^=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7223 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7224 % Special characters. Should be turned off anyway, but...
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7225 \catcode`\~=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7226 \catcode`\[=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7227 \catcode`\]=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7228 \catcode`\"=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7229 \catcode`\_=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7230 \catcode`\|=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7231 \catcode`\<=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7232 \catcode`\>=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7233 \catcode`\$=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7234 \catcode`\#=\other
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7235 \catcode`\&=\other
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7236 \catcode`\%=\other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7237 \catcode`+=\other % avoid \+ for paranoia even though we've turned it off
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7238 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7239 % This is to support \ in node names and titles, since the \
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7240 % characters end up in a \csname. It's easier than
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7241 % leaving it active and making its active definition an actual \
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7242 % character. What I don't understand is why it works in the *value*
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7243 % of the xrdef. Seems like it should be a catcode12 \, and that
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7244 % should not typeset properly. But it works, so I'm moving on for
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7245 % now. --karl, 15jan04.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7246 \catcode`\\=\other
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7247 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7248 % Make the characters 128-255 be printing characters.
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7249 {%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7250 \count1=128
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7251 \def\loop{%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7252 \catcode\count1=\other
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7253 \advance\count1 by 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7254 \ifnum \count1<256 \loop \fi
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7255 }%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7256 }%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7257 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7258 % @ is our escape character in .aux files, and we need braces.
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7259 \catcode`\{=1
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7260 \catcode`\}=2
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7261 \catcode`\@=0
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7262 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7263
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7264 \def\readdatafile#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7265 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7266 \setupdatafile
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7267 \input\jobname.#1
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7268 \endgroup}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7269
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7270
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7271 \message{insertions,}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7272 % including footnotes.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7273
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7274 \newcount \footnoteno
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7275
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7276 % The trailing space in the following definition for supereject is
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7277 % vital for proper filling; pages come out unaligned when you do a
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7278 % pagealignmacro call if that space before the closing brace is
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
7279 % removed. (Generally, numeric constants should always be followed by a
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
7280 % space to prevent strange expansion errors.)
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7281 \def\supereject{\par\penalty -20000\footnoteno =0 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7282
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7283 % @footnotestyle is meaningful for info output only.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7284 \let\footnotestyle=\comment
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7285
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7286 {\catcode `\@=11
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7287 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7288 % Auto-number footnotes. Otherwise like plain.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7289 \gdef\footnote{%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7290 \let\indent=\ptexindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7291 \let\noindent=\ptexnoindent
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7292 \global\advance\footnoteno by \@ne
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7293 \edef\thisfootno{$^{\the\footnoteno}$}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7294 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7295 % In case the footnote comes at the end of a sentence, preserve the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7296 % extra spacing after we do the footnote number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7297 \let\@sf\empty
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7298 \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7299 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7300 % Remove inadvertent blank space before typesetting the footnote number.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7301 \unskip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7302 \thisfootno\@sf
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7303 \dofootnote
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7304 }%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7305
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7306 % Don't bother with the trickery in plain.tex to not require the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7307 % footnote text as a parameter. Our footnotes don't need to be so general.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7308 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7309 % Oh yes, they do; otherwise, @ifset (and anything else that uses
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7310 % \parseargline) fails inside footnotes because the tokens are fixed when
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7311 % the footnote is read. --karl, 16nov96.
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7312 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7313 \gdef\dofootnote{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7314 \insert\footins\bgroup
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7315 % We want to typeset this text as a normal paragraph, even if the
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7316 % footnote reference occurs in (for example) a display environment.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7317 % So reset some parameters.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7318 \hsize=\pagewidth
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7319 \interlinepenalty\interfootnotelinepenalty
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7320 \splittopskip\ht\strutbox % top baseline for broken footnotes
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7321 \splitmaxdepth\dp\strutbox
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7322 \floatingpenalty\@MM
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7323 \leftskip\z@skip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7324 \rightskip\z@skip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7325 \spaceskip\z@skip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7326 \xspaceskip\z@skip
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7327 \parindent\defaultparindent
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7328 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7329 \smallfonts \rm
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7330 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7331 % Because we use hanging indentation in footnotes, a @noindent appears
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7332 % to exdent this text, so make it be a no-op. makeinfo does not use
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7333 % hanging indentation so @noindent can still be needed within footnote
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7334 % text after an @example or the like (not that this is good style).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7335 \let\noindent = \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7336 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7337 % Hang the footnote text off the number. Use \everypar in case the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7338 % footnote extends for more than one paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7339 \everypar = {\hang}%
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7340 \textindent{\thisfootno}%
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7341 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7342 % Don't crash into the line above the footnote text. Since this
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7343 % expands into a box, it must come within the paragraph, lest it
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7344 % provide a place where TeX can split the footnote.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7345 \footstrut
2766
62dc317d97b9 [project @ 1997-03-01 02:54:43 by jwe]
jwe
parents: 2760
diff changeset
7346 \futurelet\next\fo@t
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7347 }
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7348 }%end \catcode `\@=11
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7349
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7350 % In case a @footnote appears in a vbox, save the footnote text and create
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7351 % the real \insert just after the vbox finished. Otherwise, the insertion
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7352 % would be lost.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7353 % Similarly, if a @footnote appears inside an alignment, save the footnote
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7354 % text to a box and make the \insert when a row of the table is finished.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7355 % And the same can be done for other insert classes. --kasal, 16nov03.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7356
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7357 % Replace the \insert primitive by a cheating macro.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7358 % Deeper inside, just make sure that the saved insertions are not spilled
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7359 % out prematurely.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7360 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7361 \def\startsavinginserts{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7362 \ifx \insert\ptexinsert
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7363 \let\insert\saveinsert
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7364 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7365 \let\checkinserts\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7366 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7367 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7368
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7369 % This \insert replacement works for both \insert\footins{foo} and
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7370 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7371 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7372 \def\saveinsert#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7373 \edef\next{\noexpand\savetobox \makeSAVEname#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7374 \afterassignment\next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7375 % swallow the left brace
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7376 \let\temp =
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7377 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7378 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7379 \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7380
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7381 \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7382
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7383 \def\placesaveins#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7384 \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7385 {\box#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7386 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7387
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7388 % eat @SAVE -- beware, all of them have catcode \other:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7389 {
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7390 \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7391 \gdef\gobblesave @SAVE{}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7392 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7393
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7394 % initialization:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7395 \def\newsaveins #1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7396 \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7397 \next
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7398 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7399 \def\newsaveinsX #1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7400 \csname newbox\endcsname #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7401 \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7402 \checksaveins #1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7403 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7404
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7405 % initialize:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7406 \let\checkinserts\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7407 \newsaveins\footins
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7408 \newsaveins\margin
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7409
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7410
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7411 % @image. We use the macros from epsf.tex to support this.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7412 % If epsf.tex is not installed and @image is used, we complain.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7413 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7414 % Check for and read epsf.tex up front. If we read it only at @image
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7415 % time, we might be inside a group, and then its definitions would get
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7416 % undone and the next image would fail.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7417 \openin 1 = epsf.tex
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7418 \ifeof 1 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7419 % Do not bother showing banner with epsf.tex v2.7k (available in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7420 % doc/epsf.tex and on ctan).
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7421 \def\epsfannounce{\toks0 = }%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7422 \input epsf.tex
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7423 \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7424 \closein 1
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7425 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7426 % We will only complain once about lack of epsf.tex.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7427 \newif\ifwarnednoepsf
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7428 \newhelp\noepsfhelp{epsf.tex must be installed for images to
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7429 work. It is also included in the Texinfo distribution, or you can get
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7430 it from ftp://tug.org/tex/epsf.tex.}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7431 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7432 \def\image#1{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7433 \ifx\epsfbox\undefined
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7434 \ifwarnednoepsf \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7435 \errhelp = \noepsfhelp
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7436 \errmessage{epsf.tex not found, images will be ignored}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7437 \global\warnednoepsftrue
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7438 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7439 \else
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7440 \imagexxx #1,,,,,\finish
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7441 \fi
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
7442 }
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7443 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7444 % Arguments to @image:
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7445 % #1 is (mandatory) image filename; we tack on .eps extension.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7446 % #2 is (optional) width, #3 is (optional) height.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7447 % #4 is (ignored optional) html alt text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7448 % #5 is (ignored optional) extension.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7449 % #6 is just the usual extra ignored arg for parsing this stuff.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7450 \newif\ifimagevmode
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7451 \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7452 \catcode`\^^M = 5 % in case we're inside an example
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7453 \normalturnoffactive % allow _ et al. in names
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7454 % If the image is by itself, center it.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7455 \ifvmode
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7456 \imagevmodetrue
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7457 \nobreak\medskip
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7458 % Usually we'll have text after the image which will insert
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7459 % \parskip glue, so insert it here too to equalize the space
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7460 % above and below.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7461 \nobreak\vskip\parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7462 \nobreak
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7463 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7464 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7465 % Leave vertical mode so that indentation from an enclosing
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7466 % environment such as @quotation is respected. On the other hand, if
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7467 % it's at the top level, we don't want the normal paragraph indentation.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7468 \noindent
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7469 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7470 % Output the image.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7471 \ifpdf
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7472 \dopdfimage{#1}{#2}{#3}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7473 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7474 % \epsfbox itself resets \epsf?size at each figure.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7475 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7476 \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7477 \epsfbox{#1.eps}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7478 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7479 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7480 \ifimagevmode \medskip \fi % space after the standalone image
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7481 \endgroup}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7482
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7483
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7484 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7485 % etc. We don't actually implement floating yet, we always include the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7486 % float "here". But it seemed the best name for the future.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7487 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7488 \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7489
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7490 % There may be a space before second and/or third parameter; delete it.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7491 \def\eatcommaspace#1, {#1,}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7492
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7493 % #1 is the optional FLOATTYPE, the text label for this float, typically
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7494 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7495 % this float will not be numbered and cannot be referred to.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7496 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7497 % #2 is the optional xref label. Also must be present for the float to
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7498 % be referable.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7499 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7500 % #3 is the optional positioning argument; for now, it is ignored. It
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7501 % will somehow specify the positions allowed to float to (here, top, bottom).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7502 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7503 % We keep a separate counter for each FLOATTYPE, which we reset at each
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7504 % chapter-level command.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7505 \let\resetallfloatnos=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7506 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7507 \def\dofloat#1,#2,#3,#4\finish{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7508 \let\thiscaption=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7509 \let\thisshortcaption=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7510 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7511 % don't lose footnotes inside @float.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7512 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7513 % BEWARE: when the floats start float, we have to issue warning whenever an
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7514 % insert appears inside a float which could possibly float. --kasal, 26may04
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7515 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7516 \startsavinginserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7517 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7518 % We can't be used inside a paragraph.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7519 \par
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7520 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7521 \vtop\bgroup
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7522 \def\floattype{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7523 \def\floatlabel{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7524 \def\floatloc{#3}% we do nothing with this yet.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7525 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7526 \ifx\floattype\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7527 \let\safefloattype=\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7528 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7529 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7530 % the floattype might have accents or other special characters,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7531 % but we need to use it in a control sequence name.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7532 \indexnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7533 \turnoffactive
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7534 \xdef\safefloattype{\floattype}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7535 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7536 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7537 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7538 % If label is given but no type, we handle that as the empty type.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7539 \ifx\floatlabel\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7540 % We want each FLOATTYPE to be numbered separately (Figure 1,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7541 % Table 1, Figure 2, ...). (And if no label, no number.)
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7542 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7543 \expandafter\getfloatno\csname\safefloattype floatno\endcsname
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7544 \global\advance\floatno by 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7545 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7546 {%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7547 % This magic value for \lastsection is output by \setref as the
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7548 % XREFLABEL-title value. \xrefX uses it to distinguish float
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7549 % labels (which have a completely different output format) from
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7550 % node and anchor labels. And \xrdef uses it to construct the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7551 % lists of floats.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7552 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7553 \edef\lastsection{\floatmagic=\safefloattype}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7554 \setref{\floatlabel}{Yfloat}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7555 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7556 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7557 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7558 % start with \parskip glue, I guess.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7559 \vskip\parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7560 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7561 % Don't suppress indentation if a float happens to start a section.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7562 \restorefirstparagraphindent
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7563 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7564
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7565 % we have these possibilities:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7566 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7567 % @float Foo,lbl & no caption: Foo 1.1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7568 % @float Foo & @caption{Cap}: Foo: Cap
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7569 % @float Foo & no caption: Foo
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7570 % @float ,lbl & Caption{Cap}: 1.1: Cap
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7571 % @float ,lbl & no caption: 1.1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7572 % @float & @caption{Cap}: Cap
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7573 % @float & no caption:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7574 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7575 \def\Efloat{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7576 \let\floatident = \empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7577 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7578 % In all cases, if we have a float type, it comes first.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7579 \ifx\floattype\empty \else \def\floatident{\floattype}\fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7580 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7581 % If we have an xref label, the number comes next.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7582 \ifx\floatlabel\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7583 \ifx\floattype\empty \else % if also had float type, need tie first.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7584 \appendtomacro\floatident{\tie}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7585 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7586 % the number.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7587 \appendtomacro\floatident{\chaplevelprefix\the\floatno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7588 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7589 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7590 % Start the printed caption with what we've constructed in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7591 % \floatident, but keep it separate; we need \floatident again.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7592 \let\captionline = \floatident
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7593 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7594 \ifx\thiscaption\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7595 \ifx\floatident\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7596 \appendtomacro\captionline{: }% had ident, so need a colon between
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7597 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7598 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7599 % caption text.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7600 \appendtomacro\captionline{\scanexp\thiscaption}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7601 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7602 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7603 % If we have anything to print, print it, with space before.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7604 % Eventually this needs to become an \insert.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7605 \ifx\captionline\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7606 \vskip.5\parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7607 \captionline
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7608 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7609 % Space below caption.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7610 \vskip\parskip
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7611 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7612 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7613 % If have an xref label, write the list of floats info. Do this
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7614 % after the caption, to avoid chance of it being a breakpoint.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7615 \ifx\floatlabel\empty \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7616 % Write the text that goes in the lof to the aux file as
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7617 % \floatlabel-lof. Besides \floatident, we include the short
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7618 % caption if specified, else the full caption if specified, else nothing.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7619 {%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7620 \atdummies
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7621 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7622 % since we read the caption text in the macro world, where ^^M
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7623 % is turned into a normal character, we have to scan it back, so
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7624 % we don't write the literal three characters "^^M" into the aux file.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7625 \scanexp{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7626 \xdef\noexpand\gtemp{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7627 \ifx\thisshortcaption\empty
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7628 \thiscaption
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7629 \else
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7630 \thisshortcaption
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7631 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7632 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7633 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7634 \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7635 \ifx\gtemp\empty \else : \gtemp \fi}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7636 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7637 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7638 \egroup % end of \vtop
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7639 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7640 % place the captured inserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7641 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7642 % BEWARE: when the floats start floating, we have to issue warning
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7643 % whenever an insert appears inside a float which could possibly
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7644 % float. --kasal, 26may04
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7645 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7646 \checkinserts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7647 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7648
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7649 % Append the tokens #2 to the definition of macro #1, not expanding either.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7650 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7651 \def\appendtomacro#1#2{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7652 \expandafter\def\expandafter#1\expandafter{#1#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7653 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7654
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7655 % @caption, @shortcaption
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7656 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7657 \def\caption{\docaption\thiscaption}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7658 \def\shortcaption{\docaption\thisshortcaption}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7659 \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7660 \def\defcaption#1#2{\egroup \def#1{#2}}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7661
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7662 % The parameter is the control sequence identifying the counter we are
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7663 % going to use. Create it if it doesn't exist and assign it to \floatno.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7664 \def\getfloatno#1{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7665 \ifx#1\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7666 % Haven't seen this figure type before.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7667 \csname newcount\endcsname #1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7668 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7669 % Remember to reset this floatno at the next chap.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7670 \expandafter\gdef\expandafter\resetallfloatnos
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7671 \expandafter{\resetallfloatnos #1=0 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7672 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7673 \let\floatno#1%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7674 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7675
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7676 % \setref calls this to get the XREFLABEL-snt value. We want an @xref
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7677 % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7678 % first read the @float command.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7679 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7680 \def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7681
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7682 % Magic string used for the XREFLABEL-title value, so \xrefX can
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7683 % distinguish floats from other xref types.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7684 \def\floatmagic{!!float!!}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7685
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7686 % #1 is the control sequence we are passed; we expand into a conditional
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7687 % which is true if #1 represents a float ref. That is, the magic
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7688 % \lastsection value which we \setref above.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7689 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7690 \def\iffloat#1{\expandafter\doiffloat#1==\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7691 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7692 % #1 is (maybe) the \floatmagic string. If so, #2 will be the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7693 % (safe) float type for this float. We set \iffloattype to #2.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7694 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7695 \def\doiffloat#1=#2=#3\finish{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7696 \def\temp{#1}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7697 \def\iffloattype{#2}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7698 \ifx\temp\floatmagic
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7699 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7700
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7701 % @listoffloats FLOATTYPE - print a list of floats like a table of contents.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7702 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7703 \parseargdef\listoffloats{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7704 \def\floattype{#1}% floattype
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7705 {%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7706 % the floattype might have accents or other special characters,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7707 % but we need to use it in a control sequence name.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7708 \indexnofonts
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7709 \turnoffactive
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7710 \xdef\safefloattype{\floattype}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7711 }%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7712 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7713 % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7714 \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7715 \ifhavexrefs
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7716 % if the user said @listoffloats foo but never @float foo.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7717 \message{\linenumber No `\safefloattype' floats to list.}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7718 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7719 \else
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7720 \begingroup
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7721 \leftskip=\tocindent % indent these entries like a toc
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7722 \let\do=\listoffloatsdo
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7723 \csname floatlist\safefloattype\endcsname
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7724 \endgroup
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7725 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7726 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7727
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7728 % This is called on each entry in a list of floats. We're passed the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7729 % xref label, in the form LABEL-title, which is how we save it in the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7730 % aux file. We strip off the -title and look up \XRLABEL-lof, which
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7731 % has the text we're supposed to typeset here.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7732 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7733 % Figures without xref labels will not be included in the list (since
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7734 % they won't appear in the aux file).
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7735 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7736 \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7737 \def\listoffloatsdoentry#1-title\finish{{%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7738 % Can't fully expand XR#1-lof because it can contain anything. Just
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7739 % pass the control sequence. On the other hand, XR#1-pg is just the
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7740 % page number, and we want to fully expand that so we can get a link
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7741 % in pdf output.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7742 \toksA = \expandafter{\csname XR#1-lof\endcsname}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7743 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7744 % use the same \entry macro we use to generate the TOC and index.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7745 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7746 \writeentry
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7747 }}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7748
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7749
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7750 \message{localization,}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7751
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7752 % For single-language documents, @documentlanguage is usually given very
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7753 % early, just after @documentencoding. Single argument is the language
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7754 % (de) or locale (de_DE) abbreviation.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7755 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7756 {
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7757 \catcode`\_ = \active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7758 \globaldefs=1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7759 \parseargdef\documentlanguage{\begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7760 \let_=\normalunderscore % normal _ character for filenames
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7761 \tex % read txi-??.tex file in plain TeX.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7762 % Read the file by the name they passed if it exists.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7763 \openin 1 txi-#1.tex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7764 \ifeof 1
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7765 \documentlanguagetrywithoutunderscore{#1_\finish}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7766 \else
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7767 \globaldefs = 1 % everything in the txi-LL files needs to persist
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7768 \input txi-#1.tex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7769 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
7770 \closein 1
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7771 \endgroup % end raw TeX
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7772 \endgroup}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7773 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7774 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7775 % If they passed de_DE, and txi-de_DE.tex doesn't exist,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7776 % try txi-de.tex.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7777 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7778 \def\documentlanguagetrywithoutunderscore#1_#2\finish{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7779 \openin 1 txi-#1.tex
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7780 \ifeof 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7781 \errhelp = \nolanghelp
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7782 \errmessage{Cannot read language file txi-#1.tex}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7783 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7784 \input txi-#1.tex
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7785 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7786 \closein 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7787 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7788 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
7789 \newhelp\nolanghelp{The given language definition file cannot be found or
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7790 is empty. Maybe you need to install it? Putting it in the current
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7791 directory should work if nowhere else does.}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7792
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7793 % This macro is called from txi-??.tex files; the first argument is the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7794 % \language name to set (without the "\lang@" prefix), the second and
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7795 % third args are \{left,right}hyphenmin.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7796 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7797 % The language names to pass are determined when the format is built.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7798 % See the etex.log file created at that time, e.g.,
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7799 % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7800 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7801 % With TeX Live 2008, etex now includes hyphenation patterns for all
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7802 % available languages. This means we can support hyphenation in
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7803 % Texinfo, at least to some extent. (This still doesn't solve the
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7804 % accented characters problem.)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7805 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7806 \catcode`@=11
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7807 \def\txisetlanguage#1#2#3{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7808 % do not set the language if the name is undefined in the current TeX.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7809 \expandafter\ifx\csname lang@#1\endcsname \relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7810 \message{no patterns for #1}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7811 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7812 \global\language = \csname lang@#1\endcsname
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7813 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7814 % but there is no harm in adjusting the hyphenmin values regardless.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7815 \global\lefthyphenmin = #2\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7816 \global\righthyphenmin = #3\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7817 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7818
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7819 % Helpers for encodings.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7820 % Set the catcode of characters 128 through 255 to the specified number.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7821 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7822 \def\setnonasciicharscatcode#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7823 \count255=128
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7824 \loop\ifnum\count255<256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7825 \global\catcode\count255=#1\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7826 \advance\count255 by 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7827 \repeat
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7828 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7829
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7830 \def\setnonasciicharscatcodenonglobal#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7831 \count255=128
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7832 \loop\ifnum\count255<256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7833 \catcode\count255=#1\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7834 \advance\count255 by 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7835 \repeat
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7836 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7837
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7838 % @documentencoding sets the definition of non-ASCII characters
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7839 % according to the specified encoding.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7840 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7841 \parseargdef\documentencoding{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7842 % Encoding being declared for the document.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7843 \def\declaredencoding{\csname #1.enc\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7844 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7845 % Supported encodings: names converted to tokens in order to be able
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7846 % to compare them with \ifx.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7847 \def\ascii{\csname US-ASCII.enc\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7848 \def\latnine{\csname ISO-8859-15.enc\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7849 \def\latone{\csname ISO-8859-1.enc\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7850 \def\lattwo{\csname ISO-8859-2.enc\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7851 \def\utfeight{\csname UTF-8.enc\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7852 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7853 \ifx \declaredencoding \ascii
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7854 \asciichardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7855 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7856 \else \ifx \declaredencoding \lattwo
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7857 \setnonasciicharscatcode\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7858 \lattwochardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7859 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7860 \else \ifx \declaredencoding \latone
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7861 \setnonasciicharscatcode\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7862 \latonechardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7863 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7864 \else \ifx \declaredencoding \latnine
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7865 \setnonasciicharscatcode\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7866 \latninechardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7867 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7868 \else \ifx \declaredencoding \utfeight
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7869 \setnonasciicharscatcode\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7870 \utfeightchardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7871 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7872 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7873 \message{Unknown document encoding #1, ignoring.}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7874 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7875 \fi % utfeight
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7876 \fi % latnine
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7877 \fi % latone
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7878 \fi % lattwo
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7879 \fi % ascii
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7880 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7881
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7882 % A message to be logged when using a character that isn't available
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7883 % the default font encoding (OT1).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7884 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7885 \def\missingcharmsg#1{\message{Character missing in OT1 encoding: #1.}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7886
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7887 % Take account of \c (plain) vs. \, (Texinfo) difference.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7888 \def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7889
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7890 % First, make active non-ASCII characters in order for them to be
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7891 % correctly categorized when TeX reads the replacement text of
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7892 % macros containing the character definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7893 \setnonasciicharscatcode\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7894 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7895 % Latin1 (ISO-8859-1) character definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7896 \def\latonechardefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7897 \gdef^^a0{~}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7898 \gdef^^a1{\exclamdown}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7899 \gdef^^a2{\missingcharmsg{CENT SIGN}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7900 \gdef^^a3{{\pounds}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7901 \gdef^^a4{\missingcharmsg{CURRENCY SIGN}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7902 \gdef^^a5{\missingcharmsg{YEN SIGN}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7903 \gdef^^a6{\missingcharmsg{BROKEN BAR}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7904 \gdef^^a7{\S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7905 \gdef^^a8{\"{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7906 \gdef^^a9{\copyright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7907 \gdef^^aa{\ordf}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7908 \gdef^^ab{\missingcharmsg{LEFT-POINTING DOUBLE ANGLE QUOTATION MARK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7909 \gdef^^ac{$\lnot$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7910 \gdef^^ad{\-}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7911 \gdef^^ae{\registeredsymbol}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7912 \gdef^^af{\={}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7913 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7914 \gdef^^b0{\textdegree}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7915 \gdef^^b1{$\pm$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7916 \gdef^^b2{$^2$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7917 \gdef^^b3{$^3$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7918 \gdef^^b4{\'{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7919 \gdef^^b5{$\mu$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7920 \gdef^^b6{\P}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7921 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7922 \gdef^^b7{$^.$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7923 \gdef^^b8{\cedilla\ }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7924 \gdef^^b9{$^1$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7925 \gdef^^ba{\ordm}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7926 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7927 \gdef^^bb{\missingcharmsg{RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7928 \gdef^^bc{$1\over4$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7929 \gdef^^bd{$1\over2$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7930 \gdef^^be{$3\over4$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7931 \gdef^^bf{\questiondown}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7932 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7933 \gdef^^c0{\`A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7934 \gdef^^c1{\'A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7935 \gdef^^c2{\^A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7936 \gdef^^c3{\~A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7937 \gdef^^c4{\"A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7938 \gdef^^c5{\ringaccent A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7939 \gdef^^c6{\AE}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7940 \gdef^^c7{\cedilla C}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7941 \gdef^^c8{\`E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7942 \gdef^^c9{\'E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7943 \gdef^^ca{\^E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7944 \gdef^^cb{\"E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7945 \gdef^^cc{\`I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7946 \gdef^^cd{\'I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7947 \gdef^^ce{\^I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7948 \gdef^^cf{\"I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7949 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7950 \gdef^^d0{\missingcharmsg{LATIN CAPITAL LETTER ETH}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7951 \gdef^^d1{\~N}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7952 \gdef^^d2{\`O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7953 \gdef^^d3{\'O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7954 \gdef^^d4{\^O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7955 \gdef^^d5{\~O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7956 \gdef^^d6{\"O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7957 \gdef^^d7{$\times$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7958 \gdef^^d8{\O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7959 \gdef^^d9{\`U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7960 \gdef^^da{\'U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7961 \gdef^^db{\^U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7962 \gdef^^dc{\"U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7963 \gdef^^dd{\'Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7964 \gdef^^de{\missingcharmsg{LATIN CAPITAL LETTER THORN}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7965 \gdef^^df{\ss}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7966 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7967 \gdef^^e0{\`a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7968 \gdef^^e1{\'a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7969 \gdef^^e2{\^a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7970 \gdef^^e3{\~a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7971 \gdef^^e4{\"a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7972 \gdef^^e5{\ringaccent a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7973 \gdef^^e6{\ae}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7974 \gdef^^e7{\cedilla c}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7975 \gdef^^e8{\`e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7976 \gdef^^e9{\'e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7977 \gdef^^ea{\^e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7978 \gdef^^eb{\"e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7979 \gdef^^ec{\`{\dotless i}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7980 \gdef^^ed{\'{\dotless i}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7981 \gdef^^ee{\^{\dotless i}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7982 \gdef^^ef{\"{\dotless i}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7983 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7984 \gdef^^f0{\missingcharmsg{LATIN SMALL LETTER ETH}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7985 \gdef^^f1{\~n}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7986 \gdef^^f2{\`o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7987 \gdef^^f3{\'o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7988 \gdef^^f4{\^o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7989 \gdef^^f5{\~o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7990 \gdef^^f6{\"o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7991 \gdef^^f7{$\div$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7992 \gdef^^f8{\o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7993 \gdef^^f9{\`u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7994 \gdef^^fa{\'u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7995 \gdef^^fb{\^u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7996 \gdef^^fc{\"u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7997 \gdef^^fd{\'y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7998 \gdef^^fe{\missingcharmsg{LATIN SMALL LETTER THORN}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
7999 \gdef^^ff{\"y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8000 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8001
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8002 % Latin9 (ISO-8859-15) encoding character definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8003 \def\latninechardefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8004 % Encoding is almost identical to Latin1.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8005 \latonechardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8006 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8007 \gdef^^a4{\euro}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8008 \gdef^^a6{\v S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8009 \gdef^^a8{\v s}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8010 \gdef^^b4{\v Z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8011 \gdef^^b8{\v z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8012 \gdef^^bc{\OE}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8013 \gdef^^bd{\oe}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8014 \gdef^^be{\"Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8015 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8016
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8017 % Latin2 (ISO-8859-2) character definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8018 \def\lattwochardefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8019 \gdef^^a0{~}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8020 \gdef^^a1{\missingcharmsg{LATIN CAPITAL LETTER A WITH OGONEK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8021 \gdef^^a2{\u{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8022 \gdef^^a3{\L}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8023 \gdef^^a4{\missingcharmsg{CURRENCY SIGN}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8024 \gdef^^a5{\v L}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8025 \gdef^^a6{\'S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8026 \gdef^^a7{\S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8027 \gdef^^a8{\"{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8028 \gdef^^a9{\v S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8029 \gdef^^aa{\cedilla S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8030 \gdef^^ab{\v T}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8031 \gdef^^ac{\'Z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8032 \gdef^^ad{\-}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8033 \gdef^^ae{\v Z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8034 \gdef^^af{\dotaccent Z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8035 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8036 \gdef^^b0{\textdegree}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8037 \gdef^^b1{\missingcharmsg{LATIN SMALL LETTER A WITH OGONEK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8038 \gdef^^b2{\missingcharmsg{OGONEK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8039 \gdef^^b3{\l}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8040 \gdef^^b4{\'{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8041 \gdef^^b5{\v l}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8042 \gdef^^b6{\'s}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8043 \gdef^^b7{\v{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8044 \gdef^^b8{\cedilla\ }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8045 \gdef^^b9{\v s}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8046 \gdef^^ba{\cedilla s}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8047 \gdef^^bb{\v t}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8048 \gdef^^bc{\'z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8049 \gdef^^bd{\H{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8050 \gdef^^be{\v z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8051 \gdef^^bf{\dotaccent z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8052 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8053 \gdef^^c0{\'R}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8054 \gdef^^c1{\'A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8055 \gdef^^c2{\^A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8056 \gdef^^c3{\u A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8057 \gdef^^c4{\"A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8058 \gdef^^c5{\'L}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8059 \gdef^^c6{\'C}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8060 \gdef^^c7{\cedilla C}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8061 \gdef^^c8{\v C}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8062 \gdef^^c9{\'E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8063 \gdef^^ca{\missingcharmsg{LATIN CAPITAL LETTER E WITH OGONEK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8064 \gdef^^cb{\"E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8065 \gdef^^cc{\v E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8066 \gdef^^cd{\'I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8067 \gdef^^ce{\^I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8068 \gdef^^cf{\v D}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8069 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8070 \gdef^^d0{\missingcharmsg{LATIN CAPITAL LETTER D WITH STROKE}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8071 \gdef^^d1{\'N}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8072 \gdef^^d2{\v N}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8073 \gdef^^d3{\'O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8074 \gdef^^d4{\^O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8075 \gdef^^d5{\H O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8076 \gdef^^d6{\"O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8077 \gdef^^d7{$\times$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8078 \gdef^^d8{\v R}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8079 \gdef^^d9{\ringaccent U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8080 \gdef^^da{\'U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8081 \gdef^^db{\H U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8082 \gdef^^dc{\"U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8083 \gdef^^dd{\'Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8084 \gdef^^de{\cedilla T}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8085 \gdef^^df{\ss}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8086 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8087 \gdef^^e0{\'r}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8088 \gdef^^e1{\'a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8089 \gdef^^e2{\^a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8090 \gdef^^e3{\u a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8091 \gdef^^e4{\"a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8092 \gdef^^e5{\'l}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8093 \gdef^^e6{\'c}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8094 \gdef^^e7{\cedilla c}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8095 \gdef^^e8{\v c}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8096 \gdef^^e9{\'e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8097 \gdef^^ea{\missingcharmsg{LATIN SMALL LETTER E WITH OGONEK}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8098 \gdef^^eb{\"e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8099 \gdef^^ec{\v e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8100 \gdef^^ed{\'\i}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8101 \gdef^^ee{\^\i}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8102 \gdef^^ef{\v d}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8103 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8104 \gdef^^f0{\missingcharmsg{LATIN SMALL LETTER D WITH STROKE}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8105 \gdef^^f1{\'n}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8106 \gdef^^f2{\v n}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8107 \gdef^^f3{\'o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8108 \gdef^^f4{\^o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8109 \gdef^^f5{\H o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8110 \gdef^^f6{\"o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8111 \gdef^^f7{$\div$}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8112 \gdef^^f8{\v r}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8113 \gdef^^f9{\ringaccent u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8114 \gdef^^fa{\'u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8115 \gdef^^fb{\H u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8116 \gdef^^fc{\"u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8117 \gdef^^fd{\'y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8118 \gdef^^fe{\cedilla t}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8119 \gdef^^ff{\dotaccent{}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8120 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8121
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8122 % UTF-8 character definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8123 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8124 % This code to support UTF-8 is based on LaTeX's utf8.def, with some
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8125 % changes for Texinfo conventions. It is included here under the GPL by
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8126 % permission from Frank Mittelbach and the LaTeX team.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8127 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8128 \newcount\countUTFx
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8129 \newcount\countUTFy
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8130 \newcount\countUTFz
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8131
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8132 \gdef\UTFviiiTwoOctets#1#2{\expandafter
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8133 \UTFviiiDefined\csname u8:#1\string #2\endcsname}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8134 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8135 \gdef\UTFviiiThreeOctets#1#2#3{\expandafter
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8136 \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8137 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8138 \gdef\UTFviiiFourOctets#1#2#3#4{\expandafter
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8139 \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8140
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8141 \gdef\UTFviiiDefined#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8142 \ifx #1\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8143 \message{\linenumber Unicode char \string #1 not defined for Texinfo}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8144 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8145 \expandafter #1%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8146 \fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8147 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8148
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8149 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8150 \catcode`\~13
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8151 \catcode`\"12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8152
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8153 \def\UTFviiiLoop{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8154 \global\catcode\countUTFx\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8155 \uccode`\~\countUTFx
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8156 \uppercase\expandafter{\UTFviiiTmp}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8157 \advance\countUTFx by 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8158 \ifnum\countUTFx < \countUTFy
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8159 \expandafter\UTFviiiLoop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8160 \fi}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8161
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8162 \countUTFx = "C2
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8163 \countUTFy = "E0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8164 \def\UTFviiiTmp{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8165 \xdef~{\noexpand\UTFviiiTwoOctets\string~}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8166 \UTFviiiLoop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8167
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8168 \countUTFx = "E0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8169 \countUTFy = "F0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8170 \def\UTFviiiTmp{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8171 \xdef~{\noexpand\UTFviiiThreeOctets\string~}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8172 \UTFviiiLoop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8173
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8174 \countUTFx = "F0
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8175 \countUTFy = "F4
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8176 \def\UTFviiiTmp{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8177 \xdef~{\noexpand\UTFviiiFourOctets\string~}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8178 \UTFviiiLoop
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8179 \endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8180
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8181 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8182 \catcode`\"=12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8183 \catcode`\<=12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8184 \catcode`\.=12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8185 \catcode`\,=12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8186 \catcode`\;=12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8187 \catcode`\!=12
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8188 \catcode`\~=13
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8189
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8190 \gdef\DeclareUnicodeCharacter#1#2{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8191 \countUTFz = "#1\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8192 \wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8193 \begingroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8194 \parseXMLCharref
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8195 \def\UTFviiiTwoOctets##1##2{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8196 \csname u8:##1\string ##2\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8197 \def\UTFviiiThreeOctets##1##2##3{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8198 \csname u8:##1\string ##2\string ##3\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8199 \def\UTFviiiFourOctets##1##2##3##4{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8200 \csname u8:##1\string ##2\string ##3\string ##4\endcsname}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8201 \expandafter\expandafter\expandafter\expandafter
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8202 \expandafter\expandafter\expandafter
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8203 \gdef\UTFviiiTmp{#2}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8204 \endgroup}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8205
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8206 \gdef\parseXMLCharref{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8207 \ifnum\countUTFz < "A0\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8208 \errhelp = \EMsimple
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8209 \errmessage{Cannot define Unicode char value < 00A0}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8210 \else\ifnum\countUTFz < "800\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8211 \parseUTFviiiA,%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8212 \parseUTFviiiB C\UTFviiiTwoOctets.,%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8213 \else\ifnum\countUTFz < "10000\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8214 \parseUTFviiiA;%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8215 \parseUTFviiiA,%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8216 \parseUTFviiiB E\UTFviiiThreeOctets.{,;}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8217 \else
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8218 \parseUTFviiiA;%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8219 \parseUTFviiiA,%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8220 \parseUTFviiiA!%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8221 \parseUTFviiiB F\UTFviiiFourOctets.{!,;}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8222 \fi\fi\fi
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8223 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8224
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8225 \gdef\parseUTFviiiA#1{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8226 \countUTFx = \countUTFz
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8227 \divide\countUTFz by 64
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8228 \countUTFy = \countUTFz
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8229 \multiply\countUTFz by 64
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8230 \advance\countUTFx by -\countUTFz
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8231 \advance\countUTFx by 128
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8232 \uccode `#1\countUTFx
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8233 \countUTFz = \countUTFy}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8234
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8235 \gdef\parseUTFviiiB#1#2#3#4{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8236 \advance\countUTFz by "#10\relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8237 \uccode `#3\countUTFz
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8238 \uppercase{\gdef\UTFviiiTmp{#2#3#4}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8239 \endgroup
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8240
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8241 \def\utfeightchardefs{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8242 \DeclareUnicodeCharacter{00A0}{\tie}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8243 \DeclareUnicodeCharacter{00A1}{\exclamdown}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8244 \DeclareUnicodeCharacter{00A3}{\pounds}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8245 \DeclareUnicodeCharacter{00A8}{\"{ }}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8246 \DeclareUnicodeCharacter{00A9}{\copyright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8247 \DeclareUnicodeCharacter{00AA}{\ordf}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8248 \DeclareUnicodeCharacter{00AB}{\guillemetleft}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8249 \DeclareUnicodeCharacter{00AD}{\-}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8250 \DeclareUnicodeCharacter{00AE}{\registeredsymbol}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8251 \DeclareUnicodeCharacter{00AF}{\={ }}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8252
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8253 \DeclareUnicodeCharacter{00B0}{\ringaccent{ }}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8254 \DeclareUnicodeCharacter{00B4}{\'{ }}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8255 \DeclareUnicodeCharacter{00B8}{\cedilla{ }}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8256 \DeclareUnicodeCharacter{00BA}{\ordm}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8257 \DeclareUnicodeCharacter{00BB}{\guillemetright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8258 \DeclareUnicodeCharacter{00BF}{\questiondown}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8259
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8260 \DeclareUnicodeCharacter{00C0}{\`A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8261 \DeclareUnicodeCharacter{00C1}{\'A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8262 \DeclareUnicodeCharacter{00C2}{\^A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8263 \DeclareUnicodeCharacter{00C3}{\~A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8264 \DeclareUnicodeCharacter{00C4}{\"A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8265 \DeclareUnicodeCharacter{00C5}{\AA}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8266 \DeclareUnicodeCharacter{00C6}{\AE}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8267 \DeclareUnicodeCharacter{00C7}{\cedilla{C}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8268 \DeclareUnicodeCharacter{00C8}{\`E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8269 \DeclareUnicodeCharacter{00C9}{\'E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8270 \DeclareUnicodeCharacter{00CA}{\^E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8271 \DeclareUnicodeCharacter{00CB}{\"E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8272 \DeclareUnicodeCharacter{00CC}{\`I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8273 \DeclareUnicodeCharacter{00CD}{\'I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8274 \DeclareUnicodeCharacter{00CE}{\^I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8275 \DeclareUnicodeCharacter{00CF}{\"I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8276
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8277 \DeclareUnicodeCharacter{00D1}{\~N}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8278 \DeclareUnicodeCharacter{00D2}{\`O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8279 \DeclareUnicodeCharacter{00D3}{\'O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8280 \DeclareUnicodeCharacter{00D4}{\^O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8281 \DeclareUnicodeCharacter{00D5}{\~O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8282 \DeclareUnicodeCharacter{00D6}{\"O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8283 \DeclareUnicodeCharacter{00D8}{\O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8284 \DeclareUnicodeCharacter{00D9}{\`U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8285 \DeclareUnicodeCharacter{00DA}{\'U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8286 \DeclareUnicodeCharacter{00DB}{\^U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8287 \DeclareUnicodeCharacter{00DC}{\"U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8288 \DeclareUnicodeCharacter{00DD}{\'Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8289 \DeclareUnicodeCharacter{00DF}{\ss}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8290
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8291 \DeclareUnicodeCharacter{00E0}{\`a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8292 \DeclareUnicodeCharacter{00E1}{\'a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8293 \DeclareUnicodeCharacter{00E2}{\^a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8294 \DeclareUnicodeCharacter{00E3}{\~a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8295 \DeclareUnicodeCharacter{00E4}{\"a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8296 \DeclareUnicodeCharacter{00E5}{\aa}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8297 \DeclareUnicodeCharacter{00E6}{\ae}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8298 \DeclareUnicodeCharacter{00E7}{\cedilla{c}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8299 \DeclareUnicodeCharacter{00E8}{\`e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8300 \DeclareUnicodeCharacter{00E9}{\'e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8301 \DeclareUnicodeCharacter{00EA}{\^e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8302 \DeclareUnicodeCharacter{00EB}{\"e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8303 \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8304 \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8305 \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8306 \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8307
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8308 \DeclareUnicodeCharacter{00F1}{\~n}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8309 \DeclareUnicodeCharacter{00F2}{\`o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8310 \DeclareUnicodeCharacter{00F3}{\'o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8311 \DeclareUnicodeCharacter{00F4}{\^o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8312 \DeclareUnicodeCharacter{00F5}{\~o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8313 \DeclareUnicodeCharacter{00F6}{\"o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8314 \DeclareUnicodeCharacter{00F8}{\o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8315 \DeclareUnicodeCharacter{00F9}{\`u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8316 \DeclareUnicodeCharacter{00FA}{\'u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8317 \DeclareUnicodeCharacter{00FB}{\^u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8318 \DeclareUnicodeCharacter{00FC}{\"u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8319 \DeclareUnicodeCharacter{00FD}{\'y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8320 \DeclareUnicodeCharacter{00FF}{\"y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8321
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8322 \DeclareUnicodeCharacter{0100}{\=A}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8323 \DeclareUnicodeCharacter{0101}{\=a}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8324 \DeclareUnicodeCharacter{0102}{\u{A}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8325 \DeclareUnicodeCharacter{0103}{\u{a}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8326 \DeclareUnicodeCharacter{0106}{\'C}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8327 \DeclareUnicodeCharacter{0107}{\'c}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8328 \DeclareUnicodeCharacter{0108}{\^C}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8329 \DeclareUnicodeCharacter{0109}{\^c}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8330 \DeclareUnicodeCharacter{010A}{\dotaccent{C}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8331 \DeclareUnicodeCharacter{010B}{\dotaccent{c}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8332 \DeclareUnicodeCharacter{010C}{\v{C}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8333 \DeclareUnicodeCharacter{010D}{\v{c}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8334 \DeclareUnicodeCharacter{010E}{\v{D}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8335
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8336 \DeclareUnicodeCharacter{0112}{\=E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8337 \DeclareUnicodeCharacter{0113}{\=e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8338 \DeclareUnicodeCharacter{0114}{\u{E}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8339 \DeclareUnicodeCharacter{0115}{\u{e}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8340 \DeclareUnicodeCharacter{0116}{\dotaccent{E}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8341 \DeclareUnicodeCharacter{0117}{\dotaccent{e}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8342 \DeclareUnicodeCharacter{011A}{\v{E}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8343 \DeclareUnicodeCharacter{011B}{\v{e}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8344 \DeclareUnicodeCharacter{011C}{\^G}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8345 \DeclareUnicodeCharacter{011D}{\^g}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8346 \DeclareUnicodeCharacter{011E}{\u{G}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8347 \DeclareUnicodeCharacter{011F}{\u{g}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8348
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8349 \DeclareUnicodeCharacter{0120}{\dotaccent{G}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8350 \DeclareUnicodeCharacter{0121}{\dotaccent{g}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8351 \DeclareUnicodeCharacter{0124}{\^H}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8352 \DeclareUnicodeCharacter{0125}{\^h}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8353 \DeclareUnicodeCharacter{0128}{\~I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8354 \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8355 \DeclareUnicodeCharacter{012A}{\=I}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8356 \DeclareUnicodeCharacter{012B}{\={\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8357 \DeclareUnicodeCharacter{012C}{\u{I}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8358 \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8359
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8360 \DeclareUnicodeCharacter{0130}{\dotaccent{I}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8361 \DeclareUnicodeCharacter{0131}{\dotless{i}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8362 \DeclareUnicodeCharacter{0132}{IJ}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8363 \DeclareUnicodeCharacter{0133}{ij}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8364 \DeclareUnicodeCharacter{0134}{\^J}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8365 \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8366 \DeclareUnicodeCharacter{0139}{\'L}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8367 \DeclareUnicodeCharacter{013A}{\'l}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8368
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8369 \DeclareUnicodeCharacter{0141}{\L}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8370 \DeclareUnicodeCharacter{0142}{\l}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8371 \DeclareUnicodeCharacter{0143}{\'N}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8372 \DeclareUnicodeCharacter{0144}{\'n}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8373 \DeclareUnicodeCharacter{0147}{\v{N}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8374 \DeclareUnicodeCharacter{0148}{\v{n}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8375 \DeclareUnicodeCharacter{014C}{\=O}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8376 \DeclareUnicodeCharacter{014D}{\=o}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8377 \DeclareUnicodeCharacter{014E}{\u{O}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8378 \DeclareUnicodeCharacter{014F}{\u{o}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8379
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8380 \DeclareUnicodeCharacter{0150}{\H{O}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8381 \DeclareUnicodeCharacter{0151}{\H{o}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8382 \DeclareUnicodeCharacter{0152}{\OE}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8383 \DeclareUnicodeCharacter{0153}{\oe}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8384 \DeclareUnicodeCharacter{0154}{\'R}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8385 \DeclareUnicodeCharacter{0155}{\'r}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8386 \DeclareUnicodeCharacter{0158}{\v{R}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8387 \DeclareUnicodeCharacter{0159}{\v{r}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8388 \DeclareUnicodeCharacter{015A}{\'S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8389 \DeclareUnicodeCharacter{015B}{\'s}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8390 \DeclareUnicodeCharacter{015C}{\^S}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8391 \DeclareUnicodeCharacter{015D}{\^s}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8392 \DeclareUnicodeCharacter{015E}{\cedilla{S}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8393 \DeclareUnicodeCharacter{015F}{\cedilla{s}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8394
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8395 \DeclareUnicodeCharacter{0160}{\v{S}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8396 \DeclareUnicodeCharacter{0161}{\v{s}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8397 \DeclareUnicodeCharacter{0162}{\cedilla{t}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8398 \DeclareUnicodeCharacter{0163}{\cedilla{T}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8399 \DeclareUnicodeCharacter{0164}{\v{T}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8400
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8401 \DeclareUnicodeCharacter{0168}{\~U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8402 \DeclareUnicodeCharacter{0169}{\~u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8403 \DeclareUnicodeCharacter{016A}{\=U}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8404 \DeclareUnicodeCharacter{016B}{\=u}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8405 \DeclareUnicodeCharacter{016C}{\u{U}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8406 \DeclareUnicodeCharacter{016D}{\u{u}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8407 \DeclareUnicodeCharacter{016E}{\ringaccent{U}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8408 \DeclareUnicodeCharacter{016F}{\ringaccent{u}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8409
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8410 \DeclareUnicodeCharacter{0170}{\H{U}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8411 \DeclareUnicodeCharacter{0171}{\H{u}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8412 \DeclareUnicodeCharacter{0174}{\^W}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8413 \DeclareUnicodeCharacter{0175}{\^w}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8414 \DeclareUnicodeCharacter{0176}{\^Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8415 \DeclareUnicodeCharacter{0177}{\^y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8416 \DeclareUnicodeCharacter{0178}{\"Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8417 \DeclareUnicodeCharacter{0179}{\'Z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8418 \DeclareUnicodeCharacter{017A}{\'z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8419 \DeclareUnicodeCharacter{017B}{\dotaccent{Z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8420 \DeclareUnicodeCharacter{017C}{\dotaccent{z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8421 \DeclareUnicodeCharacter{017D}{\v{Z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8422 \DeclareUnicodeCharacter{017E}{\v{z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8423
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8424 \DeclareUnicodeCharacter{01C4}{D\v{Z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8425 \DeclareUnicodeCharacter{01C5}{D\v{z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8426 \DeclareUnicodeCharacter{01C6}{d\v{z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8427 \DeclareUnicodeCharacter{01C7}{LJ}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8428 \DeclareUnicodeCharacter{01C8}{Lj}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8429 \DeclareUnicodeCharacter{01C9}{lj}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8430 \DeclareUnicodeCharacter{01CA}{NJ}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8431 \DeclareUnicodeCharacter{01CB}{Nj}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8432 \DeclareUnicodeCharacter{01CC}{nj}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8433 \DeclareUnicodeCharacter{01CD}{\v{A}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8434 \DeclareUnicodeCharacter{01CE}{\v{a}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8435 \DeclareUnicodeCharacter{01CF}{\v{I}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8436
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8437 \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8438 \DeclareUnicodeCharacter{01D1}{\v{O}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8439 \DeclareUnicodeCharacter{01D2}{\v{o}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8440 \DeclareUnicodeCharacter{01D3}{\v{U}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8441 \DeclareUnicodeCharacter{01D4}{\v{u}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8442
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8443 \DeclareUnicodeCharacter{01E2}{\={\AE}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8444 \DeclareUnicodeCharacter{01E3}{\={\ae}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8445 \DeclareUnicodeCharacter{01E6}{\v{G}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8446 \DeclareUnicodeCharacter{01E7}{\v{g}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8447 \DeclareUnicodeCharacter{01E8}{\v{K}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8448 \DeclareUnicodeCharacter{01E9}{\v{k}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8449
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8450 \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8451 \DeclareUnicodeCharacter{01F1}{DZ}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8452 \DeclareUnicodeCharacter{01F2}{Dz}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8453 \DeclareUnicodeCharacter{01F3}{dz}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8454 \DeclareUnicodeCharacter{01F4}{\'G}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8455 \DeclareUnicodeCharacter{01F5}{\'g}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8456 \DeclareUnicodeCharacter{01F8}{\`N}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8457 \DeclareUnicodeCharacter{01F9}{\`n}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8458 \DeclareUnicodeCharacter{01FC}{\'{\AE}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8459 \DeclareUnicodeCharacter{01FD}{\'{\ae}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8460 \DeclareUnicodeCharacter{01FE}{\'{\O}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8461 \DeclareUnicodeCharacter{01FF}{\'{\o}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8462
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8463 \DeclareUnicodeCharacter{021E}{\v{H}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8464 \DeclareUnicodeCharacter{021F}{\v{h}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8465
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8466 \DeclareUnicodeCharacter{0226}{\dotaccent{A}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8467 \DeclareUnicodeCharacter{0227}{\dotaccent{a}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8468 \DeclareUnicodeCharacter{0228}{\cedilla{E}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8469 \DeclareUnicodeCharacter{0229}{\cedilla{e}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8470 \DeclareUnicodeCharacter{022E}{\dotaccent{O}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8471 \DeclareUnicodeCharacter{022F}{\dotaccent{o}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8472
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8473 \DeclareUnicodeCharacter{0232}{\=Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8474 \DeclareUnicodeCharacter{0233}{\=y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8475 \DeclareUnicodeCharacter{0237}{\dotless{j}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8476
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8477 \DeclareUnicodeCharacter{1E02}{\dotaccent{B}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8478 \DeclareUnicodeCharacter{1E03}{\dotaccent{b}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8479 \DeclareUnicodeCharacter{1E04}{\udotaccent{B}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8480 \DeclareUnicodeCharacter{1E05}{\udotaccent{b}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8481 \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8482 \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8483 \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8484 \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8485 \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8486 \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8487 \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8488 \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8489
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8490 \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8491 \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8492
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8493 \DeclareUnicodeCharacter{1E20}{\=G}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8494 \DeclareUnicodeCharacter{1E21}{\=g}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8495 \DeclareUnicodeCharacter{1E22}{\dotaccent{H}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8496 \DeclareUnicodeCharacter{1E23}{\dotaccent{h}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8497 \DeclareUnicodeCharacter{1E24}{\udotaccent{H}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8498 \DeclareUnicodeCharacter{1E25}{\udotaccent{h}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8499 \DeclareUnicodeCharacter{1E26}{\"H}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8500 \DeclareUnicodeCharacter{1E27}{\"h}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8501
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8502 \DeclareUnicodeCharacter{1E30}{\'K}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8503 \DeclareUnicodeCharacter{1E31}{\'k}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8504 \DeclareUnicodeCharacter{1E32}{\udotaccent{K}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8505 \DeclareUnicodeCharacter{1E33}{\udotaccent{k}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8506 \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8507 \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8508 \DeclareUnicodeCharacter{1E36}{\udotaccent{L}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8509 \DeclareUnicodeCharacter{1E37}{\udotaccent{l}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8510 \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8511 \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8512 \DeclareUnicodeCharacter{1E3E}{\'M}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8513 \DeclareUnicodeCharacter{1E3F}{\'m}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8514
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8515 \DeclareUnicodeCharacter{1E40}{\dotaccent{M}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8516 \DeclareUnicodeCharacter{1E41}{\dotaccent{m}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8517 \DeclareUnicodeCharacter{1E42}{\udotaccent{M}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8518 \DeclareUnicodeCharacter{1E43}{\udotaccent{m}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8519 \DeclareUnicodeCharacter{1E44}{\dotaccent{N}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8520 \DeclareUnicodeCharacter{1E45}{\dotaccent{n}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8521 \DeclareUnicodeCharacter{1E46}{\udotaccent{N}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8522 \DeclareUnicodeCharacter{1E47}{\udotaccent{n}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8523 \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8524 \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8525
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8526 \DeclareUnicodeCharacter{1E54}{\'P}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8527 \DeclareUnicodeCharacter{1E55}{\'p}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8528 \DeclareUnicodeCharacter{1E56}{\dotaccent{P}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8529 \DeclareUnicodeCharacter{1E57}{\dotaccent{p}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8530 \DeclareUnicodeCharacter{1E58}{\dotaccent{R}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8531 \DeclareUnicodeCharacter{1E59}{\dotaccent{r}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8532 \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8533 \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8534 \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8535 \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8536
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8537 \DeclareUnicodeCharacter{1E60}{\dotaccent{S}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8538 \DeclareUnicodeCharacter{1E61}{\dotaccent{s}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8539 \DeclareUnicodeCharacter{1E62}{\udotaccent{S}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8540 \DeclareUnicodeCharacter{1E63}{\udotaccent{s}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8541 \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8542 \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8543 \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8544 \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8545 \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8546 \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8547
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8548 \DeclareUnicodeCharacter{1E7C}{\~V}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8549 \DeclareUnicodeCharacter{1E7D}{\~v}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8550 \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8551 \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8552
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8553 \DeclareUnicodeCharacter{1E80}{\`W}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8554 \DeclareUnicodeCharacter{1E81}{\`w}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8555 \DeclareUnicodeCharacter{1E82}{\'W}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8556 \DeclareUnicodeCharacter{1E83}{\'w}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8557 \DeclareUnicodeCharacter{1E84}{\"W}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8558 \DeclareUnicodeCharacter{1E85}{\"w}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8559 \DeclareUnicodeCharacter{1E86}{\dotaccent{W}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8560 \DeclareUnicodeCharacter{1E87}{\dotaccent{w}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8561 \DeclareUnicodeCharacter{1E88}{\udotaccent{W}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8562 \DeclareUnicodeCharacter{1E89}{\udotaccent{w}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8563 \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8564 \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8565 \DeclareUnicodeCharacter{1E8C}{\"X}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8566 \DeclareUnicodeCharacter{1E8D}{\"x}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8567 \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8568 \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8569
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8570 \DeclareUnicodeCharacter{1E90}{\^Z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8571 \DeclareUnicodeCharacter{1E91}{\^z}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8572 \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8573 \DeclareUnicodeCharacter{1E93}{\udotaccent{z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8574 \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8575 \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8576 \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8577 \DeclareUnicodeCharacter{1E97}{\"t}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8578 \DeclareUnicodeCharacter{1E98}{\ringaccent{w}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8579 \DeclareUnicodeCharacter{1E99}{\ringaccent{y}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8580
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8581 \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8582 \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8583
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8584 \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8585 \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8586 \DeclareUnicodeCharacter{1EBC}{\~E}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8587 \DeclareUnicodeCharacter{1EBD}{\~e}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8588
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8589 \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8590 \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8591 \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8592 \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8593
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8594 \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8595 \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8596
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8597 \DeclareUnicodeCharacter{1EF2}{\`Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8598 \DeclareUnicodeCharacter{1EF3}{\`y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8599 \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8600
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8601 \DeclareUnicodeCharacter{1EF8}{\~Y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8602 \DeclareUnicodeCharacter{1EF9}{\~y}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8603
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8604 \DeclareUnicodeCharacter{2013}{--}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8605 \DeclareUnicodeCharacter{2014}{---}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8606 \DeclareUnicodeCharacter{2018}{\quoteleft}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8607 \DeclareUnicodeCharacter{2019}{\quoteright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8608 \DeclareUnicodeCharacter{201A}{\quotesinglbase}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8609 \DeclareUnicodeCharacter{201C}{\quotedblleft}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8610 \DeclareUnicodeCharacter{201D}{\quotedblright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8611 \DeclareUnicodeCharacter{201E}{\quotedblbase}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8612 \DeclareUnicodeCharacter{2022}{\bullet}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8613 \DeclareUnicodeCharacter{2026}{\dots}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8614 \DeclareUnicodeCharacter{2039}{\guilsinglleft}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8615 \DeclareUnicodeCharacter{203A}{\guilsinglright}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8616 \DeclareUnicodeCharacter{20AC}{\euro}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8617
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8618 \DeclareUnicodeCharacter{2192}{\expansion}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8619 \DeclareUnicodeCharacter{21D2}{\result}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8620
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8621 \DeclareUnicodeCharacter{2212}{\minus}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8622 \DeclareUnicodeCharacter{2217}{\point}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8623 \DeclareUnicodeCharacter{2261}{\equiv}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8624 }% end of \utfeightchardefs
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8625
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8626
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8627 % US-ASCII character definitions.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8628 \def\asciichardefs{% nothing need be done
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8629 \relax
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8630 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8631
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8632 % Make non-ASCII characters printable again for compatibility with
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8633 % existing Texinfo documents that may use them, even without declaring a
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8634 % document encoding.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8635 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8636 \setnonasciicharscatcode \other
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8637
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8638
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8639 \message{formatting,}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8640
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8641 \newdimen\defaultparindent \defaultparindent = 15pt
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8642
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8643 \chapheadingskip = 15pt plus 4pt minus 2pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8644 \secheadingskip = 12pt plus 3pt minus 2pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8645 \subsecheadingskip = 9pt plus 2pt minus 2pt
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8646
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8647 % Prevent underfull vbox error messages.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8648 \vbadness = 10000
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8649
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8650 % Don't be so finicky about underfull hboxes, either.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8651 \hbadness = 2000
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8652
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8653 % Following George Bush, get rid of widows and orphans.
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8654 \widowpenalty=10000
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8655 \clubpenalty=10000
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8656
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8657 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8658 % using an old version of TeX, don't do anything. We want the amount of
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8659 % stretch added to depend on the line length, hence the dependence on
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8660 % \hsize. We call this whenever the paper size is set.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8661 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8662 \def\setemergencystretch{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8663 \ifx\emergencystretch\thisisundefined
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8664 % Allow us to assign to \emergencystretch anyway.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8665 \def\emergencystretch{\dimen0}%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8666 \else
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8667 \emergencystretch = .15\hsize
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8668 \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8669 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8670
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8671 % Parameters in order: 1) textheight; 2) textwidth;
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8672 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip;
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8673 % 7) physical page height; 8) physical page width.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8674 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8675 % We also call \setleading{\textleading}, so the caller should define
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8676 % \textleading. The caller should also set \parskip.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8677 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8678 \def\internalpagesizes#1#2#3#4#5#6#7#8{%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8679 \voffset = #3\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8680 \topskip = #6\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8681 \splittopskip = \topskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8682 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8683 \vsize = #1\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8684 \advance\vsize by \topskip
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8685 \outervsize = \vsize
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8686 \advance\outervsize by 2\topandbottommargin
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8687 \pageheight = \vsize
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8688 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8689 \hsize = #2\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8690 \outerhsize = \hsize
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8691 \advance\outerhsize by 0.5in
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8692 \pagewidth = \hsize
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8693 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8694 \normaloffset = #4\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8695 \bindingoffset = #5\relax
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8696 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8697 \ifpdf
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8698 \pdfpageheight #7\relax
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8699 \pdfpagewidth #8\relax
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8700 % if we don't reset these, they will remain at "1 true in" of
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8701 % whatever layout pdftex was dumped with.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8702 \pdfhorigin = 1 true in
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8703 \pdfvorigin = 1 true in
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8704 \fi
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8705 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8706 \setleading{\textleading}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8707 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8708 \parindent = \defaultparindent
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8709 \setemergencystretch
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8710 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8711
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8712 % @letterpaper (the default).
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8713 \def\letterpaper{{\globaldefs = 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8714 \parskip = 3pt plus 2pt minus 1pt
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8715 \textleading = 13.2pt
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8716 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8717 % If page is nothing but text, make it come out even.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8718 \internalpagesizes{607.2pt}{6in}% that's 46 lines
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8719 {\voffset}{.25in}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8720 {\bindingoffset}{36pt}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8721 {11in}{8.5in}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8722 }}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8723
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8724 % Use @smallbook to reset parameters for 7x9.25 trim size.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8725 \def\smallbook{{\globaldefs = 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8726 \parskip = 2pt plus 1pt
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8727 \textleading = 12pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8728 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8729 \internalpagesizes{7.5in}{5in}%
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8730 {-.2in}{0in}%
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8731 {\bindingoffset}{16pt}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8732 {9.25in}{7in}%
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8733 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8734 \lispnarrowing = 0.3in
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8735 \tolerance = 700
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8736 \hfuzz = 1pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8737 \contentsrightmargin = 0pt
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8738 \defbodyindent = .5cm
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8739 }}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8740
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8741 % Use @smallerbook to reset parameters for 6x9 trim size.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8742 % (Just testing, parameters still in flux.)
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8743 \def\smallerbook{{\globaldefs = 1
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8744 \parskip = 1.5pt plus 1pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8745 \textleading = 12pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8746 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8747 \internalpagesizes{7.4in}{4.8in}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8748 {-.2in}{-.4in}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8749 {0pt}{14pt}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8750 {9in}{6in}%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8751 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8752 \lispnarrowing = 0.25in
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8753 \tolerance = 700
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8754 \hfuzz = 1pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8755 \contentsrightmargin = 0pt
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8756 \defbodyindent = .4cm
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8757 }}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8758
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8759 % Use @afourpaper to print on European A4 paper.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8760 \def\afourpaper{{\globaldefs = 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8761 \parskip = 3pt plus 2pt minus 1pt
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8762 \textleading = 13.2pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8763 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8764 % Double-side printing via postscript on Laserjet 4050
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8765 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8766 % To change the settings for a different printer or situation, adjust
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8767 % \normaloffset until the front-side and back-side texts align. Then
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8768 % do the same for \bindingoffset. You can set these for testing in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8769 % your texinfo source file like this:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8770 % @tex
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8771 % \global\normaloffset = -6mm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8772 % \global\bindingoffset = 10mm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8773 % @end tex
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8774 \internalpagesizes{673.2pt}{160mm}% that's 51 lines
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8775 {\voffset}{\hoffset}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8776 {\bindingoffset}{44pt}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8777 {297mm}{210mm}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8778 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8779 \tolerance = 700
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8780 \hfuzz = 1pt
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8781 \contentsrightmargin = 0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8782 \defbodyindent = 5mm
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8783 }}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8784
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8785 % Use @afivepaper to print on European A5 paper.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8786 % From romildo@urano.iceb.ufop.br, 2 July 2000.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8787 % He also recommends making @example and @lisp be small.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8788 \def\afivepaper{{\globaldefs = 1
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8789 \parskip = 2pt plus 1pt minus 0.1pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8790 \textleading = 12.5pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8791 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8792 \internalpagesizes{160mm}{120mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8793 {\voffset}{\hoffset}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8794 {\bindingoffset}{8pt}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8795 {210mm}{148mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8796 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8797 \lispnarrowing = 0.2in
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8798 \tolerance = 800
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8799 \hfuzz = 1.2pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8800 \contentsrightmargin = 0pt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8801 \defbodyindent = 2mm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8802 \tableindent = 12mm
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8803 }}
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8804
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8805 % A specific text layout, 24x15cm overall, intended for A4 paper.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8806 \def\afourlatex{{\globaldefs = 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8807 \afourpaper
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8808 \internalpagesizes{237mm}{150mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8809 {\voffset}{4.6mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8810 {\bindingoffset}{7mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8811 {297mm}{210mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8812 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8813 % Must explicitly reset to 0 because we call \afourpaper.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8814 \globaldefs = 0
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8815 }}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8816
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8817 % Use @afourwide to print on A4 paper in landscape format.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8818 \def\afourwide{{\globaldefs = 1
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8819 \afourpaper
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8820 \internalpagesizes{241mm}{165mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8821 {\voffset}{-2.95mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8822 {\bindingoffset}{7mm}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8823 {297mm}{210mm}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8824 \globaldefs = 0
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8825 }}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8826
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8827 % @pagesizes TEXTHEIGHT[,TEXTWIDTH]
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8828 % Perhaps we should allow setting the margins, \topskip, \parskip,
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8829 % and/or leading, also. Or perhaps we should compute them somehow.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8830 %
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8831 \parseargdef\pagesizes{\pagesizesyyy #1,,\finish}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8832 \def\pagesizesyyy#1,#2,#3\finish{{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8833 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8834 \globaldefs = 1
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8835 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8836 \parskip = 3pt plus 2pt minus 1pt
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8837 \setleading{\textleading}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8838 %
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8839 \dimen0 = #1\relax
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8840 \advance\dimen0 by \voffset
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8841 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8842 \dimen2 = \hsize
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8843 \advance\dimen2 by \normaloffset
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8844 %
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8845 \internalpagesizes{#1}{\hsize}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8846 {\voffset}{\normaloffset}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8847 {\bindingoffset}{44pt}%
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8848 {\dimen0}{\dimen2}%
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8849 }}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8850
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8851 % Set default to letter.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8852 %
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8853 \letterpaper
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8854
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8855
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8856 \message{and turning on texinfo input format.}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8857
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8858 % Define macros to output various characters with catcode for normal text.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8859 \catcode`\"=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8860 \catcode`\~=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8861 \catcode`\^=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8862 \catcode`\_=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8863 \catcode`\|=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8864 \catcode`\<=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8865 \catcode`\>=\other
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8866 \catcode`\+=\other
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8867 \catcode`\$=\other
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8868 \def\normaldoublequote{"}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8869 \def\normaltilde{~}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8870 \def\normalcaret{^}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8871 \def\normalunderscore{_}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8872 \def\normalverticalbar{|}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8873 \def\normalless{<}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8874 \def\normalgreater{>}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8875 \def\normalplus{+}
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8876 \def\normaldollar{$}%$ font-lock fix
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8877
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8878 % This macro is used to make a character print one way in \tt
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8879 % (where it can probably be output as-is), and another way in other fonts,
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8880 % where something hairier probably needs to be done.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8881 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8882 % #1 is what to print if we are indeed using \tt; #2 is what to print
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8883 % otherwise. Since all the Computer Modern typewriter fonts have zero
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8884 % interword stretch (and shrink), and it is reasonable to expect all
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8885 % typewriter fonts to have this, we can check that font parameter.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8886 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8887 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi}
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8888
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8889 % Same as above, but check for italic font. Actually this also catches
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8890 % non-italic slanted fonts since it is impossible to distinguish them from
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8891 % italic fonts. But since this is only used by $ and it uses \sl anyway
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8892 % this is not a problem.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8893 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8894
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8895 % Turn off all special characters except @
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8896 % (and those which the user can use as if they were ordinary).
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8897 % Most of these we simply print from the \tt font, but for some, we can
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8898 % use math or other variants that look better in normal text.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8899
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8900 \catcode`\"=\active
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8901 \def\activedoublequote{{\tt\char34}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8902 \let"=\activedoublequote
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8903 \catcode`\~=\active
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8904 \def~{{\tt\char126}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8905 \chardef\hat=`\^
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8906 \catcode`\^=\active
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8907 \def^{{\tt \hat}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8908
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8909 \catcode`\_=\active
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8910 \def_{\ifusingtt\normalunderscore\_}
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8911 \let\realunder=_
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8912 % Subroutine for the previous macro.
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8913 \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em }
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8914
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8915 \catcode`\|=\active
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8916 \def|{{\tt\char124}}
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8917 \chardef \less=`\<
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8918 \catcode`\<=\active
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8919 \def<{{\tt \less}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8920 \chardef \gtr=`\>
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8921 \catcode`\>=\active
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8922 \def>{{\tt \gtr}}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8923 \catcode`\+=\active
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8924 \def+{{\tt \char 43}}
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8925 \catcode`\$=\active
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8926 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix
2483
33404d96ddb7 [project @ 1996-11-07 19:25:22 by jwe]
jwe
parents: 2333
diff changeset
8927
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8928 % If a .fmt file is being used, characters that might appear in a file
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8929 % name cannot be active until we have parsed the command line.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8930 % So turn them off again, and have \everyjob (or @setfilename) turn them on.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8931 % \otherifyactive is called near the end of this file.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8932 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8933
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8934 % Used sometimes to turn off (effectively) the active characters even after
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8935 % parsing them.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8936 \def\turnoffactive{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8937 \normalturnoffactive
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8938 \otherbackslash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8939 }
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8940
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8941 \catcode`\@=0
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8942
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8943 % \backslashcurfont outputs one backslash character in current font,
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8944 % as in \char`\\.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8945 \global\chardef\backslashcurfont=`\\
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8946 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8947
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8948 % \realbackslash is an actual character `\' with catcode other, and
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8949 % \doublebackslash is two of them (for the pdf outlines).
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8950 {\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8951
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8952 % In texinfo, backslash is an active character; it prints the backslash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8953 % in fixed width font.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8954 \catcode`\\=\active
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8955 @def@normalbackslash{{@tt@backslashcurfont}}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8956 % On startup, @fixbackslash assigns:
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8957 % @let \ = @normalbackslash
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8958
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8959 % \rawbackslash defines an active \ to do \backslashcurfont.
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8960 % \otherbackslash defines an active \ to be a literal `\' character with
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8961 % catcode other.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8962 @gdef@rawbackslash{@let\=@backslashcurfont}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8963 @gdef@otherbackslash{@let\=@realbackslash}
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8964
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8965 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8966 % the literal character `\'.
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8967 %
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8968 @def@normalturnoffactive{%
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8969 @let\=@normalbackslash
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8970 @let"=@normaldoublequote
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8971 @let~=@normaltilde
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8972 @let^=@normalcaret
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8973 @let_=@normalunderscore
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8974 @let|=@normalverticalbar
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8975 @let<=@normalless
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8976 @let>=@normalgreater
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8977 @let+=@normalplus
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8978 @let$=@normaldollar %$ font-lock fix
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8979 @unsepspaces
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8980 }
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
8981
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8982 % Make _ and + \other characters, temporarily.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8983 % This is canceled by @fixbackslash.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8984 @otherifyactive
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8985
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8986 % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8987 % That is what \eatinput is for; after that, the `\' should revert to printing
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8988 % a backslash.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8989 %
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8990 @gdef@eatinput input texinfo{@fixbackslash}
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8991 @global@let\ = @eatinput
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8992
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8993 % On the other hand, perhaps the file did not have a `\input texinfo'. Then
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8994 % the first `\' in the file would cause an error. This macro tries to fix
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8995 % that, assuming it is called before the first `\' could plausibly occur.
8256
dba0037e6602 Import new texinfo.tex allowing @ in directory name. Update OOP example class location
David Bateman <dbateman@free.fr>
parents: 5720
diff changeset
8996 % Also turn back on active characters that might appear in the input
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8997 % file name, in case not using a pre-dumped format.
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
8998 %
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
8999 @gdef@fixbackslash{%
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9000 @ifx\@eatinput @let\ = @normalbackslash @fi
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9001 @catcode`+=@active
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9002 @catcode`@_=@active
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9003 }
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9004
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9005 % Say @foo, not \foo, in error messages.
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9006 @escapechar = `@@
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9007
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9008 % These look ok in all fonts, so just make them not special.
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9009 @catcode`@& = @other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9010 @catcode`@# = @other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9011 @catcode`@% = @other
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9012
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9013
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
9014 @c Local variables:
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9015 @c eval: (add-hook 'write-file-hooks 'time-stamp)
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
9016 @c page-delimiter: "^\\\\message"
3402
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9017 @c time-stamp-start: "def\\\\texinfoversion{"
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9018 @c time-stamp-format: "%:y-%02m-%02d.%02H"
9610d364e444 [project @ 2000-01-05 04:36:38 by jwe]
jwe
parents: 3285
diff changeset
9019 @c time-stamp-end: "}"
2333
b1a56412c385 [project @ 1996-07-19 02:20:16 by jwe]
jwe
parents:
diff changeset
9020 @c End:
5635
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9021
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9022 @c vim:sw=2:
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9023
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9024 @ignore
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9025 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
fce700d5bb5f [project @ 2006-03-02 06:09:17 by jwe]
jwe
parents: 5307
diff changeset
9026 @end ignore