Mercurial > hg > octave-kai > gnulib-hg
annotate build-aux/texinfo.tex @ 15749:7299cd35d17f
update from texinfo
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 23 Sep 2011 09:44:17 -0700 |
parents | 72c48e34ac0a |
children | 2b374341c334 |
rev | line source |
---|---|
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 % texinfo.tex -- TeX macros to handle Texinfo files. |
11589 | 2 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 % Load plain if necessary, i.e., if running under initex. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 % |
15749 | 6 \def\texinfoversion{2011-09-23.09} |
10988 | 7 % |
8 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, | |
7923 | 9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
14173 | 10 % 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 % |
9118 | 12 % This texinfo.tex file is free software: you can redistribute it and/or |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 % modify it under the terms of the GNU General Public License as |
9118 | 14 % published by the Free Software Foundation, either version 3 of the |
9027 | 15 % License, or (at your option) any later version. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 % This texinfo.tex file is distributed in the hope that it will be |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 % useful, but WITHOUT ANY WARRANTY; without even the implied warranty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 % General Public License for more details. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 % You should have received a copy of the GNU General Public License |
9027 | 23 % along with this program. If not, see <http://www.gnu.org/licenses/>. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 % As a special exception, when this file is read by TeX when processing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 % a Texinfo source document, you may use the result without |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 % restriction. (This has been our intent since Texinfo was invented.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 % Please try the latest version of texinfo.tex before submitting bug |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 % reports; you can get the latest version from: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
31 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
32 % ftp://tug.org/tex/texinfo.tex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
33 % (and all CTAN mirrors, see http://www.ctan.org). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
34 % The texinfo.tex in any given distribution could well be out |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
35 % of date, so if that's what you're using, please check. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
36 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
37 % Send bug reports to bug-texinfo@gnu.org. Please include including a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
38 % complete document in each bug report with which we can reproduce the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
39 % problem. Patches are, of course, greatly appreciated. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
40 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
41 % To process a Texinfo manual with TeX, it's most reliable to use the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
42 % texi2dvi shell script that comes with the distribution. For a simple |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
43 % manual foo.texi, however, you can get away with this: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
44 % tex foo.texi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
45 % texindex foo.?? |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
46 % tex foo.texi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
47 % tex foo.texi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
48 % dvips foo.dvi -o # or whatever; this makes foo.ps. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
49 % The extra TeX runs get the cross-reference information correct. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
50 % Sometimes one run after texindex suffices, and sometimes you need more |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
51 % than two; texi2dvi does it as many times as necessary. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
52 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
53 % It is possible to adapt texinfo.tex for other languages, to some |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
54 % extent. You can get the existing language-specific files from the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
55 % full Texinfo distribution. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
56 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
57 % The GNU Texinfo home page is http://www.gnu.org/software/texinfo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
58 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
59 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
60 \message{Loading texinfo [version \texinfoversion]:} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
61 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
62 % If in a .fmt file, print the version number |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
63 % and turn on active characters that we couldn't do earlier because |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
64 % they might have appeared in the input file name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
65 \everyjob{\message{[Texinfo version \texinfoversion]}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
66 \catcode`+=\active \catcode`\_=\active} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
67 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
68 \chardef\other=12 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
69 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
70 % We never want plain's \outer definition of \+ in Texinfo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
71 % For @tex, we can use \tabalign. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
72 \let\+ = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
73 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
74 % Save some plain tex macros whose names we will redefine. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
75 \let\ptexb=\b |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
76 \let\ptexbullet=\bullet |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
77 \let\ptexc=\c |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
78 \let\ptexcomma=\, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
79 \let\ptexdot=\. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
80 \let\ptexdots=\dots |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
81 \let\ptexend=\end |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
82 \let\ptexequiv=\equiv |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
83 \let\ptexexclam=\! |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
84 \let\ptexfootnote=\footnote |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
85 \let\ptexgtr=> |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
86 \let\ptexhat=^ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
87 \let\ptexi=\i |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
88 \let\ptexindent=\indent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
89 \let\ptexinsert=\insert |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
90 \let\ptexlbrace=\{ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
91 \let\ptexless=< |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
92 \let\ptexnewwrite\newwrite |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
93 \let\ptexnoindent=\noindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
94 \let\ptexplus=+ |
12862 | 95 \let\ptexraggedright=\raggedright |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
96 \let\ptexrbrace=\} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
97 \let\ptexslash=\/ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
98 \let\ptexstar=\* |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
99 \let\ptext=\t |
9671 | 100 \let\ptextop=\top |
12862 | 101 {\catcode`\'=\active \global\let\ptexquoteright'}% active in plain's math mode |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
102 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
103 % If this character appears in an error message or help string, it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
104 % starts a new line in the output. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
105 \newlinechar = `^^J |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
106 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
107 % Use TeX 3.0's \inputlineno to get the line number, for better error |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
108 % messages, but if we're using an old version of TeX, don't do anything. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
109 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
110 \ifx\inputlineno\thisisundefined |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
111 \let\linenumber = \empty % Pre-3.0. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
112 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
113 \def\linenumber{l.\the\inputlineno:\space} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
114 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
115 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
116 % Set up fixed words for English if not already set. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
117 \ifx\putwordAppendix\undefined \gdef\putwordAppendix{Appendix}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
118 \ifx\putwordChapter\undefined \gdef\putwordChapter{Chapter}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
119 \ifx\putwordfile\undefined \gdef\putwordfile{file}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
120 \ifx\putwordin\undefined \gdef\putwordin{in}\fi |
14256 | 121 \ifx\putwordIndexIsEmpty\undefined \gdef\putwordIndexIsEmpty{(Index is empty)}\fi |
122 \ifx\putwordIndexNonexistent\undefined \gdef\putwordIndexNonexistent{(Index is nonexistent)}\fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
123 \ifx\putwordInfo\undefined \gdef\putwordInfo{Info}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
124 \ifx\putwordInstanceVariableof\undefined \gdef\putwordInstanceVariableof{Instance Variable of}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
125 \ifx\putwordMethodon\undefined \gdef\putwordMethodon{Method on}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
126 \ifx\putwordNoTitle\undefined \gdef\putwordNoTitle{No Title}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
127 \ifx\putwordof\undefined \gdef\putwordof{of}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
128 \ifx\putwordon\undefined \gdef\putwordon{on}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
129 \ifx\putwordpage\undefined \gdef\putwordpage{page}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
130 \ifx\putwordsection\undefined \gdef\putwordsection{section}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
131 \ifx\putwordSection\undefined \gdef\putwordSection{Section}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
132 \ifx\putwordsee\undefined \gdef\putwordsee{see}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
133 \ifx\putwordSee\undefined \gdef\putwordSee{See}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
134 \ifx\putwordShortTOC\undefined \gdef\putwordShortTOC{Short Contents}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
135 \ifx\putwordTOC\undefined \gdef\putwordTOC{Table of Contents}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
136 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
137 \ifx\putwordMJan\undefined \gdef\putwordMJan{January}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
138 \ifx\putwordMFeb\undefined \gdef\putwordMFeb{February}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
139 \ifx\putwordMMar\undefined \gdef\putwordMMar{March}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
140 \ifx\putwordMApr\undefined \gdef\putwordMApr{April}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
141 \ifx\putwordMMay\undefined \gdef\putwordMMay{May}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
142 \ifx\putwordMJun\undefined \gdef\putwordMJun{June}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
143 \ifx\putwordMJul\undefined \gdef\putwordMJul{July}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
144 \ifx\putwordMAug\undefined \gdef\putwordMAug{August}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
145 \ifx\putwordMSep\undefined \gdef\putwordMSep{September}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
146 \ifx\putwordMOct\undefined \gdef\putwordMOct{October}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
147 \ifx\putwordMNov\undefined \gdef\putwordMNov{November}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
148 \ifx\putwordMDec\undefined \gdef\putwordMDec{December}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
149 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
150 \ifx\putwordDefmac\undefined \gdef\putwordDefmac{Macro}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
151 \ifx\putwordDefspec\undefined \gdef\putwordDefspec{Special Form}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
152 \ifx\putwordDefvar\undefined \gdef\putwordDefvar{Variable}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
153 \ifx\putwordDefopt\undefined \gdef\putwordDefopt{User Option}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
154 \ifx\putwordDeffunc\undefined \gdef\putwordDeffunc{Function}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
155 |
6040 | 156 % Since the category of space is not known, we have to be careful. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
157 \chardef\spacecat = 10 |
6040 | 158 \def\spaceisspace{\catcode`\ =\spacecat} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
159 |
7407 | 160 % sometimes characters are active, so we need control sequences. |
14348 | 161 \chardef\ampChar = `\& |
7407 | 162 \chardef\colonChar = `\: |
163 \chardef\commaChar = `\, | |
164 \chardef\dashChar = `\- | |
165 \chardef\dotChar = `\. | |
166 \chardef\exclamChar= `\! | |
14256 | 167 \chardef\hashChar = `\# |
7407 | 168 \chardef\lquoteChar= `\` |
169 \chardef\questChar = `\? | |
170 \chardef\rquoteChar= `\' | |
171 \chardef\semiChar = `\; | |
14256 | 172 \chardef\slashChar = `\/ |
7407 | 173 \chardef\underChar = `\_ |
174 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
175 % Ignore a token. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
176 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
177 \def\gobble#1{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
178 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
179 % The following is used inside several \edef's. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
180 \def\makecsname#1{\expandafter\noexpand\csname#1\endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
181 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
182 % Hyphenation fixes. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
183 \hyphenation{ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
184 Flor-i-da Ghost-script Ghost-view Mac-OS Post-Script |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
185 ap-pen-dix bit-map bit-maps |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
186 data-base data-bases eshell fall-ing half-way long-est man-u-script |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
187 man-u-scripts mini-buf-fer mini-buf-fers over-view par-a-digm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
188 par-a-digms rath-er rec-tan-gu-lar ro-bot-ics se-vere-ly set-up spa-ces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
189 spell-ing spell-ings |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
190 stand-alone strong-est time-stamp time-stamps which-ever white-space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
191 wide-spread wrap-around |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
192 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
193 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
194 % Margin to add to right of even pages, to left of odd pages. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
195 \newdimen\bindingoffset |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
196 \newdimen\normaloffset |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
197 \newdimen\pagewidth \newdimen\pageheight |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
198 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
199 % For a final copy, take out the rectangles |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
200 % that mark overfull boxes (in case you have decided |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
201 % that the text looks ok even though it passes the margin). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
202 % |
13244 | 203 \def\finalout{\overfullrule=0pt } |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
204 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
205 % Sometimes it is convenient to have everything in the transcript file |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
206 % and nothing on the terminal. We don't just call \tracingall here, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
207 % since that produces some useless output on the terminal. We also make |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
208 % some effort to order the tracing commands to reduce output in the log |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
209 % file; cf. trace.sty in LaTeX. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
210 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
211 \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
212 \def\loggingall{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
213 \tracingstats2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
214 \tracingpages1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
215 \tracinglostchars2 % 2 gives us more in etex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
216 \tracingparagraphs1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
217 \tracingoutput1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
218 \tracingmacros2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
219 \tracingrestores1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
220 \showboxbreadth\maxdimen \showboxdepth\maxdimen |
14397 | 221 \ifx\eTeXversion\thisisundefined\else % etex gives us more logging |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
222 \tracingscantokens1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
223 \tracingifs1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
224 \tracinggroups1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
225 \tracingnesting2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
226 \tracingassigns1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
227 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
228 \tracingcommands3 % 3 gives us more in etex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
229 \errorcontextlines16 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
230 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
231 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
232 % add check for \lastpenalty to plain's definitions. If the last thing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
233 % we did was a \nobreak, we don't want to insert more space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
234 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
235 \def\smallbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\smallskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
236 \removelastskip\penalty-50\smallskip\fi\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
237 \def\medbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\medskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
238 \removelastskip\penalty-100\medskip\fi\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
239 \def\bigbreak{\ifnum\lastpenalty<10000\par\ifdim\lastskip<\bigskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
240 \removelastskip\penalty-200\bigskip\fi\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
241 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
242 % Do @cropmarks to get crop marks. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
243 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
244 \newif\ifcropmarks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
245 \let\cropmarks = \cropmarkstrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
246 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
247 % Dimensions to add cropmarks at corners. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
248 % Added by P. A. MacKay, 12 Nov. 1986 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
249 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
250 \newdimen\outerhsize \newdimen\outervsize % set by the paper size routines |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
251 \newdimen\cornerlong \cornerlong=1pc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
252 \newdimen\cornerthick \cornerthick=.3pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
253 \newdimen\topandbottommargin \topandbottommargin=.75in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
254 |
9083 | 255 % Output a mark which sets \thischapter, \thissection and \thiscolor. |
256 % We dump everything together because we only have one kind of mark. | |
257 % This works because we only use \botmark / \topmark, not \firstmark. | |
258 % | |
259 % A mark contains a subexpression of the \ifcase ... \fi construct. | |
260 % \get*marks macros below extract the needed part using \ifcase. | |
261 % | |
262 % Another complication is to let the user choose whether \thischapter | |
263 % (\thissection) refers to the chapter (section) in effect at the top | |
264 % of a page, or that at the bottom of a page. The solution is | |
265 % described on page 260 of The TeXbook. It involves outputting two | |
266 % marks for the sectioning macros, one before the section break, and | |
267 % one after. I won't pretend I can describe this better than DEK... | |
268 \def\domark{% | |
269 \toks0=\expandafter{\lastchapterdefs}% | |
270 \toks2=\expandafter{\lastsectiondefs}% | |
271 \toks4=\expandafter{\prevchapterdefs}% | |
272 \toks6=\expandafter{\prevsectiondefs}% | |
273 \toks8=\expandafter{\lastcolordefs}% | |
274 \mark{% | |
275 \the\toks0 \the\toks2 | |
276 \noexpand\or \the\toks4 \the\toks6 | |
277 \noexpand\else \the\toks8 | |
278 }% | |
279 } | |
280 % \topmark doesn't work for the very first chapter (after the title | |
281 % page or the contents), so we use \firstmark there -- this gets us | |
282 % the mark with the chapter defs, unless the user sneaks in, e.g., | |
283 % @setcolor (or @url, or @link, etc.) between @contents and the very | |
284 % first @chapter. | |
285 \def\gettopheadingmarks{% | |
286 \ifcase0\topmark\fi | |
287 \ifx\thischapter\empty \ifcase0\firstmark\fi \fi | |
288 } | |
289 \def\getbottomheadingmarks{\ifcase1\botmark\fi} | |
290 \def\getcolormarks{\ifcase2\topmark\fi} | |
291 | |
292 % Avoid "undefined control sequence" errors. | |
293 \def\lastchapterdefs{} | |
294 \def\lastsectiondefs{} | |
295 \def\prevchapterdefs{} | |
296 \def\prevsectiondefs{} | |
297 \def\lastcolordefs{} | |
298 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
299 % Main output routine. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
300 \chardef\PAGE = 255 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
301 \output = {\onepageout{\pagecontents\PAGE}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
302 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
303 \newbox\headlinebox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
304 \newbox\footlinebox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
305 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
306 % \onepageout takes a vbox as an argument. Note that \pagecontents |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
307 % does insertions, but you have to call it yourself. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
308 \def\onepageout#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
309 \ifcropmarks \hoffset=0pt \else \hoffset=\normaloffset \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
310 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
311 \ifodd\pageno \advance\hoffset by \bindingoffset |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
312 \else \advance\hoffset by -\bindingoffset\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
313 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
314 % Do this outside of the \shipout so @code etc. will be expanded in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
315 % the headline as they should be, not taken literally (outputting ''code). |
9083 | 316 \ifodd\pageno \getoddheadingmarks \else \getevenheadingmarks \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
317 \setbox\headlinebox = \vbox{\let\hsize=\pagewidth \makeheadline}% |
9083 | 318 \ifodd\pageno \getoddfootingmarks \else \getevenfootingmarks \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
319 \setbox\footlinebox = \vbox{\let\hsize=\pagewidth \makefootline}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
320 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
321 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
322 % Have to do this stuff outside the \shipout because we want it to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
323 % take effect in \write's, yet the group defined by the \vbox ends |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
324 % before the \shipout runs. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
325 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
326 \indexdummies % don't expand commands in the output. |
6509 | 327 \normalturnoffactive % \ in index entries must not stay \, e.g., if |
328 % the page break happens to be in the middle of an example. | |
329 % We don't want .vr (or whatever) entries like this: | |
330 % \entry{{\tt \indexbackslash }acronym}{32}{\code {\acronym}} | |
331 % "\acronym" won't work when it's read back in; | |
11419 | 332 % it needs to be |
6509 | 333 % {\code {{\tt \backslashcurfont }acronym} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
334 \shipout\vbox{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
335 % Do this early so pdf references go to the beginning of the page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
336 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
337 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
338 \ifcropmarks \vbox to \outervsize\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
339 \hsize = \outerhsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
340 \vskip-\topandbottommargin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
341 \vtop to0pt{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
342 \line{\ewtop\hfil\ewtop}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
343 \nointerlineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
344 \line{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
345 \vbox{\moveleft\cornerthick\nstop}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
346 \hfill |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
347 \vbox{\moveright\cornerthick\nstop}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
348 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
349 \vss}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
350 \vskip\topandbottommargin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
351 \line\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
352 \hfil % center the page within the outer (page) hsize. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
353 \ifodd\pageno\hskip\bindingoffset\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
354 \vbox\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
355 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
356 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
357 \unvbox\headlinebox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
358 \pagebody{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
359 \ifdim\ht\footlinebox > 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
360 % Only leave this space if the footline is nonempty. |
6968 | 361 % (We lessened \vsize for it in \oddfootingyyy.) |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
362 % The \baselineskip=24pt in plain's \makefootline has no effect. |
6968 | 363 \vskip 24pt |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
364 \unvbox\footlinebox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
365 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
366 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
367 \ifcropmarks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
368 \egroup % end of \vbox\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
369 \hfil\egroup % end of (centering) \line\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
370 \vskip\topandbottommargin plus1fill minus1fill |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
371 \boxmaxdepth = \cornerthick |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
372 \vbox to0pt{\vss |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
373 \line{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
374 \vbox{\moveleft\cornerthick\nsbot}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
375 \hfill |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
376 \vbox{\moveright\cornerthick\nsbot}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
377 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
378 \nointerlineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
379 \line{\ewbot\hfil\ewbot}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
380 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
381 \egroup % \vbox from first cropmarks clause |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
382 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
383 }% end of \shipout\vbox |
5959 | 384 }% end of group with \indexdummies |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
385 \advancepageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
386 \ifnum\outputpenalty>-20000 \else\dosupereject\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
387 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
388 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
389 \newinsert\margin \dimen\margin=\maxdimen |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
390 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
391 \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
392 {\catcode`\@ =11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
393 \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
394 % marginal hacks, juha@viisa.uucp (Juha Takala) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
395 \ifvoid\margin\else % marginal info is present |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
396 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi |
9048 | 397 \dimen@=\dp#1\relax \unvbox#1\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
398 \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
399 \ifr@ggedbottom \kern-\dimen@ \vfil \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
400 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
401 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
402 % Here are the rules for the cropmarks. Note that they are |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
403 % offset so that the space between them is truly \outerhsize or \outervsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
404 % (P. A. MacKay, 12 November, 1986) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
405 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
406 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
407 \def\nstop{\vbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
408 {\hrule height\cornerthick depth\cornerlong width\cornerthick}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
409 \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
410 \def\nsbot{\vbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
411 {\hrule height\cornerlong depth\cornerthick width\cornerthick}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
412 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
413 % Parse an argument, then pass it to #1. The argument is the rest of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
414 % the input line (except we remove a trailing comment). #1 should be a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
415 % macro which expects an ordinary undelimited TeX argument. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
416 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
417 \def\parsearg{\parseargusing{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
418 \def\parseargusing#1#2{% |
6709 | 419 \def\argtorun{#2}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
420 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
421 \obeylines |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
422 \spaceisspace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
423 #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
424 \parseargline\empty% Insert the \empty token, see \finishparsearg below. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
425 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
426 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
427 {\obeylines % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
428 \gdef\parseargline#1^^M{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
429 \endgroup % End of the group started in \parsearg. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
430 \argremovecomment #1\comment\ArgTerm% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
431 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
432 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
433 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
434 % First remove any @comment, then any @c comment. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
435 \def\argremovecomment#1\comment#2\ArgTerm{\argremovec #1\c\ArgTerm} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
436 \def\argremovec#1\c#2\ArgTerm{\argcheckspaces#1\^^M\ArgTerm} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
437 |
9862 | 438 % Each occurrence of `\^^M' or `<space>\^^M' is replaced by a single space. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
439 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
440 % \argremovec might leave us with trailing space, e.g., |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
441 % @end itemize @c foo |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
442 % This space token undergoes the same procedure and is eventually removed |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
443 % by \finishparsearg. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
444 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
445 \def\argcheckspaces#1\^^M{\argcheckspacesX#1\^^M \^^M} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
446 \def\argcheckspacesX#1 \^^M{\argcheckspacesY#1\^^M} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
447 \def\argcheckspacesY#1\^^M#2\^^M#3\ArgTerm{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
448 \def\temp{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
449 \ifx\temp\empty |
6709 | 450 % Do not use \next, perhaps the caller of \parsearg uses it; reuse \temp: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
451 \let\temp\finishparsearg |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
452 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
453 \let\temp\argcheckspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
454 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
455 % Put the space token in: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
456 \temp#1 #3\ArgTerm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
457 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
458 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
459 % If a _delimited_ argument is enclosed in braces, they get stripped; so |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
460 % to get _exactly_ the rest of the line, we had to prevent such situation. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
461 % We prepended an \empty token at the very beginning and we expand it now, |
6709 | 462 % just before passing the control to \argtorun. |
9862 | 463 % (Similarly, we have to think about #3 of \argcheckspacesY above: it is |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
464 % either the null string, or it ends with \^^M---thus there is no danger |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
465 % that a pair of braces would be stripped. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
466 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
467 % But first, we have to remove the trailing space token. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
468 % |
6709 | 469 \def\finishparsearg#1 \ArgTerm{\expandafter\argtorun\expandafter{#1}} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
470 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
471 % \parseargdef\foo{...} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
472 % is roughly equivalent to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
473 % \def\foo{\parsearg\Xfoo} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
474 % \def\Xfoo#1{...} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
475 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
476 % Actually, I use \csname\string\foo\endcsname, ie. \\foo, as it is my |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
477 % favourite TeX trick. --kasal, 16nov03 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
478 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
479 \def\parseargdef#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
480 \expandafter \doparseargdef \csname\string#1\endcsname #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
481 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
482 \def\doparseargdef#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
483 \def#2{\parsearg#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
484 \def#1##1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
485 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
486 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
487 % Several utility definitions with active space: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
488 { |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
489 \obeyspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
490 \gdef\obeyedspace{ } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
491 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
492 % Make each space character in the input produce a normal interword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
493 % space in the output. Don't allow a line break at this space, as this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
494 % is used only in environments like @example, where each line of input |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
495 % should produce a line of output anyway. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
496 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
497 \gdef\sepspaces{\obeyspaces\let =\tie} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
498 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
499 % If an index command is used in an @example environment, any spaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
500 % therein should become regular spaces in the raw index file, not the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
501 % expansion of \tie (\leavevmode \penalty \@M \ ). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
502 \gdef\unsepspaces{\let =\space} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
503 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
504 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
505 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
506 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
507 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
508 % Define the framework for environments in texinfo.tex. It's used like this: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
509 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
510 % \envdef\foo{...} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
511 % \def\Efoo{...} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
512 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
513 % It's the responsibility of \envdef to insert \begingroup before the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
514 % actual body; @end closes the group after calling \Efoo. \envdef also |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
515 % defines \thisenv, so the current environment is known; @end checks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
516 % whether the environment name matches. The \checkenv macro can also be |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
517 % used to check whether the current environment is the one expected. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
518 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
519 % Non-false conditionals (@iftex, @ifset) don't fit into this, so they |
9862 | 520 % are not treated as environments; they don't open a group. (The |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
521 % implementation of @end takes care not to call \endgroup in this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
522 % special case.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
523 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
524 |
9862 | 525 % At run-time, environments start with this: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
526 \def\startenvironment#1{\begingroup\def\thisenv{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
527 % initialize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
528 \let\thisenv\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
529 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
530 % ... but they get defined via ``\envdef\foo{...}'': |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
531 \long\def\envdef#1#2{\def#1{\startenvironment#1#2}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
532 \def\envparseargdef#1#2{\parseargdef#1{\startenvironment#1#2}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
533 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
534 % Check whether we're in the right environment: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
535 \def\checkenv#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
536 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
537 \ifx\thisenv\temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
538 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
539 \badenverr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
540 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
541 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
542 |
9862 | 543 % Environment mismatch, #1 expected: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
544 \def\badenverr{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
545 \errhelp = \EMsimple |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
546 \errmessage{This command can appear only \inenvironment\temp, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
547 not \inenvironment\thisenv}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
548 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
549 \def\inenvironment#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
550 \ifx#1\empty |
14348 | 551 outside of any environment% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
552 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
553 in environment \expandafter\string#1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
554 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
555 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
556 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
557 % @end foo executes the definition of \Efoo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
558 % But first, it executes a specialized version of \checkenv |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
559 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
560 \parseargdef\end{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
561 \if 1\csname iscond.#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
562 \else |
14256 | 563 % The general wording of \badenverr may not be ideal. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
564 \expandafter\checkenv\csname#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
565 \csname E#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
566 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
567 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
568 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
569 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
570 \newhelp\EMsimple{Press RETURN to continue.} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
571 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
572 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
573 % Be sure we're in horizontal mode when doing a tie, since we make space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
574 % equivalent to this in @example-like environments. Otherwise, a space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
575 % at the beginning of a line will start with \penalty -- and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
576 % since \penalty is valid in vertical mode, we'd end up putting the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
577 % penalty on the vertical list instead of in the new paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
578 {\catcode`@ = 11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
579 % Avoid using \@M directly, because that causes trouble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
580 % if the definition is written into an index file. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
581 \global\let\tiepenalty = \@M |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
582 \gdef\tie{\leavevmode\penalty\tiepenalty\ } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
583 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
584 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
585 % @: forces normal size whitespace following. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
586 \def\:{\spacefactor=1000 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
587 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
588 % @* forces a line break. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
589 \def\*{\hfil\break\hbox{}\ignorespaces} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
590 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
591 % @/ allows a line break. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
592 \let\/=\allowbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
593 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
594 % @. is an end-of-sentence period. |
5921 | 595 \def\.{.\spacefactor=\endofsentencespacefactor\space} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
596 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
597 % @! is an end-of-sentence bang. |
5921 | 598 \def\!{!\spacefactor=\endofsentencespacefactor\space} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
599 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
600 % @? is an end-of-sentence query. |
5921 | 601 \def\?{?\spacefactor=\endofsentencespacefactor\space} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
602 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
603 % @frenchspacing on|off says whether to put extra space after punctuation. |
11419 | 604 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
605 \def\onword{on} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
606 \def\offword{off} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
607 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
608 \parseargdef\frenchspacing{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
609 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
610 \ifx\temp\onword \plainfrenchspacing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
611 \else\ifx\temp\offword \plainnonfrenchspacing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
612 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
613 \errhelp = \EMsimple |
14397 | 614 \errmessage{Unknown @frenchspacing option `\temp', must be on|off}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
615 \fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
616 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
617 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
618 % @w prevents a word break. Without the \leavevmode, @w at the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
619 % beginning of a paragraph, when TeX is still in vertical mode, would |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
620 % produce a whole line of output instead of starting the paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
621 \def\w#1{\leavevmode\hbox{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
622 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
623 % @group ... @end group forces ... to be all on one page, by enclosing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
624 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
625 % to keep its height that of a normal line. According to the rules for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
626 % \topskip (p.114 of the TeXbook), the glue inserted is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
627 % max (\topskip - \ht (first item), 0). If that height is large, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
628 % therefore, no glue is inserted, and the space between the headline and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
629 % the text is small, which looks bad. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
630 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
631 % Another complication is that the group might be very large. This can |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
632 % cause the glue on the previous page to be unduly stretched, because it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
633 % does not have much material. In this case, it's better to add an |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
634 % explicit \vfill so that the extra space is at the bottom. The |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
635 % threshold for doing this is if the group is more than \vfilllimit |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
636 % percent of a page (\vfilllimit can be changed inside of @tex). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
637 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
638 \newbox\groupbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
639 \def\vfilllimit{0.7} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
640 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
641 \envdef\group{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
642 \ifnum\catcode`\^^M=\active \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
643 \errhelp = \groupinvalidhelp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
644 \errmessage{@group invalid in context where filling is enabled}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
645 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
646 \startsavinginserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
647 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
648 \setbox\groupbox = \vtop\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
649 % Do @comment since we are called inside an environment such as |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
650 % @example, where each end-of-line in the input causes an |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
651 % end-of-line in the output. We don't want the end-of-line after |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
652 % the `@group' to put extra space in the output. Since @group |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
653 % should appear on a line by itself (according to the Texinfo |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
654 % manual), we don't worry about eating any user text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
655 \comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
656 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
657 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
658 % The \vtop produces a box with normal height and large depth; thus, TeX puts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
659 % \baselineskip glue before it, and (when the next line of text is done) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
660 % \lineskip glue after it. Thus, space below is not quite equal to space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
661 % above. But it's pretty close. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
662 \def\Egroup{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
663 % To get correct interline space between the last line of the group |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
664 % and the first line afterwards, we have to propagate \prevdepth. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
665 \endgraf % Not \par, as it may have been set to \lisppar. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
666 \global\dimen1 = \prevdepth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
667 \egroup % End the \vtop. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
668 % \dimen0 is the vertical size of the group's box. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
669 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
670 % \dimen2 is how much space is left on the page (more or less). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
671 \dimen2 = \pageheight \advance\dimen2 by -\pagetotal |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
672 % if the group doesn't fit on the current page, and it's a big big |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
673 % group, force a page break. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
674 \ifdim \dimen0 > \dimen2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
675 \ifdim \pagetotal < \vfilllimit\pageheight |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
676 \page |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
677 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
678 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
679 \box\groupbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
680 \prevdepth = \dimen1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
681 \checkinserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
682 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
683 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
684 % TeX puts in an \escapechar (i.e., `@') at the beginning of the help |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
685 % message, so this ends up printing `@group can only ...'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
686 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
687 \newhelp\groupinvalidhelp{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
688 group can only be used in environments such as @example,^^J% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
689 where each line of input produces a line of output.} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
690 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
691 % @need space-in-mils |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
692 % forces a page break if there is not space-in-mils remaining. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
693 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
694 \newdimen\mil \mil=0.001in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
695 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
696 \parseargdef\need{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
697 % Ensure vertical mode, so we don't make a big box in the middle of a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
698 % paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
699 \par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
700 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
701 % If the @need value is less than one line space, it's useless. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
702 \dimen0 = #1\mil |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
703 \dimen2 = \ht\strutbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
704 \advance\dimen2 by \dp\strutbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
705 \ifdim\dimen0 > \dimen2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
706 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
707 % Do a \strut just to make the height of this box be normal, so the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
708 % normal leading is inserted relative to the preceding line. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
709 % And a page break here is fine. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
710 \vtop to #1\mil{\strut\vfil}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
711 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
712 % TeX does not even consider page breaks if a penalty added to the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
713 % main vertical list is 10000 or more. But in order to see if the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
714 % empty box we just added fits on the page, we must make it consider |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
715 % page breaks. On the other hand, we don't want to actually break the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
716 % page after the empty box. So we use a penalty of 9999. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
717 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
718 % There is an extremely small chance that TeX will actually break the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
719 % page at this \penalty, if there are no other feasible breakpoints in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
720 % sight. (If the user is using lots of big @group commands, which |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
721 % almost-but-not-quite fill up a page, TeX will have a hard time doing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
722 % good page breaking, for example.) However, I could not construct an |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
723 % example where a page broke at this \penalty; if it happens in a real |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
724 % document, then we can reconsider our strategy. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
725 \penalty9999 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
726 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
727 % Back up by the size of the box, whether we did a page break or not. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
728 \kern -#1\mil |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
729 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
730 % Do not allow a page break right after this kern. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
731 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
732 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
733 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
734 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
735 % @br forces paragraph break (and is undocumented). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
736 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
737 \let\br = \par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
738 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
739 % @page forces the start of a new page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
740 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
741 \def\page{\par\vfill\supereject} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
742 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
743 % @exdent text.... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
744 % outputs text on separate line in roman font, starting at standard page margin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
745 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
746 % This records the amount of indent in the innermost environment. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
747 % That's how much \exdent should take out. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
748 \newskip\exdentamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
749 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
750 % This defn is used inside fill environments such as @defun. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
751 \parseargdef\exdent{\hfil\break\hbox{\kern -\exdentamount{\rm#1}}\hfil\break} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
752 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
753 % This defn is used inside nofill environments such as @example. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
754 \parseargdef\nofillexdent{{\advance \leftskip by -\exdentamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
755 \leftline{\hskip\leftskip{\rm#1}}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
756 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
757 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
758 % paragraph. For more general purposes, use the \margin insertion |
13244 | 759 % class. WHICH is `l' or `r'. Not documented, written for gawk manual. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
760 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
761 \newskip\inmarginspacing \inmarginspacing=1cm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
762 \def\strutdepth{\dp\strutbox} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
763 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
764 \def\doinmargin#1#2{\strut\vadjust{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
765 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
766 \kern-\strutdepth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
767 \vtop to \strutdepth{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
768 \baselineskip=\strutdepth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
769 \vss |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
770 % if you have multiple lines of stuff to put here, you'll need to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
771 % make the vbox yourself of the appropriate size. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
772 \ifx#1l% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
773 \llap{\ignorespaces #2\hskip\inmarginspacing}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
774 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
775 \rlap{\hskip\hsize \hskip\inmarginspacing \ignorespaces #2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
776 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
777 \null |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
778 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
779 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
780 \def\inleftmargin{\doinmargin l} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
781 \def\inrightmargin{\doinmargin r} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
782 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
783 % @inmargin{TEXT [, RIGHT-TEXT]} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
784 % (if RIGHT-TEXT is given, use TEXT for left page, RIGHT-TEXT for right; |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
785 % else use TEXT for both). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
786 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
787 \def\inmargin#1{\parseinmargin #1,,\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
788 \def\parseinmargin#1,#2,#3\finish{% not perfect, but better than nothing. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
789 \setbox0 = \hbox{\ignorespaces #2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
790 \ifdim\wd0 > 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
791 \def\lefttext{#1}% have both texts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
792 \def\righttext{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
793 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
794 \def\lefttext{#1}% have only one text |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
795 \def\righttext{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
796 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
797 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
798 \ifodd\pageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
799 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
800 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
801 \def\temp{\inleftmargin\lefttext}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
802 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
803 \temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
804 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
805 |
13244 | 806 % @| inserts a changebar to the left of the current line. It should |
807 % surround any changed text. This approach does *not* work if the | |
808 % change spans more than two lines of output. To handle that, we would | |
809 % have adopt a much more difficult approach (putting marks into the main | |
810 % vertical list for the beginning and end of each change). This command | |
811 % is not documented, not supported, and doesn't work. | |
812 % | |
813 \def\|{% | |
814 % \vadjust can only be used in horizontal mode. | |
815 \leavevmode | |
816 % | |
817 % Append this vertical mode material after the current line in the output. | |
818 \vadjust{% | |
819 % We want to insert a rule with the height and depth of the current | |
820 % leading; that is exactly what \strutbox is supposed to record. | |
821 \vskip-\baselineskip | |
822 % | |
823 % \vadjust-items are inserted at the left edge of the type. So | |
824 % the \llap here moves out into the left-hand margin. | |
825 \llap{% | |
826 % | |
827 % For a thicker or thinner bar, change the `1pt'. | |
828 \vrule height\baselineskip width1pt | |
829 % | |
830 % This is the space between the bar and the text. | |
831 \hskip 12pt | |
832 }% | |
833 }% | |
834 } | |
835 | |
9741 | 836 % @include FILE -- \input text of FILE. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
837 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
838 \def\include{\parseargusing\filenamecatcodes\includezzz} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
839 \def\includezzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
840 \pushthisfilestack |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
841 \def\thisfile{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
842 {% |
9880 | 843 \makevalueexpandable % we want to expand any @value in FILE. |
9774 | 844 \turnoffactive % and allow special characters in the expansion |
10696 | 845 \indexnofonts % Allow `@@' and other weird things in file names. |
14173 | 846 \wlog{texinfo.tex: doing @include of #1^^J}% |
9741 | 847 \edef\temp{\noexpand\input #1 }% |
848 % | |
849 % This trickery is to read FILE outside of a group, in case it makes | |
850 % definitions, etc. | |
851 \expandafter | |
852 }\temp | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
853 \popthisfilestack |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
854 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
855 \def\filenamecatcodes{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
856 \catcode`\\=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
857 \catcode`~=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
858 \catcode`^=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
859 \catcode`_=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
860 \catcode`|=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
861 \catcode`<=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
862 \catcode`>=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
863 \catcode`+=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
864 \catcode`-=\other |
10833 | 865 \catcode`\`=\other |
866 \catcode`\'=\other | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
867 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
868 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
869 \def\pushthisfilestack{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
870 \expandafter\pushthisfilestackX\popthisfilestack\StackTerm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
871 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
872 \def\pushthisfilestackX{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
873 \expandafter\pushthisfilestackY\thisfile\StackTerm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
874 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
875 \def\pushthisfilestackY #1\StackTerm #2\StackTerm {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
876 \gdef\popthisfilestack{\gdef\thisfile{#1}\gdef\popthisfilestack{#2}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
877 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
878 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
879 \def\popthisfilestack{\errthisfilestackempty} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
880 \def\errthisfilestackempty{\errmessage{Internal error: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
881 the stack of filenames is empty.}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
882 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
883 \def\thisfile{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
884 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
885 % @center line |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
886 % outputs that line, centered. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
887 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
888 \parseargdef\center{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
889 \ifhmode |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
890 \let\next\centerH |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
891 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
892 \let\next\centerV |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
893 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
894 \next{\hfil \ignorespaces#1\unskip \hfil}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
895 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
896 \def\centerH#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
897 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
898 \hfil\break |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
899 \advance\hsize by -\leftskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
900 \advance\hsize by -\rightskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
901 \line{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
902 \break |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
903 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
904 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
905 \def\centerV#1{\line{\kern\leftskip #1\kern\rightskip}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
906 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
907 % @sp n outputs n lines of vertical space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
908 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
909 \parseargdef\sp{\vskip #1\baselineskip} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
910 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
911 % @comment ...line which is ignored... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
912 % @c is the same as @comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
913 % @ignore ... @end ignore is another way to write a comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
914 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
915 \def\comment{\begingroup \catcode`\^^M=\other% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
916 \catcode`\@=\other \catcode`\{=\other \catcode`\}=\other% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
917 \commentxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
918 {\catcode`\^^M=\other \gdef\commentxxx#1^^M{\endgroup}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
919 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
920 \let\c=\comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
921 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
922 % @paragraphindent NCHARS |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
923 % We'll use ems for NCHARS, close enough. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
924 % NCHARS can also be the word `asis' or `none'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
925 % We cannot feasibly implement @paragraphindent asis, though. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
926 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
927 \def\asisword{asis} % no translation, these are keywords |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
928 \def\noneword{none} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
929 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
930 \parseargdef\paragraphindent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
931 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
932 \ifx\temp\asisword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
933 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
934 \ifx\temp\noneword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
935 \defaultparindent = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
936 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
937 \defaultparindent = #1em |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
938 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
939 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
940 \parindent = \defaultparindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
941 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
942 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
943 % @exampleindent NCHARS |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
944 % We'll use ems for NCHARS like @paragraphindent. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
945 % It seems @exampleindent asis isn't necessary, but |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
946 % I preserve it to make it similar to @paragraphindent. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
947 \parseargdef\exampleindent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
948 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
949 \ifx\temp\asisword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
950 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
951 \ifx\temp\noneword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
952 \lispnarrowing = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
953 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
954 \lispnarrowing = #1em |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
955 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
956 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
957 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
958 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
959 % @firstparagraphindent WORD |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
960 % If WORD is `none', then suppress indentation of the first paragraph |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
961 % after a section heading. If WORD is `insert', then do indent at such |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
962 % paragraphs. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
963 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
964 % The paragraph indentation is suppressed or not by calling |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
965 % \suppressfirstparagraphindent, which the sectioning commands do. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
966 % We switch the definition of this back and forth according to WORD. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
967 % By default, we suppress indentation. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
968 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
969 \def\suppressfirstparagraphindent{\dosuppressfirstparagraphindent} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
970 \def\insertword{insert} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
971 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
972 \parseargdef\firstparagraphindent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
973 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
974 \ifx\temp\noneword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
975 \let\suppressfirstparagraphindent = \dosuppressfirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
976 \else\ifx\temp\insertword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
977 \let\suppressfirstparagraphindent = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
978 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
979 \errhelp = \EMsimple |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
980 \errmessage{Unknown @firstparagraphindent option `\temp'}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
981 \fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
982 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
983 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
984 % Here is how we actually suppress indentation. Redefine \everypar to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
985 % \kern backwards by \parindent, and then reset itself to empty. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
986 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
987 % We also make \indent itself not actually do anything until the next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
988 % paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
989 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
990 \gdef\dosuppressfirstparagraphindent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
991 \gdef\indent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
992 \restorefirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
993 \indent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
994 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
995 \gdef\noindent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
996 \restorefirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
997 \noindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
998 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
999 \global\everypar = {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1000 \kern -\parindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1001 \restorefirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1002 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1003 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1004 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1005 \gdef\restorefirstparagraphindent{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1006 \global \let \indent = \ptexindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1007 \global \let \noindent = \ptexnoindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1008 \global \everypar = {}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1009 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1010 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1011 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1012 % @refill is a no-op. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1013 \let\refill=\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1014 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1015 % If working on a large document in chapters, it is convenient to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1016 % be able to disable indexing, cross-referencing, and contents, for test runs. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1017 % This is done with @novalidate (before @setfilename). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1018 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1019 \newif\iflinks \linkstrue % by default we want the aux files. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1020 \let\novalidate = \linksfalse |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1021 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1022 % @setfilename is done at the beginning of every texinfo file. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1023 % So open here the files we need to have open while reading the input. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1024 % This makes it possible to make a .fmt file for texinfo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1025 \def\setfilename{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1026 \fixbackslash % Turn off hack to swallow `\input texinfo'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1027 \iflinks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1028 \tryauxfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1029 % Open the new aux file. TeX will close it automatically at exit. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1030 \immediate\openout\auxfile=\jobname.aux |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1031 \fi % \openindices needs to do some work in any case. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1032 \openindices |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1033 \let\setfilename=\comment % Ignore extra @setfilename cmds. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1034 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1035 % If texinfo.cnf is present on the system, read it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1036 % Useful for site-wide @afourpaper, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1037 \openin 1 texinfo.cnf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1038 \ifeof 1 \else \input texinfo.cnf \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1039 \closein 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1040 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1041 \comment % Ignore the actual filename. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1042 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1043 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1044 % Called from \setfilename. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1045 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1046 \def\openindices{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1047 \newindex{cp}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1048 \newcodeindex{fn}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1049 \newcodeindex{vr}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1050 \newcodeindex{tp}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1051 \newcodeindex{ky}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1052 \newcodeindex{pg}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1053 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1054 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1055 % @bye. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1056 \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1057 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1058 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1059 \message{pdf,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1060 % adobe `portable' document format |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1061 \newcount\tempnum |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1062 \newcount\lnkcount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1063 \newtoks\filename |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1064 \newcount\filenamelength |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1065 \newcount\pgn |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1066 \newtoks\toksA |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1067 \newtoks\toksB |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1068 \newtoks\toksC |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1069 \newtoks\toksD |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1070 \newbox\boxA |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1071 \newcount\countA |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1072 \newif\ifpdf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1073 \newif\ifpdfmakepagedest |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1074 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1075 % when pdftex is run in dvi mode, \pdfoutput is defined (so \pdfoutput=1 |
14397 | 1076 % can be set). So we test for \relax and 0 as well as being undefined. |
1077 \ifx\pdfoutput\thisisundefined | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1078 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1079 \ifx\pdfoutput\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1080 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1081 \ifcase\pdfoutput |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1082 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1083 \pdftrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1084 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1085 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1086 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1087 |
6040 | 1088 % PDF uses PostScript string constants for the names of xref targets, |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1089 % for display in the outlines, and in other places. Thus, we have to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1090 % double any backslashes. Otherwise, a name like "\node" will be |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1091 % interpreted as a newline (\n), followed by o, d, e. Not good. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1092 % http://www.ntg.nl/pipermail/ntg-pdftex/2004-July/000654.html |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1093 % (and related messages, the final outcome is that it is up to the TeX |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1094 % user to double the backslashes and otherwise make the string valid, so |
6040 | 1095 % that's what we do). |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1096 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1097 % double active backslashes. |
11419 | 1098 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1099 {\catcode`\@=0 \catcode`\\=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1100 @gdef@activebackslashdouble{% |
6040 | 1101 @catcode`@\=@active |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1102 @let\=@doublebackslash} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1103 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1104 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1105 % To handle parens, we must adopt a different approach, since parens are |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1106 % not active characters. hyperref.dtx (which has the same problem as |
7765 | 1107 % us) handles it with this amazing macro to replace tokens, with minor |
1108 % changes for Texinfo. It is included here under the GPL by permission | |
1109 % from the author, Heiko Oberdiek. | |
11419 | 1110 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1111 % #1 is the tokens to replace. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1112 % #2 is the replacement. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1113 % #3 is the control sequence with the string. |
11419 | 1114 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1115 \def\HyPsdSubst#1#2#3{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1116 \def\HyPsdReplace##1#1##2\END{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1117 ##1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1118 \ifx\\##2\\% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1119 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1120 #2% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1121 \HyReturnAfterFi{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1122 \HyPsdReplace##2\END |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1123 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1124 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1125 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1126 \xdef#3{\expandafter\HyPsdReplace#3#1\END}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1127 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1128 \long\def\HyReturnAfterFi#1\fi{\fi#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1129 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1130 % #1 is a control sequence in which to do the replacements. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1131 \def\backslashparens#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1132 \xdef#1{#1}% redefine it as its expansion; the definition is simply |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1133 % \lastnode when called from \setref -> \pdfmkdest. |
6040 | 1134 \HyPsdSubst{(}{\realbackslash(}{#1}% |
1135 \HyPsdSubst{)}{\realbackslash)}{#1}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1136 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1137 |
7629 | 1138 \newhelp\nopdfimagehelp{Texinfo supports .png, .jpg, .jpeg, and .pdf images |
1139 with PDF output, and none of those formats could be found. (.eps cannot | |
1140 be supported due to the design of the PDF format; use regular TeX (DVI | |
1141 output) for that.)} | |
1142 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1143 \ifpdf |
9038 | 1144 % |
11843 | 1145 % Color manipulation macros based on pdfcolor.tex, |
1146 % except using rgb instead of cmyk; the latter is said to render as a | |
1147 % very dark gray on-screen and a very dark halftone in print, instead | |
1148 % of actual black. | |
1149 \def\rgbDarkRed{0.50 0.09 0.12} | |
1150 \def\rgbBlack{0 0 0} | |
9038 | 1151 % |
10885 | 1152 % k sets the color for filling (usual text, etc.); |
1153 % K sets the color for stroking (thin rules, e.g., normal _'s). | |
11843 | 1154 \def\pdfsetcolor#1{\pdfliteral{#1 rg #1 RG}} |
10885 | 1155 % |
9083 | 1156 % Set color, and create a mark which defines \thiscolor accordingly, |
1157 % so that \makeheadline knows which color to restore. | |
1158 \def\setcolor#1{% | |
1159 \xdef\lastcolordefs{\gdef\noexpand\thiscolor{#1}}% | |
1160 \domark | |
1161 \pdfsetcolor{#1}% | |
1162 } | |
9038 | 1163 % |
11843 | 1164 \def\maincolor{\rgbBlack} |
9038 | 1165 \pdfsetcolor{\maincolor} |
9083 | 1166 \edef\thiscolor{\maincolor} |
1167 \def\lastcolordefs{} | |
1168 % | |
1169 \def\makefootline{% | |
1170 \baselineskip24pt | |
1171 \line{\pdfsetcolor{\maincolor}\the\footline}% | |
1172 } | |
9038 | 1173 % |
1174 \def\makeheadline{% | |
9083 | 1175 \vbox to 0pt{% |
1176 \vskip-22.5pt | |
1177 \line{% | |
1178 \vbox to8.5pt{}% | |
1179 % Extract \thiscolor definition from the marks. | |
1180 \getcolormarks | |
1181 % Typeset the headline with \maincolor, then restore the color. | |
1182 \pdfsetcolor{\maincolor}\the\headline\pdfsetcolor{\thiscolor}% | |
1183 }% | |
1184 \vss | |
1185 }% | |
1186 \nointerlineskip | |
1187 } | |
9038 | 1188 % |
1189 % | |
7745 | 1190 \pdfcatalog{/PageMode /UseOutlines} |
1191 % | |
6773 | 1192 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto). |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1193 \def\dopdfimage#1#2#3{% |
6773 | 1194 \def\imagewidth{#2}\setbox0 = \hbox{\ignorespaces #2}% |
1195 \def\imageheight{#3}\setbox2 = \hbox{\ignorespaces #3}% | |
7629 | 1196 % |
1197 % pdftex (and the PDF format) support .png, .jpg, .pdf (among | |
1198 % others). Let's try in that order. | |
1199 \let\pdfimgext=\empty | |
1200 \begingroup | |
1201 \openin 1 #1.png \ifeof 1 | |
1202 \openin 1 #1.jpg \ifeof 1 | |
1203 \openin 1 #1.jpeg \ifeof 1 | |
1204 \openin 1 #1.JPG \ifeof 1 | |
1205 \openin 1 #1.pdf \ifeof 1 | |
9845 | 1206 \openin 1 #1.PDF \ifeof 1 |
1207 \errhelp = \nopdfimagehelp | |
1208 \errmessage{Could not find image file #1 for pdf}% | |
1209 \else \gdef\pdfimgext{PDF}% | |
1210 \fi | |
7745 | 1211 \else \gdef\pdfimgext{pdf}% |
7629 | 1212 \fi |
7745 | 1213 \else \gdef\pdfimgext{JPG}% |
7629 | 1214 \fi |
7745 | 1215 \else \gdef\pdfimgext{jpeg}% |
7629 | 1216 \fi |
7745 | 1217 \else \gdef\pdfimgext{jpg}% |
7629 | 1218 \fi |
7745 | 1219 \else \gdef\pdfimgext{png}% |
7629 | 1220 \fi |
1221 \closein 1 | |
1222 \endgroup | |
1223 % | |
9845 | 1224 % without \immediate, ancient pdftex seg faults when the same image is |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1225 % included twice. (Version 3.14159-pre-1.0-unofficial-20010704.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1226 \ifnum\pdftexversion < 14 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1227 \immediate\pdfimage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1228 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1229 \immediate\pdfximage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1230 \fi |
6773 | 1231 \ifdim \wd0 >0pt width \imagewidth \fi |
1232 \ifdim \wd2 >0pt height \imageheight \fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1233 \ifnum\pdftexversion<13 |
7629 | 1234 #1.\pdfimgext |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1235 \else |
7629 | 1236 {#1.\pdfimgext}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1237 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1238 \ifnum\pdftexversion < 14 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1239 \pdfrefximage \pdflastximage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1240 \fi} |
7745 | 1241 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1242 \def\pdfmkdest#1{{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1243 % We have to set dummies so commands such as @code, and characters |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1244 % such as \, aren't expanded when present in a section title. |
7745 | 1245 \indexnofonts |
1246 \turnoffactive | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1247 \activebackslashdouble |
8143 | 1248 \makevalueexpandable |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1249 \def\pdfdestname{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1250 \backslashparens\pdfdestname |
8656 | 1251 \safewhatsit{\pdfdest name{\pdfdestname} xyz}% |
7745 | 1252 }} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1253 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1254 % used to mark target names; must be expandable. |
7745 | 1255 \def\pdfmkpgn#1{#1} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1256 % |
8799 | 1257 % by default, use a color that is dark enough to print on paper as |
1258 % nearly black, but still distinguishable for online viewing. | |
11843 | 1259 \def\urlcolor{\rgbDarkRed} |
1260 \def\linkcolor{\rgbDarkRed} | |
9041 | 1261 \def\endlink{\setcolor{\maincolor}\pdfendlink} |
7745 | 1262 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1263 % Adding outlines to PDF; macros for calculating structure of outlines |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1264 % come from Petr Olsak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1265 \def\expnumber#1{\expandafter\ifx\csname#1\endcsname\relax 0% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1266 \else \csname#1\endcsname \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1267 \def\advancenumber#1{\tempnum=\expnumber{#1}\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1268 \advance\tempnum by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1269 \expandafter\xdef\csname#1\endcsname{\the\tempnum}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1270 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1271 % #1 is the section text, which is what will be displayed in the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1272 % outline by the pdf viewer. #2 is the pdf expression for the number |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1273 % of subentries (or empty, for subsubsections). #3 is the node text, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1274 % which might be empty if this toc entry had no corresponding node. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1275 % #4 is the page number |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1276 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1277 \def\dopdfoutline#1#2#3#4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1278 % Generate a link to the node text if that exists; else, use the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1279 % page number. We could generate a destination for the section |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1280 % text in the case where a section has no node, but it doesn't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1281 % seem worth the trouble, since most documents are normally structured. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1282 \def\pdfoutlinedest{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1283 \ifx\pdfoutlinedest\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1284 \def\pdfoutlinedest{#4}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1285 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1286 % Doubled backslashes in the name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1287 {\activebackslashdouble \xdef\pdfoutlinedest{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1288 \backslashparens\pdfoutlinedest}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1289 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1290 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1291 % Also double the backslashes in the display string. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1292 {\activebackslashdouble \xdef\pdfoutlinetext{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1293 \backslashparens\pdfoutlinetext}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1294 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1295 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1296 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1297 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1298 \def\pdfmakeoutlines{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1299 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1300 % Thanh's hack / proper braces in bookmarks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1301 \edef\mylbrace{\iftrue \string{\else}\fi}\let\{=\mylbrace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1302 \edef\myrbrace{\iffalse{\else\string}\fi}\let\}=\myrbrace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1303 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1304 % Read toc silently, to get counts of subentries for \pdfoutline. |
13155 | 1305 \def\partentry##1##2##3##4{}% ignore parts in the outlines |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1306 \def\numchapentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1307 \def\thischapnum{##2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1308 \def\thissecnum{0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1309 \def\thissubsecnum{0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1310 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1311 \def\numsecentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1312 \advancenumber{chap\thischapnum}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1313 \def\thissecnum{##2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1314 \def\thissubsecnum{0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1315 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1316 \def\numsubsecentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1317 \advancenumber{sec\thissecnum}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1318 \def\thissubsecnum{##2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1319 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1320 \def\numsubsubsecentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1321 \advancenumber{subsec\thissubsecnum}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1322 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1323 \def\thischapnum{0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1324 \def\thissecnum{0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1325 \def\thissubsecnum{0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1326 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1327 % use \def rather than \let here because we redefine \chapentry et |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1328 % al. a second time, below. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1329 \def\appentry{\numchapentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1330 \def\appsecentry{\numsecentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1331 \def\appsubsecentry{\numsubsecentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1332 \def\appsubsubsecentry{\numsubsubsecentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1333 \def\unnchapentry{\numchapentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1334 \def\unnsecentry{\numsecentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1335 \def\unnsubsecentry{\numsubsecentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1336 \def\unnsubsubsecentry{\numsubsubsecentry}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1337 \readdatafile{toc}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1338 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1339 % Read toc second time, this time actually producing the outlines. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1340 % The `-' means take the \expnumber as the absolute number of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1341 % subentries, which we calculated on our first read of the .toc above. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1342 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1343 % We use the node names as the destinations. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1344 \def\numchapentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1345 \dopdfoutline{##1}{count-\expnumber{chap##2}}{##3}{##4}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1346 \def\numsecentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1347 \dopdfoutline{##1}{count-\expnumber{sec##2}}{##3}{##4}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1348 \def\numsubsecentry##1##2##3##4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1349 \dopdfoutline{##1}{count-\expnumber{subsec##2}}{##3}{##4}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1350 \def\numsubsubsecentry##1##2##3##4{% count is always zero |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1351 \dopdfoutline{##1}{}{##3}{##4}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1352 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1353 % PDF outlines are displayed using system fonts, instead of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1354 % document fonts. Therefore we cannot use special characters, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1355 % since the encoding is unknown. For example, the eogonek from |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1356 % Latin 2 (0xea) gets translated to a | character. Info from |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1357 % Staszek Wawrykiewicz, 19 Jan 2004 04:09:24 +0100. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1358 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1359 % xx to do this right, we have to translate 8-bit characters to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1360 % their "best" equivalent, based on the @documentencoding. Right |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1361 % now, I guess we'll just let the pdf reader have its way. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1362 \indexnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1363 \setupdatafile |
6040 | 1364 \catcode`\\=\active \otherbackslash |
8801 | 1365 \input \tocreadfilename |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1366 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1367 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1368 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1369 \def\skipspaces#1{\def\PP{#1}\def\D{|}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1370 \ifx\PP\D\let\nextsp\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1371 \else\let\nextsp\skipspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1372 \ifx\p\space\else\addtokens{\filename}{\PP}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1373 \advance\filenamelength by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1374 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1375 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1376 \nextsp} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1377 \def\getfilename#1{\filenamelength=0\expandafter\skipspaces#1|\relax} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1378 \ifnum\pdftexversion < 14 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1379 \let \startlink \pdfannotlink |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1380 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1381 \let \startlink \pdfstartlink |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1382 \fi |
6499 | 1383 % make a live url in pdf output. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1384 \def\pdfurl#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1385 \begingroup |
6499 | 1386 % it seems we really need yet another set of dummies; have not |
1387 % tried to figure out what each command should do in the context | |
1388 % of @url. for now, just make @/ a no-op, that's the only one | |
1389 % people have actually reported a problem with. | |
11419 | 1390 % |
6499 | 1391 \normalturnoffactive |
1392 \def\@{@}% | |
1393 \let\/=\empty | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1394 \makevalueexpandable |
11060 | 1395 % do we want to go so far as to use \indexnofonts instead of just |
1396 % special-casing \var here? | |
10988 | 1397 \def\var##1{##1}% |
1398 % | |
9041 | 1399 \leavevmode\setcolor{\urlcolor}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1400 \startlink attr{/Border [0 0 0]}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1401 user{/Subtype /Link /A << /S /URI /URI (#1) >>}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1402 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1403 \def\pdfgettoks#1.{\setbox\boxA=\hbox{\toksA={#1.}\toksB={}\maketoks}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1404 \def\addtokens#1#2{\edef\addtoks{\noexpand#1={\the#1#2}}\addtoks} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1405 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1406 \def\poptoks#1#2|ENDTOKS|{\let\first=#1\toksD={#1}\toksA={#2}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1407 \def\maketoks{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1408 \expandafter\poptoks\the\toksA|ENDTOKS|\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1409 \ifx\first0\adn0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1410 \else\ifx\first1\adn1 \else\ifx\first2\adn2 \else\ifx\first3\adn3 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1411 \else\ifx\first4\adn4 \else\ifx\first5\adn5 \else\ifx\first6\adn6 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1412 \else\ifx\first7\adn7 \else\ifx\first8\adn8 \else\ifx\first9\adn9 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1413 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1414 \ifnum0=\countA\else\makelink\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1415 \ifx\first.\let\next=\done\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1416 \let\next=\maketoks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1417 \addtokens{\toksB}{\the\toksD} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1418 \ifx\first,\addtokens{\toksB}{\space}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1419 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1420 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1421 \next} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1422 \def\makelink{\addtokens{\toksB}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1423 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1424 \def\pdflink#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1425 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}} |
9041 | 1426 \setcolor{\linkcolor}#1\endlink} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1427 \def\done{\edef\st{\global\noexpand\toksA={\the\toksB}}\st} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1428 \else |
10840 | 1429 % non-pdf mode |
10847 | 1430 \let\pdfmkdest = \gobble |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1431 \let\pdfurl = \gobble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1432 \let\endlink = \relax |
9041 | 1433 \let\setcolor = \gobble |
1434 \let\pdfsetcolor = \gobble | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1435 \let\pdfmakeoutlines = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1436 \fi % \ifx\pdfoutput |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1437 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1438 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1439 \message{fonts,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1440 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1441 % Change the current font style to #1, remembering it in \curfontstyle. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1442 % For now, we do not accumulate font styles: @b{@i{foo}} prints foo in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1443 % italics, not bold italics. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1444 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1445 \def\setfontstyle#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1446 \def\curfontstyle{#1}% not as a control sequence, because we are \edef'd. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1447 \csname ten#1\endcsname % change the current font |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1448 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1449 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1450 % Select #1 fonts with the current style. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1451 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1452 \def\selectfonts#1{\csname #1fonts\endcsname \csname\curfontstyle\endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1453 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1454 \def\rm{\fam=0 \setfontstyle{rm}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1455 \def\it{\fam=\itfam \setfontstyle{it}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1456 \def\sl{\fam=\slfam \setfontstyle{sl}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1457 \def\bf{\fam=\bffam \setfontstyle{bf}}\def\bfstylename{bf} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1458 \def\tt{\fam=\ttfam \setfontstyle{tt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1459 |
10776 | 1460 % Unfortunately, we have to override this for titles and the like, since |
1461 % in those cases "rm" is bold. Sigh. | |
1462 \def\rmisbold{\rm\def\curfontstyle{bf}} | |
1463 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1464 % Texinfo sort of supports the sans serif font style, which plain TeX does not. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1465 % So we set up a \sf. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1466 \newfam\sffam |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1467 \def\sf{\fam=\sffam \setfontstyle{sf}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1468 \let\li = \sf % Sometimes we call it \li, not \sf. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1469 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1470 % We don't need math for this font style. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1471 \def\ttsl{\setfontstyle{ttsl}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1472 |
6772 | 1473 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1474 % Default leading. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1475 \newdimen\textleading \textleading = 13.2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1476 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1477 % Set the baselineskip to #1, and the lineskip and strut size |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1478 % correspondingly. There is no deep meaning behind these magic numbers |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1479 % used as factors; they just match (closely enough) what Knuth defined. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1480 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1481 \def\lineskipfactor{.08333} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1482 \def\strutheightpercent{.70833} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1483 \def\strutdepthpercent {.29167} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1484 % |
9178 | 1485 % can get a sort of poor man's double spacing by redefining this. |
1486 \def\baselinefactor{1} | |
1487 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1488 \def\setleading#1{% |
9178 | 1489 \dimen0 = #1\relax |
1490 \normalbaselineskip = \baselinefactor\dimen0 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1491 \normallineskip = \lineskipfactor\normalbaselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1492 \normalbaselines |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1493 \setbox\strutbox =\hbox{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1494 \vrule width0pt height\strutheightpercent\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1495 depth \strutdepthpercent \baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1496 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1497 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1498 |
8723 | 1499 % PDF CMaps. See also LaTeX's t1.cmap. |
1500 % | |
9529 | 1501 % do nothing with this by default. |
1502 \expandafter\let\csname cmapOT1\endcsname\gobble | |
1503 \expandafter\let\csname cmapOT1IT\endcsname\gobble | |
1504 \expandafter\let\csname cmapOT1TT\endcsname\gobble | |
1505 | |
1506 % if we are producing pdf, and we have \pdffontattr, then define cmaps. | |
1507 % (\pdffontattr was introduced many years ago, but people still run | |
1508 % older pdftex's; it's easy to conditionalize, so we do.) | |
14397 | 1509 \ifpdf \ifx\pdffontattr\thisisundefined \else |
8723 | 1510 \begingroup |
1511 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. | |
1512 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap | |
1513 %%DocumentNeededResources: ProcSet (CIDInit) | |
1514 %%IncludeResource: ProcSet (CIDInit) | |
1515 %%BeginResource: CMap (TeX-OT1-0) | |
1516 %%Title: (TeX-OT1-0 TeX OT1 0) | |
1517 %%Version: 1.000 | |
1518 %%EndComments | |
1519 /CIDInit /ProcSet findresource begin | |
1520 12 dict begin | |
1521 begincmap | |
1522 /CIDSystemInfo | |
1523 << /Registry (TeX) | |
1524 /Ordering (OT1) | |
1525 /Supplement 0 | |
1526 >> def | |
1527 /CMapName /TeX-OT1-0 def | |
1528 /CMapType 2 def | |
1529 1 begincodespacerange | |
1530 <00> <7F> | |
1531 endcodespacerange | |
1532 8 beginbfrange | |
1533 <00> <01> <0393> | |
1534 <09> <0A> <03A8> | |
1535 <23> <26> <0023> | |
1536 <28> <3B> <0028> | |
1537 <3F> <5B> <003F> | |
1538 <5D> <5E> <005D> | |
1539 <61> <7A> <0061> | |
1540 <7B> <7C> <2013> | |
1541 endbfrange | |
1542 40 beginbfchar | |
1543 <02> <0398> | |
1544 <03> <039B> | |
1545 <04> <039E> | |
1546 <05> <03A0> | |
1547 <06> <03A3> | |
1548 <07> <03D2> | |
1549 <08> <03A6> | |
1550 <0B> <00660066> | |
1551 <0C> <00660069> | |
1552 <0D> <0066006C> | |
1553 <0E> <006600660069> | |
1554 <0F> <00660066006C> | |
1555 <10> <0131> | |
1556 <11> <0237> | |
1557 <12> <0060> | |
1558 <13> <00B4> | |
1559 <14> <02C7> | |
1560 <15> <02D8> | |
1561 <16> <00AF> | |
1562 <17> <02DA> | |
1563 <18> <00B8> | |
1564 <19> <00DF> | |
1565 <1A> <00E6> | |
1566 <1B> <0153> | |
1567 <1C> <00F8> | |
1568 <1D> <00C6> | |
1569 <1E> <0152> | |
1570 <1F> <00D8> | |
1571 <21> <0021> | |
1572 <22> <201D> | |
1573 <27> <2019> | |
1574 <3C> <00A1> | |
1575 <3D> <003D> | |
1576 <3E> <00BF> | |
1577 <5C> <201C> | |
1578 <5F> <02D9> | |
1579 <60> <2018> | |
1580 <7D> <02DD> | |
1581 <7E> <007E> | |
1582 <7F> <00A8> | |
1583 endbfchar | |
1584 endcmap | |
1585 CMapName currentdict /CMap defineresource pop | |
1586 end | |
1587 end | |
1588 %%EndResource | |
1589 %%EOF | |
1590 }\endgroup | |
1591 \expandafter\edef\csname cmapOT1\endcsname#1{% | |
1592 \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% | |
1593 }% | |
1594 % | |
1595 % \cmapOT1IT | |
1596 \begingroup | |
1597 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. | |
1598 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap | |
1599 %%DocumentNeededResources: ProcSet (CIDInit) | |
1600 %%IncludeResource: ProcSet (CIDInit) | |
1601 %%BeginResource: CMap (TeX-OT1IT-0) | |
1602 %%Title: (TeX-OT1IT-0 TeX OT1IT 0) | |
1603 %%Version: 1.000 | |
1604 %%EndComments | |
1605 /CIDInit /ProcSet findresource begin | |
1606 12 dict begin | |
1607 begincmap | |
1608 /CIDSystemInfo | |
1609 << /Registry (TeX) | |
1610 /Ordering (OT1IT) | |
1611 /Supplement 0 | |
1612 >> def | |
1613 /CMapName /TeX-OT1IT-0 def | |
1614 /CMapType 2 def | |
1615 1 begincodespacerange | |
1616 <00> <7F> | |
1617 endcodespacerange | |
1618 8 beginbfrange | |
1619 <00> <01> <0393> | |
1620 <09> <0A> <03A8> | |
1621 <25> <26> <0025> | |
1622 <28> <3B> <0028> | |
1623 <3F> <5B> <003F> | |
1624 <5D> <5E> <005D> | |
1625 <61> <7A> <0061> | |
1626 <7B> <7C> <2013> | |
1627 endbfrange | |
1628 42 beginbfchar | |
1629 <02> <0398> | |
1630 <03> <039B> | |
1631 <04> <039E> | |
1632 <05> <03A0> | |
1633 <06> <03A3> | |
1634 <07> <03D2> | |
1635 <08> <03A6> | |
1636 <0B> <00660066> | |
1637 <0C> <00660069> | |
1638 <0D> <0066006C> | |
1639 <0E> <006600660069> | |
1640 <0F> <00660066006C> | |
1641 <10> <0131> | |
1642 <11> <0237> | |
1643 <12> <0060> | |
1644 <13> <00B4> | |
1645 <14> <02C7> | |
1646 <15> <02D8> | |
1647 <16> <00AF> | |
1648 <17> <02DA> | |
1649 <18> <00B8> | |
1650 <19> <00DF> | |
1651 <1A> <00E6> | |
1652 <1B> <0153> | |
1653 <1C> <00F8> | |
1654 <1D> <00C6> | |
1655 <1E> <0152> | |
1656 <1F> <00D8> | |
1657 <21> <0021> | |
1658 <22> <201D> | |
1659 <23> <0023> | |
1660 <24> <00A3> | |
1661 <27> <2019> | |
1662 <3C> <00A1> | |
1663 <3D> <003D> | |
1664 <3E> <00BF> | |
1665 <5C> <201C> | |
1666 <5F> <02D9> | |
1667 <60> <2018> | |
1668 <7D> <02DD> | |
1669 <7E> <007E> | |
1670 <7F> <00A8> | |
1671 endbfchar | |
1672 endcmap | |
1673 CMapName currentdict /CMap defineresource pop | |
1674 end | |
1675 end | |
1676 %%EndResource | |
1677 %%EOF | |
1678 }\endgroup | |
1679 \expandafter\edef\csname cmapOT1IT\endcsname#1{% | |
1680 \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% | |
1681 }% | |
1682 % | |
1683 % \cmapOT1TT | |
1684 \begingroup | |
1685 \catcode`\^^M=\active \def^^M{^^J}% Output line endings as the ^^J char. | |
1686 \catcode`\%=12 \immediate\pdfobj stream {%!PS-Adobe-3.0 Resource-CMap | |
1687 %%DocumentNeededResources: ProcSet (CIDInit) | |
1688 %%IncludeResource: ProcSet (CIDInit) | |
1689 %%BeginResource: CMap (TeX-OT1TT-0) | |
1690 %%Title: (TeX-OT1TT-0 TeX OT1TT 0) | |
1691 %%Version: 1.000 | |
1692 %%EndComments | |
1693 /CIDInit /ProcSet findresource begin | |
1694 12 dict begin | |
1695 begincmap | |
1696 /CIDSystemInfo | |
1697 << /Registry (TeX) | |
1698 /Ordering (OT1TT) | |
1699 /Supplement 0 | |
1700 >> def | |
1701 /CMapName /TeX-OT1TT-0 def | |
1702 /CMapType 2 def | |
1703 1 begincodespacerange | |
1704 <00> <7F> | |
1705 endcodespacerange | |
1706 5 beginbfrange | |
1707 <00> <01> <0393> | |
1708 <09> <0A> <03A8> | |
1709 <21> <26> <0021> | |
1710 <28> <5F> <0028> | |
1711 <61> <7E> <0061> | |
1712 endbfrange | |
1713 32 beginbfchar | |
1714 <02> <0398> | |
1715 <03> <039B> | |
1716 <04> <039E> | |
1717 <05> <03A0> | |
1718 <06> <03A3> | |
1719 <07> <03D2> | |
1720 <08> <03A6> | |
1721 <0B> <2191> | |
1722 <0C> <2193> | |
1723 <0D> <0027> | |
1724 <0E> <00A1> | |
1725 <0F> <00BF> | |
1726 <10> <0131> | |
1727 <11> <0237> | |
1728 <12> <0060> | |
1729 <13> <00B4> | |
1730 <14> <02C7> | |
1731 <15> <02D8> | |
1732 <16> <00AF> | |
1733 <17> <02DA> | |
1734 <18> <00B8> | |
1735 <19> <00DF> | |
1736 <1A> <00E6> | |
1737 <1B> <0153> | |
1738 <1C> <00F8> | |
1739 <1D> <00C6> | |
1740 <1E> <0152> | |
1741 <1F> <00D8> | |
1742 <20> <2423> | |
1743 <27> <2019> | |
1744 <60> <2018> | |
1745 <7F> <00A8> | |
1746 endbfchar | |
1747 endcmap | |
1748 CMapName currentdict /CMap defineresource pop | |
1749 end | |
1750 end | |
1751 %%EndResource | |
1752 %%EOF | |
1753 }\endgroup | |
1754 \expandafter\edef\csname cmapOT1TT\endcsname#1{% | |
1755 \pdffontattr#1{/ToUnicode \the\pdflastobj\space 0 R}% | |
1756 }% | |
9529 | 1757 \fi\fi |
8723 | 1758 |
6772 | 1759 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1760 % Set the font macro #1 to the font named #2, adding on the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1761 % specified font prefix (normally `cm'). |
8723 | 1762 % #3 is the font's design size, #4 is a scale factor, #5 is the CMap |
1763 % encoding (currently only OT1, OT1IT and OT1TT are allowed, pass | |
1764 % empty to omit). | |
1765 \def\setfont#1#2#3#4#5{% | |
1766 \font#1=\fontprefix#2#3 scaled #4 | |
1767 \csname cmap#5\endcsname#1% | |
1768 } | |
1769 % This is what gets called when #5 of \setfont is empty. | |
1770 \let\cmap\gobble | |
9529 | 1771 % emacs-page end of cmaps |
6772 | 1772 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1773 % Use cm as the default font prefix. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1774 % To specify the font prefix, you must define \fontprefix |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1775 % before you read in texinfo.tex. |
14397 | 1776 \ifx\fontprefix\thisisundefined |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1777 \def\fontprefix{cm} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1778 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1779 % Support font families that don't use the same naming scheme as CM. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1780 \def\rmshape{r} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1781 \def\rmbshape{bx} %where the normal face is bold |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1782 \def\bfshape{b} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1783 \def\bxshape{bx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1784 \def\ttshape{tt} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1785 \def\ttbshape{tt} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1786 \def\ttslshape{sltt} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1787 \def\itshape{ti} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1788 \def\itbshape{bxti} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1789 \def\slshape{sl} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1790 \def\slbshape{bxsl} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1791 \def\sfshape{ss} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1792 \def\sfbshape{ss} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1793 \def\scshape{csc} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1794 \def\scbshape{csc} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1795 |
6772 | 1796 % Definitions for a main text size of 11pt. This is the default in |
1797 % Texinfo. | |
11419 | 1798 % |
8434 | 1799 \def\definetextfontsizexi{% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1800 % Text fonts (11.2pt, magstep1). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1801 \def\textnominalsize{11pt} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1802 \edef\mainmagstep{\magstephalf} |
8723 | 1803 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} |
1804 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} | |
1805 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} | |
1806 \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} | |
1807 \setfont\textsl\slshape{10}{\mainmagstep}{OT1} | |
1808 \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} | |
1809 \setfont\textsc\scshape{10}{\mainmagstep}{OT1} | |
1810 \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1811 \font\texti=cmmi10 scaled \mainmagstep |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1812 \font\textsy=cmsy10 scaled \mainmagstep |
9100 | 1813 \def\textecsize{1095} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1814 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1815 % A few fonts for @defun names and args. |
8723 | 1816 \setfont\defbf\bfshape{10}{\magstep1}{OT1} |
1817 \setfont\deftt\ttshape{10}{\magstep1}{OT1TT} | |
1818 \setfont\defttsl\ttslshape{10}{\magstep1}{OT1TT} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1819 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1820 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1821 % Fonts for indices, footnotes, small examples (9pt). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1822 \def\smallnominalsize{9pt} |
8723 | 1823 \setfont\smallrm\rmshape{9}{1000}{OT1} |
1824 \setfont\smalltt\ttshape{9}{1000}{OT1TT} | |
1825 \setfont\smallbf\bfshape{10}{900}{OT1} | |
1826 \setfont\smallit\itshape{9}{1000}{OT1IT} | |
1827 \setfont\smallsl\slshape{9}{1000}{OT1} | |
1828 \setfont\smallsf\sfshape{9}{1000}{OT1} | |
1829 \setfont\smallsc\scshape{10}{900}{OT1} | |
1830 \setfont\smallttsl\ttslshape{10}{900}{OT1TT} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1831 \font\smalli=cmmi9 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1832 \font\smallsy=cmsy9 |
9100 | 1833 \def\smallecsize{0900} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1834 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1835 % Fonts for small examples (8pt). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1836 \def\smallernominalsize{8pt} |
8723 | 1837 \setfont\smallerrm\rmshape{8}{1000}{OT1} |
1838 \setfont\smallertt\ttshape{8}{1000}{OT1TT} | |
1839 \setfont\smallerbf\bfshape{10}{800}{OT1} | |
1840 \setfont\smallerit\itshape{8}{1000}{OT1IT} | |
1841 \setfont\smallersl\slshape{8}{1000}{OT1} | |
1842 \setfont\smallersf\sfshape{8}{1000}{OT1} | |
1843 \setfont\smallersc\scshape{10}{800}{OT1} | |
1844 \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1845 \font\smalleri=cmmi8 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1846 \font\smallersy=cmsy8 |
9100 | 1847 \def\smallerecsize{0800} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1848 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1849 % Fonts for title page (20.4pt): |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1850 \def\titlenominalsize{20pt} |
8723 | 1851 \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} |
1852 \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} | |
1853 \setfont\titlesl\slbshape{10}{\magstep4}{OT1} | |
1854 \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} | |
1855 \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} | |
1856 \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1857 \let\titlebf=\titlerm |
8723 | 1858 \setfont\titlesc\scbshape{10}{\magstep4}{OT1} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1859 \font\titlei=cmmi12 scaled \magstep3 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1860 \font\titlesy=cmsy10 scaled \magstep4 |
9100 | 1861 \def\titleecsize{2074} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1862 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1863 % Chapter (and unnumbered) fonts (17.28pt). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1864 \def\chapnominalsize{17pt} |
8723 | 1865 \setfont\chaprm\rmbshape{12}{\magstep2}{OT1} |
1866 \setfont\chapit\itbshape{10}{\magstep3}{OT1IT} | |
1867 \setfont\chapsl\slbshape{10}{\magstep3}{OT1} | |
1868 \setfont\chaptt\ttbshape{12}{\magstep2}{OT1TT} | |
1869 \setfont\chapttsl\ttslshape{10}{\magstep3}{OT1TT} | |
1870 \setfont\chapsf\sfbshape{17}{1000}{OT1} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1871 \let\chapbf=\chaprm |
8723 | 1872 \setfont\chapsc\scbshape{10}{\magstep3}{OT1} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1873 \font\chapi=cmmi12 scaled \magstep2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1874 \font\chapsy=cmsy10 scaled \magstep3 |
9100 | 1875 \def\chapecsize{1728} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1876 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1877 % Section fonts (14.4pt). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1878 \def\secnominalsize{14pt} |
8723 | 1879 \setfont\secrm\rmbshape{12}{\magstep1}{OT1} |
1880 \setfont\secit\itbshape{10}{\magstep2}{OT1IT} | |
1881 \setfont\secsl\slbshape{10}{\magstep2}{OT1} | |
1882 \setfont\sectt\ttbshape{12}{\magstep1}{OT1TT} | |
1883 \setfont\secttsl\ttslshape{10}{\magstep2}{OT1TT} | |
1884 \setfont\secsf\sfbshape{12}{\magstep1}{OT1} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1885 \let\secbf\secrm |
8723 | 1886 \setfont\secsc\scbshape{10}{\magstep2}{OT1} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1887 \font\seci=cmmi12 scaled \magstep1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1888 \font\secsy=cmsy10 scaled \magstep2 |
9100 | 1889 \def\sececsize{1440} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1890 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1891 % Subsection fonts (13.15pt). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1892 \def\ssecnominalsize{13pt} |
8723 | 1893 \setfont\ssecrm\rmbshape{12}{\magstephalf}{OT1} |
1894 \setfont\ssecit\itbshape{10}{1315}{OT1IT} | |
1895 \setfont\ssecsl\slbshape{10}{1315}{OT1} | |
1896 \setfont\ssectt\ttbshape{12}{\magstephalf}{OT1TT} | |
1897 \setfont\ssecttsl\ttslshape{10}{1315}{OT1TT} | |
1898 \setfont\ssecsf\sfbshape{12}{\magstephalf}{OT1} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1899 \let\ssecbf\ssecrm |
8723 | 1900 \setfont\ssecsc\scbshape{10}{1315}{OT1} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1901 \font\sseci=cmmi12 scaled \magstephalf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1902 \font\ssecsy=cmsy10 scaled 1315 |
9100 | 1903 \def\ssececsize{1200} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1904 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1905 % Reduced fonts for @acro in text (10pt). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1906 \def\reducednominalsize{10pt} |
8723 | 1907 \setfont\reducedrm\rmshape{10}{1000}{OT1} |
1908 \setfont\reducedtt\ttshape{10}{1000}{OT1TT} | |
1909 \setfont\reducedbf\bfshape{10}{1000}{OT1} | |
1910 \setfont\reducedit\itshape{10}{1000}{OT1IT} | |
1911 \setfont\reducedsl\slshape{10}{1000}{OT1} | |
1912 \setfont\reducedsf\sfshape{10}{1000}{OT1} | |
1913 \setfont\reducedsc\scshape{10}{1000}{OT1} | |
1914 \setfont\reducedttsl\ttslshape{10}{1000}{OT1TT} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1915 \font\reducedi=cmmi10 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1916 \font\reducedsy=cmsy10 |
9100 | 1917 \def\reducedecsize{1000} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1918 |
13155 | 1919 \textleading = 13.2pt % line spacing for 11pt CM |
1920 \textfonts % reset the current fonts | |
6772 | 1921 \rm |
1922 } % end of 11pt text font size definitions | |
1923 | |
1924 | |
1925 % Definitions to make the main text be 10pt Computer Modern, with | |
1926 % section, chapter, etc., sizes following suit. This is for the GNU | |
1927 % Press printing of the Emacs 22 manual. Maybe other manuals in the | |
1928 % future. Used with @smallbook, which sets the leading to 12pt. | |
11419 | 1929 % |
6772 | 1930 \def\definetextfontsizex{% |
1931 % Text fonts (10pt). | |
1932 \def\textnominalsize{10pt} | |
1933 \edef\mainmagstep{1000} | |
8723 | 1934 \setfont\textrm\rmshape{10}{\mainmagstep}{OT1} |
1935 \setfont\texttt\ttshape{10}{\mainmagstep}{OT1TT} | |
1936 \setfont\textbf\bfshape{10}{\mainmagstep}{OT1} | |
1937 \setfont\textit\itshape{10}{\mainmagstep}{OT1IT} | |
1938 \setfont\textsl\slshape{10}{\mainmagstep}{OT1} | |
1939 \setfont\textsf\sfshape{10}{\mainmagstep}{OT1} | |
1940 \setfont\textsc\scshape{10}{\mainmagstep}{OT1} | |
1941 \setfont\textttsl\ttslshape{10}{\mainmagstep}{OT1TT} | |
6772 | 1942 \font\texti=cmmi10 scaled \mainmagstep |
1943 \font\textsy=cmsy10 scaled \mainmagstep | |
9100 | 1944 \def\textecsize{1000} |
6772 | 1945 |
1946 % A few fonts for @defun names and args. | |
8723 | 1947 \setfont\defbf\bfshape{10}{\magstephalf}{OT1} |
1948 \setfont\deftt\ttshape{10}{\magstephalf}{OT1TT} | |
1949 \setfont\defttsl\ttslshape{10}{\magstephalf}{OT1TT} | |
6772 | 1950 \def\df{\let\tentt=\deftt \let\tenbf = \defbf \let\tenttsl=\defttsl \bf} |
1951 | |
1952 % Fonts for indices, footnotes, small examples (9pt). | |
1953 \def\smallnominalsize{9pt} | |
8723 | 1954 \setfont\smallrm\rmshape{9}{1000}{OT1} |
1955 \setfont\smalltt\ttshape{9}{1000}{OT1TT} | |
1956 \setfont\smallbf\bfshape{10}{900}{OT1} | |
1957 \setfont\smallit\itshape{9}{1000}{OT1IT} | |
1958 \setfont\smallsl\slshape{9}{1000}{OT1} | |
1959 \setfont\smallsf\sfshape{9}{1000}{OT1} | |
1960 \setfont\smallsc\scshape{10}{900}{OT1} | |
1961 \setfont\smallttsl\ttslshape{10}{900}{OT1TT} | |
6772 | 1962 \font\smalli=cmmi9 |
1963 \font\smallsy=cmsy9 | |
9100 | 1964 \def\smallecsize{0900} |
6772 | 1965 |
1966 % Fonts for small examples (8pt). | |
1967 \def\smallernominalsize{8pt} | |
8723 | 1968 \setfont\smallerrm\rmshape{8}{1000}{OT1} |
1969 \setfont\smallertt\ttshape{8}{1000}{OT1TT} | |
1970 \setfont\smallerbf\bfshape{10}{800}{OT1} | |
1971 \setfont\smallerit\itshape{8}{1000}{OT1IT} | |
1972 \setfont\smallersl\slshape{8}{1000}{OT1} | |
1973 \setfont\smallersf\sfshape{8}{1000}{OT1} | |
1974 \setfont\smallersc\scshape{10}{800}{OT1} | |
1975 \setfont\smallerttsl\ttslshape{10}{800}{OT1TT} | |
6772 | 1976 \font\smalleri=cmmi8 |
1977 \font\smallersy=cmsy8 | |
9100 | 1978 \def\smallerecsize{0800} |
6772 | 1979 |
1980 % Fonts for title page (20.4pt): | |
1981 \def\titlenominalsize{20pt} | |
8723 | 1982 \setfont\titlerm\rmbshape{12}{\magstep3}{OT1} |
1983 \setfont\titleit\itbshape{10}{\magstep4}{OT1IT} | |
1984 \setfont\titlesl\slbshape{10}{\magstep4}{OT1} | |
1985 \setfont\titlett\ttbshape{12}{\magstep3}{OT1TT} | |
1986 \setfont\titlettsl\ttslshape{10}{\magstep4}{OT1TT} | |
1987 \setfont\titlesf\sfbshape{17}{\magstep1}{OT1} | |
6772 | 1988 \let\titlebf=\titlerm |
8723 | 1989 \setfont\titlesc\scbshape{10}{\magstep4}{OT1} |
6772 | 1990 \font\titlei=cmmi12 scaled \magstep3 |
1991 \font\titlesy=cmsy10 scaled \magstep4 | |
9100 | 1992 \def\titleecsize{2074} |
6772 | 1993 |
1994 % Chapter fonts (14.4pt). | |
1995 \def\chapnominalsize{14pt} | |
8723 | 1996 \setfont\chaprm\rmbshape{12}{\magstep1}{OT1} |
1997 \setfont\chapit\itbshape{10}{\magstep2}{OT1IT} | |
1998 \setfont\chapsl\slbshape{10}{\magstep2}{OT1} | |
1999 \setfont\chaptt\ttbshape{12}{\magstep1}{OT1TT} | |
2000 \setfont\chapttsl\ttslshape{10}{\magstep2}{OT1TT} | |
2001 \setfont\chapsf\sfbshape{12}{\magstep1}{OT1} | |
6772 | 2002 \let\chapbf\chaprm |
8723 | 2003 \setfont\chapsc\scbshape{10}{\magstep2}{OT1} |
6772 | 2004 \font\chapi=cmmi12 scaled \magstep1 |
2005 \font\chapsy=cmsy10 scaled \magstep2 | |
9100 | 2006 \def\chapecsize{1440} |
6772 | 2007 |
2008 % Section fonts (12pt). | |
2009 \def\secnominalsize{12pt} | |
8723 | 2010 \setfont\secrm\rmbshape{12}{1000}{OT1} |
2011 \setfont\secit\itbshape{10}{\magstep1}{OT1IT} | |
2012 \setfont\secsl\slbshape{10}{\magstep1}{OT1} | |
2013 \setfont\sectt\ttbshape{12}{1000}{OT1TT} | |
2014 \setfont\secttsl\ttslshape{10}{\magstep1}{OT1TT} | |
2015 \setfont\secsf\sfbshape{12}{1000}{OT1} | |
6772 | 2016 \let\secbf\secrm |
8723 | 2017 \setfont\secsc\scbshape{10}{\magstep1}{OT1} |
11419 | 2018 \font\seci=cmmi12 |
6772 | 2019 \font\secsy=cmsy10 scaled \magstep1 |
9100 | 2020 \def\sececsize{1200} |
6772 | 2021 |
2022 % Subsection fonts (10pt). | |
2023 \def\ssecnominalsize{10pt} | |
8723 | 2024 \setfont\ssecrm\rmbshape{10}{1000}{OT1} |
2025 \setfont\ssecit\itbshape{10}{1000}{OT1IT} | |
2026 \setfont\ssecsl\slbshape{10}{1000}{OT1} | |
2027 \setfont\ssectt\ttbshape{10}{1000}{OT1TT} | |
2028 \setfont\ssecttsl\ttslshape{10}{1000}{OT1TT} | |
2029 \setfont\ssecsf\sfbshape{10}{1000}{OT1} | |
6772 | 2030 \let\ssecbf\ssecrm |
8723 | 2031 \setfont\ssecsc\scbshape{10}{1000}{OT1} |
6772 | 2032 \font\sseci=cmmi10 |
2033 \font\ssecsy=cmsy10 | |
9100 | 2034 \def\ssececsize{1000} |
6772 | 2035 |
2036 % Reduced fonts for @acro in text (9pt). | |
2037 \def\reducednominalsize{9pt} | |
8723 | 2038 \setfont\reducedrm\rmshape{9}{1000}{OT1} |
2039 \setfont\reducedtt\ttshape{9}{1000}{OT1TT} | |
2040 \setfont\reducedbf\bfshape{10}{900}{OT1} | |
2041 \setfont\reducedit\itshape{9}{1000}{OT1IT} | |
2042 \setfont\reducedsl\slshape{9}{1000}{OT1} | |
2043 \setfont\reducedsf\sfshape{9}{1000}{OT1} | |
2044 \setfont\reducedsc\scshape{10}{900}{OT1} | |
2045 \setfont\reducedttsl\ttslshape{10}{900}{OT1TT} | |
6772 | 2046 \font\reducedi=cmmi9 |
2047 \font\reducedsy=cmsy9 | |
9100 | 2048 \def\reducedecsize{0900} |
6772 | 2049 |
13155 | 2050 \divide\parskip by 2 % reduce space between paragraphs |
2051 \textleading = 12pt % line spacing for 10pt CM | |
2052 \textfonts % reset the current fonts | |
6772 | 2053 \rm |
2054 } % end of 10pt text font size definitions | |
2055 | |
2056 | |
2057 % We provide the user-level command | |
2058 % @fonttextsize 10 | |
2059 % (or 11) to redefine the text font size. pt is assumed. | |
11419 | 2060 % |
13417 | 2061 \def\xiword{11} |
6772 | 2062 \def\xword{10} |
13417 | 2063 \def\xwordpt{10pt} |
6772 | 2064 % |
2065 \parseargdef\fonttextsize{% | |
2066 \def\textsizearg{#1}% | |
14173 | 2067 %\wlog{doing @fonttextsize \textsizearg}% |
6772 | 2068 % |
2069 % Set \globaldefs so that documents can use this inside @tex, since | |
2070 % makeinfo 4.8 does not support it, but we need it nonetheless. | |
11419 | 2071 % |
6772 | 2072 \begingroup \globaldefs=1 |
2073 \ifx\textsizearg\xword \definetextfontsizex | |
2074 \else \ifx\textsizearg\xiword \definetextfontsizexi | |
2075 \else | |
2076 \errhelp=\EMsimple | |
2077 \errmessage{@fonttextsize only supports `10' or `11', not `\textsizearg'} | |
2078 \fi\fi | |
2079 \endgroup | |
2080 } | |
2081 | |
2082 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2083 % In order for the font changes to affect most math symbols and letters, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2084 % we have to define the \textfont of the standard families. Since |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2085 % texinfo doesn't allow for producing subscripts and superscripts except |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2086 % in the main text, we don't bother to reset \scriptfont and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2087 % \scriptscriptfont (which would also require loading a lot more fonts). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2088 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2089 \def\resetmathfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2090 \textfont0=\tenrm \textfont1=\teni \textfont2=\tensy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2091 \textfont\itfam=\tenit \textfont\slfam=\tensl \textfont\bffam=\tenbf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2092 \textfont\ttfam=\tentt \textfont\sffam=\tensf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2093 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2094 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2095 % The font-changing commands redefine the meanings of \tenSTYLE, instead |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2096 % of just \STYLE. We do this because \STYLE needs to also set the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2097 % current \fam for math mode. Our \STYLE (e.g., \rm) commands hardwire |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2098 % \tenSTYLE to set the current font. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2099 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2100 % Each font-changing command also sets the names \lsize (one size lower) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2101 % and \lllsize (three sizes lower). These relative commands are used in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2102 % the LaTeX logo and acronyms. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2103 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2104 % This all needs generalizing, badly. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2105 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2106 \def\textfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2107 \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2108 \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2109 \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2110 \let\tenttsl=\textttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2111 \def\curfontsize{text}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2112 \def\lsize{reduced}\def\lllsize{smaller}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2113 \resetmathfonts \setleading{\textleading}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2114 \def\titlefonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2115 \let\tenrm=\titlerm \let\tenit=\titleit \let\tensl=\titlesl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2116 \let\tenbf=\titlebf \let\tentt=\titlett \let\smallcaps=\titlesc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2117 \let\tensf=\titlesf \let\teni=\titlei \let\tensy=\titlesy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2118 \let\tenttsl=\titlettsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2119 \def\curfontsize{title}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2120 \def\lsize{chap}\def\lllsize{subsec}% |
13341 | 2121 \resetmathfonts \setleading{27pt}} |
10776 | 2122 \def\titlefont#1{{\titlefonts\rmisbold #1}} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2123 \def\chapfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2124 \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2125 \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2126 \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2127 \let\tenttsl=\chapttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2128 \def\curfontsize{chap}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2129 \def\lsize{sec}\def\lllsize{text}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2130 \resetmathfonts \setleading{19pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2131 \def\secfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2132 \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2133 \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2134 \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2135 \let\tenttsl=\secttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2136 \def\curfontsize{sec}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2137 \def\lsize{subsec}\def\lllsize{reduced}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2138 \resetmathfonts \setleading{16pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2139 \def\subsecfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2140 \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2141 \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2142 \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2143 \let\tenttsl=\ssecttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2144 \def\curfontsize{ssec}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2145 \def\lsize{text}\def\lllsize{small}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2146 \resetmathfonts \setleading{15pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2147 \let\subsubsecfonts = \subsecfonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2148 \def\reducedfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2149 \let\tenrm=\reducedrm \let\tenit=\reducedit \let\tensl=\reducedsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2150 \let\tenbf=\reducedbf \let\tentt=\reducedtt \let\reducedcaps=\reducedsc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2151 \let\tensf=\reducedsf \let\teni=\reducedi \let\tensy=\reducedsy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2152 \let\tenttsl=\reducedttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2153 \def\curfontsize{reduced}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2154 \def\lsize{small}\def\lllsize{smaller}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2155 \resetmathfonts \setleading{10.5pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2156 \def\smallfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2157 \let\tenrm=\smallrm \let\tenit=\smallit \let\tensl=\smallsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2158 \let\tenbf=\smallbf \let\tentt=\smalltt \let\smallcaps=\smallsc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2159 \let\tensf=\smallsf \let\teni=\smalli \let\tensy=\smallsy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2160 \let\tenttsl=\smallttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2161 \def\curfontsize{small}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2162 \def\lsize{smaller}\def\lllsize{smaller}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2163 \resetmathfonts \setleading{10.5pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2164 \def\smallerfonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2165 \let\tenrm=\smallerrm \let\tenit=\smallerit \let\tensl=\smallersl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2166 \let\tenbf=\smallerbf \let\tentt=\smallertt \let\smallcaps=\smallersc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2167 \let\tensf=\smallersf \let\teni=\smalleri \let\tensy=\smallersy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2168 \let\tenttsl=\smallerttsl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2169 \def\curfontsize{smaller}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2170 \def\lsize{smaller}\def\lllsize{smaller}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2171 \resetmathfonts \setleading{9.5pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2172 |
10841 | 2173 % Fonts for short table of contents. |
2174 \setfont\shortcontrm\rmshape{12}{1000}{OT1} | |
2175 \setfont\shortcontbf\bfshape{10}{\magstep1}{OT1} % no cmb12 | |
2176 \setfont\shortcontsl\slshape{12}{1000}{OT1} | |
2177 \setfont\shortconttt\ttshape{12}{1000}{OT1TT} | |
2178 | |
2179 % Define these just so they can be easily changed for other fonts. | |
2180 \def\angleleft{$\langle$} | |
2181 \def\angleright{$\rangle$} | |
2182 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2183 % Set the fonts to use with the @small... environments. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2184 \let\smallexamplefonts = \smallfonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2185 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2186 % About \smallexamplefonts. If we use \smallfonts (9pt), @smallexample |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2187 % can fit this many characters: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2188 % 8.5x11=86 smallbook=72 a4=90 a5=69 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2189 % If we use \scriptfonts (8pt), then we can fit this many characters: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2190 % 8.5x11=90+ smallbook=80 a4=90+ a5=77 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2191 % For me, subjectively, the few extra characters that fit aren't worth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2192 % the additional smallness of 8pt. So I'm making the default 9pt. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2193 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2194 % By the way, for comparison, here's what fits with @example (10pt): |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2195 % 8.5x11=71 smallbook=60 a4=75 a5=58 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2196 % --karl, 24jan03. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2197 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2198 % Set up the default fonts, so we can use them for creating boxes. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2199 % |
6772 | 2200 \definetextfontsizexi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2201 |
10841 | 2202 |
2203 \message{markup,} | |
2204 | |
2205 % Check if we are currently using a typewriter font. Since all the | |
2206 % Computer Modern typewriter fonts have zero interword stretch (and | |
2207 % shrink), and it is reasonable to expect all typewriter fonts to have | |
2208 % this property, we can check that font parameter. | |
2209 % | |
2210 \def\ifmonospace{\ifdim\fontdimen3\font=0pt } | |
2211 | |
2212 % Markup style infrastructure. \defmarkupstylesetup\INITMACRO will | |
2213 % define and register \INITMACRO to be called on markup style changes. | |
2214 % \INITMACRO can check \currentmarkupstyle for the innermost | |
2215 % style and the set of \ifmarkupSTYLE switches for all styles | |
2216 % currently in effect. | |
2217 \newif\ifmarkupvar | |
2218 \newif\ifmarkupsamp | |
2219 \newif\ifmarkupkey | |
2220 %\newif\ifmarkupfile % @file == @samp. | |
2221 %\newif\ifmarkupoption % @option == @samp. | |
2222 \newif\ifmarkupcode | |
2223 \newif\ifmarkupkbd | |
2224 %\newif\ifmarkupenv % @env == @code. | |
2225 %\newif\ifmarkupcommand % @command == @code. | |
2226 \newif\ifmarkuptex % @tex (and part of @math, for now). | |
2227 \newif\ifmarkupexample | |
2228 \newif\ifmarkupverb | |
2229 \newif\ifmarkupverbatim | |
2230 | |
2231 \let\currentmarkupstyle\empty | |
2232 | |
2233 \def\setupmarkupstyle#1{% | |
2234 \csname markup#1true\endcsname | |
2235 \def\currentmarkupstyle{#1}% | |
2236 \markupstylesetup | |
2237 } | |
2238 | |
2239 \let\markupstylesetup\empty | |
2240 | |
2241 \def\defmarkupstylesetup#1{% | |
2242 \expandafter\def\expandafter\markupstylesetup | |
2243 \expandafter{\markupstylesetup #1}% | |
2244 \def#1% | |
2245 } | |
2246 | |
2247 % Markup style setup for left and right quotes. | |
2248 \defmarkupstylesetup\markupsetuplq{% | |
14256 | 2249 \expandafter\let\expandafter \temp |
2250 \csname markupsetuplq\currentmarkupstyle\endcsname | |
10841 | 2251 \ifx\temp\relax \markupsetuplqdefault \else \temp \fi |
2252 } | |
2253 | |
2254 \defmarkupstylesetup\markupsetuprq{% | |
14256 | 2255 \expandafter\let\expandafter \temp |
2256 \csname markupsetuprq\currentmarkupstyle\endcsname | |
10841 | 2257 \ifx\temp\relax \markupsetuprqdefault \else \temp \fi |
2258 } | |
2259 | |
2260 { | |
2261 \catcode`\'=\active | |
2262 \catcode`\`=\active | |
2263 | |
2264 \gdef\markupsetuplqdefault{\let`\lq} | |
2265 \gdef\markupsetuprqdefault{\let'\rq} | |
2266 | |
2267 \gdef\markupsetcodequoteleft{\let`\codequoteleft} | |
2268 \gdef\markupsetcodequoteright{\let'\codequoteright} | |
2269 | |
2270 \gdef\markupsetnoligaturesquoteleft{\let`\noligaturesquoteleft} | |
2271 } | |
2272 | |
2273 \let\markupsetuplqcode \markupsetcodequoteleft | |
2274 \let\markupsetuprqcode \markupsetcodequoteright | |
13351 | 2275 % |
10841 | 2276 \let\markupsetuplqexample \markupsetcodequoteleft |
2277 \let\markupsetuprqexample \markupsetcodequoteright | |
13351 | 2278 % |
2279 \let\markupsetuplqsamp \markupsetcodequoteleft | |
2280 \let\markupsetuprqsamp \markupsetcodequoteright | |
2281 % | |
10841 | 2282 \let\markupsetuplqverb \markupsetcodequoteleft |
2283 \let\markupsetuprqverb \markupsetcodequoteright | |
13351 | 2284 % |
10841 | 2285 \let\markupsetuplqverbatim \markupsetcodequoteleft |
2286 \let\markupsetuprqverbatim \markupsetcodequoteright | |
2287 | |
2288 \let\markupsetuplqkbd \markupsetnoligaturesquoteleft | |
2289 | |
14397 | 2290 % Allow an option to not use regular directed right quote/apostrophe |
2291 % (char 0x27), but instead the undirected quote from cmtt (char 0x0d). | |
2292 % The undirected quote is ugly, so don't make it the default, but it | |
2293 % works for pasting with more pdf viewers (at least evince), the | |
2294 % lilypond developers report. xpdf does work with the regular 0x27. | |
11419 | 2295 % |
10841 | 2296 \def\codequoteright{% |
2297 \expandafter\ifx\csname SETtxicodequoteundirected\endcsname\relax | |
2298 \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax | |
2299 '% | |
2300 \else \char'15 \fi | |
2301 \else \char'15 \fi | |
2302 } | |
2303 % | |
2304 % and a similar option for the left quote char vs. a grave accent. | |
2305 % Modern fonts display ASCII 0x60 as a grave accent, so some people like | |
2306 % the code environments to do likewise. | |
11419 | 2307 % |
10841 | 2308 \def\codequoteleft{% |
2309 \expandafter\ifx\csname SETtxicodequotebacktick\endcsname\relax | |
2310 \expandafter\ifx\csname SETcodequotebacktick\endcsname\relax | |
2311 % [Knuth] pp. 380,381,391 | |
2312 % \relax disables Spanish ligatures ?` and !` of \tt font. | |
2313 \relax`% | |
2314 \else \char'22 \fi | |
2315 \else \char'22 \fi | |
2316 } | |
2317 | |
14397 | 2318 % Commands to set the quote options. |
2319 % | |
2320 \parseargdef\codequoteundirected{% | |
2321 \def\temp{#1}% | |
2322 \ifx\temp\onword | |
2323 \expandafter\let\csname SETtxicodequoteundirected\endcsname | |
2324 = t% | |
2325 \else\ifx\temp\offword | |
2326 \expandafter\let\csname SETtxicodequoteundirected\endcsname | |
2327 = \relax | |
2328 \else | |
2329 \errhelp = \EMsimple | |
2330 \errmessage{Unknown @codequoteundirected value `\temp', must be on|off}% | |
2331 \fi\fi | |
2332 } | |
2333 % | |
2334 \parseargdef\codequotebacktick{% | |
2335 \def\temp{#1}% | |
2336 \ifx\temp\onword | |
2337 \expandafter\let\csname SETtxicodequotebacktick\endcsname | |
2338 = t% | |
2339 \else\ifx\temp\offword | |
2340 \expandafter\let\csname SETtxicodequotebacktick\endcsname | |
2341 = \relax | |
2342 \else | |
2343 \errhelp = \EMsimple | |
2344 \errmessage{Unknown @codequotebacktick value `\temp', must be on|off}% | |
2345 \fi\fi | |
2346 } | |
2347 | |
10841 | 2348 % [Knuth] pp. 380,381,391, disable Spanish ligatures ?` and !` of \tt font. |
2349 \def\noligaturesquoteleft{\relax\lq} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2350 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2351 % Count depth in font-changes, for error checks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2352 \newcount\fontdepth \fontdepth=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2353 |
12920 | 2354 % Font commands. |
2355 | |
13230 | 2356 % #1 is the font command (\sl or \it), #2 is the text to slant. |
12920 | 2357 % If we are in a monospaced environment, however, 1) always use \ttsl, |
2358 % and 2) do not add an italic correction. | |
2359 \def\dosmartslant#1#2{% | |
2360 \ifusingtt | |
13644 | 2361 {{\ttsl #2}\let\next=\relax}% |
12920 | 2362 {\def\next{{#1#2}\futurelet\next\smartitaliccorrection}}% |
2363 \next | |
2364 } | |
2365 \def\smartslanted{\dosmartslant\sl} | |
2366 \def\smartitalic{\dosmartslant\it} | |
2367 | |
2368 % Output an italic correction unless \next (presumed to be the following | |
2369 % character) is such as not to need one. | |
2370 \def\smartitaliccorrection{% | |
2371 \ifx\next,% | |
2372 \else\ifx\next-% | |
2373 \else\ifx\next.% | |
2374 \else\ptexslash | |
2375 \fi\fi\fi} | |
2376 | |
2377 % like \smartslanted except unconditionally uses \ttsl, and no ic. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2378 % @var is set to this for defun arguments. |
12920 | 2379 \def\ttslanted#1{{\ttsl #1}} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2380 |
10841 | 2381 % @cite is like \smartslanted except unconditionally use \sl. We never want |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2382 % ttsl for book titles, do we? |
12920 | 2383 \def\cite#1{{\sl #1}\futurelet\next\smartitaliccorrection} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2384 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2385 \let\i=\smartitalic |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2386 \let\slanted=\smartslanted |
12920 | 2387 \def\var#1{\smartslanted{#1}} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2388 \let\dfn=\smartslanted |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2389 \let\emph=\smartitalic |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2390 |
10841 | 2391 % Explicit font changes: @r, @sc, undocumented @ii. |
2392 \def\r#1{{\rm #1}} % roman font | |
2393 \def\sc#1{{\smallcaps#1}} % smallcaps font | |
2394 \def\ii#1{{\it #1}} % italic font | |
2395 | |
2396 % @b, explicit bold. Also @strong. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2397 \def\b#1{{\bf #1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2398 \let\strong=\b |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2399 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2400 % @sansserif, explicit sans. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2401 \def\sansserif#1{{\sf #1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2402 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2403 % We can't just use \exhyphenpenalty, because that only has effect at |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2404 % the end of a paragraph. Restore normal hyphenation at the end of the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2405 % group within which \nohyphenation is presumably called. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2406 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2407 \def\nohyphenation{\hyphenchar\font = -1 \aftergroup\restorehyphenation} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2408 \def\restorehyphenation{\hyphenchar\font = `- } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2409 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2410 % Set sfcode to normal for the chars that usually have another value. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2411 % Can't use plain's \frenchspacing because it uses the `\x notation, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2412 % sometimes \x has an active definition that messes things up. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2413 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2414 \catcode`@=11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2415 \def\plainfrenchspacing{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2416 \sfcode\dotChar =\@m \sfcode\questChar=\@m \sfcode\exclamChar=\@m |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2417 \sfcode\colonChar=\@m \sfcode\semiChar =\@m \sfcode\commaChar =\@m |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2418 \def\endofsentencespacefactor{1000}% for @. and friends |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2419 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2420 \def\plainnonfrenchspacing{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2421 \sfcode`\.3000\sfcode`\?3000\sfcode`\!3000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2422 \sfcode`\:2000\sfcode`\;1500\sfcode`\,1250 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2423 \def\endofsentencespacefactor{3000}% for @. and friends |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2424 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2425 \catcode`@=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2426 \def\endofsentencespacefactor{3000}% default |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2427 |
10841 | 2428 % @t, explicit typewriter. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2429 \def\t#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2430 {\tt \rawbackslash \plainfrenchspacing #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2431 \null |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2432 } |
10841 | 2433 |
2434 % @samp. | |
10833 | 2435 \def\samp#1{{\setupmarkupstyle{samp}\lq\tclose{#1}\rq\null}} |
10841 | 2436 |
2437 % definition of @key that produces a lozenge. Doesn't adjust to text size. | |
2438 %\setfont\keyrm\rmshape{8}{1000}{OT1} | |
2439 %\font\keysy=cmsy9 | |
2440 %\def\key#1{{\keyrm\textfont2=\keysy \leavevmode\hbox{% | |
2441 % \raise0.4pt\hbox{\angleleft}\kern-.08em\vtop{% | |
2442 % \vbox{\hrule\kern-0.4pt | |
2443 % \hbox{\raise0.4pt\hbox{\vphantom{\angleleft}}#1}}% | |
2444 % \kern-0.4pt\hrule}% | |
2445 % \kern-.06em\raise0.4pt\hbox{\angleright}}}} | |
2446 | |
2447 % definition of @key with no lozenge. If the current font is already | |
2448 % monospace, don't change it; that way, we respect @kbdinputstyle. But | |
2449 % if it isn't monospace, then use \tt. | |
2450 % | |
11001 | 2451 \def\key#1{{\setupmarkupstyle{key}% |
10841 | 2452 \nohyphenation |
2453 \ifmonospace\else\tt\fi | |
2454 #1}\null} | |
2455 | |
2456 % ctrl is no longer a Texinfo command. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2457 \def\ctrl #1{{\tt \rawbackslash \hat}#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2458 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2459 % @file, @option are the same as @samp. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2460 \let\file=\samp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2461 \let\option=\samp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2462 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2463 % @code is a modification of @t, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2464 % which makes spaces the same size as normal in the surrounding text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2465 \def\tclose#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2466 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2467 % Change normal interword space to be same as for the current font. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2468 \spaceskip = \fontdimen2\font |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2469 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2470 % Switch to typewriter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2471 \tt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2472 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2473 % But `\ ' produces the large typewriter interword space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2474 \def\ {{\spaceskip = 0pt{} }}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2475 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2476 % Turn off hyphenation. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2477 \nohyphenation |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2478 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2479 \rawbackslash |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2480 \plainfrenchspacing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2481 #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2482 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2483 \null |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2484 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2485 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2486 % We *must* turn on hyphenation at `-' and `_' in @code. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2487 % Otherwise, it is too hard to avoid overfull hboxes |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2488 % in the Emacs manual, the Library manual, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2489 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2490 % Unfortunately, TeX uses one parameter (\hyphenchar) to control |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2491 % both hyphenation at - and hyphenation within words. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2492 % We must therefore turn them both off (\tclose does that) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2493 % and arrange explicitly to hyphenate at a dash. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2494 % -- rms. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2495 { |
7407 | 2496 \catcode`\-=\active \catcode`\_=\active |
2497 \catcode`\'=\active \catcode`\`=\active | |
10740 | 2498 \global\let'=\rq \global\let`=\lq % default definitions |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2499 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2500 \global\def\code{\begingroup |
10833 | 2501 \setupmarkupstyle{code}% |
2502 % The following should really be moved into \setupmarkupstyle handlers. | |
7407 | 2503 \catcode\dashChar=\active \catcode\underChar=\active |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2504 \ifallowcodebreaks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2505 \let-\codedash |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2506 \let_\codeunder |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2507 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2508 \let-\realdash |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2509 \let_\realunder |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2510 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2511 \codex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2512 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2513 } |
14348 | 2514 |
2515 \def\codex #1{\tclose{#1}\endgroup} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2516 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2517 \def\realdash{-} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2518 \def\codedash{-\discretionary{}{}{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2519 \def\codeunder{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2520 % this is all so @math{@code{var_name}+1} can work. In math mode, _ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2521 % is "active" (mathcode"8000) and \normalunderscore (or \char95, etc.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2522 % will therefore expand the active definition of _, which is us |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2523 % (inside @code that is), therefore an endless loop. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2524 \ifusingtt{\ifmmode |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2525 \mathchar"075F % class 0=ordinary, family 7=ttfam, pos 0x5F=_. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2526 \else\normalunderscore \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2527 \discretionary{}{}{}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2528 {\_}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2529 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2530 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2531 % An additional complication: the above will allow breaks after, e.g., |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2532 % each of the four underscores in __typeof__. This is undesirable in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2533 % some manuals, especially if they don't have long identifiers in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2534 % general. @allowcodebreaks provides a way to control this. |
11419 | 2535 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2536 \newif\ifallowcodebreaks \allowcodebreakstrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2537 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2538 \def\keywordtrue{true} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2539 \def\keywordfalse{false} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2540 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2541 \parseargdef\allowcodebreaks{% |
5876 | 2542 \def\txiarg{#1}% |
2543 \ifx\txiarg\keywordtrue | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2544 \allowcodebreakstrue |
5876 | 2545 \else\ifx\txiarg\keywordfalse |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2546 \allowcodebreaksfalse |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2547 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2548 \errhelp = \EMsimple |
14397 | 2549 \errmessage{Unknown @allowcodebreaks option `\txiarg', must be true|false}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2550 \fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2551 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2552 |
14348 | 2553 % @uref (abbreviation for `urlref') takes an optional (comma-separated) |
2554 % second argument specifying the text to display and an optional third | |
2555 % arg as text to display instead of (rather than in addition to) the url | |
2556 % itself. First (mandatory) arg is the url. | |
2557 % (This \urefnobreak definition isn't used now, leaving it for a while | |
2558 % for comparison.) | |
2559 \def\urefnobreak#1{\dourefnobreak #1,,,\finish} | |
2560 \def\dourefnobreak#1,#2,#3,#4\finish{\begingroup | |
2561 \unsepspaces | |
2562 \pdfurl{#1}% | |
2563 \setbox0 = \hbox{\ignorespaces #3}% | |
2564 \ifdim\wd0 > 0pt | |
2565 \unhbox0 % third arg given, show only that | |
2566 \else | |
2567 \setbox0 = \hbox{\ignorespaces #2}% | |
2568 \ifdim\wd0 > 0pt | |
2569 \ifpdf | |
2570 \unhbox0 % PDF: 2nd arg given, show only it | |
2571 \else | |
2572 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url | |
2573 \fi | |
2574 \else | |
2575 \code{#1}% only url given, so show it | |
2576 \fi | |
2577 \fi | |
2578 \endlink | |
2579 \endgroup} | |
2580 | |
2581 % This \urefbreak definition is the active one. | |
2582 \def\urefbreak{\begingroup \urefcatcodes \dourefbreak} | |
2583 \let\uref=\urefbreak | |
2584 \def\dourefbreak#1{\urefbreakfinish #1,,,\finish} | |
2585 \def\urefbreakfinish#1,#2,#3,#4\finish{% doesn't work in @example | |
2586 \unsepspaces | |
2587 \pdfurl{#1}% | |
2588 \setbox0 = \hbox{\ignorespaces #3}% | |
2589 \ifdim\wd0 > 0pt | |
2590 \unhbox0 % third arg given, show only that | |
2591 \else | |
2592 \setbox0 = \hbox{\ignorespaces #2}% | |
2593 \ifdim\wd0 > 0pt | |
2594 \ifpdf | |
2595 \unhbox0 % PDF: 2nd arg given, show only it | |
2596 \else | |
2597 \unhbox0\ (\urefcode{#1})% DVI: 2nd arg given, show both it and url | |
2598 \fi | |
2599 \else | |
2600 \urefcode{#1}% only url given, so show it | |
2601 \fi | |
2602 \fi | |
2603 \endlink | |
2604 \endgroup} | |
2605 | |
2606 % Allow line breaks around only a few characters (only). | |
2607 \def\urefcatcodes{% | |
2608 \catcode\ampChar=\active \catcode\dotChar=\active | |
2609 \catcode\hashChar=\active \catcode\questChar=\active | |
2610 \catcode\slashChar=\active | |
2611 } | |
2612 { | |
2613 \urefcatcodes | |
2614 % | |
2615 \global\def\urefcode{\begingroup | |
2616 \setupmarkupstyle{code}% | |
2617 \urefcatcodes | |
2618 \let&\urefcodeamp | |
2619 \let.\urefcodedot | |
2620 \let#\urefcodehash | |
2621 \let?\urefcodequest | |
2622 \let/\urefcodeslash | |
2623 \codex | |
2624 } | |
2625 % | |
2626 % By default, they are just regular characters. | |
2627 \global\def&{\normalamp} | |
2628 \global\def.{\normaldot} | |
2629 \global\def#{\normalhash} | |
2630 \global\def?{\normalquest} | |
2631 \global\def/{\normalslash} | |
2632 } | |
2633 | |
2634 % we put a little stretch before and after the breakable chars, to help | |
2635 % line breaking of long url's. The unequal skips make look better in | |
2636 % cmtt at least, especially for dots. | |
2637 \def\urefprestretch{\urefprebreak \hskip0pt plus.13em } | |
2638 \def\urefpoststretch{\urefpostbreak \hskip0pt plus.1em } | |
2639 % | |
2640 \def\urefcodeamp{\urefprestretch \&\urefpoststretch} | |
2641 \def\urefcodedot{\urefprestretch .\urefpoststretch} | |
2642 \def\urefcodehash{\urefprestretch \#\urefpoststretch} | |
2643 \def\urefcodequest{\urefprestretch ?\urefpoststretch} | |
2644 \def\urefcodeslash{\futurelet\next\urefcodeslashfinish} | |
2645 { | |
2646 \catcode`\/=\active | |
2647 \global\def\urefcodeslashfinish{% | |
2648 \urefprestretch \slashChar | |
2649 % Allow line break only after the final / in a sequence of | |
2650 % slashes, to avoid line break between the slashes in http://. | |
2651 \ifx\next/\else \urefpoststretch \fi | |
2652 } | |
2653 } | |
2654 | |
2655 % One more complication: by default we'll break after the special | |
2656 % characters, but some people like to break before the special chars, so | |
2657 % allow that. Also allow no breaking at all, for manual control. | |
2658 % | |
2659 \parseargdef\urefbreakstyle{% | |
2660 \def\txiarg{#1}% | |
2661 \ifx\txiarg\wordnone | |
2662 \def\urefprebreak{\nobreak}\def\urefpostbreak{\nobreak} | |
2663 \else\ifx\txiarg\wordbefore | |
2664 \def\urefprebreak{\allowbreak}\def\urefpostbreak{\nobreak} | |
2665 \else\ifx\txiarg\wordafter | |
2666 \def\urefprebreak{\nobreak}\def\urefpostbreak{\allowbreak} | |
2667 \else | |
2668 \errhelp = \EMsimple | |
2669 \errmessage{Unknown @urefbreakstyle setting `\txiarg'}% | |
2670 \fi\fi\fi | |
2671 } | |
2672 \def\wordafter{after} | |
2673 \def\wordbefore{before} | |
2674 \def\wordnone{none} | |
2675 | |
2676 \urefbreakstyle after | |
2677 | |
2678 % @url synonym for @uref, since that's how everyone uses it. | |
2679 % | |
2680 \let\url=\uref | |
2681 | |
2682 % rms does not like angle brackets --karl, 17may97. | |
2683 % So now @email is just like @uref, unless we are pdf. | |
2684 % | |
2685 %\def\email#1{\angleleft{\tt #1}\angleright} | |
2686 \ifpdf | |
2687 \def\email#1{\doemail#1,,\finish} | |
2688 \def\doemail#1,#2,#3\finish{\begingroup | |
2689 \unsepspaces | |
2690 \pdfurl{mailto:#1}% | |
2691 \setbox0 = \hbox{\ignorespaces #2}% | |
2692 \ifdim\wd0>0pt\unhbox0\else\code{#1}\fi | |
2693 \endlink | |
2694 \endgroup} | |
2695 \else | |
2696 \let\email=\uref | |
2697 \fi | |
2698 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2699 % @kbd is like @code, except that if the argument is just one @key command, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2700 % then @kbd has no effect. |
10841 | 2701 \def\kbd#1{{\setupmarkupstyle{kbd}\def\look{#1}\expandafter\kbdfoo\look??\par}} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2702 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2703 % @kbdinputstyle -- arg is `distinct' (@kbd uses slanted tty font always), |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2704 % `example' (@kbd uses ttsl only inside of @example and friends), |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2705 % or `code' (@kbd uses normal tty font always). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2706 \parseargdef\kbdinputstyle{% |
5876 | 2707 \def\txiarg{#1}% |
2708 \ifx\txiarg\worddistinct | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2709 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\ttsl}% |
5876 | 2710 \else\ifx\txiarg\wordexample |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2711 \gdef\kbdexamplefont{\ttsl}\gdef\kbdfont{\tt}% |
5876 | 2712 \else\ifx\txiarg\wordcode |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2713 \gdef\kbdexamplefont{\tt}\gdef\kbdfont{\tt}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2714 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2715 \errhelp = \EMsimple |
14348 | 2716 \errmessage{Unknown @kbdinputstyle setting `\txiarg'}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2717 \fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2718 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2719 \def\worddistinct{distinct} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2720 \def\wordexample{example} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2721 \def\wordcode{code} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2722 |
10841 | 2723 % Default is `distinct'. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2724 \kbdinputstyle distinct |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2725 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2726 \def\xkey{\key} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2727 \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2728 \ifx\one\xkey\ifx\threex\three \key{#2}% |
10833 | 2729 \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi |
2730 \else{\tclose{\kbdfont\setupmarkupstyle{kbd}\look}}\fi} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2731 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2732 % For @indicateurl, @env, @command quotes seem unnecessary, so use \code. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2733 \let\indicateurl=\code |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2734 \let\env=\code |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2735 \let\command=\code |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2736 |
9671 | 2737 % @clicksequence{File @click{} Open ...} |
2738 \def\clicksequence#1{\begingroup #1\endgroup} | |
2739 | |
2740 % @clickstyle @arrow (by default) | |
2741 \parseargdef\clickstyle{\def\click{#1}} | |
2742 \def\click{\arrow} | |
2743 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2744 % Typeset a dimension, e.g., `in' or `pt'. The only reason for the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2745 % argument is to make the input look right: @dmn{pt} instead of @dmn{}pt. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2746 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2747 \def\dmn#1{\thinspace #1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2748 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2749 % @l was never documented to mean ``switch to the Lisp font'', |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2750 % and it is not used as such in any manual I can find. We need it for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2751 % Polish suppressed-l. --karl, 22sep96. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2752 %\def\l#1{{\li #1}\null} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2753 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2754 % @acronym for "FBI", "NATO", and the like. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2755 % We print this one point size smaller, since it's intended for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2756 % all-uppercase. |
11419 | 2757 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2758 \def\acronym#1{\doacronym #1,,\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2759 \def\doacronym#1,#2,#3\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2760 {\selectfonts\lsize #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2761 \def\temp{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2762 \ifx\temp\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2763 \space ({\unsepspaces \ignorespaces \temp \unskip})% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2764 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2765 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2766 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2767 % @abbr for "Comput. J." and the like. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2768 % No font change, but don't do end-of-sentence spacing. |
11419 | 2769 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2770 \def\abbr#1{\doabbr #1,,\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2771 \def\doabbr#1,#2,#3\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2772 {\plainfrenchspacing #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2773 \def\temp{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2774 \ifx\temp\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2775 \space ({\unsepspaces \ignorespaces \temp \unskip})% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2776 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2777 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2778 |
13244 | 2779 % @asis just yields its argument. Used with @table, for example. |
2780 % | |
2781 \def\asis#1{#1} | |
2782 | |
2783 % @math outputs its argument in math mode. | |
2784 % | |
2785 % One complication: _ usually means subscripts, but it could also mean | |
2786 % an actual _ character, as in @math{@var{some_variable} + 1}. So make | |
2787 % _ active, and distinguish by seeing if the current family is \slfam, | |
2788 % which is what @var uses. | |
2789 { | |
2790 \catcode`\_ = \active | |
2791 \gdef\mathunderscore{% | |
2792 \catcode`\_=\active | |
2793 \def_{\ifnum\fam=\slfam \_\else\sb\fi}% | |
2794 } | |
2795 } | |
13431 | 2796 % Another complication: we want \\ (and @\) to output a math (or tt) \. |
13430 | 2797 % FYI, plain.tex uses \\ as a temporary control sequence (for no |
2798 % particular reason), but this is not advertised and we don't care. | |
13244 | 2799 % |
2800 % The \mathchar is class=0=ordinary, family=7=ttfam, position=5C=\. | |
2801 \def\mathbackslash{\ifnum\fam=\ttfam \mathchar"075C \else\backslash \fi} | |
2802 % | |
2803 \def\math{% | |
2804 \tex | |
2805 \mathunderscore | |
2806 \let\\ = \mathbackslash | |
2807 \mathactive | |
2808 % make the texinfo accent commands work in math mode | |
2809 \let\"=\ddot | |
2810 \let\'=\acute | |
2811 \let\==\bar | |
2812 \let\^=\hat | |
2813 \let\`=\grave | |
2814 \let\u=\breve | |
2815 \let\v=\check | |
2816 \let\~=\tilde | |
2817 \let\dotaccent=\dot | |
2818 $\finishmath | |
2819 } | |
2820 \def\finishmath#1{#1$\endgroup} % Close the group opened by \tex. | |
2821 | |
2822 % Some active characters (such as <) are spaced differently in math. | |
2823 % We have to reset their definitions in case the @math was an argument | |
2824 % to a command which sets the catcodes (such as @item or @section). | |
2825 % | |
2826 { | |
2827 \catcode`^ = \active | |
2828 \catcode`< = \active | |
2829 \catcode`> = \active | |
2830 \catcode`+ = \active | |
2831 \catcode`' = \active | |
2832 \gdef\mathactive{% | |
2833 \let^ = \ptexhat | |
2834 \let< = \ptexless | |
2835 \let> = \ptexgtr | |
2836 \let+ = \ptexplus | |
2837 \let' = \ptexquoteright | |
2838 } | |
2839 } | |
2840 | |
10841 | 2841 |
2842 \message{glyphs,} | |
13244 | 2843 % and logos. |
2844 | |
2845 % @@ prints an @. | |
2846 \def\@{\char64 } | |
2847 | |
2848 % Used to generate quoted braces. Unless we're in typewriter, use | |
2849 % \ecfont because the CM text fonts do not have braces, and we don't | |
2850 % want to switch into math. | |
13254 | 2851 \def\mylbrace{{\ifmonospace\else\ecfont\fi \char123}} |
2852 \def\myrbrace{{\ifmonospace\else\ecfont\fi \char125}} | |
13244 | 2853 \let\{=\mylbrace |
2854 \let\}=\myrbrace | |
2855 \begingroup | |
2856 % Definitions to produce \{ and \} commands for indices, | |
2857 % and @{ and @} for the aux/toc files. | |
2858 \catcode`\{ = \other \catcode`\} = \other | |
2859 \catcode`\[ = 1 \catcode`\] = 2 | |
2860 \catcode`\! = 0 \catcode`\\ = \other | |
2861 !gdef!lbracecmd[\{]% | |
2862 !gdef!rbracecmd[\}]% | |
2863 !gdef!lbraceatcmd[@{]% | |
2864 !gdef!rbraceatcmd[@}]% | |
2865 !endgroup | |
2866 | |
2867 % @comma{} to avoid , parsing problems. | |
2868 \let\comma = , | |
2869 | |
2870 % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent | |
2871 % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. | |
13256 | 2872 \let\, = \ptexc |
2873 \let\dotaccent = \ptexdot | |
13244 | 2874 \def\ringaccent#1{{\accent23 #1}} |
13256 | 2875 \let\tieaccent = \ptext |
2876 \let\ubaraccent = \ptexb | |
13244 | 2877 \let\udotaccent = \d |
2878 | |
2879 % Other special characters: @questiondown @exclamdown @ordf @ordm | |
2880 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. | |
2881 \def\questiondown{?`} | |
2882 \def\exclamdown{!`} | |
2883 \def\ordf{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{a}}} | |
2884 \def\ordm{\leavevmode\raise1ex\hbox{\selectfonts\lllsize \underbar{o}}} | |
2885 | |
2886 % Dotless i and dotless j, used for accents. | |
2887 \def\imacro{i} | |
2888 \def\jmacro{j} | |
2889 \def\dotless#1{% | |
2890 \def\temp{#1}% | |
2891 \ifx\temp\imacro \ifmmode\imath \else\ptexi \fi | |
2892 \else\ifx\temp\jmacro \ifmmode\jmath \else\j \fi | |
2893 \else \errmessage{@dotless can be used only with i or j}% | |
2894 \fi\fi | |
2895 } | |
2896 | |
2897 % The \TeX{} logo, as in plain, but resetting the spacing so that a | |
2898 % period following counts as ending a sentence. (Idea found in latex.) | |
2899 % | |
2900 \edef\TeX{\TeX \spacefactor=1000 } | |
2901 | |
2902 % @LaTeX{} logo. Not quite the same results as the definition in | |
2903 % latex.ltx, since we use a different font for the raised A; it's most | |
2904 % convenient for us to use an explicitly smaller font, rather than using | |
2905 % the \scriptstyle font (since we don't reset \scriptstyle and | |
2906 % \scriptscriptstyle). | |
2907 % | |
2908 \def\LaTeX{% | |
2909 L\kern-.36em | |
2910 {\setbox0=\hbox{T}% | |
13417 | 2911 \vbox to \ht0{\hbox{% |
2912 \ifx\textnominalsize\xwordpt | |
2913 % for 10pt running text, \lllsize (8pt) is too small for the A in LaTeX. | |
2914 % Revert to plain's \scriptsize, which is 7pt. | |
2915 \count255=\the\fam $\fam\count255 \scriptstyle A$% | |
2916 \else | |
2917 % For 11pt, we can use our lllsize. | |
2918 \selectfonts\lllsize A% | |
2919 \fi | |
2920 }% | |
2921 \vss | |
2922 }}% | |
13244 | 2923 \kern-.15em |
2924 \TeX | |
2925 } | |
2926 | |
2927 % Some math mode symbols. | |
2928 \def\bullet{$\ptexbullet$} | |
2929 \def\geq{\ifmmode \ge\else $\ge$\fi} | |
2930 \def\leq{\ifmmode \le\else $\le$\fi} | |
2931 \def\minus{\ifmmode -\else $-$\fi} | |
2932 | |
2933 % @dots{} outputs an ellipsis using the current font. | |
2934 % We do .5em per period so that it has the same spacing in the cm | |
2935 % typewriter fonts as three actual period characters; on the other hand, | |
2936 % in other typewriter fonts three periods are wider than 1.5em. So do | |
2937 % whichever is larger. | |
2938 % | |
2939 \def\dots{% | |
2940 \leavevmode | |
2941 \setbox0=\hbox{...}% get width of three periods | |
2942 \ifdim\wd0 > 1.5em | |
2943 \dimen0 = \wd0 | |
2944 \else | |
2945 \dimen0 = 1.5em | |
2946 \fi | |
2947 \hbox to \dimen0{% | |
2948 \hskip 0pt plus.25fil | |
2949 .\hskip 0pt plus1fil | |
2950 .\hskip 0pt plus1fil | |
2951 .\hskip 0pt plus.5fil | |
2952 }% | |
2953 } | |
2954 | |
2955 % @enddots{} is an end-of-sentence ellipsis. | |
2956 % | |
2957 \def\enddots{% | |
2958 \dots | |
2959 \spacefactor=\endofsentencespacefactor | |
2960 } | |
10841 | 2961 |
2962 % @point{}, @result{}, @expansion{}, @print{}, @equiv{}. | |
2963 % | |
2964 % Since these characters are used in examples, they should be an even number of | |
2965 % \tt widths. Each \tt character is 1en, so two makes it 1em. | |
2966 % | |
2967 \def\point{$\star$} | |
2968 \def\arrow{\leavevmode\raise.05ex\hbox to 1em{\hfil$\rightarrow$\hfil}} | |
2969 \def\result{\leavevmode\raise.05ex\hbox to 1em{\hfil$\Rightarrow$\hfil}} | |
2970 \def\expansion{\leavevmode\hbox to 1em{\hfil$\mapsto$\hfil}} | |
2971 \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}} | |
2972 \def\equiv{\leavevmode\hbox to 1em{\hfil$\ptexequiv$\hfil}} | |
2973 | |
2974 % The @error{} command. | |
2975 % Adapted from the TeXbook's \boxit. | |
2976 % | |
2977 \newbox\errorbox | |
2978 % | |
2979 {\tentt \global\dimen0 = 3em}% Width of the box. | |
2980 \dimen2 = .55pt % Thickness of rules | |
2981 % The text. (`r' is open on the right, `e' somewhat less so on the left.) | |
2982 \setbox0 = \hbox{\kern-.75pt \reducedsf error\kern-1.5pt} | |
2983 % | |
2984 \setbox\errorbox=\hbox to \dimen0{\hfil | |
2985 \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right. | |
2986 \advance\hsize by -2\dimen2 % Rules. | |
2987 \vbox{% | |
2988 \hrule height\dimen2 | |
2989 \hbox{\vrule width\dimen2 \kern3pt % Space to left of text. | |
2990 \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below. | |
2991 \kern3pt\vrule width\dimen2}% Space to right. | |
2992 \hrule height\dimen2} | |
2993 \hfil} | |
2994 % | |
2995 \def\error{\leavevmode\lower.7ex\copy\errorbox} | |
2996 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2997 % @pounds{} is a sterling sign, which Knuth put in the CM italic font. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2998 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2999 \def\pounds{{\it\$}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3001 % @euro{} comes from a separate font, depending on the current style. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3002 % We use the free feym* fonts from the eurosym package by Henrik |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3003 % Theiling, which support regular, slanted, bold and bold slanted (and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3004 % "outlined" (blackboard board, sort of) versions, which we don't need). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3005 % It is available from http://www.ctan.org/tex-archive/fonts/eurosym. |
11419 | 3006 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3007 % Although only regular is the truly official Euro symbol, we ignore |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3008 % that. The Euro is designed to be slightly taller than the regular |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3009 % font height. |
11419 | 3010 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3011 % feymr - regular |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3012 % feymo - slanted |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3013 % feybr - bold |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3014 % feybo - bold slanted |
11419 | 3015 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3016 % There is no good (free) typewriter version, to my knowledge. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3017 % A feymr10 euro is ~7.3pt wide, while a normal cmtt10 char is ~5.25pt wide. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3018 % Hmm. |
11419 | 3019 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3020 % Also doesn't work in math. Do we need to do math with euro symbols? |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3021 % Hope not. |
11419 | 3022 % |
3023 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3024 \def\euro{{\eurofont e}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3025 \def\eurofont{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3026 % We set the font at each command, rather than predefining it in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3027 % \textfonts and the other font-switching commands, so that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3028 % installations which never need the symbol don't have to have the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3029 % font installed. |
11419 | 3030 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3031 % There is only one designed size (nominal 10pt), so we always scale |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3032 % that to the current nominal size. |
11419 | 3033 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3034 % By the way, simply using "at 1em" works for cmr10 and the like, but |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3035 % does not work for cmbx10 and other extended/shrunken fonts. |
11419 | 3036 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3037 \def\eurosize{\csname\curfontsize nominalsize\endcsname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3038 % |
11419 | 3039 \ifx\curfontstyle\bfstylename |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3040 % bold: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3041 \font\thiseurofont = \ifusingit{feybo10}{feybr10} at \eurosize |
11419 | 3042 \else |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3043 % regular: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3044 \font\thiseurofont = \ifusingit{feymo10}{feymr10} at \eurosize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3045 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3046 \thiseurofont |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3047 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3048 |
11417 | 3049 % Glyphs from the EC fonts. We don't use \let for the aliases, because |
3050 % sometimes we redefine the original macro, and the alias should reflect | |
3051 % the redefinition. | |
11418 | 3052 % |
11417 | 3053 % Use LaTeX names for the Icelandic letters. |
3054 \def\DH{{\ecfont \char"D0}} % Eth | |
3055 \def\dh{{\ecfont \char"F0}} % eth | |
3056 \def\TH{{\ecfont \char"DE}} % Thorn | |
3057 \def\th{{\ecfont \char"FE}} % thorn | |
3058 % | |
9100 | 3059 \def\guillemetleft{{\ecfont \char"13}} |
3060 \def\guillemotleft{\guillemetleft} | |
3061 \def\guillemetright{{\ecfont \char"14}} | |
3062 \def\guillemotright{\guillemetright} | |
3063 \def\guilsinglleft{{\ecfont \char"0E}} | |
3064 \def\guilsinglright{{\ecfont \char"0F}} | |
3065 \def\quotedblbase{{\ecfont \char"12}} | |
3066 \def\quotesinglbase{{\ecfont \char"0D}} | |
3067 % | |
10776 | 3068 % This positioning is not perfect (see the ogonek LaTeX package), but |
3069 % we have the precomposed glyphs for the most common cases. We put the | |
3070 % tests to use those glyphs in the single \ogonek macro so we have fewer | |
3071 % dummy definitions to worry about for index entries, etc. | |
11418 | 3072 % |
10776 | 3073 % ogonek is also used with other letters in Lithuanian (IOU), but using |
3074 % the precomposed glyphs for those is not so easy since they aren't in | |
3075 % the same EC font. | |
3076 \def\ogonek#1{{% | |
3077 \def\temp{#1}% | |
3078 \ifx\temp\macrocharA\Aogonek | |
3079 \else\ifx\temp\macrochara\aogonek | |
3080 \else\ifx\temp\macrocharE\Eogonek | |
3081 \else\ifx\temp\macrochare\eogonek | |
3082 \else | |
3083 \ecfont \setbox0=\hbox{#1}% | |
3084 \ifdim\ht0=1ex\accent"0C #1% | |
3085 \else\ooalign{\unhbox0\crcr\hidewidth\char"0C \hidewidth}% | |
3086 \fi | |
3087 \fi\fi\fi\fi | |
3088 }% | |
3089 } | |
3090 \def\Aogonek{{\ecfont \char"81}}\def\macrocharA{A} | |
3091 \def\aogonek{{\ecfont \char"A1}}\def\macrochara{a} | |
3092 \def\Eogonek{{\ecfont \char"86}}\def\macrocharE{E} | |
3093 \def\eogonek{{\ecfont \char"A6}}\def\macrochare{e} | |
3094 % | |
11417 | 3095 % Use the ec* fonts (cm-super in outline format) for non-CM glyphs. |
9100 | 3096 \def\ecfont{% |
10776 | 3097 % We can't distinguish serif/sans and italic/slanted, but this |
9100 | 3098 % is used for crude hacks anyway (like adding French and German |
3099 % quotes to documents typeset with CM, where we lose kerning), so | |
3100 % hopefully nobody will notice/care. | |
3101 \edef\ecsize{\csname\curfontsize ecsize\endcsname}% | |
3102 \edef\nominalsize{\csname\curfontsize nominalsize\endcsname}% | |
3103 \ifx\curfontstyle\bfstylename | |
3104 % bold: | |
3105 \font\thisecfont = ecb\ifusingit{i}{x}\ecsize \space at \nominalsize | |
3106 \else | |
3107 % regular: | |
3108 \font\thisecfont = ec\ifusingit{ti}{rm}\ecsize \space at \nominalsize | |
3109 \fi | |
3110 \thisecfont | |
3111 } | |
3112 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3113 % @registeredsymbol - R in a circle. The font for the R should really |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3114 % be smaller yet, but lllsize is the best we can do for now. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3115 % Adapted from the plain.tex definition of \copyright. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3116 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3117 \def\registeredsymbol{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3118 $^{{\ooalign{\hfil\raise.07ex\hbox{\selectfonts\lllsize R}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3119 \hfil\crcr\Orb}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3120 }$% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3121 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3122 |
7201 | 3123 % @textdegree - the normal degrees sign. |
3124 % | |
3125 \def\textdegree{$^\circ$} | |
3126 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3127 % Laurent Siebenmann reports \Orb undefined with: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3128 % Textures 1.7.7 (preloaded format=plain 93.10.14) (68K) 16 APR 2004 02:38 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3129 % so we'll define it if necessary. |
11418 | 3130 % |
14397 | 3131 \ifx\Orb\thisisundefined |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3132 \def\Orb{\mathhexbox20D} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3133 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3134 |
9100 | 3135 % Quotes. |
3136 \chardef\quotedblleft="5C | |
3137 \chardef\quotedblright=`\" | |
3138 \chardef\quoteleft=`\` | |
3139 \chardef\quoteright=`\' | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3140 |
9529 | 3141 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3142 \message{page headings,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3143 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3144 \newskip\titlepagetopglue \titlepagetopglue = 1.5in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3145 \newskip\titlepagebottomglue \titlepagebottomglue = 2pc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3146 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3147 % First the title page. Must do @settitle before @titlepage. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3148 \newif\ifseenauthor |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3149 \newif\iffinishedtitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3150 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3151 % Do an implicit @contents or @shortcontents after @end titlepage if the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3152 % user says @setcontentsaftertitlepage or @setshortcontentsaftertitlepage. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3153 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3154 \newif\ifsetcontentsaftertitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3155 \let\setcontentsaftertitlepage = \setcontentsaftertitlepagetrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3156 \newif\ifsetshortcontentsaftertitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3157 \let\setshortcontentsaftertitlepage = \setshortcontentsaftertitlepagetrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3158 |
14256 | 3159 \parseargdef\shorttitlepage{% |
3160 \begingroup \hbox{}\vskip 1.5in \chaprm \centerline{#1}% | |
3161 \endgroup\page\hbox{}\page} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3162 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3163 \envdef\titlepage{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3164 % Open one extra group, as we want to close it in the middle of \Etitlepage. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3165 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3166 \parindent=0pt \textfonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3167 % Leave some space at the very top of the page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3168 \vglue\titlepagetopglue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3169 % No rule at page bottom unless we print one at the top with @title. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3170 \finishedtitlepagetrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3171 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3172 % Most title ``pages'' are actually two pages long, with space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3173 % at the top of the second. We don't want the ragged left on the second. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3174 \let\oldpage = \page |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3175 \def\page{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3176 \iffinishedtitlepage\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3177 \finishtitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3178 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3179 \let\page = \oldpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3180 \page |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3181 \null |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3182 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3183 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3184 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3185 \def\Etitlepage{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3186 \iffinishedtitlepage\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3187 \finishtitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3188 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3189 % It is important to do the page break before ending the group, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3190 % because the headline and footline are only empty inside the group. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3191 % If we use the new definition of \page, we always get a blank page |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3192 % after the title page, which we certainly don't want. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3193 \oldpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3194 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3195 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3196 % Need this before the \...aftertitlepage checks so that if they are |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3197 % in effect the toc pages will come out with page numbers. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3198 \HEADINGSon |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3199 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3200 % If they want short, they certainly want long too. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3201 \ifsetshortcontentsaftertitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3202 \shortcontents |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3203 \contents |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3204 \global\let\shortcontents = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3205 \global\let\contents = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3206 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3207 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3208 \ifsetcontentsaftertitlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3209 \contents |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3210 \global\let\contents = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3211 \global\let\shortcontents = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3212 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3213 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3214 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3215 \def\finishtitlepage{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3216 \vskip4pt \hrule height 2pt width \hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3217 \vskip\titlepagebottomglue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3218 \finishedtitlepagetrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3219 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3220 |
14809 | 3221 % Macros to be used within @titlepage: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3222 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3223 \let\subtitlerm=\tenrm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3224 \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3225 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3226 \parseargdef\title{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3227 \checkenv\titlepage |
10776 | 3228 \leftline{\titlefonts\rmisbold #1} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3229 % print a rule at the page bottom also. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3230 \finishedtitlepagefalse |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3231 \vskip4pt \hrule height 4pt width \hsize \vskip4pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3232 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3233 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3234 \parseargdef\subtitle{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3235 \checkenv\titlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3236 {\subtitlefont \rightline{#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3237 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3238 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3239 % @author should come last, but may come many times. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3240 % It can also be used inside @quotation. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3241 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3242 \parseargdef\author{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3243 \def\temp{\quotation}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3244 \ifx\thisenv\temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3245 \def\quotationauthor{#1}% printed in \Equotation. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3246 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3247 \checkenv\titlepage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3248 \ifseenauthor\else \vskip 0pt plus 1filll \seenauthortrue \fi |
10776 | 3249 {\secfonts\rmisbold \leftline{#1}}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3250 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3251 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3252 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3253 |
14809 | 3254 % Set up page headings and footings. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3255 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3256 \let\thispage=\folio |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3257 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3258 \newtoks\evenheadline % headline on even pages |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3259 \newtoks\oddheadline % headline on odd pages |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3260 \newtoks\evenfootline % footline on even pages |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3261 \newtoks\oddfootline % footline on odd pages |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3262 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3263 % Now make TeX use those variables |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3264 \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3265 \else \the\evenheadline \fi}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3266 \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3267 \else \the\evenfootline \fi}\HEADINGShook} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3268 \let\HEADINGShook=\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3269 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3270 % Commands to set those variables. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3271 % For example, this is what @headings on does |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3272 % @evenheading @thistitle|@thispage|@thischapter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3273 % @oddheading @thischapter|@thispage|@thistitle |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3274 % @evenfooting @thisfile|| |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3275 % @oddfooting ||@thisfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3276 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3277 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3278 \def\evenheading{\parsearg\evenheadingxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3279 \def\evenheadingxxx #1{\evenheadingyyy #1\|\|\|\|\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3280 \def\evenheadingyyy #1\|#2\|#3\|#4\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3281 \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3282 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3283 \def\oddheading{\parsearg\oddheadingxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3284 \def\oddheadingxxx #1{\oddheadingyyy #1\|\|\|\|\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3285 \def\oddheadingyyy #1\|#2\|#3\|#4\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3286 \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3287 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3288 \parseargdef\everyheading{\oddheadingxxx{#1}\evenheadingxxx{#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3289 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3290 \def\evenfooting{\parsearg\evenfootingxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3291 \def\evenfootingxxx #1{\evenfootingyyy #1\|\|\|\|\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3292 \def\evenfootingyyy #1\|#2\|#3\|#4\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3293 \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3294 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3295 \def\oddfooting{\parsearg\oddfootingxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3296 \def\oddfootingxxx #1{\oddfootingyyy #1\|\|\|\|\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3297 \def\oddfootingyyy #1\|#2\|#3\|#4\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3298 \global\oddfootline = {\rlap{\centerline{#2}}\line{#1\hfil#3}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3299 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3300 % Leave some space for the footline. Hopefully ok to assume |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3301 % @evenfooting will not be used by itself. |
6968 | 3302 \global\advance\pageheight by -12pt |
3303 \global\advance\vsize by -12pt | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3304 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3305 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3306 \parseargdef\everyfooting{\oddfootingxxx{#1}\evenfootingxxx{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3307 |
9083 | 3308 % @evenheadingmarks top \thischapter <- chapter at the top of a page |
3309 % @evenheadingmarks bottom \thischapter <- chapter at the bottom of a page | |
3310 % | |
3311 % The same set of arguments for: | |
3312 % | |
3313 % @oddheadingmarks | |
3314 % @evenfootingmarks | |
3315 % @oddfootingmarks | |
3316 % @everyheadingmarks | |
3317 % @everyfootingmarks | |
3318 | |
3319 \def\evenheadingmarks{\headingmarks{even}{heading}} | |
3320 \def\oddheadingmarks{\headingmarks{odd}{heading}} | |
3321 \def\evenfootingmarks{\headingmarks{even}{footing}} | |
3322 \def\oddfootingmarks{\headingmarks{odd}{footing}} | |
3323 \def\everyheadingmarks#1 {\headingmarks{even}{heading}{#1} | |
3324 \headingmarks{odd}{heading}{#1} } | |
3325 \def\everyfootingmarks#1 {\headingmarks{even}{footing}{#1} | |
3326 \headingmarks{odd}{footing}{#1} } | |
3327 % #1 = even/odd, #2 = heading/footing, #3 = top/bottom. | |
3328 \def\headingmarks#1#2#3 {% | |
3329 \expandafter\let\expandafter\temp \csname get#3headingmarks\endcsname | |
3330 \global\expandafter\let\csname get#1#2marks\endcsname \temp | |
3331 } | |
3332 | |
3333 \everyheadingmarks bottom | |
3334 \everyfootingmarks bottom | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3335 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3336 % @headings double turns headings on for double-sided printing. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3337 % @headings single turns headings on for single-sided printing. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3338 % @headings off turns them off. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3339 % @headings on same as @headings double, retained for compatibility. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3340 % @headings after turns on double-sided headings after this page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3341 % @headings doubleafter turns on double-sided headings after this page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3342 % @headings singleafter turns on single-sided headings after this page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3343 % By default, they are off at the start of a document, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3344 % and turned `on' after @end titlepage. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3345 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3346 \def\headings #1 {\csname HEADINGS#1\endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3347 |
13155 | 3348 \def\headingsoff{% non-global headings elimination |
3349 \evenheadline={\hfil}\evenfootline={\hfil}% | |
3350 \oddheadline={\hfil}\oddfootline={\hfil}% | |
3351 } | |
3352 | |
3353 \def\HEADINGSoff{{\globaldefs=1 \headingsoff}} % global setting | |
3354 \HEADINGSoff % it's the default | |
3355 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3356 % When we turn headings on, set the page number to 1. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3357 % For double-sided printing, put current file name in lower left corner, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3358 % chapter name on inside top of right hand pages, document |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3359 % title on inside top of left hand pages, and page numbers on outside top |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3360 % edge of all pages. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3361 \def\HEADINGSdouble{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3362 \global\pageno=1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3363 \global\evenfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3364 \global\oddfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3365 \global\evenheadline={\line{\folio\hfil\thistitle}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3366 \global\oddheadline={\line{\thischapter\hfil\folio}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3367 \global\let\contentsalignmacro = \chapoddpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3368 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3369 \let\contentsalignmacro = \chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3370 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3371 % For single-sided printing, chapter title goes across top left of page, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3372 % page number on top right. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3373 \def\HEADINGSsingle{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3374 \global\pageno=1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3375 \global\evenfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3376 \global\oddfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3377 \global\evenheadline={\line{\thischapter\hfil\folio}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3378 \global\oddheadline={\line{\thischapter\hfil\folio}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3379 \global\let\contentsalignmacro = \chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3380 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3381 \def\HEADINGSon{\HEADINGSdouble} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3382 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3383 \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3384 \let\HEADINGSdoubleafter=\HEADINGSafter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3385 \def\HEADINGSdoublex{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3386 \global\evenfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3387 \global\oddfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3388 \global\evenheadline={\line{\folio\hfil\thistitle}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3389 \global\oddheadline={\line{\thischapter\hfil\folio}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3390 \global\let\contentsalignmacro = \chapoddpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3391 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3392 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3393 \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3394 \def\HEADINGSsinglex{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3395 \global\evenfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3396 \global\oddfootline={\hfil} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3397 \global\evenheadline={\line{\thischapter\hfil\folio}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3398 \global\oddheadline={\line{\thischapter\hfil\folio}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3399 \global\let\contentsalignmacro = \chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3400 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3401 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3402 % Subroutines used in generating headings |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3403 % This produces Day Month Year style of output. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3404 % Only define if not already defined, in case a txi-??.tex file has set |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3405 % up a different format (e.g., txi-cs.tex does this). |
14397 | 3406 \ifx\today\thisisundefined |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3407 \def\today{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3408 \number\day\space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3409 \ifcase\month |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3410 \or\putwordMJan\or\putwordMFeb\or\putwordMMar\or\putwordMApr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3411 \or\putwordMMay\or\putwordMJun\or\putwordMJul\or\putwordMAug |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3412 \or\putwordMSep\or\putwordMOct\or\putwordMNov\or\putwordMDec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3413 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3414 \space\number\year} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3415 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3416 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3417 % @settitle line... specifies the title of the document, for headings. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3418 % It generates no output of its own. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3419 \def\thistitle{\putwordNoTitle} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3420 \def\settitle{\parsearg{\gdef\thistitle}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3421 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3422 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3423 \message{tables,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3424 % Tables -- @table, @ftable, @vtable, @item(x). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3425 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3426 % default indentation of table text |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3427 \newdimen\tableindent \tableindent=.8in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3428 % default indentation of @itemize and @enumerate text |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3429 \newdimen\itemindent \itemindent=.3in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3430 % margin between end of table item and start of table text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3431 \newdimen\itemmargin \itemmargin=.1in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3432 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3433 % used internally for \itemindent minus \itemmargin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3434 \newdimen\itemmax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3435 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3436 % Note @table, @ftable, and @vtable define @item, @itemx, etc., with |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3437 % these defs. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3438 % They also define \itemindex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3439 % to index the item name in whatever manner is desired (perhaps none). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3440 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3441 \newif\ifitemxneedsnegativevskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3442 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3443 \def\itemxpar{\par\ifitemxneedsnegativevskip\nobreak\vskip-\parskip\nobreak\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3444 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3445 \def\internalBitem{\smallbreak \parsearg\itemzzz} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3446 \def\internalBitemx{\itemxpar \parsearg\itemzzz} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3447 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3448 \def\itemzzz #1{\begingroup % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3449 \advance\hsize by -\rightskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3450 \advance\hsize by -\tableindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3451 \setbox0=\hbox{\itemindicate{#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3452 \itemindex{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3453 \nobreak % This prevents a break before @itemx. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3454 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3455 % If the item text does not fit in the space we have, put it on a line |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3456 % by itself, and do not allow a page break either before or after that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3457 % line. We do not start a paragraph here because then if the next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3458 % command is, e.g., @kindex, the whatsit would get put into the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3459 % horizontal list on a line by itself, resulting in extra blank space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3460 \ifdim \wd0>\itemmax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3461 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3462 % Make this a paragraph so we get the \parskip glue and wrapping, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3463 % but leave it ragged-right. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3464 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3465 \advance\leftskip by-\tableindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3466 \advance\hsize by\tableindent |
13155 | 3467 \advance\rightskip by0pt plus1fil\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3468 \leavevmode\unhbox0\par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3469 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3470 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3471 % We're going to be starting a paragraph, but we don't want the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3472 % \parskip glue -- logically it's part of the @item we just started. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3473 \nobreak \vskip-\parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3474 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3475 % Stop a page break at the \parskip glue coming up. However, if |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3476 % what follows is an environment such as @example, there will be no |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3477 % \parskip glue; then the negative vskip we just inserted would |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3478 % cause the example and the item to crash together. So we use this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3479 % bizarre value of 10001 as a signal to \aboveenvbreak to insert |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3480 % \parskip glue after all. Section titles are handled this way also. |
11418 | 3481 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3482 \penalty 10001 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3483 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3484 \itemxneedsnegativevskipfalse |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3485 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3486 % The item text fits into the space. Start a paragraph, so that the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3487 % following text (if any) will end up on the same line. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3488 \noindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3489 % Do this with kerns and \unhbox so that if there is a footnote in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3490 % the item text, it can migrate to the main vertical list and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3491 % eventually be printed. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3492 \nobreak\kern-\tableindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3493 \dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3494 \unhbox0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3495 \nobreak\kern\dimen0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3496 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3497 \itemxneedsnegativevskiptrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3498 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3499 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3500 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3501 \def\item{\errmessage{@item while not in a list environment}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3502 \def\itemx{\errmessage{@itemx while not in a list environment}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3503 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3504 % @table, @ftable, @vtable. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3505 \envdef\table{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3506 \let\itemindex\gobble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3507 \tablecheck{table}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3508 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3509 \envdef\ftable{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3510 \def\itemindex ##1{\doind {fn}{\code{##1}}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3511 \tablecheck{ftable}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3512 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3513 \envdef\vtable{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3514 \def\itemindex ##1{\doind {vr}{\code{##1}}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3515 \tablecheck{vtable}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3516 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3517 \def\tablecheck#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3518 \ifnum \the\catcode`\^^M=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3519 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3520 \errmessage{This command won't work in this context; perhaps the problem is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3521 that we are \inenvironment\thisenv}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3522 \def\next{\doignore{#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3523 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3524 \let\next\tablex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3525 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3526 \next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3527 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3528 \def\tablex#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3529 \def\itemindicate{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3530 \parsearg\tabley |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3531 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3532 \def\tabley#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3533 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3534 \makevalueexpandable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3535 \edef\temp{\noexpand\tablez #1\space\space\space}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3536 \expandafter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3537 }\temp \endtablez |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3538 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3539 \def\tablez #1 #2 #3 #4\endtablez{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3540 \aboveenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3541 \ifnum 0#1>0 \advance \leftskip by #1\mil \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3542 \ifnum 0#2>0 \tableindent=#2\mil \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3543 \ifnum 0#3>0 \advance \rightskip by #3\mil \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3544 \itemmax=\tableindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3545 \advance \itemmax by -\itemmargin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3546 \advance \leftskip by \tableindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3547 \exdentamount=\tableindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3548 \parindent = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3549 \parskip = \smallskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3550 \ifdim \parskip=0pt \parskip=2pt \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3551 \let\item = \internalBitem |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3552 \let\itemx = \internalBitemx |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3553 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3554 \def\Etable{\endgraf\afterenvbreak} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3555 \let\Eftable\Etable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3556 \let\Evtable\Etable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3557 \let\Eitemize\Etable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3558 \let\Eenumerate\Etable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3559 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3560 % This is the counter used by @enumerate, which is really @itemize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3561 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3562 \newcount \itemno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3563 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3564 \envdef\itemize{\parsearg\doitemize} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3565 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3566 \def\doitemize#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3567 \aboveenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3568 \itemmax=\itemindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3569 \advance\itemmax by -\itemmargin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3570 \advance\leftskip by \itemindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3571 \exdentamount=\itemindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3572 \parindent=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3573 \parskip=\smallskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3574 \ifdim\parskip=0pt \parskip=2pt \fi |
11060 | 3575 % |
3576 % Try typesetting the item mark that if the document erroneously says | |
3577 % something like @itemize @samp (intending @table), there's an error | |
3578 % right away at the @itemize. It's not the best error message in the | |
3579 % world, but it's better than leaving it to the @item. This means if | |
3580 % the user wants an empty mark, they have to say @w{} not just @w. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3581 \def\itemcontents{#1}% |
11060 | 3582 \setbox0 = \hbox{\itemcontents}% |
3583 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3584 % @itemize with no arg is equivalent to @itemize @bullet. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3585 \ifx\itemcontents\empty\def\itemcontents{\bullet}\fi |
11060 | 3586 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3587 \let\item=\itemizeitem |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3588 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3589 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3590 % Definition of @item while inside @itemize and @enumerate. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3591 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3592 \def\itemizeitem{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3593 \advance\itemno by 1 % for enumerations |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3594 {\let\par=\endgraf \smallbreak}% reasonable place to break |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3595 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3596 % If the document has an @itemize directly after a section title, a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3597 % \nobreak will be last on the list, and \sectionheading will have |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3598 % done a \vskip-\parskip. In that case, we don't want to zero |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3599 % parskip, or the item text will crash with the heading. On the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3600 % other hand, when there is normal text preceding the item (as there |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3601 % usually is), we do want to zero parskip, or there would be too much |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3602 % space. In that case, we won't have a \nobreak before. At least |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3603 % that's the theory. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3604 \ifnum\lastpenalty<10000 \parskip=0in \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3605 \noindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3606 \hbox to 0pt{\hss \itemcontents \kern\itemmargin}% |
11060 | 3607 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3608 \vadjust{\penalty 1200}}% not good to break after first line of item. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3609 \flushcr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3610 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3611 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3612 % \splitoff TOKENS\endmark defines \first to be the first token in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3613 % TOKENS, and \rest to be the remainder. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3614 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3615 \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3616 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3617 % Allow an optional argument of an uppercase letter, lowercase letter, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3618 % or number, to specify the first label in the enumerated list. No |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3619 % argument is the same as `1'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3620 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3621 \envparseargdef\enumerate{\enumeratey #1 \endenumeratey} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3622 \def\enumeratey #1 #2\endenumeratey{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3623 % If we were given no argument, pretend we were given `1'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3624 \def\thearg{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3625 \ifx\thearg\empty \def\thearg{1}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3626 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3627 % Detect if the argument is a single token. If so, it might be a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3628 % letter. Otherwise, the only valid thing it can be is a number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3629 % (We will always have one token, because of the test we just made. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3630 % This is a good thing, since \splitoff doesn't work given nothing at |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3631 % all -- the first parameter is undelimited.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3632 \expandafter\splitoff\thearg\endmark |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3633 \ifx\rest\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3634 % Only one token in the argument. It could still be anything. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3635 % A ``lowercase letter'' is one whose \lccode is nonzero. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3636 % An ``uppercase letter'' is one whose \lccode is both nonzero, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3637 % not equal to itself. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3638 % Otherwise, we assume it's a number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3639 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3640 % We need the \relax at the end of the \ifnum lines to stop TeX from |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3641 % continuing to look for a <number>. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3642 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3643 \ifnum\lccode\expandafter`\thearg=0\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3644 \numericenumerate % a number (we hope) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3645 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3646 % It's a letter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3647 \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3648 \lowercaseenumerate % lowercase letter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3649 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3650 \uppercaseenumerate % uppercase letter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3651 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3652 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3653 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3654 % Multiple tokens in the argument. We hope it's a number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3655 \numericenumerate |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3656 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3657 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3658 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3659 % An @enumerate whose labels are integers. The starting integer is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3660 % given in \thearg. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3661 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3662 \def\numericenumerate{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3663 \itemno = \thearg |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3664 \startenumeration{\the\itemno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3665 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3666 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3667 % The starting (lowercase) letter is in \thearg. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3668 \def\lowercaseenumerate{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3669 \itemno = \expandafter`\thearg |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3670 \startenumeration{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3671 % Be sure we're not beyond the end of the alphabet. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3672 \ifnum\itemno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3673 \errmessage{No more lowercase letters in @enumerate; get a bigger |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3674 alphabet}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3675 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3676 \char\lccode\itemno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3677 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3678 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3679 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3680 % The starting (uppercase) letter is in \thearg. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3681 \def\uppercaseenumerate{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3682 \itemno = \expandafter`\thearg |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3683 \startenumeration{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3684 % Be sure we're not beyond the end of the alphabet. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3685 \ifnum\itemno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3686 \errmessage{No more uppercase letters in @enumerate; get a bigger |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3687 alphabet} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3688 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3689 \char\uccode\itemno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3690 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3691 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3692 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3693 % Call \doitemize, adding a period to the first argument and supplying the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3694 % common last two arguments. Also subtract one from the initial value in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3695 % \itemno, since @item increments \itemno. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3696 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3697 \def\startenumeration#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3698 \advance\itemno by -1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3699 \doitemize{#1.}\flushcr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3700 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3701 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3702 % @alphaenumerate and @capsenumerate are abbreviations for giving an arg |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3703 % to @enumerate. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3704 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3705 \def\alphaenumerate{\enumerate{a}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3706 \def\capsenumerate{\enumerate{A}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3707 \def\Ealphaenumerate{\Eenumerate} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3708 \def\Ecapsenumerate{\Eenumerate} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3709 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3710 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3711 % @multitable macros |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3712 % Amy Hendrickson, 8/18/94, 3/6/96 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3713 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3714 % @multitable ... @end multitable will make as many columns as desired. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3715 % Contents of each column will wrap at width given in preamble. Width |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3716 % can be specified either with sample text given in a template line, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3717 % or in percent of \hsize, the current width of text on page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3718 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3719 % Table can continue over pages but will only break between lines. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3720 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3721 % To make preamble: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3722 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3723 % Either define widths of columns in terms of percent of \hsize: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3724 % @multitable @columnfractions .25 .3 .45 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3725 % @item ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3726 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3727 % Numbers following @columnfractions are the percent of the total |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3728 % current hsize to be used for each column. You may use as many |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3729 % columns as desired. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3730 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3731 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3732 % Or use a template: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3733 % @multitable {Column 1 template} {Column 2 template} {Column 3 template} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3734 % @item ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3735 % using the widest term desired in each column. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3736 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3737 % Each new table line starts with @item, each subsequent new column |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3738 % starts with @tab. Empty columns may be produced by supplying @tab's |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3739 % with nothing between them for as many times as empty columns are needed, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3740 % ie, @tab@tab@tab will produce two empty columns. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3741 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3742 % @item, @tab do not need to be on their own lines, but it will not hurt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3743 % if they are. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3744 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3745 % Sample multitable: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3746 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3747 % @multitable {Column 1 template} {Column 2 template} {Column 3 template} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3748 % @item first col stuff @tab second col stuff @tab third col |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3749 % @item |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3750 % first col stuff |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3751 % @tab |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3752 % second col stuff |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3753 % @tab |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3754 % third col |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3755 % @item first col stuff @tab second col stuff |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3756 % @tab Many paragraphs of text may be used in any column. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3757 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3758 % They will wrap at the width determined by the template. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3759 % @item@tab@tab This will be in third column. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3760 % @end multitable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3761 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3762 % Default dimensions may be reset by user. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3763 % @multitableparskip is vertical space between paragraphs in table. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3764 % @multitableparindent is paragraph indent in table. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3765 % @multitablecolmargin is horizontal space to be left between columns. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3766 % @multitablelinespace is space to leave between table items, baseline |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3767 % to baseline. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3768 % 0pt means it depends on current normal line spacing. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3769 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3770 \newskip\multitableparskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3771 \newskip\multitableparindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3772 \newdimen\multitablecolspace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3773 \newskip\multitablelinespace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3774 \multitableparskip=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3775 \multitableparindent=6pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3776 \multitablecolspace=12pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3777 \multitablelinespace=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3778 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3779 % Macros used to set up halign preamble: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3780 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3781 \let\endsetuptable\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3782 \def\xendsetuptable{\endsetuptable} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3783 \let\columnfractions\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3784 \def\xcolumnfractions{\columnfractions} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3785 \newif\ifsetpercent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3786 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3787 % #1 is the @columnfraction, usually a decimal number like .5, but might |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3788 % be just 1. We just use it, whatever it is. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3789 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3790 \def\pickupwholefraction#1 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3791 \global\advance\colcount by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3792 \expandafter\xdef\csname col\the\colcount\endcsname{#1\hsize}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3793 \setuptable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3794 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3795 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3796 \newcount\colcount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3797 \def\setuptable#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3798 \def\firstarg{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3799 \ifx\firstarg\xendsetuptable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3800 \let\go = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3801 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3802 \ifx\firstarg\xcolumnfractions |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3803 \global\setpercenttrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3804 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3805 \ifsetpercent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3806 \let\go\pickupwholefraction |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3807 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3808 \global\advance\colcount by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3809 \setbox0=\hbox{#1\unskip\space}% Add a normal word space as a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3810 % separator; typically that is always in the input, anyway. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3811 \expandafter\xdef\csname col\the\colcount\endcsname{\the\wd0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3812 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3813 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3814 \ifx\go\pickupwholefraction |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3815 % Put the argument back for the \pickupwholefraction call, so |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3816 % we'll always have a period there to be parsed. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3817 \def\go{\pickupwholefraction#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3818 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3819 \let\go = \setuptable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3820 \fi% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3821 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3822 \go |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3823 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3824 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3825 % multitable-only commands. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3826 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3827 % @headitem starts a heading row, which we typeset in bold. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3828 % Assignments have to be global since we are inside the implicit group |
11060 | 3829 % of an alignment entry. \everycr resets \everytab so we don't have to |
3830 % undo it ourselves. | |
3831 \def\headitemfont{\b}% for people to use in the template row; not changeable | |
3832 \def\headitem{% | |
3833 \checkenv\multitable | |
3834 \crcr | |
3835 \global\everytab={\bf}% can't use \headitemfont since the parsing differs | |
3836 \the\everytab % for the first item | |
3837 }% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3838 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3839 % A \tab used to include \hskip1sp. But then the space in a template |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3840 % line is not enough. That is bad. So let's go back to just `&' until |
11060 | 3841 % we again encounter the problem the 1sp was intended to solve. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3842 % --karl, nathan@acm.org, 20apr99. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3843 \def\tab{\checkenv\multitable &\the\everytab}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3844 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3845 % @multitable ... @end multitable definitions: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3846 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3847 \newtoks\everytab % insert after every tab. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3848 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3849 \envdef\multitable{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3850 \vskip\parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3851 \startsavinginserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3852 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3853 % @item within a multitable starts a normal row. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3854 % We use \def instead of \let so that if one of the multitable entries |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3855 % contains an @itemize, we don't choke on the \item (seen as \crcr aka |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3856 % \endtemplate) expanding \doitemize. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3857 \def\item{\crcr}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3858 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3859 \tolerance=9500 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3860 \hbadness=9500 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3861 \setmultitablespacing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3862 \parskip=\multitableparskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3863 \parindent=\multitableparindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3864 \overfullrule=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3865 \global\colcount=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3866 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3867 \everycr = {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3868 \noalign{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3869 \global\everytab={}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3870 \global\colcount=0 % Reset the column counter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3871 % Check for saved footnotes, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3872 \checkinserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3873 % Keeps underfull box messages off when table breaks over pages. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3874 %\filbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3875 % Maybe so, but it also creates really weird page breaks when the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3876 % table breaks over pages. Wouldn't \vfil be better? Wait until the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3877 % problem manifests itself, so it can be fixed for real --karl. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3878 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3879 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3880 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3881 \parsearg\domultitable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3882 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3883 \def\domultitable#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3884 % To parse everything between @multitable and @item: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3885 \setuptable#1 \endsetuptable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3886 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3887 % This preamble sets up a generic column definition, which will |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3888 % be used as many times as user calls for columns. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3889 % \vtop will set a single line and will also let text wrap and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3890 % continue for many paragraphs if desired. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3891 \halign\bgroup &% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3892 \global\advance\colcount by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3893 \multistrut |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3894 \vtop{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3895 % Use the current \colcount to find the correct column width: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3896 \hsize=\expandafter\csname col\the\colcount\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3897 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3898 % In order to keep entries from bumping into each other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3899 % we will add a \leftskip of \multitablecolspace to all columns after |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3900 % the first one. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3901 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3902 % If a template has been used, we will add \multitablecolspace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3903 % to the width of each template entry. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3904 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3905 % If the user has set preamble in terms of percent of \hsize we will |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3906 % use that dimension as the width of the column, and the \leftskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3907 % will keep entries from bumping into each other. Table will start at |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3908 % left margin and final column will justify at right margin. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3909 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3910 % Make sure we don't inherit \rightskip from the outer environment. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3911 \rightskip=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3912 \ifnum\colcount=1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3913 % The first column will be indented with the surrounding text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3914 \advance\hsize by\leftskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3915 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3916 \ifsetpercent \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3917 % If user has not set preamble in terms of percent of \hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3918 % we will advance \hsize by \multitablecolspace. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3919 \advance\hsize by \multitablecolspace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3920 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3921 % In either case we will make \leftskip=\multitablecolspace: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3922 \leftskip=\multitablecolspace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3923 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3924 % Ignoring space at the beginning and end avoids an occasional spurious |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3925 % blank line, when TeX decides to break the line at the space before the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3926 % box from the multistrut, so the strut ends up on a line by itself. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3927 % For example: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3928 % @multitable @columnfractions .11 .89 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3929 % @item @code{#} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3930 % @tab Legal holiday which is valid in major parts of the whole country. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3931 % Is automatically provided with highlighting sequences respectively |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3932 % marking characters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3933 \noindent\ignorespaces##\unskip\multistrut |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3934 }\cr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3935 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3936 \def\Emultitable{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3937 \crcr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3938 \egroup % end the \halign |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3939 \global\setpercentfalse |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3940 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3941 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3942 \def\setmultitablespacing{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3943 \def\multistrut{\strut}% just use the standard line spacing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3944 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3945 % Compute \multitablelinespace (if not defined by user) for use in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3946 % \multitableparskip calculation. We used define \multistrut based on |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3947 % this, but (ironically) that caused the spacing to be off. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3948 % See bug-texinfo report from Werner Lemberg, 31 Oct 2004 12:52:20 +0100. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3949 \ifdim\multitablelinespace=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3950 \setbox0=\vbox{X}\global\multitablelinespace=\the\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3951 \global\advance\multitablelinespace by-\ht0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3952 \fi |
14809 | 3953 % Test to see if parskip is larger than space between lines of |
3954 % table. If not, do nothing. | |
3955 % If so, set to same dimension as multitablelinespace. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3956 \ifdim\multitableparskip>\multitablelinespace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3957 \global\multitableparskip=\multitablelinespace |
15749 | 3958 \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller |
3959 % than skip between lines in the table. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3960 \fi% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3961 \ifdim\multitableparskip=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3962 \global\multitableparskip=\multitablelinespace |
15749 | 3963 \global\advance\multitableparskip-7pt % to keep parskip somewhat smaller |
3964 % than skip between lines in the table. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3965 \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3966 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3967 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3968 \message{conditionals,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3969 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3970 % @iftex, @ifnotdocbook, @ifnothtml, @ifnotinfo, @ifnotplaintext, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3971 % @ifnotxml always succeed. They currently do nothing; we don't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3972 % attempt to check whether the conditionals are properly nested. But we |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3973 % have to remember that they are conditionals, so that @end doesn't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3974 % attempt to close an environment group. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3975 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3976 \def\makecond#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3977 \expandafter\let\csname #1\endcsname = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3978 \expandafter\let\csname iscond.#1\endcsname = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3979 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3980 \makecond{iftex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3981 \makecond{ifnotdocbook} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3982 \makecond{ifnothtml} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3983 \makecond{ifnotinfo} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3984 \makecond{ifnotplaintext} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3985 \makecond{ifnotxml} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3986 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3987 % Ignore @ignore, @ifhtml, @ifinfo, and the like. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3988 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3989 \def\direntry{\doignore{direntry}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3990 \def\documentdescription{\doignore{documentdescription}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3991 \def\docbook{\doignore{docbook}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3992 \def\html{\doignore{html}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3993 \def\ifdocbook{\doignore{ifdocbook}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3994 \def\ifhtml{\doignore{ifhtml}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3995 \def\ifinfo{\doignore{ifinfo}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3996 \def\ifnottex{\doignore{ifnottex}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3997 \def\ifplaintext{\doignore{ifplaintext}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3998 \def\ifxml{\doignore{ifxml}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3999 \def\ignore{\doignore{ignore}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4000 \def\menu{\doignore{menu}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4001 \def\xml{\doignore{xml}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4002 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4003 % Ignore text until a line `@end #1', keeping track of nested conditionals. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4004 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4005 % A count to remember the depth of nesting. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4006 \newcount\doignorecount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4007 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4008 \def\doignore#1{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4009 % Scan in ``verbatim'' mode: |
6635 | 4010 \obeylines |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4011 \catcode`\@ = \other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4012 \catcode`\{ = \other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4013 \catcode`\} = \other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4014 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4015 % Make sure that spaces turn into tokens that match what \doignoretext wants. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4016 \spaceisspace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4017 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4018 % Count number of #1's that we've seen. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4019 \doignorecount = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4020 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4021 % Swallow text until we reach the matching `@end #1'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4022 \dodoignore{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4023 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4024 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4025 { \catcode`_=11 % We want to use \_STOP_ which cannot appear in texinfo source. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4026 \obeylines % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4027 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4028 \gdef\dodoignore#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4029 % #1 contains the command name as a string, e.g., `ifinfo'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4030 % |
6635 | 4031 % Define a command to find the next `@end #1'. |
4032 \long\def\doignoretext##1^^M@end #1{% | |
6499 | 4033 \doignoretextyyy##1^^M@#1\_STOP_}% |
6635 | 4034 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4035 % And this command to find another #1 command, at the beginning of a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4036 % line. (Otherwise, we would consider a line `@c @ifset', for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4037 % example, to count as an @ifset for nesting.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4038 \long\def\doignoretextyyy##1^^M@#1##2\_STOP_{\doignoreyyy{##2}\_STOP_}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4039 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4040 % And now expand that command. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4041 \doignoretext ^^M% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4042 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4043 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4044 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4045 \def\doignoreyyy#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4046 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4047 \ifx\temp\empty % Nothing found. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4048 \let\next\doignoretextzzz |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4049 \else % Found a nested condition, ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4050 \advance\doignorecount by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4051 \let\next\doignoretextyyy % ..., look for another. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4052 % If we're here, #1 ends with ^^M\ifinfo (for example). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4053 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4054 \next #1% the token \_STOP_ is present just after this macro. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4055 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4056 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4057 % We have to swallow the remaining "\_STOP_". |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4058 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4059 \def\doignoretextzzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4060 \ifnum\doignorecount = 0 % We have just found the outermost @end. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4061 \let\next\enddoignore |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4062 \else % Still inside a nested condition. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4063 \advance\doignorecount by -1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4064 \let\next\doignoretext % Look for the next @end. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4065 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4066 \next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4067 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4068 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4069 % Finish off ignored text. |
6635 | 4070 { \obeylines% |
4071 % Ignore anything after the last `@end #1'; this matters in verbatim | |
4072 % environments, where otherwise the newline after an ignored conditional | |
4073 % would result in a blank line in the output. | |
4074 \gdef\enddoignore#1^^M{\endgroup\ignorespaces}% | |
4075 } | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4076 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4077 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4078 % @set VAR sets the variable VAR to an empty value. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4079 % @set VAR REST-OF-LINE sets VAR to the value REST-OF-LINE. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4080 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4081 % Since we want to separate VAR from REST-OF-LINE (which might be |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4082 % empty), we can't just use \parsearg; we have to insert a space of our |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4083 % own to delimit the rest of the line, and then take it out again if we |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4084 % didn't need it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4085 % We rely on the fact that \parsearg sets \catcode`\ =10. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4086 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4087 \parseargdef\set{\setyyy#1 \endsetyyy} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4088 \def\setyyy#1 #2\endsetyyy{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4089 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4090 \makevalueexpandable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4091 \def\temp{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4092 \edef\next{\gdef\makecsname{SET#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4093 \ifx\temp\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4094 \next{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4095 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4096 \setzzz#2\endsetzzz |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4097 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4098 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4099 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4100 % Remove the trailing space \setxxx inserted. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4101 \def\setzzz#1 \endsetzzz{\next{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4102 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4103 % @clear VAR clears (i.e., unsets) the variable VAR. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4104 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4105 \parseargdef\clear{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4106 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4107 \makevalueexpandable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4108 \global\expandafter\let\csname SET#1\endcsname=\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4109 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4110 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4111 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4112 % @value{foo} gets the text saved in variable foo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4113 \def\value{\begingroup\makevalueexpandable\valuexxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4114 \def\valuexxx#1{\expandablevalue{#1}\endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4115 { |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4116 \catcode`\- = \active \catcode`\_ = \active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4117 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4118 \gdef\makevalueexpandable{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4119 \let\value = \expandablevalue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4120 % We don't want these characters active, ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4121 \catcode`\-=\other \catcode`\_=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4122 % ..., but we might end up with active ones in the argument if |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4123 % we're called from @code, as @code{@value{foo-bar_}}, though. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4124 % So \let them to their normal equivalents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4125 \let-\realdash \let_\normalunderscore |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4126 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4127 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4128 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4129 % We have this subroutine so that we can handle at least some @value's |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4130 % properly in indexes (we call \makevalueexpandable in \indexdummies). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4131 % The command has to be fully expandable (if the variable is set), since |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4132 % the result winds up in the index file. This means that if the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4133 % variable's value contains other Texinfo commands, it's almost certain |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4134 % it will fail (although perhaps we could fix that with sufficient work |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4135 % to do a one-level expansion on the result, instead of complete). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4136 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4137 \def\expandablevalue#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4138 \expandafter\ifx\csname SET#1\endcsname\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4139 {[No value for ``#1'']}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4140 \message{Variable `#1', used in @value, is not set.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4141 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4142 \csname SET#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4143 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4144 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4145 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4146 % @ifset VAR ... @end ifset reads the `...' iff VAR has been defined |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4147 % with @set. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4148 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4149 % To get special treatment of `@end ifset,' call \makeond and the redefine. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4150 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4151 \makecond{ifset} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4152 \def\ifset{\parsearg{\doifset{\let\next=\ifsetfail}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4153 \def\doifset#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4154 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4155 \makevalueexpandable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4156 \let\next=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4157 \expandafter\ifx\csname SET#2\endcsname\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4158 #1% If not set, redefine \next. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4159 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4160 \expandafter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4161 }\next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4162 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4163 \def\ifsetfail{\doignore{ifset}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4164 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4165 % @ifclear VAR ... @end ifclear reads the `...' iff VAR has never been |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4166 % defined with @set, or has been undefined with @clear. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4167 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4168 % The `\else' inside the `\doifset' parameter is a trick to reuse the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4169 % above code: if the variable is not set, do nothing, if it is set, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4170 % then redefine \next to \ifclearfail. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4171 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4172 \makecond{ifclear} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4173 \def\ifclear{\parsearg{\doifset{\else \let\next=\ifclearfail}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4174 \def\ifclearfail{\doignore{ifclear}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4175 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4176 % @dircategory CATEGORY -- specify a category of the dir file |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4177 % which this file should belong to. Ignore this in TeX. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4178 \let\dircategory=\comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4179 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4180 % @defininfoenclose. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4181 \let\definfoenclose=\comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4182 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4183 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4184 \message{indexing,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4185 % Index generation facilities |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4186 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4187 % Define \newwrite to be identical to plain tex's \newwrite |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4188 % except not \outer, so it can be used within macros and \if's. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4189 \edef\newwrite{\makecsname{ptexnewwrite}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4190 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4191 % \newindex {foo} defines an index named foo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4192 % It automatically defines \fooindex such that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4193 % \fooindex ...rest of line... puts an entry in the index foo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4194 % It also defines \fooindfile to be the number of the output channel for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4195 % the file that accumulates this index. The file's extension is foo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4196 % The name of an index should be no more than 2 characters long |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4197 % for the sake of vms. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4198 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4199 \def\newindex#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4200 \iflinks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4201 \expandafter\newwrite \csname#1indfile\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4202 \openout \csname#1indfile\endcsname \jobname.#1 % Open the file |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4203 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4204 \expandafter\xdef\csname#1index\endcsname{% % Define @#1index |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4205 \noexpand\doindex{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4206 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4207 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4208 % @defindex foo == \newindex{foo} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4209 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4210 \def\defindex{\parsearg\newindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4211 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4212 % Define @defcodeindex, like @defindex except put all entries in @code. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4213 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4214 \def\defcodeindex{\parsearg\newcodeindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4215 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4216 \def\newcodeindex#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4217 \iflinks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4218 \expandafter\newwrite \csname#1indfile\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4219 \openout \csname#1indfile\endcsname \jobname.#1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4220 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4221 \expandafter\xdef\csname#1index\endcsname{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4222 \noexpand\docodeindex{#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4223 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4224 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4225 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4226 % @synindex foo bar makes index foo feed into index bar. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4227 % Do this instead of @defindex foo if you don't want it as a separate index. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4228 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4229 % @syncodeindex foo bar similar, but put all entries made for index foo |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4230 % inside @code. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4231 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4232 \def\synindex#1 #2 {\dosynindex\doindex{#1}{#2}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4233 \def\syncodeindex#1 #2 {\dosynindex\docodeindex{#1}{#2}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4234 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4235 % #1 is \doindex or \docodeindex, #2 the index getting redefined (foo), |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4236 % #3 the target index (bar). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4237 \def\dosynindex#1#2#3{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4238 % Only do \closeout if we haven't already done it, else we'll end up |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4239 % closing the target index. |
10630 | 4240 \expandafter \ifx\csname donesynindex#2\endcsname \relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4241 % The \closeout helps reduce unnecessary open files; the limit on the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4242 % Acorn RISC OS is a mere 16 files. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4243 \expandafter\closeout\csname#2indfile\endcsname |
10632 | 4244 \expandafter\let\csname donesynindex#2\endcsname = 1 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4245 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4246 % redefine \fooindfile: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4247 \expandafter\let\expandafter\temp\expandafter=\csname#3indfile\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4248 \expandafter\let\csname#2indfile\endcsname=\temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4249 % redefine \fooindex: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4250 \expandafter\xdef\csname#2index\endcsname{\noexpand#1{#3}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4251 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4252 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4253 % Define \doindex, the driver for all \fooindex macros. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4254 % Argument #1 is generated by the calling \fooindex macro, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4255 % and it is "foo", the name of the index. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4256 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4257 % \doindex just uses \parsearg; it calls \doind for the actual work. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4258 % This is because \doind is more useful to call from other macros. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4259 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4260 % There is also \dosubind {index}{topic}{subtopic} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4261 % which makes an entry in a two-level index such as the operation index. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4262 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4263 \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4264 \def\singleindexer #1{\doind{\indexname}{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4265 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4266 % like the previous two, but they put @code around the argument. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4267 \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4268 \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4269 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4270 % Take care of Texinfo commands that can appear in an index entry. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4271 % Since there are some commands we want to expand, and others we don't, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4272 % we have to laboriously prevent expansion for those that we don't. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4273 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4274 \def\indexdummies{% |
5959 | 4275 \escapechar = `\\ % use backslash in output files. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4276 \def\@{@}% change to @@ when we switch to @ as escape char in index files. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4277 \def\ {\realbackslash\space }% |
6811 | 4278 % |
13254 | 4279 % Need these unexpandable (because we define \tt as a dummy) |
4280 % definitions when @{ or @} appear in index entry text. Also, more | |
4281 % complicated, when \tex is in effect and \{ is a \delimiter again. | |
4282 % We can't use \lbracecmd and \rbracecmd because texindex assumes | |
4283 % braces and backslashes are used only as delimiters. Perhaps we | |
4284 % should define @lbrace and @rbrace commands a la @comma. | |
4285 \def\{{{\tt\char123}}% | |
4286 \def\}{{\tt\char125}}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4287 % |
6811 | 4288 % I don't entirely understand this, but when an index entry is |
4289 % generated from a macro call, the \endinput which \scanmacro inserts | |
4290 % causes processing to be prematurely terminated. This is, | |
4291 % apparently, because \indexsorttmp is fully expanded, and \endinput | |
4292 % is an expandable command. The redefinition below makes \endinput | |
4293 % disappear altogether for that purpose -- although logging shows that | |
4294 % processing continues to some further point. On the other hand, it | |
4295 % seems \endinput does not hurt in the printed index arg, since that | |
4296 % is still getting written without apparent harm. | |
11418 | 4297 % |
6811 | 4298 % Sample source (mac-idx3.tex, reported by Graham Percival to |
4299 % help-texinfo, 22may06): | |
4300 % @macro funindex {WORD} | |
4301 % @findex xyz | |
4302 % @end macro | |
4303 % ... | |
4304 % @funindex commtest | |
11418 | 4305 % |
6811 | 4306 % The above is not enough to reproduce the bug, but it gives the flavor. |
11418 | 4307 % |
6811 | 4308 % Sample whatsit resulting: |
4309 % .@write3{\entry{xyz}{@folio }{@code {xyz@endinput }}} | |
11418 | 4310 % |
6811 | 4311 % So: |
4312 \let\endinput = \empty | |
4313 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4314 % Do the redefinitions. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4315 \commondummies |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4316 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4317 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4318 % For the aux and toc files, @ is the escape character. So we want to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4319 % redefine everything using @ as the escape character (instead of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4320 % \realbackslash, still used for index files). When everything uses @, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4321 % this will be simpler. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4322 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4323 \def\atdummies{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4324 \def\@{@@}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4325 \def\ {@ }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4326 \let\{ = \lbraceatcmd |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4327 \let\} = \rbraceatcmd |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4328 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4329 % Do the redefinitions. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4330 \commondummies |
6040 | 4331 \otherbackslash |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4332 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4333 |
5959 | 4334 % Called from \indexdummies and \atdummies. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4335 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4336 \def\commondummies{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4337 % |
5959 | 4338 % \definedummyword defines \#1 as \string\#1\space, thus effectively |
13561 | 4339 % preventing its expansion. This is used only for control words, |
5959 | 4340 % not control letters, because the \space would be incorrect for |
4341 % control characters, but is needed to separate the control word | |
4342 % from whatever follows. | |
4343 % | |
4344 % For control letters, we have \definedummyletter, which omits the | |
4345 % space. | |
4346 % | |
4347 % These can be used both for control words that take an argument and | |
4348 % those that do not. If it is followed by {arg} in the input, then | |
4349 % that will dutifully get written to the index (or wherever). | |
4350 % | |
4351 \def\definedummyword ##1{\def##1{\string##1\space}}% | |
4352 \def\definedummyletter##1{\def##1{\string##1}}% | |
4353 \let\definedummyaccent\definedummyletter | |
4354 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4355 \commondummiesnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4356 % |
5959 | 4357 \definedummyletter\_% |
13561 | 4358 \definedummyletter\-% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4359 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4360 % Non-English letters. |
5959 | 4361 \definedummyword\AA |
4362 \definedummyword\AE | |
11419 | 4363 \definedummyword\DH |
5959 | 4364 \definedummyword\L |
11419 | 4365 \definedummyword\O |
5959 | 4366 \definedummyword\OE |
11419 | 4367 \definedummyword\TH |
5959 | 4368 \definedummyword\aa |
4369 \definedummyword\ae | |
11419 | 4370 \definedummyword\dh |
4371 \definedummyword\exclamdown | |
5959 | 4372 \definedummyword\l |
4373 \definedummyword\o | |
11419 | 4374 \definedummyword\oe |
5959 | 4375 \definedummyword\ordf |
4376 \definedummyword\ordm | |
11419 | 4377 \definedummyword\questiondown |
4378 \definedummyword\ss | |
4379 \definedummyword\th | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4380 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4381 % Although these internal commands shouldn't show up, sometimes they do. |
5959 | 4382 \definedummyword\bf |
4383 \definedummyword\gtr | |
4384 \definedummyword\hat | |
4385 \definedummyword\less | |
4386 \definedummyword\sf | |
4387 \definedummyword\sl | |
4388 \definedummyword\tclose | |
4389 \definedummyword\tt | |
4390 % | |
4391 \definedummyword\LaTeX | |
4392 \definedummyword\TeX | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4393 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4394 % Assorted special characters. |
13561 | 4395 \definedummyword\arrow |
5959 | 4396 \definedummyword\bullet |
4397 \definedummyword\comma | |
4398 \definedummyword\copyright | |
4399 \definedummyword\registeredsymbol | |
4400 \definedummyword\dots | |
4401 \definedummyword\enddots | |
13341 | 4402 \definedummyword\entrybreak |
5959 | 4403 \definedummyword\equiv |
4404 \definedummyword\error | |
4405 \definedummyword\euro | |
13561 | 4406 \definedummyword\expansion |
4407 \definedummyword\geq | |
9100 | 4408 \definedummyword\guillemetleft |
4409 \definedummyword\guillemetright | |
4410 \definedummyword\guilsinglleft | |
4411 \definedummyword\guilsinglright | |
13561 | 4412 \definedummyword\leq |
5959 | 4413 \definedummyword\minus |
10776 | 4414 \definedummyword\ogonek |
5959 | 4415 \definedummyword\pounds |
4416 \definedummyword\point | |
4417 \definedummyword\print | |
9100 | 4418 \definedummyword\quotedblbase |
4419 \definedummyword\quotedblleft | |
4420 \definedummyword\quotedblright | |
4421 \definedummyword\quoteleft | |
4422 \definedummyword\quoteright | |
4423 \definedummyword\quotesinglbase | |
5959 | 4424 \definedummyword\result |
7201 | 4425 \definedummyword\textdegree |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4426 % |
5966 | 4427 % We want to disable all macros so that they are not expanded by \write. |
4428 \macrolist | |
4429 % | |
4430 \normalturnoffactive | |
4431 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4432 % Handle some cases of @value -- where it does not contain any |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4433 % (non-fully-expandable) commands. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4434 \makevalueexpandable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4435 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4436 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4437 % \commondummiesnofonts: common to \commondummies and \indexnofonts. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4438 % |
6040 | 4439 \def\commondummiesnofonts{% |
4440 % Control letters and accents. | |
4441 \definedummyletter\!% | |
4442 \definedummyaccent\"% | |
4443 \definedummyaccent\'% | |
4444 \definedummyletter\*% | |
4445 \definedummyaccent\,% | |
4446 \definedummyletter\.% | |
4447 \definedummyletter\/% | |
4448 \definedummyletter\:% | |
4449 \definedummyaccent\=% | |
4450 \definedummyletter\?% | |
4451 \definedummyaccent\^% | |
4452 \definedummyaccent\`% | |
4453 \definedummyaccent\~% | |
4454 \definedummyword\u | |
4455 \definedummyword\v | |
4456 \definedummyword\H | |
4457 \definedummyword\dotaccent | |
10776 | 4458 \definedummyword\ogonek |
6040 | 4459 \definedummyword\ringaccent |
4460 \definedummyword\tieaccent | |
4461 \definedummyword\ubaraccent | |
4462 \definedummyword\udotaccent | |
4463 \definedummyword\dotless | |
4464 % | |
4465 % Texinfo font commands. | |
4466 \definedummyword\b | |
4467 \definedummyword\i | |
4468 \definedummyword\r | |
13561 | 4469 \definedummyword\sansserif |
6040 | 4470 \definedummyword\sc |
13561 | 4471 \definedummyword\slanted |
6040 | 4472 \definedummyword\t |
4473 % | |
4474 % Commands that take arguments. | |
4475 \definedummyword\acronym | |
4476 \definedummyword\cite | |
4477 \definedummyword\code | |
4478 \definedummyword\command | |
4479 \definedummyword\dfn | |
13561 | 4480 \definedummyword\dmn |
11739 | 4481 \definedummyword\email |
6040 | 4482 \definedummyword\emph |
4483 \definedummyword\env | |
4484 \definedummyword\file | |
13561 | 4485 \definedummyword\indicateurl |
6040 | 4486 \definedummyword\kbd |
4487 \definedummyword\key | |
4488 \definedummyword\math | |
4489 \definedummyword\option | |
4490 \definedummyword\pxref | |
4491 \definedummyword\ref | |
4492 \definedummyword\samp | |
4493 \definedummyword\strong | |
4494 \definedummyword\tie | |
4495 \definedummyword\uref | |
4496 \definedummyword\url | |
4497 \definedummyword\var | |
4498 \definedummyword\verb | |
4499 \definedummyword\w | |
4500 \definedummyword\xref | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4501 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4502 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4503 % \indexnofonts is used when outputting the strings to sort the index |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4504 % by, and when constructing control sequence names. It eliminates all |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4505 % control sequences and just writes whatever the best ASCII sort string |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4506 % would be for a given command (usually its argument). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4507 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4508 \def\indexnofonts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4509 % Accent commands should become @asis. |
5959 | 4510 \def\definedummyaccent##1{\let##1\asis}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4511 % We can just ignore other control letters. |
5959 | 4512 \def\definedummyletter##1{\let##1\empty}% |
13561 | 4513 % All control words become @asis by default; overrides below. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4514 \let\definedummyword\definedummyaccent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4515 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4516 \commondummiesnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4517 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4518 % Don't no-op \tt, since it isn't a user-level command |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4519 % and is used in the definitions of the active chars like <, >, |, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4520 % Likewise with the other plain tex font commands. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4521 %\let\tt=\asis |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4522 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4523 \def\ { }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4524 \def\@{@}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4525 \def\_{\normalunderscore}% |
13561 | 4526 \def\-{}% @- shouldn't affect sorting |
4527 % | |
4528 % Unfortunately, texindex is not prepared to handle braces in the | |
4529 % content at all. So for index sorting, we map @{ and @} to strings | |
4530 % starting with |, since that ASCII character is between ASCII { and }. | |
4531 \def\{{|a}% | |
4532 \def\}{|b}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4533 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4534 % Non-English letters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4535 \def\AA{AA}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4536 \def\AE{AE}% |
11419 | 4537 \def\DH{DZZ}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4538 \def\L{L}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4539 \def\OE{OE}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4540 \def\O{O}% |
11419 | 4541 \def\TH{ZZZ}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4542 \def\aa{aa}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4543 \def\ae{ae}% |
11419 | 4544 \def\dh{dzz}% |
4545 \def\exclamdown{!}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4546 \def\l{l}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4547 \def\oe{oe}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4548 \def\ordf{a}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4549 \def\ordm{o}% |
11419 | 4550 \def\o{o}% |
4551 \def\questiondown{?}% | |
4552 \def\ss{ss}% | |
4553 \def\th{zzz}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4554 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4555 \def\LaTeX{LaTeX}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4556 \def\TeX{TeX}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4557 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4558 % Assorted special characters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4559 % (The following {} will end up in the sort string, but that's ok.) |
13561 | 4560 \def\arrow{->}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4561 \def\bullet{bullet}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4562 \def\comma{,}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4563 \def\copyright{copyright}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4564 \def\dots{...}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4565 \def\enddots{...}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4566 \def\equiv{==}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4567 \def\error{error}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4568 \def\euro{euro}% |
11574 | 4569 \def\expansion{==>}% |
13561 | 4570 \def\geq{>=}% |
9100 | 4571 \def\guillemetleft{<<}% |
4572 \def\guillemetright{>>}% | |
4573 \def\guilsinglleft{<}% | |
4574 \def\guilsinglright{>}% | |
13561 | 4575 \def\leq{<=}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4576 \def\minus{-}% |
11574 | 4577 \def\point{.}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4578 \def\pounds{pounds}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4579 \def\print{-|}% |
9100 | 4580 \def\quotedblbase{"}% |
4581 \def\quotedblleft{"}% | |
4582 \def\quotedblright{"}% | |
4583 \def\quoteleft{`}% | |
4584 \def\quoteright{'}% | |
4585 \def\quotesinglbase{,}% | |
11574 | 4586 \def\registeredsymbol{R}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4587 \def\result{=>}% |
11574 | 4588 \def\textdegree{o}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4589 % |
13361 | 4590 \expandafter\ifx\csname SETtxiindexlquoteignore\endcsname\relax |
4591 \else \indexlquoteignore \fi | |
4592 % | |
5959 | 4593 % We need to get rid of all macros, leaving only the arguments (if present). |
4594 % Of course this is not nearly correct, but it is the best we can do for now. | |
4595 % makeinfo does not expand macros in the argument to @deffn, which ends up | |
4596 % writing an index entry, and texindex isn't prepared for an index sort entry | |
4597 % that starts with \. | |
11418 | 4598 % |
5959 | 4599 % Since macro invocations are followed by braces, we can just redefine them |
4600 % to take a single TeX argument. The case of a macro invocation that | |
4601 % goes to end-of-line is not handled. | |
11418 | 4602 % |
5959 | 4603 \macrolist |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4604 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4605 |
13361 | 4606 % Undocumented (for FSFS 2nd ed.): @set txiindexlquoteignore makes us |
4607 % ignore left quotes in the sort term. | |
4608 {\catcode`\`=\active | |
4609 \gdef\indexlquoteignore{\let`=\empty}} | |
4610 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4611 \let\indexbackslash=0 %overridden during \printindex. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4612 \let\SETmarginindex=\relax % put index entries in margin (undocumented)? |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4613 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4614 % Most index entries go through here, but \dosubind is the general case. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4615 % #1 is the index name, #2 is the entry text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4616 \def\doind#1#2{\dosubind{#1}{#2}{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4617 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4618 % Workhorse for all \fooindexes. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4619 % #1 is name of index, #2 is stuff to put there, #3 is subentry -- |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4620 % empty if called from \doind, as we usually are (the main exception |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4621 % is with most defuns, which call us directly). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4622 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4623 \def\dosubind#1#2#3{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4624 \iflinks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4625 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4626 % Store the main index entry text (including the third arg). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4627 \toks0 = {#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4628 % If third arg is present, precede it with a space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4629 \def\thirdarg{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4630 \ifx\thirdarg\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4631 \toks0 = \expandafter{\the\toks0 \space #3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4632 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4633 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4634 \edef\writeto{\csname#1indfile\endcsname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4635 % |
8656 | 4636 \safewhatsit\dosubindwrite |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4637 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4638 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4639 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4640 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4641 % Write the entry in \toks0 to the index file: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4642 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4643 \def\dosubindwrite{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4644 % Put the index entry in the margin if desired. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4645 \ifx\SETmarginindex\relax\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4646 \insert\margin{\hbox{\vrule height8pt depth3pt width0pt \the\toks0}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4647 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4648 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4649 % Remember, we are within a group. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4650 \indexdummies % Must do this here, since \bf, etc expand at this stage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4651 \def\backslashcurfont{\indexbackslash}% \indexbackslash isn't defined now |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4652 % so it will be output as is; and it will print as backslash. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4653 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4654 % Process the index entry with all font commands turned off, to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4655 % get the string to sort by. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4656 {\indexnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4657 \edef\temp{\the\toks0}% need full expansion |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4658 \xdef\indexsorttmp{\temp}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4659 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4660 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4661 % Set up the complete index entry, with both the sort key and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4662 % the original text, including any font commands. We write |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4663 % three arguments to \entry to the .?? file (four in the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4664 % subentry case), texindex reduces to two when writing the .??s |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4665 % sorted result. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4666 \edef\temp{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4667 \write\writeto{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4668 \string\entry{\indexsorttmp}{\noexpand\folio}{\the\toks0}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4669 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4670 \temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4671 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4672 |
8656 | 4673 % Take care of unwanted page breaks/skips around a whatsit: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4674 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4675 % If a skip is the last thing on the list now, preserve it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4676 % by backing up by \lastskip, doing the \write, then inserting |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4677 % the skip again. Otherwise, the whatsit generated by the |
8656 | 4678 % \write or \pdfdest will make \lastskip zero. The result is that |
4679 % sequences like this: | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4680 % @end defun |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4681 % @tindex whatever |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4682 % @defun ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4683 % will have extra space inserted, because the \medbreak in the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4684 % start of the @defun won't see the skip inserted by the @end of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4685 % the previous defun. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4686 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4687 % But don't do any of this if we're not in vertical mode. We |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4688 % don't want to do a \vskip and prematurely end a paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4689 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4690 % Avoid page breaks due to these extra skips, too. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4691 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4692 % But wait, there is a catch there: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4693 % We'll have to check whether \lastskip is zero skip. \ifdim is not |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4694 % sufficient for this purpose, as it ignores stretch and shrink parts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4695 % of the skip. The only way seems to be to check the textual |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4696 % representation of the skip. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4697 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4698 % The following is almost like \def\zeroskipmacro{0.0pt} except that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4699 % the ``p'' and ``t'' characters have catcode \other, not 11 (letter). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4700 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4701 \edef\zeroskipmacro{\expandafter\the\csname z@skip\endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4702 % |
8656 | 4703 \newskip\whatsitskip |
4704 \newcount\whatsitpenalty | |
4705 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4706 % ..., ready, GO: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4707 % |
8656 | 4708 \def\safewhatsit#1{% |
4709 \ifhmode | |
4710 #1% | |
4711 \else | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4712 % \lastskip and \lastpenalty cannot both be nonzero simultaneously. |
8656 | 4713 \whatsitskip = \lastskip |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4714 \edef\lastskipmacro{\the\lastskip}% |
8656 | 4715 \whatsitpenalty = \lastpenalty |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4716 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4717 % If \lastskip is nonzero, that means the last item was a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4718 % skip. And since a skip is discardable, that means this |
9038 | 4719 % -\whatsitskip glue we're inserting is preceded by a |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4720 % non-discardable item, therefore it is not a potential |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4721 % breakpoint, therefore no \nobreak needed. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4722 \ifx\lastskipmacro\zeroskipmacro |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4723 \else |
8656 | 4724 \vskip-\whatsitskip |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4725 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4726 % |
8656 | 4727 #1% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4728 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4729 \ifx\lastskipmacro\zeroskipmacro |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4730 % If \lastskip was zero, perhaps the last item was a penalty, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4731 % perhaps it was >=10000, e.g., a \nobreak. In that case, we want |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4732 % to re-insert the same penalty (values >10000 are used for various |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4733 % signals); since we just inserted a non-discardable item, any |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4734 % following glue (such as a \parskip) would be a breakpoint. For example: |
11418 | 4735 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4736 % @deffn deffn-whatever |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4737 % @vindex index-whatever |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4738 % Description. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4739 % would allow a break between the index-whatever whatsit |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4740 % and the "Description." paragraph. |
8656 | 4741 \ifnum\whatsitpenalty>9999 \penalty\whatsitpenalty \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4742 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4743 % On the other hand, if we had a nonzero \lastskip, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4744 % this make-up glue would be preceded by a non-discardable item |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4745 % (the whatsit from the \write), so we must insert a \nobreak. |
8656 | 4746 \nobreak\vskip\whatsitskip |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4747 \fi |
8656 | 4748 \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4749 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4750 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4751 % The index entry written in the file actually looks like |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4752 % \entry {sortstring}{page}{topic} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4753 % or |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4754 % \entry {sortstring}{page}{topic}{subtopic} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4755 % The texindex program reads in these files and writes files |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4756 % containing these kinds of lines: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4757 % \initial {c} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4758 % before the first topic whose initial is c |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4759 % \entry {topic}{pagelist} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4760 % for a topic that is used without subtopics |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4761 % \primary {topic} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4762 % for the beginning of a topic that is used with subtopics |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4763 % \secondary {subtopic}{pagelist} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4764 % for each subtopic. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4765 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4766 % Define the user-accessible indexing commands |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4767 % @findex, @vindex, @kindex, @cindex. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4768 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4769 \def\findex {\fnindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4770 \def\kindex {\kyindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4771 \def\cindex {\cpindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4772 \def\vindex {\vrindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4773 \def\tindex {\tpindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4774 \def\pindex {\pgindex} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4775 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4776 \def\cindexsub {\begingroup\obeylines\cindexsub} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4777 {\obeylines % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4778 \gdef\cindexsub "#1" #2^^M{\endgroup % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4779 \dosubind{cp}{#2}{#1}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4780 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4781 % Define the macros used in formatting output of the sorted index material. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4782 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4783 % @printindex causes a particular index (the ??s file) to get printed. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4784 % It does not print any chapter heading (usually an @unnumbered). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4785 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4786 \parseargdef\printindex{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4787 \dobreak \chapheadingskip{10000}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4788 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4789 \smallfonts \rm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4790 \tolerance = 9500 |
8658 | 4791 \plainfrenchspacing |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4792 \everypar = {}% don't want the \kern\-parindent from indentation suppression. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4793 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4794 % See if the index file exists and is nonempty. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4795 % Change catcode of @ here so that if the index file contains |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4796 % \initial {@} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4797 % as its first line, TeX doesn't complain about mismatched braces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4798 % (because it thinks @} is a control sequence). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4799 \catcode`\@ = 11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4800 \openin 1 \jobname.#1s |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4801 \ifeof 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4802 % \enddoublecolumns gets confused if there is no text in the index, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4803 % and it loses the chapter title and the aux file entries for the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4804 % index. The easiest way to prevent this problem is to make sure |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4805 % there is some text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4806 \putwordIndexNonexistent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4807 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4808 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4809 % If the index file exists but is empty, then \openin leaves \ifeof |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4810 % false. We have to make TeX try to read something from the file, so |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4811 % it can discover if there is anything in it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4812 \read 1 to \temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4813 \ifeof 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4814 \putwordIndexIsEmpty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4815 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4816 % Index files are almost Texinfo source, but we use \ as the escape |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4817 % character. It would be better to use @, but that's too big a change |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4818 % to make right now. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4819 \def\indexbackslash{\backslashcurfont}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4820 \catcode`\\ = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4821 \escapechar = `\\ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4822 \begindoublecolumns |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4823 \input \jobname.#1s |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4824 \enddoublecolumns |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4825 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4826 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4827 \closein 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4828 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4829 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4830 % These macros are used by the sorted index file itself. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4831 % Change them to control the appearance of the index. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4832 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4833 \def\initial#1{{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4834 % Some minor font changes for the special characters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4835 \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4836 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4837 % Remove any glue we may have, we'll be inserting our own. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4838 \removelastskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4839 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4840 % We like breaks before the index initials, so insert a bonus. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4841 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4842 \vskip 0pt plus 3\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4843 \penalty 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4844 \vskip 0pt plus -3\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4845 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4846 % Typeset the initial. Making this add up to a whole number of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4847 % baselineskips increases the chance of the dots lining up from column |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4848 % to column. It still won't often be perfect, because of the stretch |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4849 % we need before each entry, but it's better. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4850 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4851 % No shrink because it confuses \balancecolumns. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4852 \vskip 1.67\baselineskip plus .5\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4853 \leftline{\secbf #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4854 % Do our best not to break after the initial. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4855 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4856 \vskip .33\baselineskip plus .1\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4857 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4858 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4859 % \entry typesets a paragraph consisting of the text (#1), dot leaders, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4860 % then page number (#2) flushed to the right margin. It is used for index |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4861 % and table of contents entries. The paragraph is indented by \leftskip. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4862 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4863 % A straightforward implementation would start like this: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4864 % \def\entry#1#2{... |
9862 | 4865 % But this freezes the catcodes in the argument, and can cause problems to |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4866 % @code, which sets - active. This problem was fixed by a kludge--- |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4867 % ``-'' was active throughout whole index, but this isn't really right. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4868 % The right solution is to prevent \entry from swallowing the whole text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4869 % --kasal, 21nov03 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4870 \def\entry{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4871 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4872 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4873 % Start a new paragraph if necessary, so our assignments below can't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4874 % affect previous text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4875 \par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4876 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4877 % Do not fill out the last line with white space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4878 \parfillskip = 0in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4879 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4880 % No extra space above this paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4881 \parskip = 0in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4882 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4883 % Do not prefer a separate line ending with a hyphen to fewer lines. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4884 \finalhyphendemerits = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4885 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4886 % \hangindent is only relevant when the entry text and page number |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4887 % don't both fit on one line. In that case, bob suggests starting the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4888 % dots pretty far over on the line. Unfortunately, a large |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4889 % indentation looks wrong when the entry text itself is broken across |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4890 % lines. So we use a small indentation and put up with long leaders. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4891 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4892 % \hangafter is reset to 1 (which is the value we want) at the start |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4893 % of each paragraph, so we need not do anything with that. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4894 \hangindent = 2em |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4895 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4896 % When the entry text needs to be broken, just fill out the first line |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4897 % with blank space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4898 \rightskip = 0pt plus1fil |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4899 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4900 % A bit of stretch before each entry for the benefit of balancing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4901 % columns. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4902 \vskip 0pt plus1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4903 % |
13155 | 4904 % When reading the text of entry, convert explicit line breaks |
4905 % from @* into spaces. The user might give these in long section | |
4906 % titles, for instance. | |
4907 \def\*{\unskip\space\ignorespaces}% | |
13341 | 4908 \def\entrybreak{\hfil\break}% |
13155 | 4909 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4910 % Swallow the left brace of the text (first parameter): |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4911 \afterassignment\doentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4912 \let\temp = |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4913 } |
13341 | 4914 \def\entrybreak{\unskip\space\ignorespaces}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4915 \def\doentry{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4916 \bgroup % Instead of the swallowed brace. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4917 \noindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4918 \aftergroup\finishentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4919 % And now comes the text of the entry. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4920 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4921 \def\finishentry#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4922 % #1 is the page number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4923 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4924 % The following is kludged to not output a line of dots in the index if |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4925 % there are no page numbers. The next person who breaks this will be |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4926 % cursed by a Unix daemon. |
8801 | 4927 \setbox\boxA = \hbox{#1}% |
4928 \ifdim\wd\boxA = 0pt | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4929 \ % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4930 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4931 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4932 % If we must, put the page number on a line of its own, and fill out |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4933 % this line with blank space. (The \hfil is overwhelmed with the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4934 % fill leaders glue in \indexdotfill if the page number does fit.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4935 \hfil\penalty50 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4936 \null\nobreak\indexdotfill % Have leaders before the page number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4937 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4938 % The `\ ' here is removed by the implicit \unskip that TeX does as |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4939 % part of (the primitive) \par. Without it, a spurious underfull |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4940 % \hbox ensues. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4941 \ifpdf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4942 \pdfgettoks#1.% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4943 \ \the\toksA |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4944 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4945 \ #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4946 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4947 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4948 \par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4949 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4950 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4951 |
6843 | 4952 % Like plain.tex's \dotfill, except uses up at least 1 em. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4953 \def\indexdotfill{\cleaders |
6843 | 4954 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4955 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4956 \def\primary #1{\line{#1\hfil}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4957 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4958 \newskip\secondaryindent \secondaryindent=0.5cm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4959 \def\secondary#1#2{{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4960 \parfillskip=0in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4961 \parskip=0in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4962 \hangindent=1in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4963 \hangafter=1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4964 \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4965 \ifpdf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4966 \pdfgettoks#2.\ \the\toksA % The page number ends the paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4967 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4968 #2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4969 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4970 \par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4971 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4972 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4973 % Define two-column mode, which we use to typeset indexes. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4974 % Adapted from the TeXbook, page 416, which is to say, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4975 % the manmac.tex format used to print the TeXbook itself. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4976 \catcode`\@=11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4977 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4978 \newbox\partialpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4979 \newdimen\doublecolumnhsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4980 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4981 \def\begindoublecolumns{\begingroup % ended by \enddoublecolumns |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4982 % Grab any single-column material above us. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4983 \output = {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4984 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4985 % Here is a possibility not foreseen in manmac: if we accumulate a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4986 % whole lot of material, we might end up calling this \output |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4987 % routine twice in a row (see the doublecol-lose test, which is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4988 % essentially a couple of indexes with @setchapternewpage off). In |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4989 % that case we just ship out what is in \partialpage with the normal |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4990 % output routine. Generally, \partialpage will be empty when this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4991 % runs and this will be a no-op. See the indexspread.tex test case. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4992 \ifvoid\partialpage \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4993 \onepageout{\pagecontents\partialpage}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4994 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4995 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4996 \global\setbox\partialpage = \vbox{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4997 % Unvbox the main output page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4998 \unvbox\PAGE |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4999 \kern-\topskip \kern\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5000 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5001 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5002 \eject % run that output routine to set \partialpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5003 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5004 % Use the double-column output routine for subsequent pages. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5005 \output = {\doublecolumnout}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5006 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5007 % Change the page size parameters. We could do this once outside this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5008 % routine, in each of @smallbook, @afourpaper, and the default 8.5x11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5009 % format, but then we repeat the same computation. Repeating a couple |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5010 % of assignments once per index is clearly meaningless for the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5011 % execution time, so we may as well do it in one place. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5012 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5013 % First we halve the line length, less a little for the gutter between |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5014 % the columns. We compute the gutter based on the line length, so it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5015 % changes automatically with the paper format. The magic constant |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5016 % below is chosen so that the gutter has the same value (well, +-<1pt) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5017 % as it did when we hard-coded it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5018 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5019 % We put the result in a separate register, \doublecolumhsize, so we |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5020 % can restore it in \pagesofar, after \hsize itself has (potentially) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5021 % been clobbered. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5022 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5023 \doublecolumnhsize = \hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5024 \advance\doublecolumnhsize by -.04154\hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5025 \divide\doublecolumnhsize by 2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5026 \hsize = \doublecolumnhsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5027 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5028 % Double the \vsize as well. (We don't need a separate register here, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5029 % since nobody clobbers \vsize.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5030 \vsize = 2\vsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5031 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5032 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5033 % The double-column output routine for all double-column pages except |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5034 % the last. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5035 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5036 \def\doublecolumnout{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5037 \splittopskip=\topskip \splitmaxdepth=\maxdepth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5038 % Get the available space for the double columns -- the normal |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5039 % (undoubled) page height minus any material left over from the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5040 % previous page. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5041 \dimen@ = \vsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5042 \divide\dimen@ by 2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5043 \advance\dimen@ by -\ht\partialpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5044 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5045 % box0 will be the left-hand column, box2 the right. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5046 \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5047 \onepageout\pagesofar |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5048 \unvbox255 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5049 \penalty\outputpenalty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5050 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5051 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5052 % Re-output the contents of the output page -- any previous material, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5053 % followed by the two boxes we just split, in box0 and box2. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5054 \def\pagesofar{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5055 \unvbox\partialpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5056 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5057 \hsize = \doublecolumnhsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5058 \wd0=\hsize \wd2=\hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5059 \hbox to\pagewidth{\box0\hfil\box2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5060 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5061 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5062 % All done with double columns. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5063 \def\enddoublecolumns{% |
8434 | 5064 % The following penalty ensures that the page builder is exercised |
5065 % _before_ we change the output routine. This is necessary in the | |
5066 % following situation: | |
5067 % | |
5068 % The last section of the index consists only of a single entry. | |
5069 % Before this section, \pagetotal is less than \pagegoal, so no | |
5070 % break occurs before the last section starts. However, the last | |
5071 % section, consisting of \initial and the single \entry, does not | |
5072 % fit on the page and has to be broken off. Without the following | |
5073 % penalty the page builder will not be exercised until \eject | |
5074 % below, and by that time we'll already have changed the output | |
5075 % routine to the \balancecolumns version, so the next-to-last | |
5076 % double-column page will be processed with \balancecolumns, which | |
5077 % is wrong: The two columns will go to the main vertical list, with | |
5078 % the broken-off section in the recent contributions. As soon as | |
5079 % the output routine finishes, TeX starts reconsidering the page | |
5080 % break. The two columns and the broken-off section both fit on the | |
5081 % page, because the two columns now take up only half of the page | |
5082 % goal. When TeX sees \eject from below which follows the final | |
5083 % section, it invokes the new output routine that we've set after | |
5084 % \balancecolumns below; \onepageout will try to fit the two columns | |
5085 % and the final section into the vbox of \pageheight (see | |
5086 % \pagebody), causing an overfull box. | |
5087 % | |
5088 % Note that glue won't work here, because glue does not exercise the | |
5089 % page builder, unlike penalties (see The TeXbook, pp. 280-281). | |
5090 \penalty0 | |
5091 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5092 \output = {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5093 % Split the last of the double-column material. Leave it on the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5094 % current page, no automatic page break. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5095 \balancecolumns |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5096 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5097 % If we end up splitting too much material for the current page, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5098 % though, there will be another page break right after this \output |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5099 % invocation ends. Having called \balancecolumns once, we do not |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5100 % want to call it again. Therefore, reset \output to its normal |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5101 % definition right away. (We hope \balancecolumns will never be |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5102 % called on to balance too much material, but if it is, this makes |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5103 % the output somewhat more palatable.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5104 \global\output = {\onepageout{\pagecontents\PAGE}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5105 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5106 \eject |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5107 \endgroup % started in \begindoublecolumns |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5108 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5109 % \pagegoal was set to the doubled \vsize above, since we restarted |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5110 % the current page. We're now back to normal single-column |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5111 % typesetting, so reset \pagegoal to the normal \vsize (after the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5112 % \endgroup where \vsize got restored). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5113 \pagegoal = \vsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5114 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5115 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5116 % Called at the end of the double column material. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5117 \def\balancecolumns{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5118 \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5119 \dimen@ = \ht0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5120 \advance\dimen@ by \topskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5121 \advance\dimen@ by-\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5122 \divide\dimen@ by 2 % target to split to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5123 %debug\message{final 2-column material height=\the\ht0, target=\the\dimen@.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5124 \splittopskip = \topskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5125 % Loop until we get a decent breakpoint. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5126 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5127 \vbadness = 10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5128 \loop |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5129 \global\setbox3 = \copy0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5130 \global\setbox1 = \vsplit3 to \dimen@ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5131 \ifdim\ht3>\dimen@ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5132 \global\advance\dimen@ by 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5133 \repeat |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5134 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5135 %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5136 \setbox0=\vbox to\dimen@{\unvbox1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5137 \setbox2=\vbox to\dimen@{\unvbox3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5138 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5139 \pagesofar |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5140 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5141 \catcode`\@ = \other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5142 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5143 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5144 \message{sectioning,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5145 % Chapters, sections, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5146 |
13155 | 5147 % Let's start with @part. |
5148 \outer\parseargdef\part{\partzzz{#1}} | |
5149 \def\partzzz#1{% | |
5150 \chapoddpage | |
5151 \null | |
5152 \vskip.3\vsize % move it down on the page a bit | |
5153 \begingroup | |
5154 \noindent \titlefonts\rmisbold #1\par % the text | |
5155 \let\lastnode=\empty % no node to associate with | |
5156 \writetocentry{part}{#1}{}% but put it in the toc | |
5157 \headingsoff % no headline or footline on the part page | |
5158 \chapoddpage | |
5159 \endgroup | |
5160 } | |
5161 | |
5162 % \unnumberedno is an oxymoron. But we count the unnumbered | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5163 % sections so that we can refer to them unambiguously in the pdf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5164 % outlines by their "section number". We avoid collisions with chapter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5165 % numbers by starting them at 10000. (If a document ever has 10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5166 % chapters, we're in trouble anyway, I'm sure.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5167 \newcount\unnumberedno \unnumberedno = 10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5168 \newcount\chapno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5169 \newcount\secno \secno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5170 \newcount\subsecno \subsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5171 \newcount\subsubsecno \subsubsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5172 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5173 % This counter is funny since it counts through charcodes of letters A, B, ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5174 \newcount\appendixno \appendixno = `\@ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5175 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5176 % \def\appendixletter{\char\the\appendixno} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5177 % We do the following ugly conditional instead of the above simple |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5178 % construct for the sake of pdftex, which needs the actual |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5179 % letter in the expansion, not just typeset. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5180 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5181 \def\appendixletter{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5182 \ifnum\appendixno=`A A% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5183 \else\ifnum\appendixno=`B B% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5184 \else\ifnum\appendixno=`C C% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5185 \else\ifnum\appendixno=`D D% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5186 \else\ifnum\appendixno=`E E% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5187 \else\ifnum\appendixno=`F F% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5188 \else\ifnum\appendixno=`G G% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5189 \else\ifnum\appendixno=`H H% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5190 \else\ifnum\appendixno=`I I% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5191 \else\ifnum\appendixno=`J J% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5192 \else\ifnum\appendixno=`K K% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5193 \else\ifnum\appendixno=`L L% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5194 \else\ifnum\appendixno=`M M% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5195 \else\ifnum\appendixno=`N N% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5196 \else\ifnum\appendixno=`O O% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5197 \else\ifnum\appendixno=`P P% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5198 \else\ifnum\appendixno=`Q Q% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5199 \else\ifnum\appendixno=`R R% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5200 \else\ifnum\appendixno=`S S% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5201 \else\ifnum\appendixno=`T T% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5202 \else\ifnum\appendixno=`U U% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5203 \else\ifnum\appendixno=`V V% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5204 \else\ifnum\appendixno=`W W% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5205 \else\ifnum\appendixno=`X X% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5206 \else\ifnum\appendixno=`Y Y% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5207 \else\ifnum\appendixno=`Z Z% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5208 % The \the is necessary, despite appearances, because \appendixletter is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5209 % expanded while writing the .toc file. \char\appendixno is not |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5210 % expandable, thus it is written literally, thus all appendixes come out |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5211 % with the same letter (or @) in the toc without it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5212 \else\char\the\appendixno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5213 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5214 \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5215 |
9083 | 5216 % Each @chapter defines these (using marks) as the number+name, number |
5217 % and name of the chapter. Page headings and footings can use | |
5218 % these. @section does likewise. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5219 \def\thischapter{} |
9083 | 5220 \def\thischapternum{} |
5221 \def\thischaptername{} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5222 \def\thissection{} |
9083 | 5223 \def\thissectionnum{} |
5224 \def\thissectionname{} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5225 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5226 \newcount\absseclevel % used to calculate proper heading level |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5227 \newcount\secbase\secbase=0 % @raisesections/@lowersections modify this count |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5228 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5229 % @raisesections: treat @section as chapter, @subsection as section, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5230 \def\raisesections{\global\advance\secbase by -1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5231 \let\up=\raisesections % original BFox name |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5232 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5233 % @lowersections: treat @chapter as section, @section as subsection, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5234 \def\lowersections{\global\advance\secbase by 1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5235 \let\down=\lowersections % original BFox name |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5236 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5237 % we only have subsub. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5238 \chardef\maxseclevel = 3 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5239 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5240 % A numbered section within an unnumbered changes to unnumbered too. |
13155 | 5241 % To achieve this, remember the "biggest" unnum. sec. we are currently in: |
5242 \chardef\unnlevel = \maxseclevel | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5243 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5244 % Trace whether the current chapter is an appendix or not: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5245 % \chapheadtype is "N" or "A", unnumbered chapters are ignored. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5246 \def\chapheadtype{N} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5247 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5248 % Choose a heading macro |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5249 % #1 is heading type |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5250 % #2 is heading level |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5251 % #3 is text for heading |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5252 \def\genhead#1#2#3{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5253 % Compute the abs. sec. level: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5254 \absseclevel=#2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5255 \advance\absseclevel by \secbase |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5256 % Make sure \absseclevel doesn't fall outside the range: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5257 \ifnum \absseclevel < 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5258 \absseclevel = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5259 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5260 \ifnum \absseclevel > 3 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5261 \absseclevel = 3 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5262 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5263 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5264 % The heading type: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5265 \def\headtype{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5266 \if \headtype U% |
13155 | 5267 \ifnum \absseclevel < \unnlevel |
5268 \chardef\unnlevel = \absseclevel | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5269 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5270 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5271 % Check for appendix sections: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5272 \ifnum \absseclevel = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5273 \edef\chapheadtype{\headtype}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5274 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5275 \if \headtype A\if \chapheadtype N% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5276 \errmessage{@appendix... within a non-appendix chapter}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5277 \fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5278 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5279 % Check for numbered within unnumbered: |
13155 | 5280 \ifnum \absseclevel > \unnlevel |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5281 \def\headtype{U}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5282 \else |
13155 | 5283 \chardef\unnlevel = 3 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5284 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5285 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5286 % Now print the heading: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5287 \if \headtype U% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5288 \ifcase\absseclevel |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5289 \unnumberedzzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5290 \or \unnumberedseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5291 \or \unnumberedsubseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5292 \or \unnumberedsubsubseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5293 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5294 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5295 \if \headtype A% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5296 \ifcase\absseclevel |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5297 \appendixzzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5298 \or \appendixsectionzzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5299 \or \appendixsubseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5300 \or \appendixsubsubseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5301 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5302 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5303 \ifcase\absseclevel |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5304 \chapterzzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5305 \or \seczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5306 \or \numberedsubseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5307 \or \numberedsubsubseczzz{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5308 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5309 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5310 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5311 \suppressfirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5312 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5313 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5314 % an interface: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5315 \def\numhead{\genhead N} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5316 \def\apphead{\genhead A} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5317 \def\unnmhead{\genhead U} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5318 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5319 % @chapter, @appendix, @unnumbered. Increment top-level counter, reset |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5320 % all lower-level sectioning counters to zero. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5321 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5322 % Also set \chaplevelprefix, which we prepend to @float sequence numbers |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5323 % (e.g., figures), q.v. By default (before any chapter), that is empty. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5324 \let\chaplevelprefix = \empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5325 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5326 \outer\parseargdef\chapter{\numhead0{#1}} % normally numhead0 calls chapterzzz |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5327 \def\chapterzzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5328 % section resetting is \global in case the chapter is in a group, such |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5329 % as an @include file. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5330 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5331 \global\advance\chapno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5332 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5333 % Used for \float. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5334 \gdef\chaplevelprefix{\the\chapno.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5335 \resetallfloatnos |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5336 % |
11420 | 5337 % \putwordChapter can contain complex things in translations. |
5338 \toks0=\expandafter{\putwordChapter}% | |
5339 \message{\the\toks0 \space \the\chapno}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5340 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5341 % Write the actual heading. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5342 \chapmacro{#1}{Ynumbered}{\the\chapno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5343 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5344 % So @section and the like are numbered underneath this chapter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5345 \global\let\section = \numberedsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5346 \global\let\subsection = \numberedsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5347 \global\let\subsubsection = \numberedsubsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5348 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5349 |
11419 | 5350 \outer\parseargdef\appendix{\apphead0{#1}} % normally calls appendixzzz |
5351 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5352 \def\appendixzzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5353 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5354 \global\advance\appendixno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5355 \gdef\chaplevelprefix{\appendixletter.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5356 \resetallfloatnos |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5357 % |
11420 | 5358 % \putwordAppendix can contain complex things in translations. |
5359 \toks0=\expandafter{\putwordAppendix}% | |
5360 \message{\the\toks0 \space \appendixletter}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5361 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5362 \chapmacro{#1}{Yappendix}{\appendixletter}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5363 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5364 \global\let\section = \appendixsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5365 \global\let\subsection = \appendixsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5366 \global\let\subsubsection = \appendixsubsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5367 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5368 |
14256 | 5369 % normally unnmhead0 calls unnumberedzzz: |
5370 \outer\parseargdef\unnumbered{\unnmhead0{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5371 \def\unnumberedzzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5372 \global\secno=0 \global\subsecno=0 \global\subsubsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5373 \global\advance\unnumberedno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5374 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5375 % Since an unnumbered has no number, no prefix for figures. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5376 \global\let\chaplevelprefix = \empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5377 \resetallfloatnos |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5378 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5379 % This used to be simply \message{#1}, but TeX fully expands the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5380 % argument to \message. Therefore, if #1 contained @-commands, TeX |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5381 % expanded them. For example, in `@unnumbered The @cite{Book}', TeX |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5382 % expanded @cite (which turns out to cause errors because \cite is meant |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5383 % to be executed, not expanded). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5384 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5385 % Anyway, we don't want the fully-expanded definition of @cite to appear |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5386 % as a result of the \message, we just want `@cite' itself. We use |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5387 % \the<toks register> to achieve this: TeX expands \the<toks> only once, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5388 % simply yielding the contents of <toks register>. (We also do this for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5389 % the toc entries.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5390 \toks0 = {#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5391 \message{(\the\toks0)}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5392 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5393 \chapmacro{#1}{Ynothing}{\the\unnumberedno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5394 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5395 \global\let\section = \unnumberedsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5396 \global\let\subsection = \unnumberedsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5397 \global\let\subsubsection = \unnumberedsubsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5398 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5399 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5400 % @centerchap is like @unnumbered, but the heading is centered. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5401 \outer\parseargdef\centerchap{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5402 % Well, we could do the following in a group, but that would break |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5403 % an assumption that \chapmacro is called at the outermost level. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5404 % Thus we are safer this way: --kasal, 24feb04 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5405 \let\centerparametersmaybe = \centerparameters |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5406 \unnmhead0{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5407 \let\centerparametersmaybe = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5408 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5409 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5410 % @top is like @unnumbered. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5411 \let\top\unnumbered |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5412 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5413 % Sections. |
14256 | 5414 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5415 \outer\parseargdef\numberedsec{\numhead1{#1}} % normally calls seczzz |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5416 \def\seczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5417 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5418 \sectionheading{#1}{sec}{Ynumbered}{\the\chapno.\the\secno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5419 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5420 |
14256 | 5421 % normally calls appendixsectionzzz: |
5422 \outer\parseargdef\appendixsection{\apphead1{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5423 \def\appendixsectionzzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5424 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5425 \sectionheading{#1}{sec}{Yappendix}{\appendixletter.\the\secno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5426 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5427 \let\appendixsec\appendixsection |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5428 |
14256 | 5429 % normally calls unnumberedseczzz: |
5430 \outer\parseargdef\unnumberedsec{\unnmhead1{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5431 \def\unnumberedseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5432 \global\subsecno=0 \global\subsubsecno=0 \global\advance\secno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5433 \sectionheading{#1}{sec}{Ynothing}{\the\unnumberedno.\the\secno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5434 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5435 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5436 % Subsections. |
14256 | 5437 % |
5438 % normally calls numberedsubseczzz: | |
5439 \outer\parseargdef\numberedsubsec{\numhead2{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5440 \def\numberedsubseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5441 \global\subsubsecno=0 \global\advance\subsecno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5442 \sectionheading{#1}{subsec}{Ynumbered}{\the\chapno.\the\secno.\the\subsecno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5443 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5444 |
14256 | 5445 % normally calls appendixsubseczzz: |
5446 \outer\parseargdef\appendixsubsec{\apphead2{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5447 \def\appendixsubseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5448 \global\subsubsecno=0 \global\advance\subsecno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5449 \sectionheading{#1}{subsec}{Yappendix}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5450 {\appendixletter.\the\secno.\the\subsecno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5451 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5452 |
14256 | 5453 % normally calls unnumberedsubseczzz: |
5454 \outer\parseargdef\unnumberedsubsec{\unnmhead2{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5455 \def\unnumberedsubseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5456 \global\subsubsecno=0 \global\advance\subsecno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5457 \sectionheading{#1}{subsec}{Ynothing}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5458 {\the\unnumberedno.\the\secno.\the\subsecno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5459 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5460 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5461 % Subsubsections. |
14256 | 5462 % |
5463 % normally numberedsubsubseczzz: | |
5464 \outer\parseargdef\numberedsubsubsec{\numhead3{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5465 \def\numberedsubsubseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5466 \global\advance\subsubsecno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5467 \sectionheading{#1}{subsubsec}{Ynumbered}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5468 {\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5469 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5470 |
14256 | 5471 % normally appendixsubsubseczzz: |
5472 \outer\parseargdef\appendixsubsubsec{\apphead3{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5473 \def\appendixsubsubseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5474 \global\advance\subsubsecno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5475 \sectionheading{#1}{subsubsec}{Yappendix}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5476 {\appendixletter.\the\secno.\the\subsecno.\the\subsubsecno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5477 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5478 |
14256 | 5479 % normally unnumberedsubsubseczzz: |
5480 \outer\parseargdef\unnumberedsubsubsec{\unnmhead3{#1}} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5481 \def\unnumberedsubsubseczzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5482 \global\advance\subsubsecno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5483 \sectionheading{#1}{subsubsec}{Ynothing}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5484 {\the\unnumberedno.\the\secno.\the\subsecno.\the\subsubsecno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5485 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5486 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5487 % These macros control what the section commands do, according |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5488 % to what kind of chapter we are in (ordinary, appendix, or unnumbered). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5489 % Define them by default for a numbered chapter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5490 \let\section = \numberedsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5491 \let\subsection = \numberedsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5492 \let\subsubsection = \numberedsubsubsec |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5493 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5494 % Define @majorheading, @heading and @subheading |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5495 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5496 % NOTE on use of \vbox for chapter headings, section headings, and such: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5497 % 1) We use \vbox rather than the earlier \line to permit |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5498 % overlong headings to fold. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5499 % 2) \hyphenpenalty is set to 10000 because hyphenation in a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5500 % heading is obnoxious; this forbids it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5501 % 3) Likewise, headings look best if no \parindent is used, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5502 % if justification is not attempted. Hence \raggedright. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5503 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5504 \def\majorheading{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5505 {\advance\chapheadingskip by 10pt \chapbreak }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5506 \parsearg\chapheadingzzz |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5507 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5508 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5509 \def\chapheading{\chapbreak \parsearg\chapheadingzzz} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5510 \def\chapheadingzzz#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5511 {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 |
10988 | 5512 \parindent=0pt\ptexraggedright |
10776 | 5513 \rmisbold #1\hfill}}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5514 \bigskip \par\penalty 200\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5515 \suppressfirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5516 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5517 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5518 % @heading, @subheading, @subsubheading. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5519 \parseargdef\heading{\sectionheading{#1}{sec}{Yomitfromtoc}{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5520 \suppressfirstparagraphindent} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5521 \parseargdef\subheading{\sectionheading{#1}{subsec}{Yomitfromtoc}{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5522 \suppressfirstparagraphindent} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5523 \parseargdef\subsubheading{\sectionheading{#1}{subsubsec}{Yomitfromtoc}{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5524 \suppressfirstparagraphindent} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5525 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5526 % These macros generate a chapter, section, etc. heading only |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5527 % (including whitespace, linebreaking, etc. around it), |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5528 % given all the information in convenient, parsed form. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5529 |
14809 | 5530 % Args are the skip and penalty (usually negative) |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5531 \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5532 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5533 % Parameter controlling skip before chapter headings (if needed) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5534 \newskip\chapheadingskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5535 |
14809 | 5536 % Define plain chapter starts, and page on/off switching for it. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5537 \def\chapbreak{\dobreak \chapheadingskip {-4000}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5538 \def\chappager{\par\vfill\supereject} |
9083 | 5539 % Because \domark is called before \chapoddpage, the filler page will |
5540 % get the headings for the next chapter, which is wrong. But we don't | |
5541 % care -- we just disable all headings on the filler page. | |
5542 \def\chapoddpage{% | |
5543 \chappager | |
5544 \ifodd\pageno \else | |
5545 \begingroup | |
13155 | 5546 \headingsoff |
5547 \null | |
9083 | 5548 \chappager |
5549 \endgroup | |
5550 \fi | |
5551 } | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5552 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5553 \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5554 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5555 \def\CHAPPAGoff{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5556 \global\let\contentsalignmacro = \chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5557 \global\let\pchapsepmacro=\chapbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5558 \global\let\pagealignmacro=\chappager} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5559 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5560 \def\CHAPPAGon{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5561 \global\let\contentsalignmacro = \chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5562 \global\let\pchapsepmacro=\chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5563 \global\let\pagealignmacro=\chappager |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5564 \global\def\HEADINGSon{\HEADINGSsingle}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5565 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5566 \def\CHAPPAGodd{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5567 \global\let\contentsalignmacro = \chapoddpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5568 \global\let\pchapsepmacro=\chapoddpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5569 \global\let\pagealignmacro=\chapoddpage |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5570 \global\def\HEADINGSon{\HEADINGSdouble}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5571 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5572 \CHAPPAGon |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5573 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5574 % Chapter opening. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5575 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5576 % #1 is the text, #2 is the section type (Ynumbered, Ynothing, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5577 % Yappendix, Yomitfromtoc), #3 the chapter number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5578 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5579 % To test against our argument. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5580 \def\Ynothingkeyword{Ynothing} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5581 \def\Yomitfromtockeyword{Yomitfromtoc} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5582 \def\Yappendixkeyword{Yappendix} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5583 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5584 \def\chapmacro#1#2#3{% |
9083 | 5585 % Insert the first mark before the heading break (see notes for \domark). |
5586 \let\prevchapterdefs=\lastchapterdefs | |
5587 \let\prevsectiondefs=\lastsectiondefs | |
5588 \gdef\lastsectiondefs{\gdef\thissectionname{}\gdef\thissectionnum{}% | |
5589 \gdef\thissection{}}% | |
5590 % | |
5591 \def\temptype{#2}% | |
5592 \ifx\temptype\Ynothingkeyword | |
5593 \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% | |
5594 \gdef\thischapter{\thischaptername}}% | |
5595 \else\ifx\temptype\Yomitfromtockeyword | |
5596 \gdef\lastchapterdefs{\gdef\thischaptername{#1}\gdef\thischapternum{}% | |
5597 \gdef\thischapter{}}% | |
5598 \else\ifx\temptype\Yappendixkeyword | |
5599 \toks0={#1}% | |
5600 \xdef\lastchapterdefs{% | |
5601 \gdef\noexpand\thischaptername{\the\toks0}% | |
5602 \gdef\noexpand\thischapternum{\appendixletter}% | |
11420 | 5603 % \noexpand\putwordAppendix avoids expanding indigestible |
5604 % commands in some of the translations. | |
5605 \gdef\noexpand\thischapter{\noexpand\putwordAppendix{} | |
5606 \noexpand\thischapternum: | |
9083 | 5607 \noexpand\thischaptername}% |
5608 }% | |
5609 \else | |
5610 \toks0={#1}% | |
5611 \xdef\lastchapterdefs{% | |
5612 \gdef\noexpand\thischaptername{\the\toks0}% | |
5613 \gdef\noexpand\thischapternum{\the\chapno}% | |
11420 | 5614 % \noexpand\putwordChapter avoids expanding indigestible |
5615 % commands in some of the translations. | |
5616 \gdef\noexpand\thischapter{\noexpand\putwordChapter{} | |
5617 \noexpand\thischapternum: | |
9083 | 5618 \noexpand\thischaptername}% |
5619 }% | |
5620 \fi\fi\fi | |
5621 % | |
5622 % Output the mark. Pass it through \safewhatsit, to take care of | |
5623 % the preceding space. | |
5624 \safewhatsit\domark | |
5625 % | |
5626 % Insert the chapter heading break. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5627 \pchapsepmacro |
9083 | 5628 % |
5629 % Now the second mark, after the heading break. No break points | |
5630 % between here and the heading. | |
5631 \let\prevchapterdefs=\lastchapterdefs | |
5632 \let\prevsectiondefs=\lastsectiondefs | |
5633 \domark | |
5634 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5635 {% |
10776 | 5636 \chapfonts \rmisbold |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5637 % |
9083 | 5638 % Have to define \lastsection before calling \donoderef, because the |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5639 % xref code eventually uses it. On the other hand, it has to be called |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5640 % after \pchapsepmacro, or the headline will change too soon. |
9083 | 5641 \gdef\lastsection{#1}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5642 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5643 % Only insert the separating space if we have a chapter/appendix |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5644 % number, and don't print the unnumbered ``number''. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5645 \ifx\temptype\Ynothingkeyword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5646 \setbox0 = \hbox{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5647 \def\toctype{unnchap}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5648 \else\ifx\temptype\Yomitfromtockeyword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5649 \setbox0 = \hbox{}% contents like unnumbered, but no toc entry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5650 \def\toctype{omit}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5651 \else\ifx\temptype\Yappendixkeyword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5652 \setbox0 = \hbox{\putwordAppendix{} #3\enspace}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5653 \def\toctype{app}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5654 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5655 \setbox0 = \hbox{#3\enspace}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5656 \def\toctype{numchap}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5657 \fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5658 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5659 % Write the toc entry for this chapter. Must come before the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5660 % \donoderef, because we include the current node name in the toc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5661 % entry, and \donoderef resets it to empty. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5662 \writetocentry{\toctype}{#1}{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5663 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5664 % For pdftex, we have to write out the node definition (aka, make |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5665 % the pdfdest) after any page break, but before the actual text has |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5666 % been typeset. If the destination for the pdf outline is after the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5667 % text, then jumping from the outline may wind up with the text not |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5668 % being visible, for instance under high magnification. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5669 \donoderef{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5670 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5671 % Typeset the actual heading. |
9038 | 5672 \nobreak % Avoid page breaks at the interline glue. |
10988 | 5673 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5674 \hangindent=\wd0 \centerparametersmaybe |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5675 \unhbox0 #1\par}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5676 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5677 \nobreak\bigskip % no page break after a chapter title |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5678 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5679 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5680 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5681 % @centerchap -- centered and unnumbered. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5682 \let\centerparametersmaybe = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5683 \def\centerparameters{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5684 \advance\rightskip by 3\rightskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5685 \leftskip = \rightskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5686 \parfillskip = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5687 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5688 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5689 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5690 % I don't think this chapter style is supported any more, so I'm not |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5691 % updating it with the new noderef stuff. We'll see. --karl, 11aug03. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5692 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5693 \def\setchapterstyle #1 {\csname CHAPF#1\endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5694 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5695 \def\unnchfopen #1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5696 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 |
10988 | 5697 \parindent=0pt\ptexraggedright |
10776 | 5698 \rmisbold #1\hfill}}\bigskip \par\nobreak |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5699 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5700 \def\chfopen #1#2{\chapoddpage {\chapfonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5701 \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5702 \par\penalty 5000 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5703 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5704 \def\centerchfopen #1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5705 \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5706 \parindent=0pt |
10776 | 5707 \hfill {\rmisbold #1}\hfill}}\bigskip \par\nobreak |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5708 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5709 \def\CHAPFopen{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5710 \global\let\chapmacro=\chfopen |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5711 \global\let\centerchapmacro=\centerchfopen} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5712 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5713 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5714 % Section titles. These macros combine the section number parts and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5715 % call the generic \sectionheading to do the printing. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5716 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5717 \newskip\secheadingskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5718 \def\secheadingbreak{\dobreak \secheadingskip{-1000}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5719 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5720 % Subsection titles. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5721 \newskip\subsecheadingskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5722 \def\subsecheadingbreak{\dobreak \subsecheadingskip{-500}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5723 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5724 % Subsubsection titles. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5725 \def\subsubsecheadingskip{\subsecheadingskip} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5726 \def\subsubsecheadingbreak{\subsecheadingbreak} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5727 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5728 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5729 % Print any size, any type, section title. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5730 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5731 % #1 is the text, #2 is the section level (sec/subsec/subsubsec), #3 is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5732 % the section type for xrefs (Ynumbered, Ynothing, Yappendix), #4 is the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5733 % section number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5734 % |
9083 | 5735 \def\seckeyword{sec} |
5736 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5737 \def\sectionheading#1#2#3#4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5738 {% |
14348 | 5739 \checkenv{}% should not be in an environment. |
5740 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5741 % Switch to the right set of fonts. |
10776 | 5742 \csname #2fonts\endcsname \rmisbold |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5743 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5744 \def\sectionlevel{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5745 \def\temptype{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5746 % |
9083 | 5747 % Insert first mark before the heading break (see notes for \domark). |
5748 \let\prevsectiondefs=\lastsectiondefs | |
5749 \ifx\temptype\Ynothingkeyword | |
5750 \ifx\sectionlevel\seckeyword | |
5751 \gdef\lastsectiondefs{\gdef\thissectionname{#1}\gdef\thissectionnum{}% | |
5752 \gdef\thissection{\thissectionname}}% | |
5753 \fi | |
5754 \else\ifx\temptype\Yomitfromtockeyword | |
5755 % Don't redefine \thissection. | |
5756 \else\ifx\temptype\Yappendixkeyword | |
5757 \ifx\sectionlevel\seckeyword | |
5758 \toks0={#1}% | |
5759 \xdef\lastsectiondefs{% | |
5760 \gdef\noexpand\thissectionname{\the\toks0}% | |
5761 \gdef\noexpand\thissectionnum{#4}% | |
11420 | 5762 % \noexpand\putwordSection avoids expanding indigestible |
5763 % commands in some of the translations. | |
5764 \gdef\noexpand\thissection{\noexpand\putwordSection{} | |
5765 \noexpand\thissectionnum: | |
9083 | 5766 \noexpand\thissectionname}% |
5767 }% | |
5768 \fi | |
5769 \else | |
5770 \ifx\sectionlevel\seckeyword | |
5771 \toks0={#1}% | |
5772 \xdef\lastsectiondefs{% | |
5773 \gdef\noexpand\thissectionname{\the\toks0}% | |
5774 \gdef\noexpand\thissectionnum{#4}% | |
11420 | 5775 % \noexpand\putwordSection avoids expanding indigestible |
5776 % commands in some of the translations. | |
5777 \gdef\noexpand\thissection{\noexpand\putwordSection{} | |
5778 \noexpand\thissectionnum: | |
9083 | 5779 \noexpand\thissectionname}% |
5780 }% | |
5781 \fi | |
5782 \fi\fi\fi | |
5783 % | |
10888 | 5784 % Go into vertical mode. Usually we'll already be there, but we |
5785 % don't want the following whatsit to end up in a preceding paragraph | |
5786 % if the document didn't happen to have a blank line. | |
5787 \par | |
5788 % | |
9083 | 5789 % Output the mark. Pass it through \safewhatsit, to take care of |
5790 % the preceding space. | |
5791 \safewhatsit\domark | |
5792 % | |
5793 % Insert space above the heading. | |
5794 \csname #2headingbreak\endcsname | |
5795 % | |
5796 % Now the second mark, after the heading break. No break points | |
5797 % between here and the heading. | |
5798 \let\prevsectiondefs=\lastsectiondefs | |
5799 \domark | |
5800 % | |
5801 % Only insert the space after the number if we have a section number. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5802 \ifx\temptype\Ynothingkeyword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5803 \setbox0 = \hbox{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5804 \def\toctype{unn}% |
9083 | 5805 \gdef\lastsection{#1}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5806 \else\ifx\temptype\Yomitfromtockeyword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5807 % for @headings -- no section number, don't include in toc, |
9083 | 5808 % and don't redefine \lastsection. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5809 \setbox0 = \hbox{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5810 \def\toctype{omit}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5811 \let\sectionlevel=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5812 \else\ifx\temptype\Yappendixkeyword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5813 \setbox0 = \hbox{#4\enspace}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5814 \def\toctype{app}% |
9083 | 5815 \gdef\lastsection{#1}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5816 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5817 \setbox0 = \hbox{#4\enspace}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5818 \def\toctype{num}% |
9083 | 5819 \gdef\lastsection{#1}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5820 \fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5821 % |
6621 | 5822 % Write the toc entry (before \donoderef). See comments in \chapmacro. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5823 \writetocentry{\toctype\sectionlevel}{#1}{#4}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5824 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5825 % Write the node reference (= pdf destination for pdftex). |
6621 | 5826 % Again, see comments in \chapmacro. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5827 \donoderef{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5828 % |
6621 | 5829 % Interline glue will be inserted when the vbox is completed. |
5830 % That glue will be a valid breakpoint for the page, since it'll be | |
5831 % preceded by a whatsit (usually from the \donoderef, or from the | |
5832 % \writetocentry if there was no node). We don't want to allow that | |
5833 % break, since then the whatsits could end up on page n while the | |
5834 % section is on page n+1, thus toc/etc. are wrong. Debian bug 276000. | |
5835 \nobreak | |
5836 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5837 % Output the actual section heading. |
10988 | 5838 \vbox{\hyphenpenalty=10000 \tolerance=5000 \parindent=0pt \ptexraggedright |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5839 \hangindent=\wd0 % zero if no section number |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5840 \unhbox0 #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5841 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5842 % Add extra space after the heading -- half of whatever came above it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5843 % Don't allow stretch, though. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5844 \kern .5 \csname #2headingskip\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5845 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5846 % Do not let the kern be a potential breakpoint, as it would be if it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5847 % was followed by glue. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5848 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5849 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5850 % We'll almost certainly start a paragraph next, so don't let that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5851 % glue accumulate. (Not a breakpoint because it's preceded by a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5852 % discardable item.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5853 \vskip-\parskip |
11418 | 5854 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5855 % This is purely so the last item on the list is a known \penalty > |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5856 % 10000. This is so \startdefun can avoid allowing breakpoints after |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5857 % section headings. Otherwise, it would insert a valid breakpoint between: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5858 % @section sec-whatever |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5859 % @deffn def-whatever |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5860 \penalty 10001 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5861 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5862 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5863 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5864 \message{toc,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5865 % Table of contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5866 \newwrite\tocfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5867 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5868 % Write an entry to the toc file, opening it if necessary. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5869 % Called from @chapter, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5870 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5871 % Example usage: \writetocentry{sec}{Section Name}{\the\chapno.\the\secno} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5872 % We append the current node name (if any) and page number as additional |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5873 % arguments for the \{chap,sec,...}entry macros which will eventually |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5874 % read this. The node name is used in the pdf outlines as the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5875 % destination to jump to. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5876 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5877 % We open the .toc file for writing here instead of at @setfilename (or |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5878 % any other fixed time) so that @contents can be anywhere in the document. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5879 % But if #1 is `omit', then we don't do anything. This is used for the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5880 % table of contents chapter openings themselves. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5881 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5882 \newif\iftocfileopened |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5883 \def\omitkeyword{omit}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5884 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5885 \def\writetocentry#1#2#3{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5886 \edef\writetoctype{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5887 \ifx\writetoctype\omitkeyword \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5888 \iftocfileopened\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5889 \immediate\openout\tocfile = \jobname.toc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5890 \global\tocfileopenedtrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5891 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5892 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5893 \iflinks |
5959 | 5894 {\atdummies |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5895 \edef\temp{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5896 \write\tocfile{@#1entry{#2}{#3}{\lastnode}{\noexpand\folio}}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5897 \temp |
6621 | 5898 }% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5899 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5900 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5901 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5902 % Tell \shipout to create a pdf destination on each page, if we're |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5903 % writing pdf. These are used in the table of contents. We can't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5904 % just write one on every page because the title pages are numbered |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5905 % 1 and 2 (the page numbers aren't printed), and so are the first |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5906 % two pages of the document. Thus, we'd have two destinations named |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5907 % `1', and two named `2'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5908 \ifpdf \global\pdfmakepagedesttrue \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5909 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5910 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5911 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5912 % These characters do not print properly in the Computer Modern roman |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5913 % fonts, so we must take special care. This is more or less redundant |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5914 % with the Texinfo input format setup at the end of this file. |
11418 | 5915 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5916 \def\activecatcodes{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5917 \catcode`\"=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5918 \catcode`\$=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5919 \catcode`\<=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5920 \catcode`\>=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5921 \catcode`\\=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5922 \catcode`\^=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5923 \catcode`\_=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5924 \catcode`\|=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5925 \catcode`\~=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5926 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5927 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5928 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5929 % Read the toc file, which is essentially Texinfo input. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5930 \def\readtocfile{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5931 \setupdatafile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5932 \activecatcodes |
8801 | 5933 \input \tocreadfilename |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5934 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5935 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5936 \newskip\contentsrightmargin \contentsrightmargin=1in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5937 \newcount\savepageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5938 \newcount\lastnegativepageno \lastnegativepageno = -1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5939 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5940 % Prepare to read what we've written to \tocfile. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5941 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5942 \def\startcontents#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5943 % If @setchapternewpage on, and @headings double, the contents should |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5944 % start on an odd page, unlike chapters. Thus, we maintain |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5945 % \contentsalignmacro in parallel with \pagealignmacro. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5946 % From: Torbjorn Granlund <tege@matematik.su.se> |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5947 \contentsalignmacro |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5948 \immediate\closeout\tocfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5949 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5950 % Don't need to put `Contents' or `Short Contents' in the headline. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5951 % It is abundantly clear what they are. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5952 \chapmacro{#1}{Yomitfromtoc}{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5953 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5954 \savepageno = \pageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5955 \begingroup % Set up to handle contents files properly. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5956 \raggedbottom % Worry more about breakpoints than the bottom. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5957 \advance\hsize by -\contentsrightmargin % Don't use the full line length. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5958 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5959 % Roman numerals for page numbers. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5960 \ifnum \pageno>0 \global\pageno = \lastnegativepageno \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5961 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5962 |
8801 | 5963 % redefined for the two-volume lispref. We always output on |
5964 % \jobname.toc even if this is redefined. | |
11418 | 5965 % |
8801 | 5966 \def\tocreadfilename{\jobname.toc} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5967 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5968 % Normal (long) toc. |
8801 | 5969 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5970 \def\contents{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5971 \startcontents{\putwordTOC}% |
8801 | 5972 \openin 1 \tocreadfilename\space |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5973 \ifeof 1 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5974 \readtocfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5975 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5976 \vfill \eject |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5977 \contentsalignmacro % in case @setchapternewpage odd is in effect |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5978 \ifeof 1 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5979 \pdfmakeoutlines |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5980 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5981 \closein 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5982 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5983 \lastnegativepageno = \pageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5984 \global\pageno = \savepageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5985 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5986 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5987 % And just the chapters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5988 \def\summarycontents{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5989 \startcontents{\putwordShortTOC}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5990 % |
13155 | 5991 \let\partentry = \shortpartentry |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5992 \let\numchapentry = \shortchapentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5993 \let\appentry = \shortchapentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5994 \let\unnchapentry = \shortunnchapentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5995 % We want a true roman here for the page numbers. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5996 \secfonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5997 \let\rm=\shortcontrm \let\bf=\shortcontbf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5998 \let\sl=\shortcontsl \let\tt=\shortconttt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5999 \rm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6000 \hyphenpenalty = 10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6001 \advance\baselineskip by 1pt % Open it up a little. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6002 \def\numsecentry##1##2##3##4{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6003 \let\appsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6004 \let\unnsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6005 \let\numsubsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6006 \let\appsubsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6007 \let\unnsubsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6008 \let\numsubsubsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6009 \let\appsubsubsecentry = \numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6010 \let\unnsubsubsecentry = \numsecentry |
8801 | 6011 \openin 1 \tocreadfilename\space |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6012 \ifeof 1 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6013 \readtocfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6014 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6015 \closein 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6016 \vfill \eject |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6017 \contentsalignmacro % in case @setchapternewpage odd is in effect |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6018 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6019 \lastnegativepageno = \pageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6020 \global\pageno = \savepageno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6021 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6022 \let\shortcontents = \summarycontents |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6023 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6024 % Typeset the label for a chapter or appendix for the short contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6025 % The arg is, e.g., `A' for an appendix, or `3' for a chapter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6026 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6027 \def\shortchaplabel#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6028 % This space should be enough, since a single number is .5em, and the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6029 % widest letter (M) is 1em, at least in the Computer Modern fonts. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6030 % But use \hss just in case. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6031 % (This space doesn't include the extra space that gets added after |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6032 % the label; that gets put in by \shortchapentry above.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6033 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6034 % We'd like to right-justify chapter numbers, but that looks strange |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6035 % with appendix letters. And right-justifying numbers and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6036 % left-justifying letters looks strange when there is less than 10 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6037 % chapters. Have to read the whole toc once to know how many chapters |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6038 % there are before deciding ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6039 \hbox to 1em{#1\hss}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6040 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6041 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6042 % These macros generate individual entries in the table of contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6043 % The first argument is the chapter or section name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6044 % The last argument is the page number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6045 % The arguments in between are the chapter number, section number, ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6046 |
13155 | 6047 % Parts, in the main contents. Replace the part number, which doesn't |
6048 % exist, with an empty box. Let's hope all the numbers have the same width. | |
6049 % Also ignore the page number, which is conventionally not printed. | |
6050 \def\numeralbox{\setbox0=\hbox{8}\hbox to \wd0{\hfil}} | |
6051 \def\partentry#1#2#3#4{\dochapentry{\numeralbox\labelspace#1}{}} | |
6052 % | |
6053 % Parts, in the short toc. | |
6054 \def\shortpartentry#1#2#3#4{% | |
6055 \penalty-300 | |
6056 \vskip.5\baselineskip plus.15\baselineskip minus.1\baselineskip | |
13327 | 6057 \shortchapentry{{\bf #1}}{\numeralbox}{}{}% |
13155 | 6058 } |
6059 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6060 % Chapters, in the main contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6061 \def\numchapentry#1#2#3#4{\dochapentry{#2\labelspace#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6062 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6063 % Chapters, in the short toc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6064 % See comments in \dochapentry re vbox and related settings. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6065 \def\shortchapentry#1#2#3#4{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6066 \tocentry{\shortchaplabel{#2}\labelspace #1}{\doshortpageno\bgroup#4\egroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6067 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6068 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6069 % Appendices, in the main contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6070 % Need the word Appendix, and a fixed-size box. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6071 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6072 \def\appendixbox#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6073 % We use M since it's probably the widest letter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6074 \setbox0 = \hbox{\putwordAppendix{} M}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6075 \hbox to \wd0{\putwordAppendix{} #1\hss}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6076 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6077 \def\appentry#1#2#3#4{\dochapentry{\appendixbox{#2}\labelspace#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6078 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6079 % Unnumbered chapters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6080 \def\unnchapentry#1#2#3#4{\dochapentry{#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6081 \def\shortunnchapentry#1#2#3#4{\tocentry{#1}{\doshortpageno\bgroup#4\egroup}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6082 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6083 % Sections. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6084 \def\numsecentry#1#2#3#4{\dosecentry{#2\labelspace#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6085 \let\appsecentry=\numsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6086 \def\unnsecentry#1#2#3#4{\dosecentry{#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6087 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6088 % Subsections. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6089 \def\numsubsecentry#1#2#3#4{\dosubsecentry{#2\labelspace#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6090 \let\appsubsecentry=\numsubsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6091 \def\unnsubsecentry#1#2#3#4{\dosubsecentry{#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6092 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6093 % And subsubsections. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6094 \def\numsubsubsecentry#1#2#3#4{\dosubsubsecentry{#2\labelspace#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6095 \let\appsubsubsecentry=\numsubsubsecentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6096 \def\unnsubsubsecentry#1#2#3#4{\dosubsubsecentry{#1}{#4}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6097 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6098 % This parameter controls the indentation of the various levels. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6099 % Same as \defaultparindent. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6100 \newdimen\tocindent \tocindent = 15pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6101 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6102 % Now for the actual typesetting. In all these, #1 is the text and #2 is the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6103 % page number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6104 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6105 % If the toc has to be broken over pages, we want it to be at chapters |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6106 % if at all possible; hence the \penalty. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6107 \def\dochapentry#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6108 \penalty-300 \vskip1\baselineskip plus.33\baselineskip minus.25\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6109 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6110 \chapentryfonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6111 \tocentry{#1}{\dopageno\bgroup#2\egroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6112 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6113 \nobreak\vskip .25\baselineskip plus.1\baselineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6114 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6115 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6116 \def\dosecentry#1#2{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6117 \secentryfonts \leftskip=\tocindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6118 \tocentry{#1}{\dopageno\bgroup#2\egroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6119 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6120 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6121 \def\dosubsecentry#1#2{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6122 \subsecentryfonts \leftskip=2\tocindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6123 \tocentry{#1}{\dopageno\bgroup#2\egroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6124 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6125 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6126 \def\dosubsubsecentry#1#2{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6127 \subsubsecentryfonts \leftskip=3\tocindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6128 \tocentry{#1}{\dopageno\bgroup#2\egroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6129 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6130 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6131 % We use the same \entry macro as for the index entries. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6132 \let\tocentry = \entry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6133 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6134 % Space between chapter (or whatever) number and the title. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6135 \def\labelspace{\hskip1em \relax} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6136 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6137 \def\dopageno#1{{\rm #1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6138 \def\doshortpageno#1{{\rm #1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6139 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6140 \def\chapentryfonts{\secfonts \rm} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6141 \def\secentryfonts{\textfonts} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6142 \def\subsecentryfonts{\textfonts} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6143 \def\subsubsecentryfonts{\textfonts} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6144 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6145 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6146 \message{environments,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6147 % @foo ... @end foo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6148 |
13341 | 6149 % @tex ... @end tex escapes into raw TeX temporarily. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6150 % One exception: @ is still an escape character, so that @end tex works. |
13341 | 6151 % But \@ or @@ will get a plain @ character. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6152 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6153 \envdef\tex{% |
10833 | 6154 \setupmarkupstyle{tex}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6155 \catcode `\\=0 \catcode `\{=1 \catcode `\}=2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6156 \catcode `\$=3 \catcode `\&=4 \catcode `\#=6 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6157 \catcode `\^=7 \catcode `\_=8 \catcode `\~=\active \let~=\tie |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6158 \catcode `\%=14 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6159 \catcode `\+=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6160 \catcode `\"=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6161 \catcode `\|=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6162 \catcode `\<=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6163 \catcode `\>=\other |
10833 | 6164 \catcode`\`=\other |
6165 \catcode`\'=\other | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6166 \escapechar=`\\ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6167 % |
12862 | 6168 % ' is active in math mode (mathcode"8000). So reset it, and all our |
6169 % other math active characters (just in case), to plain's definitions. | |
6170 \mathactive | |
6171 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6172 \let\b=\ptexb |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6173 \let\bullet=\ptexbullet |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6174 \let\c=\ptexc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6175 \let\,=\ptexcomma |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6176 \let\.=\ptexdot |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6177 \let\dots=\ptexdots |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6178 \let\equiv=\ptexequiv |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6179 \let\!=\ptexexclam |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6180 \let\i=\ptexi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6181 \let\indent=\ptexindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6182 \let\noindent=\ptexnoindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6183 \let\{=\ptexlbrace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6184 \let\+=\tabalign |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6185 \let\}=\ptexrbrace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6186 \let\/=\ptexslash |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6187 \let\*=\ptexstar |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6188 \let\t=\ptext |
9705 | 6189 \expandafter \let\csname top\endcsname=\ptextop % outer |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6190 \let\frenchspacing=\plainfrenchspacing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6191 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6192 \def\endldots{\mathinner{\ldots\ldots\ldots\ldots}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6193 \def\enddots{\relax\ifmmode\endldots\else$\mathsurround=0pt \endldots\,$\fi}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6194 \def\@{@}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6195 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6196 % There is no need to define \Etex. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6197 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6198 % Define @lisp ... @end lisp. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6199 % @lisp environment forms a group so it can rebind things, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6200 % including the definition of @end lisp (which normally is erroneous). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6201 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6202 % Amount to narrow the margins by for @lisp. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6203 \newskip\lispnarrowing \lispnarrowing=0.4in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6204 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6205 % This is the definition that ^^M gets inside @lisp, @example, and other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6206 % such environments. \null is better than a space, since it doesn't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6207 % have any width. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6208 \def\lisppar{\null\endgraf} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6209 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6210 % This space is always present above and below environments. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6211 \newskip\envskipamount \envskipamount = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6212 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6213 % Make spacing and below environment symmetrical. We use \parskip here |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6214 % to help in doing that, since in @example-like environments \parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6215 % is reset to zero; thus the \afterenvbreak inserts no space -- but the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6216 % start of the next paragraph will insert \parskip. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6217 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6218 \def\aboveenvbreak{{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6219 % =10000 instead of <10000 because of a special case in \itemzzz and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6220 % \sectionheading, q.v. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6221 \ifnum \lastpenalty=10000 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6222 \advance\envskipamount by \parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6223 \endgraf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6224 \ifdim\lastskip<\envskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6225 \removelastskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6226 % it's not a good place to break if the last penalty was \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6227 % or better ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6228 \ifnum\lastpenalty<10000 \penalty-50 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6229 \vskip\envskipamount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6230 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6231 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6232 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6233 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6234 \let\afterenvbreak = \aboveenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6235 |
5952 | 6236 % \nonarrowing is a flag. If "set", @lisp etc don't narrow margins; it will |
6237 % also clear it, so that its embedded environments do the narrowing again. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6238 \let\nonarrowing=\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6239 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6240 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6241 % environment contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6242 \font\circle=lcircle10 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6243 \newdimen\circthick |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6244 \newdimen\cartouter\newdimen\cartinner |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6245 \newskip\normbskip\newskip\normpskip\newskip\normlskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6246 \circthick=\fontdimen8\circle |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6247 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6248 \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6249 \def\ctr{{\hskip 6pt\circle\char'010}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6250 \def\cbl{{\circle\char'012\hskip -6pt}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6251 \def\cbr{{\hskip 6pt\circle\char'011}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6252 \def\carttop{\hbox to \cartouter{\hskip\lskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6253 \ctl\leaders\hrule height\circthick\hfil\ctr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6254 \hskip\rskip}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6255 \def\cartbot{\hbox to \cartouter{\hskip\lskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6256 \cbl\leaders\hrule height\circthick\hfil\cbr |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6257 \hskip\rskip}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6258 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6259 \newskip\lskip\newskip\rskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6260 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6261 \envdef\cartouche{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6262 \ifhmode\par\fi % can't be in the midst of a paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6263 \startsavinginserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6264 \lskip=\leftskip \rskip=\rightskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6265 \leftskip=0pt\rightskip=0pt % we want these *outside*. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6266 \cartinner=\hsize \advance\cartinner by-\lskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6267 \advance\cartinner by-\rskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6268 \cartouter=\hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6269 \advance\cartouter by 18.4pt % allow for 3pt kerns on either |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6270 % side, and for 6pt waste from |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6271 % each corner char, and rule thickness |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6272 \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6273 % Flag to tell @lisp, etc., not to narrow margin. |
5952 | 6274 \let\nonarrowing = t% |
15518 | 6275 % |
6276 % If this cartouche directly follows a sectioning command, we need the | |
6277 % \parskip glue (backspaced over by default) or the cartouche can | |
6278 % collide with the section heading. | |
6279 \ifnum\lastpenalty>10000 \vskip\parskip \fi | |
6280 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6281 \vbox\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6282 \baselineskip=0pt\parskip=0pt\lineskip=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6283 \carttop |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6284 \hbox\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6285 \hskip\lskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6286 \vrule\kern3pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6287 \vbox\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6288 \kern3pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6289 \hsize=\cartinner |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6290 \baselineskip=\normbskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6291 \lineskip=\normlskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6292 \parskip=\normpskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6293 \vskip -\parskip |
15518 | 6294 \comment % For explanation, see the end of def\group. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6295 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6296 \def\Ecartouche{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6297 \ifhmode\par\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6298 \kern3pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6299 \egroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6300 \kern3pt\vrule |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6301 \hskip\rskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6302 \egroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6303 \cartbot |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6304 \egroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6305 \checkinserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6306 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6307 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6308 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6309 % This macro is called at the beginning of all the @example variants, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6310 % inside a group. |
10893 | 6311 \newdimen\nonfillparindent |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6312 \def\nonfillstart{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6313 \aboveenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6314 \hfuzz = 12pt % Don't be fussy |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6315 \sepspaces % Make spaces be word-separators rather than space tokens. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6316 \let\par = \lisppar % don't ignore blank lines |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6317 \obeylines % each line of input is a line of output |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6318 \parskip = 0pt |
10893 | 6319 % Turn off paragraph indentation but redefine \indent to emulate |
6320 % the normal \indent. | |
6321 \nonfillparindent=\parindent | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6322 \parindent = 0pt |
10893 | 6323 \let\indent\nonfillindent |
6324 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6325 \emergencystretch = 0pt % don't try to avoid overfull boxes |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6326 \ifx\nonarrowing\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6327 \advance \leftskip by \lispnarrowing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6328 \exdentamount=\lispnarrowing |
5952 | 6329 \else |
6330 \let\nonarrowing = \relax | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6331 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6332 \let\exdent=\nofillexdent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6333 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6334 |
10893 | 6335 \begingroup |
6336 \obeyspaces | |
6337 % We want to swallow spaces (but not other tokens) after the fake | |
6338 % @indent in our nonfill-environments, where spaces are normally | |
6339 % active and set to @tie, resulting in them not being ignored after | |
6340 % @indent. | |
6341 \gdef\nonfillindent{\futurelet\temp\nonfillindentcheck}% | |
6342 \gdef\nonfillindentcheck{% | |
6343 \ifx\temp % | |
6344 \expandafter\nonfillindentgobble% | |
6345 \else% | |
6346 \leavevmode\nonfillindentbox% | |
6347 \fi% | |
6348 }% | |
6349 \endgroup | |
6350 \def\nonfillindentgobble#1{\nonfillindent} | |
6351 \def\nonfillindentbox{\hbox to \nonfillparindent{\hss}} | |
6352 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6353 % If you want all examples etc. small: @set dispenvsize small. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6354 % If you want even small examples the full size: @set dispenvsize nosmall. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6355 % This affects the following displayed environments: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6356 % @example, @display, @format, @lisp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6357 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6358 \def\smallword{small} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6359 \def\nosmallword{nosmall} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6360 \let\SETdispenvsize\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6361 \def\setnormaldispenv{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6362 \ifx\SETdispenvsize\smallword |
7740 | 6363 % end paragraph for sake of leading, in case document has no blank |
6364 % line. This is redundant with what happens in \aboveenvbreak, but | |
6365 % we need to do it before changing the fonts, and it's inconvenient | |
6366 % to change the fonts afterward. | |
6367 \ifnum \lastpenalty=10000 \else \endgraf \fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6368 \smallexamplefonts \rm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6369 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6370 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6371 \def\setsmalldispenv{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6372 \ifx\SETdispenvsize\nosmallword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6373 \else |
7740 | 6374 \ifnum \lastpenalty=10000 \else \endgraf \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6375 \smallexamplefonts \rm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6376 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6377 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6378 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6379 % We often define two environments, @foo and @smallfoo. |
13341 | 6380 % Let's do it in one command. #1 is the env name, #2 the definition. |
6381 \def\makedispenvdef#1#2{% | |
6382 \expandafter\envdef\csname#1\endcsname {\setnormaldispenv #2}% | |
6383 \expandafter\envdef\csname small#1\endcsname {\setsmalldispenv #2}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6384 \expandafter\let\csname E#1\endcsname \afterenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6385 \expandafter\let\csname Esmall#1\endcsname \afterenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6386 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6387 |
13341 | 6388 % Define two environment synonyms (#1 and #2) for an environment. |
6389 \def\maketwodispenvdef#1#2#3{% | |
6390 \makedispenvdef{#1}{#3}% | |
6391 \makedispenvdef{#2}{#3}% | |
6392 } | |
6393 % | |
6394 % @lisp: indented, narrowed, typewriter font; | |
6395 % @example: same as @lisp. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6396 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6397 % @smallexample and @smalllisp: use smaller fonts. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6398 % Originally contributed by Pavel@xerox. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6399 % |
13341 | 6400 \maketwodispenvdef{lisp}{example}{% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6401 \nonfillstart |
10833 | 6402 \tt\setupmarkupstyle{example}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6403 \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. |
13341 | 6404 \gobble % eat return |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6405 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6406 % @display/@smalldisplay: same as @lisp except keep current font. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6407 % |
13341 | 6408 \makedispenvdef{display}{% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6409 \nonfillstart |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6410 \gobble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6411 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6412 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6413 % @format/@smallformat: same as @display except don't narrow margins. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6414 % |
13341 | 6415 \makedispenvdef{format}{% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6416 \let\nonarrowing = t% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6417 \nonfillstart |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6418 \gobble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6419 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6420 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6421 % @flushleft: same as @format, but doesn't obey \SETdispenvsize. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6422 \envdef\flushleft{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6423 \let\nonarrowing = t% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6424 \nonfillstart |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6425 \gobble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6426 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6427 \let\Eflushleft = \afterenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6428 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6429 % @flushright. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6430 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6431 \envdef\flushright{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6432 \let\nonarrowing = t% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6433 \nonfillstart |
13155 | 6434 \advance\leftskip by 0pt plus 1fill\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6435 \gobble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6436 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6437 \let\Eflushright = \afterenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6438 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6439 |
10988 | 6440 % @raggedright does more-or-less normal line breaking but no right |
6441 % justification. From plain.tex. | |
6442 \envdef\raggedright{% | |
6443 \rightskip0pt plus2em \spaceskip.3333em \xspaceskip.5em\relax | |
6444 } | |
6445 \let\Eraggedright\par | |
6446 | |
6447 \envdef\raggedleft{% | |
6448 \parindent=0pt \leftskip0pt plus2em | |
6449 \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt | |
6450 \hbadness=10000 % Last line will usually be underfull, so turn off | |
6451 % badness reporting. | |
6452 } | |
6453 \let\Eraggedleft\par | |
6454 | |
6455 \envdef\raggedcenter{% | |
6456 \parindent=0pt \rightskip0pt plus1em \leftskip0pt plus1em | |
6457 \spaceskip.3333em \xspaceskip.5em \parfillskip=0pt | |
6458 \hbadness=10000 % Last line will usually be underfull, so turn off | |
6459 % badness reporting. | |
6460 } | |
6461 \let\Eraggedcenter\par | |
6462 | |
6463 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6464 % @quotation does normal linebreaking (hence we can't use \nonfillstart) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6465 % and narrows the margins. We keep \parskip nonzero in general, since |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6466 % we're doing normal filling. So, when using \aboveenvbreak and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6467 % \afterenvbreak, temporarily make \parskip 0. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6468 % |
13341 | 6469 \makedispenvdef{quotation}{\quotationstart} |
6470 % | |
10713 | 6471 \def\quotationstart{% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6472 {\parskip=0pt \aboveenvbreak}% because \aboveenvbreak inserts \parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6473 \parindent=0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6474 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6475 % @cartouche defines \nonarrowing to inhibit narrowing at next level down. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6476 \ifx\nonarrowing\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6477 \advance\leftskip by \lispnarrowing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6478 \advance\rightskip by \lispnarrowing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6479 \exdentamount = \lispnarrowing |
5952 | 6480 \else |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6481 \let\nonarrowing = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6482 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6483 \parsearg\quotationlabel |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6484 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6485 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6486 % We have retained a nonzero parskip for the environment, since we're |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6487 % doing normal filling. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6488 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6489 \def\Equotation{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6490 \par |
14397 | 6491 \ifx\quotationauthor\thisisundefined\else |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6492 % indent a bit. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6493 \leftline{\kern 2\leftskip \sl ---\quotationauthor}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6494 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6495 {\parskip=0pt \afterenvbreak}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6496 } |
13341 | 6497 \def\Esmallquotation{\Equotation} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6498 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6499 % If we're given an argument, typeset it in bold with a colon after. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6500 \def\quotationlabel#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6501 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6502 \ifx\temp\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6503 {\bf #1: }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6504 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6505 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6506 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6507 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6508 % LaTeX-like @verbatim...@end verbatim and @verb{<char>...<char>} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6509 % If we want to allow any <char> as delimiter, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6510 % we need the curly braces so that makeinfo sees the @verb command, eg: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6511 % `@verbx...x' would look like the '@verbx' command. --janneke@gnu.org |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6512 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6513 % [Knuth]: Donald Ervin Knuth, 1996. The TeXbook. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6514 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6515 % [Knuth] p.344; only we need to do the other characters Texinfo sets |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6516 % active too. Otherwise, they get lost as the first character on a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6517 % verbatim line. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6518 \def\dospecials{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6519 \do\ \do\\\do\{\do\}\do\$\do\&% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6520 \do\#\do\^\do\^^K\do\_\do\^^A\do\%\do\~% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6521 \do\<\do\>\do\|\do\@\do+\do\"% |
10833 | 6522 % Don't do the quotes -- if we do, @set txicodequoteundirected and |
6523 % @set txicodequotebacktick will not have effect on @verb and | |
6524 % @verbatim, and ?` and !` ligatures won't get disabled. | |
6525 %\do\`\do\'% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6526 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6527 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6528 % [Knuth] p. 380 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6529 \def\uncatcodespecials{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6530 \def\do##1{\catcode`##1=\other}\dospecials} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6531 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6532 % Setup for the @verb command. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6533 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6534 % Eight spaces for a tab |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6535 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6536 \catcode`\^^I=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6537 \gdef\tabeightspaces{\catcode`\^^I=\active\def^^I{\ \ \ \ \ \ \ \ }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6538 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6539 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6540 \def\setupverb{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6541 \tt % easiest (and conventionally used) font for verbatim |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6542 \def\par{\leavevmode\endgraf}% |
10833 | 6543 \setupmarkupstyle{verb}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6544 \tabeightspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6545 % Respect line breaks, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6546 % print special symbols as themselves, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6547 % make each space count |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6548 % must do in this order: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6549 \obeylines \uncatcodespecials \sepspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6550 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6551 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6552 % Setup for the @verbatim environment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6553 % |
13429 | 6554 % Real tab expansion. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6555 \newdimen\tabw \setbox0=\hbox{\tt\space} \tabw=8\wd0 % tab amount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6556 % |
13429 | 6557 % We typeset each line of the verbatim in an \hbox, so we can handle |
6558 % tabs. The \global is in case the verbatim line starts with an accent, | |
6559 % or some other command that starts with a begin-group. Otherwise, the | |
6560 % entire \verbbox would disappear at the corresponding end-group, before | |
6561 % it is typeset. Meanwhile, we can't have nested verbatim commands | |
6562 % (can we?), so the \global won't be overwriting itself. | |
6563 \newbox\verbbox | |
6564 \def\starttabbox{\global\setbox\verbbox=\hbox\bgroup} | |
6565 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6566 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6567 \catcode`\^^I=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6568 \gdef\tabexpand{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6569 \catcode`\^^I=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6570 \def^^I{\leavevmode\egroup |
13429 | 6571 \dimen\verbbox=\wd\verbbox % the width so far, or since the previous tab |
6572 \divide\dimen\verbbox by\tabw | |
6573 \multiply\dimen\verbbox by\tabw % compute previous multiple of \tabw | |
6574 \advance\dimen\verbbox by\tabw % advance to next multiple of \tabw | |
6575 \wd\verbbox=\dimen\verbbox \box\verbbox \starttabbox | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6576 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6577 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6578 \endgroup |
7407 | 6579 |
6580 % start the verbatim environment. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6581 \def\setupverbatim{% |
5952 | 6582 \let\nonarrowing = t% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6583 \nonfillstart |
13430 | 6584 \tt % easiest (and conventionally used) font for verbatim |
6585 % The \leavevmode here is for blank lines. Otherwise, we would | |
6586 % never \starttabox and the \egroup would end verbatim mode. | |
6587 \def\par{\leavevmode\egroup\box\verbbox\endgraf}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6588 \tabexpand |
10833 | 6589 \setupmarkupstyle{verbatim}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6590 % Respect line breaks, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6591 % print special symbols as themselves, and |
13429 | 6592 % make each space count. |
6593 % Must do in this order: | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6594 \obeylines \uncatcodespecials \sepspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6595 \everypar{\starttabbox}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6596 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6597 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6598 % Do the @verb magic: verbatim text is quoted by unique |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6599 % delimiter characters. Before first delimiter expect a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6600 % right brace, after last delimiter expect closing brace: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6601 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6602 % \def\doverb'{'<char>#1<char>'}'{#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6603 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6604 % [Knuth] p. 382; only eat outer {} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6605 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6606 \catcode`[=1\catcode`]=2\catcode`\{=\other\catcode`\}=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6607 \gdef\doverb{#1[\def\next##1#1}[##1\endgroup]\next] |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6608 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6609 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6610 \def\verb{\begingroup\setupverb\doverb} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6611 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6612 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6613 % Do the @verbatim magic: define the macro \doverbatim so that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6614 % the (first) argument ends when '@end verbatim' is reached, ie: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6615 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6616 % \def\doverbatim#1@end verbatim{#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6617 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6618 % For Texinfo it's a lot easier than for LaTeX, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6619 % because texinfo's \verbatim doesn't stop at '\end{verbatim}': |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6620 % we need not redefine '\', '{' and '}'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6621 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6622 % Inspired by LaTeX's verbatim command set [latex.ltx] |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6623 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6624 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6625 \catcode`\ =\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6626 \obeylines % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6627 % ignore everything up to the first ^^M, that's the newline at the end |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6628 % of the @verbatim input line itself. Otherwise we get an extra blank |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6629 % line in the output. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6630 \xdef\doverbatim#1^^M#2@end verbatim{#2\noexpand\end\gobble verbatim}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6631 % We really want {...\end verbatim} in the body of the macro, but |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6632 % without the active space; thus we have to use \xdef and \gobble. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6633 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6634 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6635 \envdef\verbatim{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6636 \setupverbatim\doverbatim |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6637 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6638 \let\Everbatim = \afterenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6639 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6640 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6641 % @verbatiminclude FILE - insert text of file in verbatim environment. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6642 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6643 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6644 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6645 \def\doverbatiminclude#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6646 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6647 \makevalueexpandable |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6648 \setupverbatim |
10696 | 6649 \indexnofonts % Allow `@@' and other weird things in file names. |
14173 | 6650 \wlog{texinfo.tex: doing @verbatiminclude of #1^^J}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6651 \input #1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6652 \afterenvbreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6653 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6654 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6655 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6656 % @copying ... @end copying. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6657 % Save the text away for @insertcopying later. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6658 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6659 % We save the uninterpreted tokens, rather than creating a box. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6660 % Saving the text in a box would be much easier, but then all the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6661 % typesetting commands (@smallbook, font changes, etc.) have to be done |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6662 % beforehand -- and a) we want @copying to be done first in the source |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6663 % file; b) letting users define the frontmatter in as flexible order as |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6664 % possible is very desirable. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6665 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6666 \def\copying{\checkenv{}\begingroup\scanargctxt\docopying} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6667 \def\docopying#1@end copying{\endgroup\def\copyingtext{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6668 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6669 \def\insertcopying{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6670 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6671 \parindent = 0pt % paragraph indentation looks wrong on title page |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6672 \scanexp\copyingtext |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6673 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6674 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6675 |
7765 | 6676 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6677 \message{defuns,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6678 % @defun etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6679 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6680 \newskip\defbodyindent \defbodyindent=.4in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6681 \newskip\defargsindent \defargsindent=50pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6682 \newskip\deflastargmargin \deflastargmargin=18pt |
8656 | 6683 \newcount\defunpenalty |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6684 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6685 % Start the processing of @deffn: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6686 \def\startdefun{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6687 \ifnum\lastpenalty<10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6688 \medbreak |
8656 | 6689 \defunpenalty=10003 % Will keep this @deffn together with the |
6690 % following @def command, see below. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6691 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6692 % If there are two @def commands in a row, we'll have a \nobreak, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6693 % which is there to keep the function description together with its |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6694 % header. But if there's nothing but headers, we need to allow a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6695 % break somewhere. Check specifically for penalty 10002, inserted |
8656 | 6696 % by \printdefunline, instead of 10000, since the sectioning |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6697 % commands also insert a nobreak penalty, and we don't want to allow |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6698 % a break between a section heading and a defun. |
8656 | 6699 % |
14809 | 6700 % As a further refinement, we avoid "club" headers by signalling |
8656 | 6701 % with penalty of 10003 after the very first @deffn in the |
6702 % sequence (see above), and penalty of 10002 after any following | |
6703 % @def command. | |
6704 \ifnum\lastpenalty=10002 \penalty2000 \else \defunpenalty=10002 \fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6705 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6706 % Similarly, after a section heading, do not allow a break. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6707 % But do insert the glue. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6708 \medskip % preceded by discardable penalty, so not a breakpoint |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6709 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6710 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6711 \parindent=0in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6712 \advance\leftskip by \defbodyindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6713 \exdentamount=\defbodyindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6714 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6715 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6716 \def\dodefunx#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6717 % First, check whether we are in the right environment: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6718 \checkenv#1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6719 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6720 % As above, allow line break if we have multiple x headers in a row. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6721 % It's not a great place, though. |
8656 | 6722 \ifnum\lastpenalty=10002 \penalty3000 \else \defunpenalty=10002 \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6723 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6724 % And now, it's time to reuse the body of the original defun: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6725 \expandafter\gobbledefun#1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6726 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6727 \def\gobbledefun#1\startdefun{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6728 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6729 % \printdefunline \deffnheader{text} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6730 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6731 \def\printdefunline#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6732 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6733 % call \deffnheader: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6734 #1#2 \endheader |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6735 % common ending: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6736 \interlinepenalty = 10000 |
13155 | 6737 \advance\rightskip by 0pt plus 1fil\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6738 \endgraf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6739 \nobreak\vskip -\parskip |
8656 | 6740 \penalty\defunpenalty % signal to \startdefun and \dodefunx |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6741 % Some of the @defun-type tags do not enable magic parentheses, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6742 % rendering the following check redundant. But we don't optimize. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6743 \checkparencounts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6744 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6745 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6746 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6747 \def\Edefun{\endgraf\medbreak} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6748 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6749 % \makedefun{deffn} creates \deffn, \deffnx and \Edeffn; |
9862 | 6750 % the only thing remaining is to define \deffnheader. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6751 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6752 \def\makedefun#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6753 \expandafter\let\csname E#1\endcsname = \Edefun |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6754 \edef\temp{\noexpand\domakedefun |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6755 \makecsname{#1}\makecsname{#1x}\makecsname{#1header}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6756 \temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6757 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6758 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6759 % \domakedefun \deffn \deffnx \deffnheader |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6760 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6761 % Define \deffn and \deffnx, without parameters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6762 % \deffnheader has to be defined explicitly. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6763 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6764 \def\domakedefun#1#2#3{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6765 \envdef#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6766 \startdefun |
14809 | 6767 \doingtypefnfalse % distinguish typed functions from all else |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6768 \parseargusing\activeparens{\printdefunline#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6769 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6770 \def#2{\dodefunx#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6771 \def#3% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6772 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6773 |
14809 | 6774 \newif\ifdoingtypefn % doing typed function? |
6775 \newif\ifrettypeownline % typeset return type on its own line? | |
6776 | |
6777 % @deftypefnnewline on|off says whether the return type of typed functions | |
6778 % are printed on their own line. This affects @deftypefn, @deftypefun, | |
6779 % @deftypeop, and @deftypemethod. | |
6780 % | |
6781 \parseargdef\deftypefnnewline{% | |
6782 \def\temp{#1}% | |
6783 \ifx\temp\onword | |
6784 \expandafter\let\csname SETtxideftypefnnl\endcsname | |
6785 = \empty | |
6786 \else\ifx\temp\offword | |
6787 \expandafter\let\csname SETtxideftypefnnl\endcsname | |
6788 = \relax | |
6789 \else | |
6790 \errhelp = \EMsimple | |
6791 \errmessage{Unknown @txideftypefnnl value `\temp', | |
6792 must be on|off}% | |
6793 \fi\fi | |
6794 } | |
6795 | |
6796 % Untyped functions: | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6797 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6798 % @deffn category name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6799 \makedefun{deffn}{\deffngeneral{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6800 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6801 % @deffn category class name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6802 \makedefun{defop}#1 {\defopon{#1\ \putwordon}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6803 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6804 % \defopon {category on}class name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6805 \def\defopon#1#2 {\deffngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6806 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6807 % \deffngeneral {subind}category name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6808 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6809 \def\deffngeneral#1#2 #3 #4\endheader{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6810 % Remember that \dosubind{fn}{foo}{} is equivalent to \doind{fn}{foo}. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6811 \dosubind{fn}{\code{#3}}{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6812 \defname{#2}{}{#3}\magicamp\defunargs{#4\unskip}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6813 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6814 |
14809 | 6815 % Typed functions: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6816 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6817 % @deftypefn category type name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6818 \makedefun{deftypefn}{\deftypefngeneral{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6819 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6820 % @deftypeop category class type name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6821 \makedefun{deftypeop}#1 {\deftypeopon{#1\ \putwordon}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6822 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6823 % \deftypeopon {category on}class type name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6824 \def\deftypeopon#1#2 {\deftypefngeneral{\putwordon\ \code{#2}}{#1\ \code{#2}} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6825 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6826 % \deftypefngeneral {subind}category type name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6827 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6828 \def\deftypefngeneral#1#2 #3 #4 #5\endheader{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6829 \dosubind{fn}{\code{#4}}{#1}% |
14809 | 6830 \doingtypefntrue |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6831 \defname{#2}{#3}{#4}\defunargs{#5\unskip}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6832 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6833 |
14809 | 6834 % Typed variables: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6835 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6836 % @deftypevr category type var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6837 \makedefun{deftypevr}{\deftypecvgeneral{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6838 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6839 % @deftypecv category class type var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6840 \makedefun{deftypecv}#1 {\deftypecvof{#1\ \putwordof}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6841 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6842 % \deftypecvof {category of}class type var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6843 \def\deftypecvof#1#2 {\deftypecvgeneral{\putwordof\ \code{#2}}{#1\ \code{#2}} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6844 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6845 % \deftypecvgeneral {subind}category type var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6846 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6847 \def\deftypecvgeneral#1#2 #3 #4 #5\endheader{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6848 \dosubind{vr}{\code{#4}}{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6849 \defname{#2}{#3}{#4}\defunargs{#5\unskip}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6850 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6851 |
14809 | 6852 % Untyped variables: |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6853 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6854 % @defvr category var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6855 \makedefun{defvr}#1 {\deftypevrheader{#1} {} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6856 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6857 % @defcv category class var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6858 \makedefun{defcv}#1 {\defcvof{#1\ \putwordof}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6859 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6860 % \defcvof {category of}class var args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6861 \def\defcvof#1#2 {\deftypecvof{#1}#2 {} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6862 |
14809 | 6863 % Types: |
6864 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6865 % @deftp category name args |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6866 \makedefun{deftp}#1 #2 #3\endheader{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6867 \doind{tp}{\code{#2}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6868 \defname{#1}{}{#2}\defunargs{#3\unskip}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6869 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6870 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6871 % Remaining @defun-like shortcuts: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6872 \makedefun{defun}{\deffnheader{\putwordDeffunc} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6873 \makedefun{defmac}{\deffnheader{\putwordDefmac} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6874 \makedefun{defspec}{\deffnheader{\putwordDefspec} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6875 \makedefun{deftypefun}{\deftypefnheader{\putwordDeffunc} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6876 \makedefun{defvar}{\defvrheader{\putwordDefvar} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6877 \makedefun{defopt}{\defvrheader{\putwordDefopt} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6878 \makedefun{deftypevar}{\deftypevrheader{\putwordDefvar} } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6879 \makedefun{defmethod}{\defopon\putwordMethodon} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6880 \makedefun{deftypemethod}{\deftypeopon\putwordMethodon} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6881 \makedefun{defivar}{\defcvof\putwordInstanceVariableof} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6882 \makedefun{deftypeivar}{\deftypecvof\putwordInstanceVariableof} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6883 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6884 % \defname, which formats the name of the @def (not the args). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6885 % #1 is the category, such as "Function". |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6886 % #2 is the return type, if any. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6887 % #3 is the function name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6888 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6889 % We are followed by (but not passed) the arguments, if any. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6890 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6891 \def\defname#1#2#3{% |
14809 | 6892 \par |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6893 % Get the values of \leftskip and \rightskip as they were outside the @def... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6894 \advance\leftskip by -\defbodyindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6895 % |
14809 | 6896 % Determine if we are typesetting the return type of a typed function |
6897 % on a line by itself. | |
6898 \rettypeownlinefalse | |
6899 \ifdoingtypefn % doing a typed function specifically? | |
6900 % then check user option for putting return type on its own line: | |
6901 \expandafter\ifx\csname SETtxideftypefnnl\endcsname\relax \else | |
6902 \rettypeownlinetrue | |
6903 \fi | |
6904 \fi | |
6905 % | |
6906 % How we'll format the category name. Putting it in brackets helps | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6907 % distinguish it from the body text that may end up on the next line |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6908 % just below it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6909 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6910 \setbox0=\hbox{\kern\deflastargmargin \ifx\temp\empty\else [\rm\temp]\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6911 % |
14809 | 6912 % Figure out line sizes for the paragraph shape. We'll always have at |
6913 % least two. | |
6914 \tempnum = 2 | |
6915 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6916 % The first line needs space for \box0; but if \rightskip is nonzero, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6917 % we need only space for the part of \box0 which exceeds it: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6918 \dimen0=\hsize \advance\dimen0 by -\wd0 \advance\dimen0 by \rightskip |
14809 | 6919 % |
6920 % If doing a return type on its own line, we'll have another line. | |
6921 \ifrettypeownline | |
6922 \advance\tempnum by 1 | |
6923 \def\maybeshapeline{0in \hsize}% | |
6924 \else | |
6925 \def\maybeshapeline{}% | |
6926 \fi | |
6927 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6928 % The continuations: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6929 \dimen2=\hsize \advance\dimen2 by -\defargsindent |
14809 | 6930 % |
6931 % The final paragraph shape: | |
6932 \parshape \tempnum 0in \dimen0 \maybeshapeline \defargsindent \dimen2 | |
6933 % | |
6934 % Put the category name at the right margin. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6935 \noindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6936 \hbox to 0pt{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6937 \hfil\box0 \kern-\hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6938 % \hsize has to be shortened this way: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6939 \kern\leftskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6940 % Intentionally do not respect \rightskip, since we need the space. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6941 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6942 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6943 % Allow all lines to be underfull without complaint: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6944 \tolerance=10000 \hbadness=10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6945 \exdentamount=\defbodyindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6946 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6947 % defun fonts. We use typewriter by default (used to be bold) because: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6948 % . we're printing identifiers, they should be in tt in principle. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6949 % . in languages with many accents, such as Czech or French, it's |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6950 % common to leave accents off identifiers. The result looks ok in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6951 % tt, but exceedingly strange in rm. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6952 % . we don't want -- and --- to be treated as ligatures. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6953 % . this still does not fix the ?` and !` ligatures, but so far no |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6954 % one has made identifiers using them :). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6955 \df \tt |
14809 | 6956 \def\temp{#2}% text of the return type |
6957 \ifx\temp\empty\else | |
6958 \tclose{\temp}% typeset the return type | |
6959 \ifrettypeownline | |
6960 % put return type on its own line; prohibit line break following: | |
6961 \hfil\vadjust{\nobreak}\break | |
6962 \else | |
6963 \space % type on same line, so just followed by a space | |
6964 \fi | |
6965 \fi % no return type | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6966 #3% output function name |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6967 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6968 {\rm\enskip}% hskip 0.5 em of \tenrm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6969 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6970 \boldbrax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6971 % arguments will be output next, if any. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6972 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6973 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6974 % Print arguments in slanted roman (not ttsl), inconsistently with using |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6975 % tt for the name. This is because literal text is sometimes needed in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6976 % the argument list (groff manual), and ttsl and tt are not very |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6977 % distinguishable. Prevent hyphenation at `-' chars. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6978 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6979 \def\defunargs#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6980 % use sl by default (not ttsl), |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6981 % tt for the names. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6982 \df \sl \hyphenchar\font=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6983 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6984 % On the other hand, if an argument has two dashes (for instance), we |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6985 % want a way to get ttsl. Let's try @var for that. |
10833 | 6986 \def\var##1{{\setupmarkupstyle{var}\ttslanted{##1}}}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6987 #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6988 \sl\hyphenchar\font=45 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6989 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6990 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6991 % We want ()&[] to print specially on the defun line. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6992 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6993 \def\activeparens{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6994 \catcode`\(=\active \catcode`\)=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6995 \catcode`\[=\active \catcode`\]=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6996 \catcode`\&=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6997 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6998 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6999 % Make control sequences which act like normal parenthesis chars. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7000 \let\lparen = ( \let\rparen = ) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7001 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7002 % Be sure that we always have a definition for `(', etc. For example, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7003 % if the fn name has parens in it, \boldbrax will not be in effect yet, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7004 % so TeX would otherwise complain about undefined control sequence. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7005 { |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7006 \activeparens |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7007 \global\let(=\lparen \global\let)=\rparen |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7008 \global\let[=\lbrack \global\let]=\rbrack |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7009 \global\let& = \& |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7010 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7011 \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7012 \gdef\magicamp{\let&=\amprm} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7013 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7014 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7015 \newcount\parencount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7016 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7017 % If we encounter &foo, then turn on ()-hacking afterwards |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7018 \newif\ifampseen |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7019 \def\amprm#1 {\ampseentrue{\bf\ }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7020 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7021 \def\parenfont{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7022 \ifampseen |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7023 % At the first level, print parens in roman, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7024 % otherwise use the default font. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7025 \ifnum \parencount=1 \rm \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7026 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7027 % The \sf parens (in \boldbrax) actually are a little bolder than |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7028 % the contained text. This is especially needed for [ and ] . |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7029 \sf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7030 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7031 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7032 \def\infirstlevel#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7033 \ifampseen |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7034 \ifnum\parencount=1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7035 #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7036 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7037 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7038 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7039 \def\bfafterword#1 {#1 \bf} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7040 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7041 \def\opnr{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7042 \global\advance\parencount by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7043 {\parenfont(}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7044 \infirstlevel \bfafterword |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7045 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7046 \def\clnr{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7047 {\parenfont)}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7048 \infirstlevel \sl |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7049 \global\advance\parencount by -1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7050 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7051 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7052 \newcount\brackcount |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7053 \def\lbrb{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7054 \global\advance\brackcount by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7055 {\bf[}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7056 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7057 \def\rbrb{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7058 {\bf]}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7059 \global\advance\brackcount by -1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7060 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7061 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7062 \def\checkparencounts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7063 \ifnum\parencount=0 \else \badparencount \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7064 \ifnum\brackcount=0 \else \badbrackcount \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7065 } |
9130 | 7066 % these should not use \errmessage; the glibc manual, at least, actually |
7067 % has such constructs (when documenting function pointers). | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7068 \def\badparencount{% |
9130 | 7069 \message{Warning: unbalanced parentheses in @def...}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7070 \global\parencount=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7071 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7072 \def\badbrackcount{% |
9130 | 7073 \message{Warning: unbalanced square brackets in @def...}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7074 \global\brackcount=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7075 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7076 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7077 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7078 \message{macros,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7079 % @macro. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7080 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7081 % To do this right we need a feature of e-TeX, \scantokens, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7082 % which we arrange to emulate with a temporary file in ordinary TeX. |
14397 | 7083 \ifx\eTeXversion\thisisundefined |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7084 \newwrite\macscribble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7085 \def\scantokens#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7086 \toks0={#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7087 \immediate\openout\macscribble=\jobname.tmp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7088 \immediate\write\macscribble{\the\toks0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7089 \immediate\closeout\macscribble |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7090 \input \jobname.tmp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7091 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7092 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7093 |
14017 | 7094 \def\scanmacro#1{\begingroup |
7095 \newlinechar`\^^M | |
7096 \let\xeatspaces\eatspaces | |
7097 % | |
7098 % Undo catcode changes of \startcontents and \doprintindex | |
7099 % When called from @insertcopying or (short)caption, we need active | |
7100 % backslash to get it printed correctly. Previously, we had | |
7101 % \catcode`\\=\other instead. We'll see whether a problem appears | |
7102 % with macro expansion. --kasal, 19aug04 | |
7103 \catcode`\@=0 \catcode`\\=\active \escapechar=`\@ | |
7104 % | |
7105 % ... and for \example: | |
7106 \spaceisspace | |
7107 % | |
14521 | 7108 % The \empty here causes a following catcode 5 newline to be eaten as |
7109 % part of reading whitespace after a control sequence. It does not | |
7110 % eat a catcode 13 newline. There's no good way to handle the two | |
7111 % cases (untried: maybe e-TeX's \everyeof could help, though plain TeX | |
7112 % would then have different behavior). See the Macro Details node in | |
7113 % the manual for the workaround we recommend for macros and | |
14017 | 7114 % line-oriented commands. |
14521 | 7115 % |
14017 | 7116 \scantokens{#1\empty}% |
7117 \endgroup} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7118 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7119 \def\scanexp#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7120 \edef\temp{\noexpand\scanmacro{#1}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7121 \temp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7122 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7123 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7124 \newcount\paramno % Count of parameters |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7125 \newtoks\macname % Macro name |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7126 \newif\ifrecursive % Is it recursive? |
5959 | 7127 |
7128 % List of all defined macros in the form | |
7129 % \definedummyword\macro1\definedummyword\macro2... | |
7130 % Currently is also contains all @aliases; the list can be split | |
7131 % if there is a need. | |
7132 \def\macrolist{} | |
7133 | |
7134 % Add the macro to \macrolist | |
7135 \def\addtomacrolist#1{\expandafter \addtomacrolistxxx \csname#1\endcsname} | |
7136 \def\addtomacrolistxxx#1{% | |
7137 \toks0 = \expandafter{\macrolist\definedummyword#1}% | |
7138 \xdef\macrolist{\the\toks0}% | |
7139 } | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7140 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7141 % Utility routines. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7142 % This does \let #1 = #2, with \csnames; that is, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7143 % \let \csname#1\endcsname = \csname#2\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7144 % (except of course we have to play expansion games). |
11418 | 7145 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7146 \def\cslet#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7147 \expandafter\let |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7148 \csname#1\expandafter\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7149 \csname#2\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7150 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7151 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7152 % Trim leading and trailing spaces off a string. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7153 % Concepts from aro-bend problem 15 (see CTAN). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7154 {\catcode`\@=11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7155 \gdef\eatspaces #1{\expandafter\trim@\expandafter{#1 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7156 \gdef\trim@ #1{\trim@@ @#1 @ #1 @ @@} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7157 \gdef\trim@@ #1@ #2@ #3@@{\trim@@@\empty #2 @} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7158 \def\unbrace#1{#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7159 \unbrace{\gdef\trim@@@ #1 } #2@{#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7160 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7161 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7162 % Trim a single trailing ^^M off a string. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7163 {\catcode`\^^M=\other \catcode`\Q=3% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7164 \gdef\eatcr #1{\eatcra #1Q^^MQ}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7165 \gdef\eatcra#1^^MQ{\eatcrb#1Q}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7166 \gdef\eatcrb#1Q#2Q{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7167 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7168 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7169 % Macro bodies are absorbed as an argument in a context where |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7170 % all characters are catcode 10, 11 or 12, except \ which is active |
13431 | 7171 % (as in normal texinfo). It is necessary to change the definition of \ |
7172 % to recognize macro arguments; this is the job of \mbodybackslash. | |
13430 | 7173 % |
9018 | 7174 % Non-ASCII encodings make 8-bit characters active, so un-activate |
7175 % them to avoid their expansion. Must do this non-globally, to | |
7176 % confine the change to the current group. | |
13430 | 7177 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7178 % It's necessary to have hard CRs when the macro is executed. This is |
13430 | 7179 % done by making ^^M (\endlinechar) catcode 12 when reading the macro |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7180 % body, and then making it the \newlinechar in \scanmacro. |
13431 | 7181 % |
7182 \def\scanctxt{% used as subroutine | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7183 \catcode`\"=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7184 \catcode`\+=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7185 \catcode`\<=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7186 \catcode`\>=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7187 \catcode`\@=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7188 \catcode`\^=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7189 \catcode`\_=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7190 \catcode`\|=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7191 \catcode`\~=\other |
9018 | 7192 \ifx\declaredencoding\ascii \else \setnonasciicharscatcodenonglobal\other \fi |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7193 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7194 |
13431 | 7195 \def\scanargctxt{% used for copying and captions, not macros. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7196 \scanctxt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7197 \catcode`\\=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7198 \catcode`\^^M=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7199 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7200 |
13431 | 7201 \def\macrobodyctxt{% used for @macro definitions |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7202 \scanctxt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7203 \catcode`\{=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7204 \catcode`\}=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7205 \catcode`\^^M=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7206 \usembodybackslash |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7207 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7208 |
13431 | 7209 \def\macroargctxt{% used when scanning invocations |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7210 \scanctxt |
13431 | 7211 \catcode`\\=0 |
7212 } | |
7213 % why catcode 0 for \ in the above? To recognize \\ \{ \} as "escapes" | |
7214 % for the single characters \ { }. Thus, we end up with the "commands" | |
7215 % that would be written @\ @{ @} in a Texinfo document. | |
7216 % | |
7217 % We already have @{ and @}. For @\, we define it here, and only for | |
7218 % this purpose, to produce a typewriter backslash (so, the @\ that we | |
7219 % define for @math can't be used with @macro calls): | |
7220 % | |
7221 \def\\{\normalbackslash}% | |
7222 % | |
7223 % We would like to do this for \, too, since that is what makeinfo does. | |
7224 % But it is not possible, because Texinfo already has a command @, for a | |
7225 % cedilla accent. Documents must use @comma{} instead. | |
7226 % | |
7227 % \anythingelse will almost certainly be an error of some kind. | |
7228 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7229 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7230 % \mbodybackslash is the definition of \ in @macro bodies. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7231 % It maps \foo\ => \csname macarg.foo\endcsname => #N |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7232 % where N is the macro parameter number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7233 % We define \csname macarg.\endcsname to be \realbackslash, so |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7234 % \\ in macro replacement text gets you a backslash. |
13430 | 7235 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7236 {\catcode`@=0 @catcode`@\=@active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7237 @gdef@usembodybackslash{@let\=@mbodybackslash} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7238 @gdef@mbodybackslash#1\{@csname macarg.#1@endcsname} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7239 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7240 \expandafter\def\csname macarg.\endcsname{\realbackslash} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7241 |
13431 | 7242 \def\margbackslash#1{\char`\#1 } |
7243 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7244 \def\macro{\recursivefalse\parsearg\macroxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7245 \def\rmacro{\recursivetrue\parsearg\macroxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7246 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7247 \def\macroxxx#1{% |
13430 | 7248 \getargs{#1}% now \macname is the macname and \argl the arglist |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7249 \ifx\argl\empty % no arguments |
15749 | 7250 \paramno=0\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7251 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7252 \expandafter\parsemargdef \argl;% |
15749 | 7253 \if\paramno>256\relax |
7254 \ifx\eTeXversion\thisisundefined | |
7255 \errhelp = \EMsimple | |
7256 \errmessage{You need eTeX to compile a file with macros with more than 256 arguments} | |
7257 \fi | |
7258 \fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7259 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7260 \if1\csname ismacro.\the\macname\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7261 \message{Warning: redefining \the\macname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7262 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7263 \expandafter\ifx\csname \the\macname\endcsname \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7264 \else \errmessage{Macro name \the\macname\space already defined}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7265 \global\cslet{macsave.\the\macname}{\the\macname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7266 \global\expandafter\let\csname ismacro.\the\macname\endcsname=1% |
5959 | 7267 \addtomacrolist{\the\macname}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7268 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7269 \begingroup \macrobodyctxt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7270 \ifrecursive \expandafter\parsermacbody |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7271 \else \expandafter\parsemacbody |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7272 \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7273 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7274 \parseargdef\unmacro{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7275 \if1\csname ismacro.#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7276 \global\cslet{#1}{macsave.#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7277 \global\expandafter\let \csname ismacro.#1\endcsname=0% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7278 % Remove the macro name from \macrolist: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7279 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7280 \expandafter\let\csname#1\endcsname \relax |
5959 | 7281 \let\definedummyword\unmacrodo |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7282 \xdef\macrolist{\macrolist}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7283 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7284 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7285 \errmessage{Macro #1 not defined}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7286 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7287 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7288 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7289 % Called by \do from \dounmacro on each macro. The idea is to omit any |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7290 % macro definitions that have been changed to \relax. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7291 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7292 \def\unmacrodo#1{% |
5959 | 7293 \ifx #1\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7294 % remove this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7295 \else |
5959 | 7296 \noexpand\definedummyword \noexpand#1% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7297 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7298 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7299 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7300 % This makes use of the obscure feature that if the last token of a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7301 % <parameter list> is #, then the preceding argument is delimited by |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7302 % an opening brace, and that opening brace is not consumed. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7303 \def\getargs#1{\getargsxxx#1{}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7304 \def\getargsxxx#1#{\getmacname #1 \relax\getmacargs} |
13430 | 7305 \def\getmacname#1 #2\relax{\macname={#1}} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7306 \def\getmacargs#1{\def\argl{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7307 |
15749 | 7308 % For macro processing make @ a letter so that we can make Texinfo private macro names. |
7309 \edef\texiatcatcode{\the\catcode`\@} | |
7310 \catcode `@=11\relax | |
7311 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7312 % Parse the optional {params} list. Set up \paramno and \paramlist |
15749 | 7313 % so \defmacro knows what to do. Define \macarg.BLAH for each BLAH |
7314 % in the params list to some hook where the argument si to be expanded. If | |
7315 % there are less than 10 arguments that hook is to be replaced by ##N where N | |
7316 % is the position in that list, that is to say the macro arguments are to be | |
7317 % defined `a la TeX in the macro body. | |
7318 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7319 % That gets used by \mbodybackslash (above). |
13430 | 7320 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7321 % We need to get `macro parameter char #' into several definitions. |
13430 | 7322 % The technique used is stolen from LaTeX: let \hash be something |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7323 % unexpandable, insert that wherever you need a #, and then redefine |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7324 % it to # just before using the token list produced. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7325 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7326 % The same technique is used to protect \eatspaces till just before |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7327 % the macro is used. |
15749 | 7328 % |
7329 % If there are 10 or more arguments, a different technique is used, where the | |
7330 % hook remains in the body, and when macro is to be expanded the body is | |
7331 % processed again to replace the arguments. | |
7332 % | |
7333 % In that case, the hook is \the\toks N-1, and we simply set \toks N-1 to the | |
7334 % argument N value and then \edef the body (nothing else will expand because of | |
7335 % the catcode regime underwhich the body was input). | |
7336 % | |
7337 % If you compile with TeX (not eTeX), and you have macros with 10 or more | |
7338 % arguments, you need that no macro has more than 256 arguments, otherwise an | |
7339 % error is produced. | |
13430 | 7340 \def\parsemargdef#1;{% |
7341 \paramno=0\def\paramlist{}% | |
7342 \let\hash\relax | |
7343 \let\xeatspaces\relax | |
7344 \parsemargdefxxx#1,;,% | |
15749 | 7345 % In case that there are 10 or more arguments we parse again the arguments |
7346 % list to set new definitions for the \macarg.BLAH macros corresponding to | |
7347 % each BLAH argument. It was anyhow needed to parse already once this list | |
7348 % in order to count the arguments, and as macros with at most 9 arguments | |
7349 % are by far more frequent than macro with 10 or more arguments, defining | |
7350 % twice the \macarg.BLAH macros does not cost too much processing power. | |
7351 \ifnum\paramno<10\relax\else | |
7352 \paramno0\relax | |
7353 \parsemmanyargdef@@#1,;,% 10 or more arguments | |
7354 \fi | |
13430 | 7355 } |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7356 \def\parsemargdefxxx#1,{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7357 \if#1;\let\next=\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7358 \else \let\next=\parsemargdefxxx |
13431 | 7359 \advance\paramno by 1 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7360 \expandafter\edef\csname macarg.\eatspaces{#1}\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7361 {\xeatspaces{\hash\the\paramno}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7362 \edef\paramlist{\paramlist\hash\the\paramno,}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7363 \fi\next} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7364 |
15749 | 7365 \def\parsemmanyargdef@@#1,{% |
7366 \if#1;\let\next=\relax | |
7367 \else | |
7368 \let\next=\parsemmanyargdef@@ | |
7369 \edef\tempb{\eatspaces{#1}}% | |
7370 \expandafter\def\expandafter\tempa | |
7371 \expandafter{\csname macarg.\tempb\endcsname}% | |
7372 % Note that we need some extra \noexpand\noexpand, this is because we | |
7373 % don't want \the to be expanded in the \parsermacbody as it uses an | |
7374 % \xdef . | |
7375 \expandafter\edef\tempa | |
7376 {\noexpand\noexpand\noexpand\the\toks\the\paramno}% | |
7377 \advance\paramno by 1\relax | |
7378 \fi\next} | |
7379 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7380 % These two commands read recursive and nonrecursive macro bodies. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7381 % (They're different since rec and nonrec macros end differently.) |
13430 | 7382 % |
15749 | 7383 |
7384 \catcode `\@\texiatcatcode | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7385 \long\def\parsemacbody#1@end macro% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7386 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7387 \long\def\parsermacbody#1@end rmacro% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7388 {\xdef\temp{\eatcr{#1}}\endgroup\defmacro}% |
15749 | 7389 \catcode `\@=11\relax |
7390 | |
7391 \let\endargs@\relax | |
7392 \let\nil@\relax | |
7393 \def\nilm@{\nil@}% | |
7394 \long\def\nillm@{\nil@}% | |
7395 | |
7396 % This macro is expanded during the Texinfo macro expansion, not during its | |
7397 % definition. It gets all the arguments values and assigns them to macros | |
7398 % macarg.ARGNAME | |
7399 % | |
7400 % #1 is the macro name | |
7401 % #2 is the list of argument names | |
7402 % #3 is the list of argument values | |
7403 \def\getargvals@#1#2#3{% | |
7404 \def\macargdeflist@{}% | |
7405 \def\saveparamlist@{#2}% Need to keep a copy for parameter expansion. | |
7406 \def\paramlist{#2,\nil@}% | |
7407 \def\macroname{#1}% | |
7408 \begingroup | |
7409 \macroargctxt | |
7410 \def\argvaluelist{#3,\nil@}% | |
7411 \def\@tempa{#3}% | |
7412 \ifx\@tempa\empty | |
7413 \setemptyargvalues@ | |
7414 \else | |
7415 \getargvals@@ | |
7416 \fi | |
7417 } | |
7418 | |
7419 % | |
7420 \def\getargvals@@{% | |
7421 \ifx\paramlist\nilm@ | |
7422 % Some sanity check needed here that \argvaluelist is also empty. | |
7423 \ifx\argvaluelist\nillm@ | |
7424 \else | |
7425 \errhelp = \EMsimple | |
7426 \errmessage{Too many arguments in macro `\macroname'!}% | |
7427 \fi | |
7428 \let\next\macargexpandinbody@ | |
7429 \else | |
7430 \ifx\argvaluelist\nillm@ | |
7431 % No more arguments values passed to macro. Set remaining named-arg | |
7432 % macros to empty. | |
7433 \let\next\setemptyargvalues@ | |
7434 \else | |
7435 % pop current arg name into \@tempb | |
7436 \def\@tempa##1{\pop@{\@tempb}{\paramlist}##1\endargs@}% | |
7437 \expandafter\@tempa\expandafter{\paramlist}% | |
7438 % pop current argument value into \@tempc | |
7439 \def\@tempa##1{\longpop@{\@tempc}{\argvaluelist}##1\endargs@}% | |
7440 \expandafter\@tempa\expandafter{\argvaluelist}% | |
7441 % Here \@tempb is the current arg name and \@tempc is the current arg value. | |
7442 % First place the new argument macro definition into \@tempd | |
7443 \expandafter\macname\expandafter{\@tempc}% | |
7444 \expandafter\let\csname macarg.\@tempb\endcsname\relax | |
7445 \expandafter\def\expandafter\@tempe\expandafter{% | |
7446 \csname macarg.\@tempb\endcsname}% | |
7447 \edef\@tempd{\long\def\@tempe{\the\macname}}% | |
7448 \push@\@tempd\macargdeflist@ | |
7449 \let\next\getargvals@@ | |
7450 \fi | |
7451 \fi | |
7452 \next | |
7453 } | |
7454 | |
7455 \def\push@#1#2{% | |
7456 \expandafter\expandafter\expandafter\def | |
7457 \expandafter\expandafter\expandafter#2% | |
7458 \expandafter\expandafter\expandafter{% | |
7459 \expandafter#1#2}% | |
7460 } | |
7461 | |
7462 % Replace arguments by their values in the macro body, and place the result | |
7463 % in macro \@tempa | |
7464 \def\macvalstoargs@{% | |
7465 % To do this we use the property that token registers that are \the'ed | |
7466 % within an \edef expand only once. So we are going to place all argument | |
7467 % values into respective token registers. | |
7468 % | |
7469 % First we save the token context, and initialize argument numbering. | |
7470 \begingroup | |
7471 \paramno0\relax | |
7472 % Then, for each argument number #N, we place the corresponding argument | |
7473 % value into a new token list register \toks#N | |
7474 \expandafter\putargsintokens@\saveparamlist@,;,% | |
7475 % Then, we expand the body so that argument are replaced by their | |
7476 % values. The trick for values not to be expanded themselves is that they | |
7477 % are within tokens and that tokens expand only once in an \edef . | |
7478 \edef\@tempc{\csname mac.\macroname .body\endcsname}% | |
7479 % Now we restore the token stack pointer to free the token list registers | |
7480 % which we have used, but we make sure that expanded body is saved after | |
7481 % group. | |
7482 \expandafter | |
7483 \endgroup | |
7484 \expandafter\def\expandafter\@tempa\expandafter{\@tempc}% | |
7485 } | |
7486 | |
7487 \def\macargexpandinbody@{% | |
7488 %% Define the named-macro outside of this group and then close this group. | |
7489 \expandafter | |
7490 \endgroup | |
7491 \macargdeflist@ | |
7492 % First the replace in body the macro arguments by their values, the result | |
7493 % is in \@tempa . | |
7494 \macvalstoargs@ | |
7495 % Then we point at the \norecurse or \gobble (for recursive) macro value | |
7496 % with \@tempb . | |
7497 \expandafter\let\expandafter\@tempb\csname mac.\macroname .recurse\endcsname | |
7498 % Depending on whether it is recursive or not, we need some tailing | |
7499 % \egroup . | |
7500 \ifx\@tempb\gobble | |
7501 \let\@tempc\relax | |
7502 \else | |
7503 \let\@tempc\egroup | |
7504 \fi | |
7505 % And now we do the real job: | |
7506 \edef\@tempd{\noexpand\@tempb{\macroname}\noexpand\scanmacro{\@tempa}\@tempc}% | |
7507 \@tempd | |
7508 } | |
7509 | |
7510 \def\putargsintokens@#1,{% | |
7511 \if#1;\let\next\relax | |
7512 \else | |
7513 \let\next\putargsintokens@ | |
7514 % First we allocate the new token list register, and give it a temporary | |
7515 % alias \@tempb . | |
7516 \toksdef\@tempb\the\paramno | |
7517 % Then we place the argument value into that token list register. | |
7518 \expandafter\let\expandafter\@tempa\csname macarg.#1\endcsname | |
7519 \expandafter\@tempb\expandafter{\@tempa}% | |
7520 \advance\paramno by 1\relax | |
7521 \fi | |
7522 \next | |
7523 } | |
7524 | |
7525 % Save the token stack pointer into macro #1 | |
7526 \def\texisavetoksstackpoint#1{\edef#1{\the\@cclvi}} | |
7527 % Restore the token stack pointer from number in macro #1 | |
7528 \def\texirestoretoksstackpoint#1{\expandafter\mathchardef\expandafter\@cclvi#1\relax} | |
7529 % newtoks that can be used non \outer . | |
7530 \def\texinonouternewtoks{\alloc@ 5\toks \toksdef \@cclvi} | |
7531 | |
7532 % Tailing missing arguments are set to empty | |
7533 \def\setemptyargvalues@{% | |
7534 \ifx\paramlist\nilm@ | |
7535 \let\next\macargexpandinbody@ | |
7536 \else | |
7537 \expandafter\setemptyargvaluesparser@\paramlist\endargs@ | |
7538 \let\next\setemptyargvalues@ | |
7539 \fi | |
7540 \next | |
7541 } | |
7542 | |
7543 \def\setemptyargvaluesparser@#1,#2\endargs@{% | |
7544 \expandafter\def\expandafter\@tempa\expandafter{% | |
7545 \expandafter\def\csname macarg.#1\endcsname{}}% | |
7546 \push@\@tempa\macargdeflist@ | |
7547 \def\paramlist{#2}% | |
7548 } | |
7549 | |
7550 % #1 is the element target macro | |
7551 % #2 is the list macro | |
7552 % #3,#4\endargs@ is the list value | |
7553 \def\pop@#1#2#3,#4\endargs@{% | |
7554 \def#1{#3}% | |
7555 \def#2{#4}% | |
7556 } | |
7557 \long\def\longpop@#1#2#3,#4\endargs@{% | |
7558 \long\def#1{#3}% | |
7559 \long\def#2{#4}% | |
7560 } | |
7561 | |
7562 % This defines a Texinfo @macro. There are eight cases: recursive and | |
7563 % nonrecursive macros of zero, one, up to nine, and many arguments. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7564 % Much magic with \expandafter here. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7565 % \xdef is used so that macro definitions will survive the file |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7566 % they're defined in; @include reads the file inside a group. |
13430 | 7567 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7568 \def\defmacro{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7569 \let\hash=##% convert placeholders to macro parameter chars |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7570 \ifrecursive |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7571 \ifcase\paramno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7572 % 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7573 \expandafter\xdef\csname\the\macname\endcsname{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7574 \noexpand\scanmacro{\temp}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7575 \or % 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7576 \expandafter\xdef\csname\the\macname\endcsname{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7577 \bgroup\noexpand\macroargctxt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7578 \noexpand\braceorline |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7579 \expandafter\noexpand\csname\the\macname xxx\endcsname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7580 \expandafter\xdef\csname\the\macname xxx\endcsname##1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7581 \egroup\noexpand\scanmacro{\temp}}% |
15749 | 7582 \else |
7583 \ifnum\paramno<10\relax % at most 9 | |
7584 \expandafter\xdef\csname\the\macname\endcsname{% | |
7585 \bgroup\noexpand\macroargctxt | |
7586 \noexpand\csname\the\macname xx\endcsname}% | |
7587 \expandafter\xdef\csname\the\macname xx\endcsname##1{% | |
7588 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% | |
7589 \expandafter\expandafter | |
7590 \expandafter\xdef | |
7591 \expandafter\expandafter | |
7592 \csname\the\macname xxx\endcsname | |
7593 \paramlist{\egroup\noexpand\scanmacro{\temp}}% | |
7594 \else % 10 or more | |
7595 \expandafter\xdef\csname\the\macname\endcsname{% | |
7596 \noexpand\getargvals@{\the\macname}{\argl}% | |
7597 }% | |
7598 \global\expandafter\let\csname mac.\the\macname .body\endcsname\temp | |
7599 \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\gobble | |
7600 \fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7601 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7602 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7603 \ifcase\paramno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7604 % 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7605 \expandafter\xdef\csname\the\macname\endcsname{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7606 \noexpand\norecurse{\the\macname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7607 \noexpand\scanmacro{\temp}\egroup}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7608 \or % 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7609 \expandafter\xdef\csname\the\macname\endcsname{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7610 \bgroup\noexpand\macroargctxt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7611 \noexpand\braceorline |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7612 \expandafter\noexpand\csname\the\macname xxx\endcsname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7613 \expandafter\xdef\csname\the\macname xxx\endcsname##1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7614 \egroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7615 \noexpand\norecurse{\the\macname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7616 \noexpand\scanmacro{\temp}\egroup}% |
15749 | 7617 \else % at most 9 |
7618 \ifnum\paramno<10\relax | |
7619 \expandafter\xdef\csname\the\macname\endcsname{% | |
7620 \bgroup\noexpand\macroargctxt | |
7621 \expandafter\noexpand\csname\the\macname xx\endcsname}% | |
7622 \expandafter\xdef\csname\the\macname xx\endcsname##1{% | |
7623 \expandafter\noexpand\csname\the\macname xxx\endcsname ##1,}% | |
7624 \expandafter\expandafter | |
7625 \expandafter\xdef | |
7626 \expandafter\expandafter | |
7627 \csname\the\macname xxx\endcsname | |
7628 \paramlist{% | |
7629 \egroup | |
7630 \noexpand\norecurse{\the\macname}% | |
7631 \noexpand\scanmacro{\temp}\egroup}% | |
7632 \else % 10 or more: | |
7633 \expandafter\xdef\csname\the\macname\endcsname{% | |
7634 \noexpand\getargvals@{\the\macname}{\argl}% | |
7635 }% | |
7636 \global\expandafter\let\csname mac.\the\macname .body\endcsname\temp | |
7637 \global\expandafter\let\csname mac.\the\macname .recurse\endcsname\norecurse | |
7638 \fi | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7639 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7640 \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7641 |
15749 | 7642 \catcode `\@\texiatcatcode\relax |
7643 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7644 \def\norecurse#1{\bgroup\cslet{#1}{macsave.#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7645 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7646 % \braceorline decides whether the next nonwhitespace character is a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7647 % {. If so it reads up to the closing }, if not, it reads the whole |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7648 % line. Whatever was read is then fed to the next control sequence |
13430 | 7649 % as an argument (by \parsebrace or \parsearg). |
7650 % | |
6709 | 7651 \def\braceorline#1{\let\macnamexxx=#1\futurelet\nchar\braceorlinexxx} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7652 \def\braceorlinexxx{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7653 \ifx\nchar\bgroup\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7654 \expandafter\parsearg |
6709 | 7655 \fi \macnamexxx} |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7656 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7657 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7658 % @alias. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7659 % We need some trickery to remove the optional spaces around the equal |
13430 | 7660 % sign. Make them active and then expand them all to nothing. |
7661 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7662 \def\alias{\parseargusing\obeyspaces\aliasxxx} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7663 \def\aliasxxx #1{\aliasyyy#1\relax} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7664 \def\aliasyyy #1=#2\relax{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7665 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7666 \expandafter\let\obeyedspace=\empty |
5959 | 7667 \addtomacrolist{#1}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7668 \xdef\next{\global\let\makecsname{#1}=\makecsname{#2}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7669 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7670 \next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7671 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7672 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7673 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7674 \message{cross references,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7675 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7676 \newwrite\auxfile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7677 \newif\ifhavexrefs % True if xref values are known. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7678 \newif\ifwarnedxrefs % True if we warned once that they aren't known. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7679 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7680 % @inforef is relatively simple. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7681 \def\inforef #1{\inforefzzz #1,,,,**} |
14256 | 7682 \def\inforefzzz #1,#2,#3,#4**{% |
7683 \putwordSee{} \putwordInfo{} \putwordfile{} \file{\ignorespaces #3{}}, | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7684 node \samp{\ignorespaces#1{}}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7685 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7686 % @node's only job in TeX is to define \lastnode, which is used in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7687 % cross-references. The @node line might or might not have commas, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7688 % might or might not have spaces before the first comma, like: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7689 % @node foo , bar , ... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7690 % We don't want such trailing spaces in the node name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7691 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7692 \parseargdef\node{\checkenv{}\donode #1 ,\finishnodeparse} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7693 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7694 % also remove a trailing comma, in case of something like this: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7695 % @node Help-Cross, , , Cross-refs |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7696 \def\donode#1 ,#2\finishnodeparse{\dodonode #1,\finishnodeparse} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7697 \def\dodonode#1,#2\finishnodeparse{\gdef\lastnode{#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7698 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7699 \let\nwnode=\node |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7700 \let\lastnode=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7701 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7702 % Write a cross-reference definition for the current node. #1 is the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7703 % type (Ynumbered, Yappendix, Ynothing). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7704 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7705 \def\donoderef#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7706 \ifx\lastnode\empty\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7707 \setref{\lastnode}{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7708 \global\let\lastnode=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7709 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7710 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7711 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7712 % @anchor{NAME} -- define xref target at arbitrary point. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7713 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7714 \newcount\savesfregister |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7715 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7716 \def\savesf{\relax \ifhmode \savesfregister=\spacefactor \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7717 \def\restoresf{\relax \ifhmode \spacefactor=\savesfregister \fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7718 \def\anchor#1{\savesf \setref{#1}{Ynothing}\restoresf \ignorespaces} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7719 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7720 % \setref{NAME}{SNT} defines a cross-reference point NAME (a node or an |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7721 % anchor), which consists of three parts: |
9083 | 7722 % 1) NAME-title - the current sectioning name taken from \lastsection, |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7723 % or the anchor name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7724 % 2) NAME-snt - section number and type, passed as the SNT arg, or |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7725 % empty for anchors. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7726 % 3) NAME-pg - the page number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7727 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7728 % This is called from \donoderef, \anchor, and \dofloat. In the case of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7729 % floats, there is an additional part, which is not written here: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7730 % 4) NAME-lof - the text as it should appear in a @listoffloats. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7731 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7732 \def\setref#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7733 \pdfmkdest{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7734 \iflinks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7735 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7736 \atdummies % preserve commands, but don't expand them |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7737 \edef\writexrdef##1##2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7738 \write\auxfile{@xrdef{#1-% #1 of \setref, expanded by the \edef |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7739 ##1}{##2}}% these are parameters of \writexrdef |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7740 }% |
9083 | 7741 \toks0 = \expandafter{\lastsection}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7742 \immediate \writexrdef{title}{\the\toks0 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7743 \immediate \writexrdef{snt}{\csname #2\endcsname}% \Ynumbered etc. |
14256 | 7744 \safewhatsit{\writexrdef{pg}{\folio}}% will be written later, at \shipout |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7745 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7746 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7747 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7748 |
14397 | 7749 % @xrefautosectiontitle on|off says whether @section(ing) names are used |
7750 % automatically in xrefs, if the third arg is not explicitly specified. | |
7751 % This was provided as a "secret" @set xref-automatic-section-title | |
7752 % variable, now it's official. | |
7753 % | |
7754 \parseargdef\xrefautomaticsectiontitle{% | |
7755 \def\temp{#1}% | |
7756 \ifx\temp\onword | |
7757 \expandafter\let\csname SETxref-automatic-section-title\endcsname | |
7758 = \empty | |
7759 \else\ifx\temp\offword | |
7760 \expandafter\let\csname SETxref-automatic-section-title\endcsname | |
7761 = \relax | |
7762 \else | |
7763 \errhelp = \EMsimple | |
7764 \errmessage{Unknown @xrefautomaticsectiontitle value `\temp', | |
7765 must be on|off}% | |
7766 \fi\fi | |
7767 } | |
7768 | |
7769 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7770 % @xref, @pxref, and @ref generate cross-references. For \xrefX, #1 is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7771 % the node name, #2 the name of the Info cross-reference, #3 the printed |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7772 % node name, #4 the name of the Info file, #5 the name of the printed |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7773 % manual. All but the node name can be omitted. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7774 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7775 \def\pxref#1{\putwordsee{} \xrefX[#1,,,,,,,]} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7776 \def\xref#1{\putwordSee{} \xrefX[#1,,,,,,,]} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7777 \def\ref#1{\xrefX[#1,,,,,,,]} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7778 \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7779 \unsepspaces |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7780 \def\printedmanual{\ignorespaces #5}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7781 \def\printedrefname{\ignorespaces #3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7782 \setbox1=\hbox{\printedmanual\unskip}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7783 \setbox0=\hbox{\printedrefname\unskip}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7784 \ifdim \wd0 = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7785 % No printed node name was explicitly given. |
14397 | 7786 \expandafter\ifx\csname SETxref-automatic-section-title\endcsname \relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7787 % Use the node name inside the square brackets. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7788 \def\printedrefname{\ignorespaces #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7789 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7790 % Use the actual chapter/section title appear inside |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7791 % the square brackets. Use the real section title if we have it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7792 \ifdim \wd1 > 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7793 % It is in another manual, so we don't have it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7794 \def\printedrefname{\ignorespaces #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7795 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7796 \ifhavexrefs |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7797 % We know the real title if we have the xref values. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7798 \def\printedrefname{\refx{#1-title}{}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7799 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7800 % Otherwise just copy the Info node name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7801 \def\printedrefname{\ignorespaces #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7802 \fi% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7803 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7804 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7805 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7806 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7807 % Make link in pdf output. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7808 \ifpdf |
7745 | 7809 {\indexnofonts |
7810 \turnoffactive | |
9798 | 7811 % This expands tokens, so do it after making catcode changes, so _ |
7812 % etc. don't get their TeX definitions. | |
7813 \getfilename{#4}% | |
7814 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7815 % See comments at \activebackslashdouble. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7816 {\activebackslashdouble \xdef\pdfxrefdest{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7817 \backslashparens\pdfxrefdest}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7818 % |
9798 | 7819 \leavevmode |
7820 \startlink attr{/Border [0 0 0]}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7821 \ifnum\filenamelength>0 |
9798 | 7822 goto file{\the\filename.pdf} name{\pdfxrefdest}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7823 \else |
9798 | 7824 goto name{\pdfmkpgn{\pdfxrefdest}}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7825 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7826 }% |
9041 | 7827 \setcolor{\linkcolor}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7828 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7829 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7830 % Float references are printed completely differently: "Figure 1.2" |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7831 % instead of "[somenode], p.3". We distinguish them by the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7832 % LABEL-title being set to a magic string. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7833 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7834 % Have to otherify everything special to allow the \csname to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7835 % include an _ in the xref name, etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7836 \indexnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7837 \turnoffactive |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7838 \expandafter\global\expandafter\let\expandafter\Xthisreftitle |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7839 \csname XR#1-title\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7840 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7841 \iffloat\Xthisreftitle |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7842 % If the user specified the print name (third arg) to the ref, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7843 % print it instead of our usual "Figure 1.2". |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7844 \ifdim\wd0 = 0pt |
6040 | 7845 \refx{#1-snt}{}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7846 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7847 \printedrefname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7848 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7849 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7850 % if the user also gave the printed manual name (fifth arg), append |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7851 % "in MANUALNAME". |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7852 \ifdim \wd1 > 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7853 \space \putwordin{} \cite{\printedmanual}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7854 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7855 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7856 % node/anchor (non-float) references. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7857 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7858 % If we use \unhbox0 and \unhbox1 to print the node names, TeX does not |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7859 % insert empty discretionaries after hyphens, which means that it will |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7860 % not find a line break at a hyphen in a node names. Since some manuals |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7861 % are best written with fairly long node names, containing hyphens, this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7862 % is a loss. Therefore, we give the text of the node name again, so it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7863 % is as if TeX is seeing it for the first time. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7864 \ifdim \wd1 > 0pt |
9083 | 7865 \putwordSection{} ``\printedrefname'' \putwordin{} \cite{\printedmanual}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7866 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7867 % _ (for example) has to be the character _ for the purposes of the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7868 % control sequence corresponding to the node, but it has to expand |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7869 % into the usual \leavevmode...\vrule stuff for purposes of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7870 % printing. So we \turnoffactive for the \refx-snt, back on for the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7871 % printing, back off for the \refx-pg. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7872 {\turnoffactive |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7873 % Only output a following space if the -snt ref is nonempty; for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7874 % @unnumbered and @anchor, it won't be. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7875 \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7876 \ifdim \wd2 > 0pt \refx{#1-snt}\space\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7877 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7878 % output the `[mynode]' via a macro so it can be overridden. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7879 \xrefprintnodename\printedrefname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7880 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7881 % But we always want a comma and a space: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7882 ,\space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7883 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7884 % output the `page 3'. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7885 \turnoffactive \putwordpage\tie\refx{#1-pg}{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7886 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7887 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7888 \endlink |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7889 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7890 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7891 % This macro is called from \xrefX for the `[nodename]' part of xref |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7892 % output. It's a separate macro only so it can be changed more easily, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7893 % since square brackets don't work well in some documents. Particularly |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7894 % one that Bob is working on :). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7895 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7896 \def\xrefprintnodename#1{[#1]} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7897 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7898 % Things referred to by \setref. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7899 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7900 \def\Ynothing{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7901 \def\Yomitfromtoc{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7902 \def\Ynumbered{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7903 \ifnum\secno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7904 \putwordChapter@tie \the\chapno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7905 \else \ifnum\subsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7906 \putwordSection@tie \the\chapno.\the\secno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7907 \else \ifnum\subsubsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7908 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7909 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7910 \putwordSection@tie \the\chapno.\the\secno.\the\subsecno.\the\subsubsecno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7911 \fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7912 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7913 \def\Yappendix{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7914 \ifnum\secno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7915 \putwordAppendix@tie @char\the\appendixno{}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7916 \else \ifnum\subsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7917 \putwordSection@tie @char\the\appendixno.\the\secno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7918 \else \ifnum\subsubsecno=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7919 \putwordSection@tie @char\the\appendixno.\the\secno.\the\subsecno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7920 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7921 \putwordSection@tie |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7922 @char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7923 \fi\fi\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7924 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7925 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7926 % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7927 % If its value is nonempty, SUFFIX is output afterward. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7928 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7929 \def\refx#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7930 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7931 \indexnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7932 \otherbackslash |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7933 \expandafter\global\expandafter\let\expandafter\thisrefX |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7934 \csname XR#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7935 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7936 \ifx\thisrefX\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7937 % If not defined, say something at least. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7938 \angleleft un\-de\-fined\angleright |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7939 \iflinks |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7940 \ifhavexrefs |
13561 | 7941 {\toks0 = {#1}% avoid expansion of possibly-complex value |
7942 \message{\linenumber Undefined cross reference `\the\toks0'.}}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7943 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7944 \ifwarnedxrefs\else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7945 \global\warnedxrefstrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7946 \message{Cross reference values unknown; you must run TeX again.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7947 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7948 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7949 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7950 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7951 % It's defined, so just use it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7952 \thisrefX |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7953 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7954 #2% Output the suffix in any case. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7955 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7956 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7957 % This is the macro invoked by entries in the aux file. Usually it's |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7958 % just a \def (we prepend XR to the control sequence name to avoid |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7959 % collisions). But if this is a float type, we have more work to do. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7960 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7961 \def\xrdef#1#2{% |
7745 | 7962 {% The node name might contain 8-bit characters, which in our current |
7963 % implementation are changed to commands like @'e. Don't let these | |
7964 % mess up the control sequence name. | |
7965 \indexnofonts | |
7966 \turnoffactive | |
7967 \xdef\safexrefname{#1}% | |
7968 }% | |
7969 % | |
7970 \expandafter\gdef\csname XR\safexrefname\endcsname{#2}% remember this xref | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7971 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7972 % Was that xref control sequence that we just defined for a float? |
7745 | 7973 \expandafter\iffloat\csname XR\safexrefname\endcsname |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7974 % it was a float, and we have the (safe) float type in \iffloattype. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7975 \expandafter\let\expandafter\floatlist |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7976 \csname floatlist\iffloattype\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7977 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7978 % Is this the first time we've seen this float type? |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7979 \expandafter\ifx\floatlist\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7980 \toks0 = {\do}% yes, so just \do |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7981 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7982 % had it before, so preserve previous elements in list. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7983 \toks0 = \expandafter{\floatlist\do}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7984 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7985 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7986 % Remember this xref in the control sequence \floatlistFLOATTYPE, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7987 % for later use in \listoffloats. |
7745 | 7988 \expandafter\xdef\csname floatlist\iffloattype\endcsname{\the\toks0 |
7989 {\safexrefname}}% | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7990 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7991 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7992 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7993 % Read the last existing aux file, if any. No error if none exists. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7994 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7995 \def\tryauxfile{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7996 \openin 1 \jobname.aux |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7997 \ifeof 1 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7998 \readdatafile{aux}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7999 \global\havexrefstrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8000 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8001 \closein 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8002 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8003 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8004 \def\setupdatafile{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8005 \catcode`\^^@=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8006 \catcode`\^^A=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8007 \catcode`\^^B=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8008 \catcode`\^^C=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8009 \catcode`\^^D=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8010 \catcode`\^^E=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8011 \catcode`\^^F=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8012 \catcode`\^^G=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8013 \catcode`\^^H=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8014 \catcode`\^^K=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8015 \catcode`\^^L=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8016 \catcode`\^^N=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8017 \catcode`\^^P=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8018 \catcode`\^^Q=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8019 \catcode`\^^R=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8020 \catcode`\^^S=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8021 \catcode`\^^T=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8022 \catcode`\^^U=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8023 \catcode`\^^V=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8024 \catcode`\^^W=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8025 \catcode`\^^X=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8026 \catcode`\^^Z=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8027 \catcode`\^^[=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8028 \catcode`\^^\=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8029 \catcode`\^^]=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8030 \catcode`\^^^=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8031 \catcode`\^^_=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8032 % It was suggested to set the catcode of ^ to 7, which would allow ^^e4 etc. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8033 % in xref tags, i.e., node names. But since ^^e4 notation isn't |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8034 % supported in the main text, it doesn't seem desirable. Furthermore, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8035 % that is not enough: for node names that actually contain a ^ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8036 % character, we would end up writing a line like this: 'xrdef {'hat |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8037 % b-title}{'hat b} and \xrdef does a \csname...\endcsname on the first |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8038 % argument, and \hat is not an expandable control sequence. It could |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8039 % all be worked out, but why? Either we support ^^ or we don't. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8040 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8041 % The other change necessary for this was to define \auxhat: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8042 % \def\auxhat{\def^{'hat }}% extra space so ok if followed by letter |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8043 % and then to call \auxhat in \setq. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8044 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8045 \catcode`\^=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8046 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8047 % Special characters. Should be turned off anyway, but... |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8048 \catcode`\~=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8049 \catcode`\[=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8050 \catcode`\]=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8051 \catcode`\"=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8052 \catcode`\_=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8053 \catcode`\|=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8054 \catcode`\<=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8055 \catcode`\>=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8056 \catcode`\$=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8057 \catcode`\#=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8058 \catcode`\&=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8059 \catcode`\%=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8060 \catcode`+=\other % avoid \+ for paranoia even though we've turned it off |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8061 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8062 % This is to support \ in node names and titles, since the \ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8063 % characters end up in a \csname. It's easier than |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8064 % leaving it active and making its active definition an actual \ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8065 % character. What I don't understand is why it works in the *value* |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8066 % of the xrdef. Seems like it should be a catcode12 \, and that |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8067 % should not typeset properly. But it works, so I'm moving on for |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8068 % now. --karl, 15jan04. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8069 \catcode`\\=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8070 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8071 % Make the characters 128-255 be printing characters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8072 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8073 \count1=128 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8074 \def\loop{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8075 \catcode\count1=\other |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8076 \advance\count1 by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8077 \ifnum \count1<256 \loop \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8078 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8079 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8080 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8081 % @ is our escape character in .aux files, and we need braces. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8082 \catcode`\{=1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8083 \catcode`\}=2 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8084 \catcode`\@=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8085 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8086 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8087 \def\readdatafile#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8088 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8089 \setupdatafile |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8090 \input\jobname.#1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8091 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8092 |
7765 | 8093 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8094 \message{insertions,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8095 % including footnotes. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8096 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8097 \newcount \footnoteno |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8098 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8099 % The trailing space in the following definition for supereject is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8100 % vital for proper filling; pages come out unaligned when you do a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8101 % pagealignmacro call if that space before the closing brace is |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8102 % removed. (Generally, numeric constants should always be followed by a |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8103 % space to prevent strange expansion errors.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8104 \def\supereject{\par\penalty -20000\footnoteno =0 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8105 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8106 % @footnotestyle is meaningful for info output only. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8107 \let\footnotestyle=\comment |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8108 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8109 {\catcode `\@=11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8110 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8111 % Auto-number footnotes. Otherwise like plain. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8112 \gdef\footnote{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8113 \let\indent=\ptexindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8114 \let\noindent=\ptexnoindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8115 \global\advance\footnoteno by \@ne |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8116 \edef\thisfootno{$^{\the\footnoteno}$}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8117 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8118 % In case the footnote comes at the end of a sentence, preserve the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8119 % extra spacing after we do the footnote number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8120 \let\@sf\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8121 \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\ptexslash\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8122 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8123 % Remove inadvertent blank space before typesetting the footnote number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8124 \unskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8125 \thisfootno\@sf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8126 \dofootnote |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8127 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8128 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8129 % Don't bother with the trickery in plain.tex to not require the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8130 % footnote text as a parameter. Our footnotes don't need to be so general. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8131 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8132 % Oh yes, they do; otherwise, @ifset (and anything else that uses |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8133 % \parseargline) fails inside footnotes because the tokens are fixed when |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8134 % the footnote is read. --karl, 16nov96. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8135 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8136 \gdef\dofootnote{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8137 \insert\footins\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8138 % We want to typeset this text as a normal paragraph, even if the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8139 % footnote reference occurs in (for example) a display environment. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8140 % So reset some parameters. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8141 \hsize=\pagewidth |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8142 \interlinepenalty\interfootnotelinepenalty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8143 \splittopskip\ht\strutbox % top baseline for broken footnotes |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8144 \splitmaxdepth\dp\strutbox |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8145 \floatingpenalty\@MM |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8146 \leftskip\z@skip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8147 \rightskip\z@skip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8148 \spaceskip\z@skip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8149 \xspaceskip\z@skip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8150 \parindent\defaultparindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8151 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8152 \smallfonts \rm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8153 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8154 % Because we use hanging indentation in footnotes, a @noindent appears |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8155 % to exdent this text, so make it be a no-op. makeinfo does not use |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8156 % hanging indentation so @noindent can still be needed within footnote |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8157 % text after an @example or the like (not that this is good style). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8158 \let\noindent = \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8159 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8160 % Hang the footnote text off the number. Use \everypar in case the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8161 % footnote extends for more than one paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8162 \everypar = {\hang}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8163 \textindent{\thisfootno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8164 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8165 % Don't crash into the line above the footnote text. Since this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8166 % expands into a box, it must come within the paragraph, lest it |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8167 % provide a place where TeX can split the footnote. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8168 \footstrut |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8169 \futurelet\next\fo@t |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8170 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8171 }%end \catcode `\@=11 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8172 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8173 % In case a @footnote appears in a vbox, save the footnote text and create |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8174 % the real \insert just after the vbox finished. Otherwise, the insertion |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8175 % would be lost. |
9862 | 8176 % Similarly, if a @footnote appears inside an alignment, save the footnote |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8177 % text to a box and make the \insert when a row of the table is finished. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8178 % And the same can be done for other insert classes. --kasal, 16nov03. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8179 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8180 % Replace the \insert primitive by a cheating macro. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8181 % Deeper inside, just make sure that the saved insertions are not spilled |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8182 % out prematurely. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8183 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8184 \def\startsavinginserts{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8185 \ifx \insert\ptexinsert |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8186 \let\insert\saveinsert |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8187 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8188 \let\checkinserts\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8189 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8190 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8191 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8192 % This \insert replacement works for both \insert\footins{foo} and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8193 % \insert\footins\bgroup foo\egroup, but it doesn't work for \insert27{foo}. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8194 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8195 \def\saveinsert#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8196 \edef\next{\noexpand\savetobox \makeSAVEname#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8197 \afterassignment\next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8198 % swallow the left brace |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8199 \let\temp = |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8200 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8201 \def\makeSAVEname#1{\makecsname{SAVE\expandafter\gobble\string#1}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8202 \def\savetobox#1{\global\setbox#1 = \vbox\bgroup \unvbox#1} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8203 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8204 \def\checksaveins#1{\ifvoid#1\else \placesaveins#1\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8205 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8206 \def\placesaveins#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8207 \ptexinsert \csname\expandafter\gobblesave\string#1\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8208 {\box#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8209 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8210 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8211 % eat @SAVE -- beware, all of them have catcode \other: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8212 { |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8213 \def\dospecials{\do S\do A\do V\do E} \uncatcodespecials % ;-) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8214 \gdef\gobblesave @SAVE{} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8215 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8216 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8217 % initialization: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8218 \def\newsaveins #1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8219 \edef\next{\noexpand\newsaveinsX \makeSAVEname#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8220 \next |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8221 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8222 \def\newsaveinsX #1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8223 \csname newbox\endcsname #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8224 \expandafter\def\expandafter\checkinserts\expandafter{\checkinserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8225 \checksaveins #1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8226 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8227 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8228 % initialize: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8229 \let\checkinserts\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8230 \newsaveins\footins |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8231 \newsaveins\margin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8232 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8233 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8234 % @image. We use the macros from epsf.tex to support this. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8235 % If epsf.tex is not installed and @image is used, we complain. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8236 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8237 % Check for and read epsf.tex up front. If we read it only at @image |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8238 % time, we might be inside a group, and then its definitions would get |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8239 % undone and the next image would fail. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8240 \openin 1 = epsf.tex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8241 \ifeof 1 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8242 % Do not bother showing banner with epsf.tex v2.7k (available in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8243 % doc/epsf.tex and on ctan). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8244 \def\epsfannounce{\toks0 = }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8245 \input epsf.tex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8246 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8247 \closein 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8248 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8249 % We will only complain once about lack of epsf.tex. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8250 \newif\ifwarnednoepsf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8251 \newhelp\noepsfhelp{epsf.tex must be installed for images to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8252 work. It is also included in the Texinfo distribution, or you can get |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8253 it from ftp://tug.org/tex/epsf.tex.} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8254 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8255 \def\image#1{% |
14397 | 8256 \ifx\epsfbox\thisiundefined |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8257 \ifwarnednoepsf \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8258 \errhelp = \noepsfhelp |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8259 \errmessage{epsf.tex not found, images will be ignored}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8260 \global\warnednoepsftrue |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8261 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8262 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8263 \imagexxx #1,,,,,\finish |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8264 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8265 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8266 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8267 % Arguments to @image: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8268 % #1 is (mandatory) image filename; we tack on .eps extension. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8269 % #2 is (optional) width, #3 is (optional) height. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8270 % #4 is (ignored optional) html alt text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8271 % #5 is (ignored optional) extension. |
13155 | 8272 % #6 is just the usual extra ignored arg for parsing stuff. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8273 \newif\ifimagevmode |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8274 \def\imagexxx#1,#2,#3,#4,#5,#6\finish{\begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8275 \catcode`\^^M = 5 % in case we're inside an example |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8276 \normalturnoffactive % allow _ et al. in names |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8277 % If the image is by itself, center it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8278 \ifvmode |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8279 \imagevmodetrue |
9845 | 8280 \nobreak\medskip |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8281 % Usually we'll have text after the image which will insert |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8282 % \parskip glue, so insert it here too to equalize the space |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8283 % above and below. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8284 \nobreak\vskip\parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8285 \nobreak |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8286 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8287 % |
9845 | 8288 % Leave vertical mode so that indentation from an enclosing |
8289 % environment such as @quotation is respected. On the other hand, if | |
8290 % it's at the top level, we don't want the normal paragraph indentation. | |
8291 \noindent | |
8292 % | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8293 % Output the image. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8294 \ifpdf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8295 \dopdfimage{#1}{#2}{#3}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8296 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8297 % \epsfbox itself resets \epsf?size at each figure. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8298 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \epsfxsize=#2\relax \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8299 \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8300 \epsfbox{#1.eps}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8301 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8302 % |
9845 | 8303 \ifimagevmode \medskip \fi % space after the standalone image |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8304 \endgroup} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8305 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8306 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8307 % @float FLOATTYPE,LABEL,LOC ... @end float for displayed figures, tables, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8308 % etc. We don't actually implement floating yet, we always include the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8309 % float "here". But it seemed the best name for the future. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8310 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8311 \envparseargdef\float{\eatcommaspace\eatcommaspace\dofloat#1, , ,\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8312 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8313 % There may be a space before second and/or third parameter; delete it. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8314 \def\eatcommaspace#1, {#1,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8315 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8316 % #1 is the optional FLOATTYPE, the text label for this float, typically |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8317 % "Figure", "Table", "Example", etc. Can't contain commas. If omitted, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8318 % this float will not be numbered and cannot be referred to. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8319 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8320 % #2 is the optional xref label. Also must be present for the float to |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8321 % be referable. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8322 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8323 % #3 is the optional positioning argument; for now, it is ignored. It |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8324 % will somehow specify the positions allowed to float to (here, top, bottom). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8325 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8326 % We keep a separate counter for each FLOATTYPE, which we reset at each |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8327 % chapter-level command. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8328 \let\resetallfloatnos=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8329 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8330 \def\dofloat#1,#2,#3,#4\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8331 \let\thiscaption=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8332 \let\thisshortcaption=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8333 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8334 % don't lose footnotes inside @float. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8335 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8336 % BEWARE: when the floats start float, we have to issue warning whenever an |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8337 % insert appears inside a float which could possibly float. --kasal, 26may04 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8338 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8339 \startsavinginserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8340 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8341 % We can't be used inside a paragraph. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8342 \par |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8343 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8344 \vtop\bgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8345 \def\floattype{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8346 \def\floatlabel{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8347 \def\floatloc{#3}% we do nothing with this yet. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8348 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8349 \ifx\floattype\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8350 \let\safefloattype=\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8351 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8352 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8353 % the floattype might have accents or other special characters, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8354 % but we need to use it in a control sequence name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8355 \indexnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8356 \turnoffactive |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8357 \xdef\safefloattype{\floattype}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8358 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8359 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8360 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8361 % If label is given but no type, we handle that as the empty type. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8362 \ifx\floatlabel\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8363 % We want each FLOATTYPE to be numbered separately (Figure 1, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8364 % Table 1, Figure 2, ...). (And if no label, no number.) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8365 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8366 \expandafter\getfloatno\csname\safefloattype floatno\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8367 \global\advance\floatno by 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8368 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8369 {% |
9083 | 8370 % This magic value for \lastsection is output by \setref as the |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8371 % XREFLABEL-title value. \xrefX uses it to distinguish float |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8372 % labels (which have a completely different output format) from |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8373 % node and anchor labels. And \xrdef uses it to construct the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8374 % lists of floats. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8375 % |
9083 | 8376 \edef\lastsection{\floatmagic=\safefloattype}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8377 \setref{\floatlabel}{Yfloat}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8378 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8379 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8380 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8381 % start with \parskip glue, I guess. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8382 \vskip\parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8383 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8384 % Don't suppress indentation if a float happens to start a section. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8385 \restorefirstparagraphindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8386 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8387 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8388 % we have these possibilities: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8389 % @float Foo,lbl & @caption{Cap}: Foo 1.1: Cap |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8390 % @float Foo,lbl & no caption: Foo 1.1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8391 % @float Foo & @caption{Cap}: Foo: Cap |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8392 % @float Foo & no caption: Foo |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8393 % @float ,lbl & Caption{Cap}: 1.1: Cap |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8394 % @float ,lbl & no caption: 1.1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8395 % @float & @caption{Cap}: Cap |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8396 % @float & no caption: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8397 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8398 \def\Efloat{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8399 \let\floatident = \empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8400 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8401 % In all cases, if we have a float type, it comes first. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8402 \ifx\floattype\empty \else \def\floatident{\floattype}\fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8403 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8404 % If we have an xref label, the number comes next. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8405 \ifx\floatlabel\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8406 \ifx\floattype\empty \else % if also had float type, need tie first. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8407 \appendtomacro\floatident{\tie}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8408 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8409 % the number. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8410 \appendtomacro\floatident{\chaplevelprefix\the\floatno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8411 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8412 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8413 % Start the printed caption with what we've constructed in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8414 % \floatident, but keep it separate; we need \floatident again. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8415 \let\captionline = \floatident |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8416 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8417 \ifx\thiscaption\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8418 \ifx\floatident\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8419 \appendtomacro\captionline{: }% had ident, so need a colon between |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8420 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8421 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8422 % caption text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8423 \appendtomacro\captionline{\scanexp\thiscaption}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8424 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8425 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8426 % If we have anything to print, print it, with space before. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8427 % Eventually this needs to become an \insert. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8428 \ifx\captionline\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8429 \vskip.5\parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8430 \captionline |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8431 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8432 % Space below caption. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8433 \vskip\parskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8434 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8435 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8436 % If have an xref label, write the list of floats info. Do this |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8437 % after the caption, to avoid chance of it being a breakpoint. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8438 \ifx\floatlabel\empty \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8439 % Write the text that goes in the lof to the aux file as |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8440 % \floatlabel-lof. Besides \floatident, we include the short |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8441 % caption if specified, else the full caption if specified, else nothing. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8442 {% |
5959 | 8443 \atdummies |
6014 | 8444 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8445 % since we read the caption text in the macro world, where ^^M |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8446 % is turned into a normal character, we have to scan it back, so |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8447 % we don't write the literal three characters "^^M" into the aux file. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8448 \scanexp{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8449 \xdef\noexpand\gtemp{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8450 \ifx\thisshortcaption\empty |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8451 \thiscaption |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8452 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8453 \thisshortcaption |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8454 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8455 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8456 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8457 \immediate\write\auxfile{@xrdef{\floatlabel-lof}{\floatident |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8458 \ifx\gtemp\empty \else : \gtemp \fi}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8459 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8460 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8461 \egroup % end of \vtop |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8462 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8463 % place the captured inserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8464 % |
6014 | 8465 % BEWARE: when the floats start floating, we have to issue warning |
8466 % whenever an insert appears inside a float which could possibly | |
8467 % float. --kasal, 26may04 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8468 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8469 \checkinserts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8470 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8471 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8472 % Append the tokens #2 to the definition of macro #1, not expanding either. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8473 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8474 \def\appendtomacro#1#2{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8475 \expandafter\def\expandafter#1\expandafter{#1#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8476 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8477 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8478 % @caption, @shortcaption |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8479 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8480 \def\caption{\docaption\thiscaption} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8481 \def\shortcaption{\docaption\thisshortcaption} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8482 \def\docaption{\checkenv\float \bgroup\scanargctxt\defcaption} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8483 \def\defcaption#1#2{\egroup \def#1{#2}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8484 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8485 % The parameter is the control sequence identifying the counter we are |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8486 % going to use. Create it if it doesn't exist and assign it to \floatno. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8487 \def\getfloatno#1{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8488 \ifx#1\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8489 % Haven't seen this figure type before. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8490 \csname newcount\endcsname #1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8491 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8492 % Remember to reset this floatno at the next chap. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8493 \expandafter\gdef\expandafter\resetallfloatnos |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8494 \expandafter{\resetallfloatnos #1=0 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8495 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8496 \let\floatno#1% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8497 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8498 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8499 % \setref calls this to get the XREFLABEL-snt value. We want an @xref |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8500 % to the FLOATLABEL to expand to "Figure 3.1". We call \setref when we |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8501 % first read the @float command. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8502 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8503 \def\Yfloat{\floattype@tie \chaplevelprefix\the\floatno}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8504 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8505 % Magic string used for the XREFLABEL-title value, so \xrefX can |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8506 % distinguish floats from other xref types. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8507 \def\floatmagic{!!float!!} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8508 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8509 % #1 is the control sequence we are passed; we expand into a conditional |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8510 % which is true if #1 represents a float ref. That is, the magic |
9083 | 8511 % \lastsection value which we \setref above. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8512 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8513 \def\iffloat#1{\expandafter\doiffloat#1==\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8514 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8515 % #1 is (maybe) the \floatmagic string. If so, #2 will be the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8516 % (safe) float type for this float. We set \iffloattype to #2. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8517 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8518 \def\doiffloat#1=#2=#3\finish{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8519 \def\temp{#1}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8520 \def\iffloattype{#2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8521 \ifx\temp\floatmagic |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8522 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8523 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8524 % @listoffloats FLOATTYPE - print a list of floats like a table of contents. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8525 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8526 \parseargdef\listoffloats{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8527 \def\floattype{#1}% floattype |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8528 {% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8529 % the floattype might have accents or other special characters, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8530 % but we need to use it in a control sequence name. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8531 \indexnofonts |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8532 \turnoffactive |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8533 \xdef\safefloattype{\floattype}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8534 }% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8535 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8536 % \xrdef saves the floats as a \do-list in \floatlistSAFEFLOATTYPE. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8537 \expandafter\ifx\csname floatlist\safefloattype\endcsname \relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8538 \ifhavexrefs |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8539 % if the user said @listoffloats foo but never @float foo. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8540 \message{\linenumber No `\safefloattype' floats to list.}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8541 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8542 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8543 \begingroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8544 \leftskip=\tocindent % indent these entries like a toc |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8545 \let\do=\listoffloatsdo |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8546 \csname floatlist\safefloattype\endcsname |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8547 \endgroup |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8548 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8549 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8550 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8551 % This is called on each entry in a list of floats. We're passed the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8552 % xref label, in the form LABEL-title, which is how we save it in the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8553 % aux file. We strip off the -title and look up \XRLABEL-lof, which |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8554 % has the text we're supposed to typeset here. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8555 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8556 % Figures without xref labels will not be included in the list (since |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8557 % they won't appear in the aux file). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8558 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8559 \def\listoffloatsdo#1{\listoffloatsdoentry#1\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8560 \def\listoffloatsdoentry#1-title\finish{{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8561 % Can't fully expand XR#1-lof because it can contain anything. Just |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8562 % pass the control sequence. On the other hand, XR#1-pg is just the |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8563 % page number, and we want to fully expand that so we can get a link |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8564 % in pdf output. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8565 \toksA = \expandafter{\csname XR#1-lof\endcsname}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8566 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8567 % use the same \entry macro we use to generate the TOC and index. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8568 \edef\writeentry{\noexpand\entry{\the\toksA}{\csname XR#1-pg\endcsname}}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8569 \writeentry |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8570 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8571 |
7765 | 8572 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8573 \message{localization,} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8574 |
10630 | 8575 % For single-language documents, @documentlanguage is usually given very |
8576 % early, just after @documentencoding. Single argument is the language | |
8577 % (de) or locale (de_DE) abbreviation. | |
8994 | 8578 % |
8579 { | |
8580 \catcode`\_ = \active | |
8581 \globaldefs=1 | |
8582 \parseargdef\documentlanguage{\begingroup | |
8583 \let_=\normalunderscore % normal _ character for filenames | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8584 \tex % read txi-??.tex file in plain TeX. |
8994 | 8585 % Read the file by the name they passed if it exists. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8586 \openin 1 txi-#1.tex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8587 \ifeof 1 |
8994 | 8588 \documentlanguagetrywithoutunderscore{#1_\finish}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8589 \else |
10648 | 8590 \globaldefs = 1 % everything in the txi-LL files needs to persist |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8591 \input txi-#1.tex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8592 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8593 \closein 1 |
10648 | 8594 \endgroup % end raw TeX |
8994 | 8595 \endgroup} |
8596 % | |
8597 % If they passed de_DE, and txi-de_DE.tex doesn't exist, | |
8598 % try txi-de.tex. | |
11418 | 8599 % |
11420 | 8600 \gdef\documentlanguagetrywithoutunderscore#1_#2\finish{% |
8994 | 8601 \openin 1 txi-#1.tex |
8602 \ifeof 1 | |
8603 \errhelp = \nolanghelp | |
8604 \errmessage{Cannot read language file txi-#1.tex}% | |
8605 \else | |
11419 | 8606 \globaldefs = 1 % everything in the txi-LL files needs to persist |
8994 | 8607 \input txi-#1.tex |
8608 \fi | |
8609 \closein 1 | |
8610 } | |
11420 | 8611 }% end of special _ catcode |
8994 | 8612 % |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8613 \newhelp\nolanghelp{The given language definition file cannot be found or |
10630 | 8614 is empty. Maybe you need to install it? Putting it in the current |
8615 directory should work if nowhere else does.} | |
8616 | |
8617 % This macro is called from txi-??.tex files; the first argument is the | |
8618 % \language name to set (without the "\lang@" prefix), the second and | |
8619 % third args are \{left,right}hyphenmin. | |
11418 | 8620 % |
10630 | 8621 % The language names to pass are determined when the format is built. |
8622 % See the etex.log file created at that time, e.g., | |
8623 % /usr/local/texlive/2008/texmf-var/web2c/pdftex/etex.log. | |
11418 | 8624 % |
10630 | 8625 % With TeX Live 2008, etex now includes hyphenation patterns for all |
8626 % available languages. This means we can support hyphenation in | |
8627 % Texinfo, at least to some extent. (This still doesn't solve the | |
8628 % accented characters problem.) | |
11418 | 8629 % |
10630 | 8630 \catcode`@=11 |
8631 \def\txisetlanguage#1#2#3{% | |
8632 % do not set the language if the name is undefined in the current TeX. | |
8633 \expandafter\ifx\csname lang@#1\endcsname \relax | |
8634 \message{no patterns for #1}% | |
8635 \else | |
8636 \global\language = \csname lang@#1\endcsname | |
8637 \fi | |
8638 % but there is no harm in adjusting the hyphenmin values regardless. | |
8639 \global\lefthyphenmin = #2\relax | |
8640 \global\righthyphenmin = #3\relax | |
8641 } | |
8642 | |
8643 % Helpers for encodings. | |
7714 | 8644 % Set the catcode of characters 128 through 255 to the specified number. |
8645 % | |
7765 | 8646 \def\setnonasciicharscatcode#1{% |
7714 | 8647 \count255=128 |
8648 \loop\ifnum\count255<256 | |
9048 | 8649 \global\catcode\count255=#1\relax |
7714 | 8650 \advance\count255 by 1 |
8651 \repeat | |
8652 } | |
8653 | |
9018 | 8654 \def\setnonasciicharscatcodenonglobal#1{% |
8655 \count255=128 | |
8656 \loop\ifnum\count255<256 | |
9048 | 8657 \catcode\count255=#1\relax |
9018 | 8658 \advance\count255 by 1 |
8659 \repeat | |
8660 } | |
8661 | |
7714 | 8662 % @documentencoding sets the definition of non-ASCII characters |
8663 % according to the specified encoding. | |
8664 % | |
8665 \parseargdef\documentencoding{% | |
8666 % Encoding being declared for the document. | |
8667 \def\declaredencoding{\csname #1.enc\endcsname}% | |
8668 % | |
8669 % Supported encodings: names converted to tokens in order to be able | |
8670 % to compare them with \ifx. | |
7765 | 8671 \def\ascii{\csname US-ASCII.enc\endcsname}% |
7714 | 8672 \def\latnine{\csname ISO-8859-15.enc\endcsname}% |
7765 | 8673 \def\latone{\csname ISO-8859-1.enc\endcsname}% |
7714 | 8674 \def\lattwo{\csname ISO-8859-2.enc\endcsname}% |
7765 | 8675 \def\utfeight{\csname UTF-8.enc\endcsname}% |
7714 | 8676 % |
8677 \ifx \declaredencoding \ascii | |
8678 \asciichardefs | |
8679 % | |
8680 \else \ifx \declaredencoding \lattwo | |
8681 \setnonasciicharscatcode\active | |
8682 \lattwochardefs | |
8683 % | |
11418 | 8684 \else \ifx \declaredencoding \latone |
7714 | 8685 \setnonasciicharscatcode\active |
8686 \latonechardefs | |
8687 % | |
8688 \else \ifx \declaredencoding \latnine | |
8689 \setnonasciicharscatcode\active | |
8690 \latninechardefs | |
8691 % | |
7765 | 8692 \else \ifx \declaredencoding \utfeight |
8693 \setnonasciicharscatcode\active | |
8694 \utfeightchardefs | |
8695 % | |
11418 | 8696 \else |
7714 | 8697 \message{Unknown document encoding #1, ignoring.}% |
8698 % | |
7765 | 8699 \fi % utfeight |
7714 | 8700 \fi % latnine |
8701 \fi % latone | |
8702 \fi % lattwo | |
8703 \fi % ascii | |
8704 } | |
8705 | |
8706 % A message to be logged when using a character that isn't available | |
8707 % the default font encoding (OT1). | |
11418 | 8708 % |
7714 | 8709 \def\missingcharmsg#1{\message{Character missing in OT1 encoding: #1.}} |
8710 | |
8711 % Take account of \c (plain) vs. \, (Texinfo) difference. | |
8712 \def\cedilla#1{\ifx\c\ptexc\c{#1}\else\,{#1}\fi} | |
8713 | |
8714 % First, make active non-ASCII characters in order for them to be | |
8715 % correctly categorized when TeX reads the replacement text of | |
8716 % macros containing the character definitions. | |
8717 \setnonasciicharscatcode\active | |
8718 % | |
8719 % Latin1 (ISO-8859-1) character definitions. | |
8720 \def\latonechardefs{% | |
14737 | 8721 \gdef^^a0{\tie} |
7740 | 8722 \gdef^^a1{\exclamdown} |
11418 | 8723 \gdef^^a2{\missingcharmsg{CENT SIGN}} |
7740 | 8724 \gdef^^a3{{\pounds}} |
8725 \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} | |
8726 \gdef^^a5{\missingcharmsg{YEN SIGN}} | |
11418 | 8727 \gdef^^a6{\missingcharmsg{BROKEN BAR}} |
7740 | 8728 \gdef^^a7{\S} |
11418 | 8729 \gdef^^a8{\"{}} |
8730 \gdef^^a9{\copyright} | |
7740 | 8731 \gdef^^aa{\ordf} |
10776 | 8732 \gdef^^ab{\guillemetleft} |
7740 | 8733 \gdef^^ac{$\lnot$} |
11418 | 8734 \gdef^^ad{\-} |
8735 \gdef^^ae{\registeredsymbol} | |
7740 | 8736 \gdef^^af{\={}} |
8737 % | |
8738 \gdef^^b0{\textdegree} | |
8739 \gdef^^b1{$\pm$} | |
8740 \gdef^^b2{$^2$} | |
8741 \gdef^^b3{$^3$} | |
8742 \gdef^^b4{\'{}} | |
8743 \gdef^^b5{$\mu$} | |
8744 \gdef^^b6{\P} | |
8745 % | |
8746 \gdef^^b7{$^.$} | |
8747 \gdef^^b8{\cedilla\ } | |
8748 \gdef^^b9{$^1$} | |
8749 \gdef^^ba{\ordm} | |
8750 % | |
14305 | 8751 \gdef^^bb{\guillemetright} |
7740 | 8752 \gdef^^bc{$1\over4$} |
8753 \gdef^^bd{$1\over2$} | |
8754 \gdef^^be{$3\over4$} | |
8755 \gdef^^bf{\questiondown} | |
8756 % | |
8757 \gdef^^c0{\`A} | |
8758 \gdef^^c1{\'A} | |
8759 \gdef^^c2{\^A} | |
8760 \gdef^^c3{\~A} | |
8761 \gdef^^c4{\"A} | |
11418 | 8762 \gdef^^c5{\ringaccent A} |
7740 | 8763 \gdef^^c6{\AE} |
8764 \gdef^^c7{\cedilla C} | |
8765 \gdef^^c8{\`E} | |
8766 \gdef^^c9{\'E} | |
8767 \gdef^^ca{\^E} | |
8768 \gdef^^cb{\"E} | |
8769 \gdef^^cc{\`I} | |
8770 \gdef^^cd{\'I} | |
8771 \gdef^^ce{\^I} | |
8772 \gdef^^cf{\"I} | |
8773 % | |
11417 | 8774 \gdef^^d0{\DH} |
7740 | 8775 \gdef^^d1{\~N} |
8776 \gdef^^d2{\`O} | |
8777 \gdef^^d3{\'O} | |
8778 \gdef^^d4{\^O} | |
8779 \gdef^^d5{\~O} | |
8780 \gdef^^d6{\"O} | |
8781 \gdef^^d7{$\times$} | |
8782 \gdef^^d8{\O} | |
8783 \gdef^^d9{\`U} | |
8784 \gdef^^da{\'U} | |
8785 \gdef^^db{\^U} | |
8786 \gdef^^dc{\"U} | |
8787 \gdef^^dd{\'Y} | |
11417 | 8788 \gdef^^de{\TH} |
7740 | 8789 \gdef^^df{\ss} |
8790 % | |
8791 \gdef^^e0{\`a} | |
8792 \gdef^^e1{\'a} | |
8793 \gdef^^e2{\^a} | |
8794 \gdef^^e3{\~a} | |
8795 \gdef^^e4{\"a} | |
8796 \gdef^^e5{\ringaccent a} | |
8797 \gdef^^e6{\ae} | |
8798 \gdef^^e7{\cedilla c} | |
8799 \gdef^^e8{\`e} | |
8800 \gdef^^e9{\'e} | |
8801 \gdef^^ea{\^e} | |
8802 \gdef^^eb{\"e} | |
8803 \gdef^^ec{\`{\dotless i}} | |
8804 \gdef^^ed{\'{\dotless i}} | |
8805 \gdef^^ee{\^{\dotless i}} | |
8806 \gdef^^ef{\"{\dotless i}} | |
8807 % | |
11417 | 8808 \gdef^^f0{\dh} |
7740 | 8809 \gdef^^f1{\~n} |
8810 \gdef^^f2{\`o} | |
8811 \gdef^^f3{\'o} | |
8812 \gdef^^f4{\^o} | |
8813 \gdef^^f5{\~o} | |
8814 \gdef^^f6{\"o} | |
8815 \gdef^^f7{$\div$} | |
8816 \gdef^^f8{\o} | |
8817 \gdef^^f9{\`u} | |
8818 \gdef^^fa{\'u} | |
8819 \gdef^^fb{\^u} | |
8820 \gdef^^fc{\"u} | |
8821 \gdef^^fd{\'y} | |
11417 | 8822 \gdef^^fe{\th} |
7740 | 8823 \gdef^^ff{\"y} |
7714 | 8824 } |
8825 | |
8826 % Latin9 (ISO-8859-15) encoding character definitions. | |
8827 \def\latninechardefs{% | |
7740 | 8828 % Encoding is almost identical to Latin1. |
8829 \latonechardefs | |
8830 % | |
8831 \gdef^^a4{\euro} | |
8832 \gdef^^a6{\v S} | |
8833 \gdef^^a8{\v s} | |
8834 \gdef^^b4{\v Z} | |
8835 \gdef^^b8{\v z} | |
8836 \gdef^^bc{\OE} | |
8837 \gdef^^bd{\oe} | |
8838 \gdef^^be{\"Y} | |
7714 | 8839 } |
8840 | |
8841 % Latin2 (ISO-8859-2) character definitions. | |
8842 \def\lattwochardefs{% | |
14737 | 8843 \gdef^^a0{\tie} |
10776 | 8844 \gdef^^a1{\ogonek{A}} |
7740 | 8845 \gdef^^a2{\u{}} |
8846 \gdef^^a3{\L} | |
8847 \gdef^^a4{\missingcharmsg{CURRENCY SIGN}} | |
8848 \gdef^^a5{\v L} | |
8849 \gdef^^a6{\'S} | |
8850 \gdef^^a7{\S} | |
8851 \gdef^^a8{\"{}} | |
8852 \gdef^^a9{\v S} | |
8853 \gdef^^aa{\cedilla S} | |
8854 \gdef^^ab{\v T} | |
8855 \gdef^^ac{\'Z} | |
8856 \gdef^^ad{\-} | |
8857 \gdef^^ae{\v Z} | |
8858 \gdef^^af{\dotaccent Z} | |
8859 % | |
8860 \gdef^^b0{\textdegree} | |
10776 | 8861 \gdef^^b1{\ogonek{a}} |
8862 \gdef^^b2{\ogonek{ }} | |
7740 | 8863 \gdef^^b3{\l} |
8864 \gdef^^b4{\'{}} | |
8865 \gdef^^b5{\v l} | |
8866 \gdef^^b6{\'s} | |
8867 \gdef^^b7{\v{}} | |
8868 \gdef^^b8{\cedilla\ } | |
8869 \gdef^^b9{\v s} | |
8870 \gdef^^ba{\cedilla s} | |
8871 \gdef^^bb{\v t} | |
8872 \gdef^^bc{\'z} | |
8873 \gdef^^bd{\H{}} | |
8874 \gdef^^be{\v z} | |
8875 \gdef^^bf{\dotaccent z} | |
8876 % | |
8877 \gdef^^c0{\'R} | |
8878 \gdef^^c1{\'A} | |
8879 \gdef^^c2{\^A} | |
8880 \gdef^^c3{\u A} | |
8881 \gdef^^c4{\"A} | |
8882 \gdef^^c5{\'L} | |
8883 \gdef^^c6{\'C} | |
8884 \gdef^^c7{\cedilla C} | |
8885 \gdef^^c8{\v C} | |
8886 \gdef^^c9{\'E} | |
10776 | 8887 \gdef^^ca{\ogonek{E}} |
7740 | 8888 \gdef^^cb{\"E} |
8889 \gdef^^cc{\v E} | |
8890 \gdef^^cd{\'I} | |
8891 \gdef^^ce{\^I} | |
8892 \gdef^^cf{\v D} | |
8893 % | |
11417 | 8894 \gdef^^d0{\DH} |
7740 | 8895 \gdef^^d1{\'N} |
8896 \gdef^^d2{\v N} | |
8897 \gdef^^d3{\'O} | |
8898 \gdef^^d4{\^O} | |
8899 \gdef^^d5{\H O} | |
8900 \gdef^^d6{\"O} | |
8901 \gdef^^d7{$\times$} | |
8902 \gdef^^d8{\v R} | |
11418 | 8903 \gdef^^d9{\ringaccent U} |
7740 | 8904 \gdef^^da{\'U} |
8905 \gdef^^db{\H U} | |
8906 \gdef^^dc{\"U} | |
8907 \gdef^^dd{\'Y} | |
8908 \gdef^^de{\cedilla T} | |
8909 \gdef^^df{\ss} | |
8910 % | |
8911 \gdef^^e0{\'r} | |
8912 \gdef^^e1{\'a} | |
8913 \gdef^^e2{\^a} | |
8914 \gdef^^e3{\u a} | |
8915 \gdef^^e4{\"a} | |
8916 \gdef^^e5{\'l} | |
8917 \gdef^^e6{\'c} | |
8918 \gdef^^e7{\cedilla c} | |
8919 \gdef^^e8{\v c} | |
8920 \gdef^^e9{\'e} | |
10776 | 8921 \gdef^^ea{\ogonek{e}} |
7740 | 8922 \gdef^^eb{\"e} |
8923 \gdef^^ec{\v e} | |
13644 | 8924 \gdef^^ed{\'{\dotless{i}}} |
8925 \gdef^^ee{\^{\dotless{i}}} | |
7740 | 8926 \gdef^^ef{\v d} |
8927 % | |
11417 | 8928 \gdef^^f0{\dh} |
7740 | 8929 \gdef^^f1{\'n} |
8930 \gdef^^f2{\v n} | |
8931 \gdef^^f3{\'o} | |
8932 \gdef^^f4{\^o} | |
8933 \gdef^^f5{\H o} | |
8934 \gdef^^f6{\"o} | |
8935 \gdef^^f7{$\div$} | |
8936 \gdef^^f8{\v r} | |
8937 \gdef^^f9{\ringaccent u} | |
8938 \gdef^^fa{\'u} | |
8939 \gdef^^fb{\H u} | |
8940 \gdef^^fc{\"u} | |
8941 \gdef^^fd{\'y} | |
8942 \gdef^^fe{\cedilla t} | |
8943 \gdef^^ff{\dotaccent{}} | |
7714 | 8944 } |
8945 | |
7765 | 8946 % UTF-8 character definitions. |
11418 | 8947 % |
7765 | 8948 % This code to support UTF-8 is based on LaTeX's utf8.def, with some |
8949 % changes for Texinfo conventions. It is included here under the GPL by | |
8950 % permission from Frank Mittelbach and the LaTeX team. | |
11418 | 8951 % |
7765 | 8952 \newcount\countUTFx |
8953 \newcount\countUTFy | |
8954 \newcount\countUTFz | |
8955 | |
8956 \gdef\UTFviiiTwoOctets#1#2{\expandafter | |
8957 \UTFviiiDefined\csname u8:#1\string #2\endcsname} | |
8958 % | |
8959 \gdef\UTFviiiThreeOctets#1#2#3{\expandafter | |
8960 \UTFviiiDefined\csname u8:#1\string #2\string #3\endcsname} | |
8961 % | |
8962 \gdef\UTFviiiFourOctets#1#2#3#4{\expandafter | |
8963 \UTFviiiDefined\csname u8:#1\string #2\string #3\string #4\endcsname} | |
8964 | |
8965 \gdef\UTFviiiDefined#1{% | |
8966 \ifx #1\relax | |
8967 \message{\linenumber Unicode char \string #1 not defined for Texinfo}% | |
8968 \else | |
8969 \expandafter #1% | |
8970 \fi | |
8971 } | |
8972 | |
8973 \begingroup | |
8974 \catcode`\~13 | |
8975 \catcode`\"12 | |
8976 | |
8977 \def\UTFviiiLoop{% | |
8978 \global\catcode\countUTFx\active | |
8979 \uccode`\~\countUTFx | |
8980 \uppercase\expandafter{\UTFviiiTmp}% | |
8981 \advance\countUTFx by 1 | |
8982 \ifnum\countUTFx < \countUTFy | |
8983 \expandafter\UTFviiiLoop | |
8984 \fi} | |
8985 | |
8986 \countUTFx = "C2 | |
8987 \countUTFy = "E0 | |
8988 \def\UTFviiiTmp{% | |
8989 \xdef~{\noexpand\UTFviiiTwoOctets\string~}} | |
8990 \UTFviiiLoop | |
8991 | |
8992 \countUTFx = "E0 | |
8993 \countUTFy = "F0 | |
8994 \def\UTFviiiTmp{% | |
8995 \xdef~{\noexpand\UTFviiiThreeOctets\string~}} | |
8996 \UTFviiiLoop | |
8997 | |
8998 \countUTFx = "F0 | |
8999 \countUTFy = "F4 | |
9000 \def\UTFviiiTmp{% | |
9001 \xdef~{\noexpand\UTFviiiFourOctets\string~}} | |
9002 \UTFviiiLoop | |
9003 \endgroup | |
9004 | |
9005 \begingroup | |
9006 \catcode`\"=12 | |
9007 \catcode`\<=12 | |
9008 \catcode`\.=12 | |
9009 \catcode`\,=12 | |
9010 \catcode`\;=12 | |
9011 \catcode`\!=12 | |
9012 \catcode`\~=13 | |
9013 | |
9014 \gdef\DeclareUnicodeCharacter#1#2{% | |
9015 \countUTFz = "#1\relax | |
14173 | 9016 %\wlog{\space\space defining Unicode char U+#1 (decimal \the\countUTFz)}% |
7765 | 9017 \begingroup |
9018 \parseXMLCharref | |
9019 \def\UTFviiiTwoOctets##1##2{% | |
9020 \csname u8:##1\string ##2\endcsname}% | |
9021 \def\UTFviiiThreeOctets##1##2##3{% | |
9022 \csname u8:##1\string ##2\string ##3\endcsname}% | |
9023 \def\UTFviiiFourOctets##1##2##3##4{% | |
9024 \csname u8:##1\string ##2\string ##3\string ##4\endcsname}% | |
9025 \expandafter\expandafter\expandafter\expandafter | |
9026 \expandafter\expandafter\expandafter | |
9027 \gdef\UTFviiiTmp{#2}% | |
9028 \endgroup} | |
9029 | |
9030 \gdef\parseXMLCharref{% | |
9031 \ifnum\countUTFz < "A0\relax | |
9032 \errhelp = \EMsimple | |
9033 \errmessage{Cannot define Unicode char value < 00A0}% | |
9034 \else\ifnum\countUTFz < "800\relax | |
9035 \parseUTFviiiA,% | |
9036 \parseUTFviiiB C\UTFviiiTwoOctets.,% | |
9037 \else\ifnum\countUTFz < "10000\relax | |
9038 \parseUTFviiiA;% | |
9039 \parseUTFviiiA,% | |
9040 \parseUTFviiiB E\UTFviiiThreeOctets.{,;}% | |
9041 \else | |
9042 \parseUTFviiiA;% | |
9043 \parseUTFviiiA,% | |
9044 \parseUTFviiiA!% | |
9045 \parseUTFviiiB F\UTFviiiFourOctets.{!,;}% | |
9046 \fi\fi\fi | |
9047 } | |
9048 | |
9049 \gdef\parseUTFviiiA#1{% | |
9050 \countUTFx = \countUTFz | |
9051 \divide\countUTFz by 64 | |
9052 \countUTFy = \countUTFz | |
9053 \multiply\countUTFz by 64 | |
9054 \advance\countUTFx by -\countUTFz | |
9055 \advance\countUTFx by 128 | |
9056 \uccode `#1\countUTFx | |
9057 \countUTFz = \countUTFy} | |
9058 | |
9059 \gdef\parseUTFviiiB#1#2#3#4{% | |
9060 \advance\countUTFz by "#10\relax | |
9061 \uccode `#3\countUTFz | |
9062 \uppercase{\gdef\UTFviiiTmp{#2#3#4}}} | |
9063 \endgroup | |
9064 | |
9065 \def\utfeightchardefs{% | |
7923 | 9066 \DeclareUnicodeCharacter{00A0}{\tie} |
9067 \DeclareUnicodeCharacter{00A1}{\exclamdown} | |
9068 \DeclareUnicodeCharacter{00A3}{\pounds} | |
9069 \DeclareUnicodeCharacter{00A8}{\"{ }} | |
9070 \DeclareUnicodeCharacter{00A9}{\copyright} | |
9071 \DeclareUnicodeCharacter{00AA}{\ordf} | |
9100 | 9072 \DeclareUnicodeCharacter{00AB}{\guillemetleft} |
7923 | 9073 \DeclareUnicodeCharacter{00AD}{\-} |
9074 \DeclareUnicodeCharacter{00AE}{\registeredsymbol} | |
9075 \DeclareUnicodeCharacter{00AF}{\={ }} | |
9076 | |
9077 \DeclareUnicodeCharacter{00B0}{\ringaccent{ }} | |
9078 \DeclareUnicodeCharacter{00B4}{\'{ }} | |
9079 \DeclareUnicodeCharacter{00B8}{\cedilla{ }} | |
9080 \DeclareUnicodeCharacter{00BA}{\ordm} | |
9100 | 9081 \DeclareUnicodeCharacter{00BB}{\guillemetright} |
7923 | 9082 \DeclareUnicodeCharacter{00BF}{\questiondown} |
9083 | |
9084 \DeclareUnicodeCharacter{00C0}{\`A} | |
9085 \DeclareUnicodeCharacter{00C1}{\'A} | |
9086 \DeclareUnicodeCharacter{00C2}{\^A} | |
9087 \DeclareUnicodeCharacter{00C3}{\~A} | |
9088 \DeclareUnicodeCharacter{00C4}{\"A} | |
9089 \DeclareUnicodeCharacter{00C5}{\AA} | |
9090 \DeclareUnicodeCharacter{00C6}{\AE} | |
9091 \DeclareUnicodeCharacter{00C7}{\cedilla{C}} | |
9092 \DeclareUnicodeCharacter{00C8}{\`E} | |
9093 \DeclareUnicodeCharacter{00C9}{\'E} | |
9094 \DeclareUnicodeCharacter{00CA}{\^E} | |
9095 \DeclareUnicodeCharacter{00CB}{\"E} | |
9096 \DeclareUnicodeCharacter{00CC}{\`I} | |
9097 \DeclareUnicodeCharacter{00CD}{\'I} | |
9098 \DeclareUnicodeCharacter{00CE}{\^I} | |
9099 \DeclareUnicodeCharacter{00CF}{\"I} | |
9100 | |
11417 | 9101 \DeclareUnicodeCharacter{00D0}{\DH} |
7923 | 9102 \DeclareUnicodeCharacter{00D1}{\~N} |
9103 \DeclareUnicodeCharacter{00D2}{\`O} | |
9104 \DeclareUnicodeCharacter{00D3}{\'O} | |
9105 \DeclareUnicodeCharacter{00D4}{\^O} | |
9106 \DeclareUnicodeCharacter{00D5}{\~O} | |
9107 \DeclareUnicodeCharacter{00D6}{\"O} | |
9108 \DeclareUnicodeCharacter{00D8}{\O} | |
9109 \DeclareUnicodeCharacter{00D9}{\`U} | |
9110 \DeclareUnicodeCharacter{00DA}{\'U} | |
9111 \DeclareUnicodeCharacter{00DB}{\^U} | |
9112 \DeclareUnicodeCharacter{00DC}{\"U} | |
9113 \DeclareUnicodeCharacter{00DD}{\'Y} | |
11417 | 9114 \DeclareUnicodeCharacter{00DE}{\TH} |
7923 | 9115 \DeclareUnicodeCharacter{00DF}{\ss} |
9116 | |
9117 \DeclareUnicodeCharacter{00E0}{\`a} | |
9118 \DeclareUnicodeCharacter{00E1}{\'a} | |
9119 \DeclareUnicodeCharacter{00E2}{\^a} | |
9120 \DeclareUnicodeCharacter{00E3}{\~a} | |
9121 \DeclareUnicodeCharacter{00E4}{\"a} | |
9122 \DeclareUnicodeCharacter{00E5}{\aa} | |
9123 \DeclareUnicodeCharacter{00E6}{\ae} | |
9124 \DeclareUnicodeCharacter{00E7}{\cedilla{c}} | |
9125 \DeclareUnicodeCharacter{00E8}{\`e} | |
9126 \DeclareUnicodeCharacter{00E9}{\'e} | |
9127 \DeclareUnicodeCharacter{00EA}{\^e} | |
9128 \DeclareUnicodeCharacter{00EB}{\"e} | |
9129 \DeclareUnicodeCharacter{00EC}{\`{\dotless{i}}} | |
9130 \DeclareUnicodeCharacter{00ED}{\'{\dotless{i}}} | |
9131 \DeclareUnicodeCharacter{00EE}{\^{\dotless{i}}} | |
9132 \DeclareUnicodeCharacter{00EF}{\"{\dotless{i}}} | |
9133 | |
11417 | 9134 \DeclareUnicodeCharacter{00F0}{\dh} |
7923 | 9135 \DeclareUnicodeCharacter{00F1}{\~n} |
9136 \DeclareUnicodeCharacter{00F2}{\`o} | |
9137 \DeclareUnicodeCharacter{00F3}{\'o} | |
9138 \DeclareUnicodeCharacter{00F4}{\^o} | |
9139 \DeclareUnicodeCharacter{00F5}{\~o} | |
9140 \DeclareUnicodeCharacter{00F6}{\"o} | |
9141 \DeclareUnicodeCharacter{00F8}{\o} | |
9142 \DeclareUnicodeCharacter{00F9}{\`u} | |
9143 \DeclareUnicodeCharacter{00FA}{\'u} | |
9144 \DeclareUnicodeCharacter{00FB}{\^u} | |
9145 \DeclareUnicodeCharacter{00FC}{\"u} | |
9146 \DeclareUnicodeCharacter{00FD}{\'y} | |
11417 | 9147 \DeclareUnicodeCharacter{00FE}{\th} |
7923 | 9148 \DeclareUnicodeCharacter{00FF}{\"y} |
9149 | |
9150 \DeclareUnicodeCharacter{0100}{\=A} | |
9151 \DeclareUnicodeCharacter{0101}{\=a} | |
9152 \DeclareUnicodeCharacter{0102}{\u{A}} | |
9153 \DeclareUnicodeCharacter{0103}{\u{a}} | |
10776 | 9154 \DeclareUnicodeCharacter{0104}{\ogonek{A}} |
10777 | 9155 \DeclareUnicodeCharacter{0105}{\ogonek{a}} |
7923 | 9156 \DeclareUnicodeCharacter{0106}{\'C} |
9157 \DeclareUnicodeCharacter{0107}{\'c} | |
9158 \DeclareUnicodeCharacter{0108}{\^C} | |
9159 \DeclareUnicodeCharacter{0109}{\^c} | |
10776 | 9160 \DeclareUnicodeCharacter{0118}{\ogonek{E}} |
9161 \DeclareUnicodeCharacter{0119}{\ogonek{e}} | |
7923 | 9162 \DeclareUnicodeCharacter{010A}{\dotaccent{C}} |
9163 \DeclareUnicodeCharacter{010B}{\dotaccent{c}} | |
9164 \DeclareUnicodeCharacter{010C}{\v{C}} | |
9165 \DeclareUnicodeCharacter{010D}{\v{c}} | |
9166 \DeclareUnicodeCharacter{010E}{\v{D}} | |
9167 | |
9168 \DeclareUnicodeCharacter{0112}{\=E} | |
9169 \DeclareUnicodeCharacter{0113}{\=e} | |
9170 \DeclareUnicodeCharacter{0114}{\u{E}} | |
9171 \DeclareUnicodeCharacter{0115}{\u{e}} | |
9172 \DeclareUnicodeCharacter{0116}{\dotaccent{E}} | |
9173 \DeclareUnicodeCharacter{0117}{\dotaccent{e}} | |
9174 \DeclareUnicodeCharacter{011A}{\v{E}} | |
9175 \DeclareUnicodeCharacter{011B}{\v{e}} | |
9176 \DeclareUnicodeCharacter{011C}{\^G} | |
9177 \DeclareUnicodeCharacter{011D}{\^g} | |
9178 \DeclareUnicodeCharacter{011E}{\u{G}} | |
9179 \DeclareUnicodeCharacter{011F}{\u{g}} | |
9180 | |
9181 \DeclareUnicodeCharacter{0120}{\dotaccent{G}} | |
9182 \DeclareUnicodeCharacter{0121}{\dotaccent{g}} | |
9183 \DeclareUnicodeCharacter{0124}{\^H} | |
9184 \DeclareUnicodeCharacter{0125}{\^h} | |
9185 \DeclareUnicodeCharacter{0128}{\~I} | |
9186 \DeclareUnicodeCharacter{0129}{\~{\dotless{i}}} | |
9187 \DeclareUnicodeCharacter{012A}{\=I} | |
9188 \DeclareUnicodeCharacter{012B}{\={\dotless{i}}} | |
9189 \DeclareUnicodeCharacter{012C}{\u{I}} | |
9190 \DeclareUnicodeCharacter{012D}{\u{\dotless{i}}} | |
9191 | |
9192 \DeclareUnicodeCharacter{0130}{\dotaccent{I}} | |
9193 \DeclareUnicodeCharacter{0131}{\dotless{i}} | |
9194 \DeclareUnicodeCharacter{0132}{IJ} | |
9195 \DeclareUnicodeCharacter{0133}{ij} | |
9196 \DeclareUnicodeCharacter{0134}{\^J} | |
9197 \DeclareUnicodeCharacter{0135}{\^{\dotless{j}}} | |
9198 \DeclareUnicodeCharacter{0139}{\'L} | |
9199 \DeclareUnicodeCharacter{013A}{\'l} | |
9200 | |
9201 \DeclareUnicodeCharacter{0141}{\L} | |
9202 \DeclareUnicodeCharacter{0142}{\l} | |
9203 \DeclareUnicodeCharacter{0143}{\'N} | |
9204 \DeclareUnicodeCharacter{0144}{\'n} | |
9205 \DeclareUnicodeCharacter{0147}{\v{N}} | |
9206 \DeclareUnicodeCharacter{0148}{\v{n}} | |
9207 \DeclareUnicodeCharacter{014C}{\=O} | |
9208 \DeclareUnicodeCharacter{014D}{\=o} | |
9209 \DeclareUnicodeCharacter{014E}{\u{O}} | |
9210 \DeclareUnicodeCharacter{014F}{\u{o}} | |
9211 | |
9212 \DeclareUnicodeCharacter{0150}{\H{O}} | |
9213 \DeclareUnicodeCharacter{0151}{\H{o}} | |
9214 \DeclareUnicodeCharacter{0152}{\OE} | |
9215 \DeclareUnicodeCharacter{0153}{\oe} | |
9216 \DeclareUnicodeCharacter{0154}{\'R} | |
9217 \DeclareUnicodeCharacter{0155}{\'r} | |
9218 \DeclareUnicodeCharacter{0158}{\v{R}} | |
9219 \DeclareUnicodeCharacter{0159}{\v{r}} | |
9220 \DeclareUnicodeCharacter{015A}{\'S} | |
9221 \DeclareUnicodeCharacter{015B}{\'s} | |
9222 \DeclareUnicodeCharacter{015C}{\^S} | |
9223 \DeclareUnicodeCharacter{015D}{\^s} | |
9224 \DeclareUnicodeCharacter{015E}{\cedilla{S}} | |
9225 \DeclareUnicodeCharacter{015F}{\cedilla{s}} | |
9226 | |
9227 \DeclareUnicodeCharacter{0160}{\v{S}} | |
9228 \DeclareUnicodeCharacter{0161}{\v{s}} | |
9229 \DeclareUnicodeCharacter{0162}{\cedilla{t}} | |
9230 \DeclareUnicodeCharacter{0163}{\cedilla{T}} | |
9231 \DeclareUnicodeCharacter{0164}{\v{T}} | |
9232 | |
9233 \DeclareUnicodeCharacter{0168}{\~U} | |
9234 \DeclareUnicodeCharacter{0169}{\~u} | |
9235 \DeclareUnicodeCharacter{016A}{\=U} | |
9236 \DeclareUnicodeCharacter{016B}{\=u} | |
9237 \DeclareUnicodeCharacter{016C}{\u{U}} | |
9238 \DeclareUnicodeCharacter{016D}{\u{u}} | |
9239 \DeclareUnicodeCharacter{016E}{\ringaccent{U}} | |
9240 \DeclareUnicodeCharacter{016F}{\ringaccent{u}} | |
9241 | |
9242 \DeclareUnicodeCharacter{0170}{\H{U}} | |
9243 \DeclareUnicodeCharacter{0171}{\H{u}} | |
9244 \DeclareUnicodeCharacter{0174}{\^W} | |
9245 \DeclareUnicodeCharacter{0175}{\^w} | |
9246 \DeclareUnicodeCharacter{0176}{\^Y} | |
9247 \DeclareUnicodeCharacter{0177}{\^y} | |
9248 \DeclareUnicodeCharacter{0178}{\"Y} | |
9249 \DeclareUnicodeCharacter{0179}{\'Z} | |
9250 \DeclareUnicodeCharacter{017A}{\'z} | |
9251 \DeclareUnicodeCharacter{017B}{\dotaccent{Z}} | |
9252 \DeclareUnicodeCharacter{017C}{\dotaccent{z}} | |
9253 \DeclareUnicodeCharacter{017D}{\v{Z}} | |
9254 \DeclareUnicodeCharacter{017E}{\v{z}} | |
9255 | |
9256 \DeclareUnicodeCharacter{01C4}{D\v{Z}} | |
9257 \DeclareUnicodeCharacter{01C5}{D\v{z}} | |
9258 \DeclareUnicodeCharacter{01C6}{d\v{z}} | |
9259 \DeclareUnicodeCharacter{01C7}{LJ} | |
9260 \DeclareUnicodeCharacter{01C8}{Lj} | |
9261 \DeclareUnicodeCharacter{01C9}{lj} | |
9262 \DeclareUnicodeCharacter{01CA}{NJ} | |
9263 \DeclareUnicodeCharacter{01CB}{Nj} | |
9264 \DeclareUnicodeCharacter{01CC}{nj} | |
9265 \DeclareUnicodeCharacter{01CD}{\v{A}} | |
9266 \DeclareUnicodeCharacter{01CE}{\v{a}} | |
9267 \DeclareUnicodeCharacter{01CF}{\v{I}} | |
9268 | |
9269 \DeclareUnicodeCharacter{01D0}{\v{\dotless{i}}} | |
9270 \DeclareUnicodeCharacter{01D1}{\v{O}} | |
9271 \DeclareUnicodeCharacter{01D2}{\v{o}} | |
9272 \DeclareUnicodeCharacter{01D3}{\v{U}} | |
9273 \DeclareUnicodeCharacter{01D4}{\v{u}} | |
9274 | |
9275 \DeclareUnicodeCharacter{01E2}{\={\AE}} | |
9276 \DeclareUnicodeCharacter{01E3}{\={\ae}} | |
9277 \DeclareUnicodeCharacter{01E6}{\v{G}} | |
9278 \DeclareUnicodeCharacter{01E7}{\v{g}} | |
9279 \DeclareUnicodeCharacter{01E8}{\v{K}} | |
9280 \DeclareUnicodeCharacter{01E9}{\v{k}} | |
9281 | |
9282 \DeclareUnicodeCharacter{01F0}{\v{\dotless{j}}} | |
9283 \DeclareUnicodeCharacter{01F1}{DZ} | |
9284 \DeclareUnicodeCharacter{01F2}{Dz} | |
9285 \DeclareUnicodeCharacter{01F3}{dz} | |
9286 \DeclareUnicodeCharacter{01F4}{\'G} | |
9287 \DeclareUnicodeCharacter{01F5}{\'g} | |
9288 \DeclareUnicodeCharacter{01F8}{\`N} | |
9289 \DeclareUnicodeCharacter{01F9}{\`n} | |
9290 \DeclareUnicodeCharacter{01FC}{\'{\AE}} | |
9291 \DeclareUnicodeCharacter{01FD}{\'{\ae}} | |
9292 \DeclareUnicodeCharacter{01FE}{\'{\O}} | |
9293 \DeclareUnicodeCharacter{01FF}{\'{\o}} | |
9294 | |
9295 \DeclareUnicodeCharacter{021E}{\v{H}} | |
9296 \DeclareUnicodeCharacter{021F}{\v{h}} | |
9297 | |
9298 \DeclareUnicodeCharacter{0226}{\dotaccent{A}} | |
9299 \DeclareUnicodeCharacter{0227}{\dotaccent{a}} | |
9300 \DeclareUnicodeCharacter{0228}{\cedilla{E}} | |
9301 \DeclareUnicodeCharacter{0229}{\cedilla{e}} | |
9302 \DeclareUnicodeCharacter{022E}{\dotaccent{O}} | |
9303 \DeclareUnicodeCharacter{022F}{\dotaccent{o}} | |
9304 | |
9305 \DeclareUnicodeCharacter{0232}{\=Y} | |
9306 \DeclareUnicodeCharacter{0233}{\=y} | |
9307 \DeclareUnicodeCharacter{0237}{\dotless{j}} | |
9308 | |
10776 | 9309 \DeclareUnicodeCharacter{02DB}{\ogonek{ }} |
9310 | |
7923 | 9311 \DeclareUnicodeCharacter{1E02}{\dotaccent{B}} |
9312 \DeclareUnicodeCharacter{1E03}{\dotaccent{b}} | |
9313 \DeclareUnicodeCharacter{1E04}{\udotaccent{B}} | |
9314 \DeclareUnicodeCharacter{1E05}{\udotaccent{b}} | |
9315 \DeclareUnicodeCharacter{1E06}{\ubaraccent{B}} | |
9316 \DeclareUnicodeCharacter{1E07}{\ubaraccent{b}} | |
9317 \DeclareUnicodeCharacter{1E0A}{\dotaccent{D}} | |
9318 \DeclareUnicodeCharacter{1E0B}{\dotaccent{d}} | |
9319 \DeclareUnicodeCharacter{1E0C}{\udotaccent{D}} | |
9320 \DeclareUnicodeCharacter{1E0D}{\udotaccent{d}} | |
9321 \DeclareUnicodeCharacter{1E0E}{\ubaraccent{D}} | |
9322 \DeclareUnicodeCharacter{1E0F}{\ubaraccent{d}} | |
9323 | |
9324 \DeclareUnicodeCharacter{1E1E}{\dotaccent{F}} | |
9325 \DeclareUnicodeCharacter{1E1F}{\dotaccent{f}} | |
9326 | |
9327 \DeclareUnicodeCharacter{1E20}{\=G} | |
9328 \DeclareUnicodeCharacter{1E21}{\=g} | |
9329 \DeclareUnicodeCharacter{1E22}{\dotaccent{H}} | |
9330 \DeclareUnicodeCharacter{1E23}{\dotaccent{h}} | |
9331 \DeclareUnicodeCharacter{1E24}{\udotaccent{H}} | |
9332 \DeclareUnicodeCharacter{1E25}{\udotaccent{h}} | |
9333 \DeclareUnicodeCharacter{1E26}{\"H} | |
9334 \DeclareUnicodeCharacter{1E27}{\"h} | |
9335 | |
9336 \DeclareUnicodeCharacter{1E30}{\'K} | |
9337 \DeclareUnicodeCharacter{1E31}{\'k} | |
9338 \DeclareUnicodeCharacter{1E32}{\udotaccent{K}} | |
9339 \DeclareUnicodeCharacter{1E33}{\udotaccent{k}} | |
9340 \DeclareUnicodeCharacter{1E34}{\ubaraccent{K}} | |
9341 \DeclareUnicodeCharacter{1E35}{\ubaraccent{k}} | |
9342 \DeclareUnicodeCharacter{1E36}{\udotaccent{L}} | |
9343 \DeclareUnicodeCharacter{1E37}{\udotaccent{l}} | |
9344 \DeclareUnicodeCharacter{1E3A}{\ubaraccent{L}} | |
9345 \DeclareUnicodeCharacter{1E3B}{\ubaraccent{l}} | |
9346 \DeclareUnicodeCharacter{1E3E}{\'M} | |
9347 \DeclareUnicodeCharacter{1E3F}{\'m} | |
9348 | |
9349 \DeclareUnicodeCharacter{1E40}{\dotaccent{M}} | |
9350 \DeclareUnicodeCharacter{1E41}{\dotaccent{m}} | |
9351 \DeclareUnicodeCharacter{1E42}{\udotaccent{M}} | |
9352 \DeclareUnicodeCharacter{1E43}{\udotaccent{m}} | |
9353 \DeclareUnicodeCharacter{1E44}{\dotaccent{N}} | |
9354 \DeclareUnicodeCharacter{1E45}{\dotaccent{n}} | |
9355 \DeclareUnicodeCharacter{1E46}{\udotaccent{N}} | |
9356 \DeclareUnicodeCharacter{1E47}{\udotaccent{n}} | |
9357 \DeclareUnicodeCharacter{1E48}{\ubaraccent{N}} | |
9358 \DeclareUnicodeCharacter{1E49}{\ubaraccent{n}} | |
9359 | |
9360 \DeclareUnicodeCharacter{1E54}{\'P} | |
9361 \DeclareUnicodeCharacter{1E55}{\'p} | |
9362 \DeclareUnicodeCharacter{1E56}{\dotaccent{P}} | |
9363 \DeclareUnicodeCharacter{1E57}{\dotaccent{p}} | |
9364 \DeclareUnicodeCharacter{1E58}{\dotaccent{R}} | |
9365 \DeclareUnicodeCharacter{1E59}{\dotaccent{r}} | |
9366 \DeclareUnicodeCharacter{1E5A}{\udotaccent{R}} | |
9367 \DeclareUnicodeCharacter{1E5B}{\udotaccent{r}} | |
9368 \DeclareUnicodeCharacter{1E5E}{\ubaraccent{R}} | |
9369 \DeclareUnicodeCharacter{1E5F}{\ubaraccent{r}} | |
9370 | |
9371 \DeclareUnicodeCharacter{1E60}{\dotaccent{S}} | |
9372 \DeclareUnicodeCharacter{1E61}{\dotaccent{s}} | |
9373 \DeclareUnicodeCharacter{1E62}{\udotaccent{S}} | |
9374 \DeclareUnicodeCharacter{1E63}{\udotaccent{s}} | |
9375 \DeclareUnicodeCharacter{1E6A}{\dotaccent{T}} | |
9376 \DeclareUnicodeCharacter{1E6B}{\dotaccent{t}} | |
9377 \DeclareUnicodeCharacter{1E6C}{\udotaccent{T}} | |
9378 \DeclareUnicodeCharacter{1E6D}{\udotaccent{t}} | |
9379 \DeclareUnicodeCharacter{1E6E}{\ubaraccent{T}} | |
9380 \DeclareUnicodeCharacter{1E6F}{\ubaraccent{t}} | |
9381 | |
9382 \DeclareUnicodeCharacter{1E7C}{\~V} | |
9383 \DeclareUnicodeCharacter{1E7D}{\~v} | |
9384 \DeclareUnicodeCharacter{1E7E}{\udotaccent{V}} | |
9385 \DeclareUnicodeCharacter{1E7F}{\udotaccent{v}} | |
9386 | |
9387 \DeclareUnicodeCharacter{1E80}{\`W} | |
9388 \DeclareUnicodeCharacter{1E81}{\`w} | |
9389 \DeclareUnicodeCharacter{1E82}{\'W} | |
9390 \DeclareUnicodeCharacter{1E83}{\'w} | |
9391 \DeclareUnicodeCharacter{1E84}{\"W} | |
9392 \DeclareUnicodeCharacter{1E85}{\"w} | |
9393 \DeclareUnicodeCharacter{1E86}{\dotaccent{W}} | |
9394 \DeclareUnicodeCharacter{1E87}{\dotaccent{w}} | |
9395 \DeclareUnicodeCharacter{1E88}{\udotaccent{W}} | |
9396 \DeclareUnicodeCharacter{1E89}{\udotaccent{w}} | |
9397 \DeclareUnicodeCharacter{1E8A}{\dotaccent{X}} | |
9398 \DeclareUnicodeCharacter{1E8B}{\dotaccent{x}} | |
9399 \DeclareUnicodeCharacter{1E8C}{\"X} | |
9400 \DeclareUnicodeCharacter{1E8D}{\"x} | |
9401 \DeclareUnicodeCharacter{1E8E}{\dotaccent{Y}} | |
9402 \DeclareUnicodeCharacter{1E8F}{\dotaccent{y}} | |
9403 | |
9404 \DeclareUnicodeCharacter{1E90}{\^Z} | |
9405 \DeclareUnicodeCharacter{1E91}{\^z} | |
9406 \DeclareUnicodeCharacter{1E92}{\udotaccent{Z}} | |
9407 \DeclareUnicodeCharacter{1E93}{\udotaccent{z}} | |
9408 \DeclareUnicodeCharacter{1E94}{\ubaraccent{Z}} | |
9409 \DeclareUnicodeCharacter{1E95}{\ubaraccent{z}} | |
9410 \DeclareUnicodeCharacter{1E96}{\ubaraccent{h}} | |
9411 \DeclareUnicodeCharacter{1E97}{\"t} | |
9412 \DeclareUnicodeCharacter{1E98}{\ringaccent{w}} | |
9413 \DeclareUnicodeCharacter{1E99}{\ringaccent{y}} | |
9414 | |
9415 \DeclareUnicodeCharacter{1EA0}{\udotaccent{A}} | |
9416 \DeclareUnicodeCharacter{1EA1}{\udotaccent{a}} | |
9417 | |
9418 \DeclareUnicodeCharacter{1EB8}{\udotaccent{E}} | |
9419 \DeclareUnicodeCharacter{1EB9}{\udotaccent{e}} | |
9420 \DeclareUnicodeCharacter{1EBC}{\~E} | |
9421 \DeclareUnicodeCharacter{1EBD}{\~e} | |
9422 | |
9423 \DeclareUnicodeCharacter{1ECA}{\udotaccent{I}} | |
9424 \DeclareUnicodeCharacter{1ECB}{\udotaccent{i}} | |
9425 \DeclareUnicodeCharacter{1ECC}{\udotaccent{O}} | |
9426 \DeclareUnicodeCharacter{1ECD}{\udotaccent{o}} | |
9427 | |
9428 \DeclareUnicodeCharacter{1EE4}{\udotaccent{U}} | |
9429 \DeclareUnicodeCharacter{1EE5}{\udotaccent{u}} | |
9430 | |
9431 \DeclareUnicodeCharacter{1EF2}{\`Y} | |
9432 \DeclareUnicodeCharacter{1EF3}{\`y} | |
9433 \DeclareUnicodeCharacter{1EF4}{\udotaccent{Y}} | |
9434 | |
9435 \DeclareUnicodeCharacter{1EF8}{\~Y} | |
9436 \DeclareUnicodeCharacter{1EF9}{\~y} | |
9437 | |
9438 \DeclareUnicodeCharacter{2013}{--} | |
9439 \DeclareUnicodeCharacter{2014}{---} | |
9100 | 9440 \DeclareUnicodeCharacter{2018}{\quoteleft} |
9441 \DeclareUnicodeCharacter{2019}{\quoteright} | |
9442 \DeclareUnicodeCharacter{201A}{\quotesinglbase} | |
9443 \DeclareUnicodeCharacter{201C}{\quotedblleft} | |
9444 \DeclareUnicodeCharacter{201D}{\quotedblright} | |
9445 \DeclareUnicodeCharacter{201E}{\quotedblbase} | |
7923 | 9446 \DeclareUnicodeCharacter{2022}{\bullet} |
9447 \DeclareUnicodeCharacter{2026}{\dots} | |
9100 | 9448 \DeclareUnicodeCharacter{2039}{\guilsinglleft} |
9449 \DeclareUnicodeCharacter{203A}{\guilsinglright} | |
7923 | 9450 \DeclareUnicodeCharacter{20AC}{\euro} |
9451 | |
9452 \DeclareUnicodeCharacter{2192}{\expansion} | |
9453 \DeclareUnicodeCharacter{21D2}{\result} | |
9454 | |
9455 \DeclareUnicodeCharacter{2212}{\minus} | |
9456 \DeclareUnicodeCharacter{2217}{\point} | |
9457 \DeclareUnicodeCharacter{2261}{\equiv} | |
7765 | 9458 }% end of \utfeightchardefs |
9459 | |
9460 | |
7714 | 9461 % US-ASCII character definitions. |
7740 | 9462 \def\asciichardefs{% nothing need be done |
7714 | 9463 \relax |
9464 } | |
9465 | |
9466 % Make non-ASCII characters printable again for compatibility with | |
9467 % existing Texinfo documents that may use them, even without declaring a | |
9468 % document encoding. | |
9469 % | |
9470 \setnonasciicharscatcode \other | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9471 |
7765 | 9472 |
9473 \message{formatting,} | |
9474 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9475 \newdimen\defaultparindent \defaultparindent = 15pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9476 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9477 \chapheadingskip = 15pt plus 4pt minus 2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9478 \secheadingskip = 12pt plus 3pt minus 2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9479 \subsecheadingskip = 9pt plus 2pt minus 2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9480 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9481 % Prevent underfull vbox error messages. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9482 \vbadness = 10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9483 |
13230 | 9484 % Don't be very finicky about underfull hboxes, either. |
9485 \hbadness = 6666 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9486 |
9178 | 9487 % Following George Bush, get rid of widows and orphans. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9488 \widowpenalty=10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9489 \clubpenalty=10000 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9490 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9491 % Use TeX 3.0's \emergencystretch to help line breaking, but if we're |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9492 % using an old version of TeX, don't do anything. We want the amount of |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9493 % stretch added to depend on the line length, hence the dependence on |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9494 % \hsize. We call this whenever the paper size is set. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9495 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9496 \def\setemergencystretch{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9497 \ifx\emergencystretch\thisisundefined |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9498 % Allow us to assign to \emergencystretch anyway. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9499 \def\emergencystretch{\dimen0}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9500 \else |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9501 \emergencystretch = .15\hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9502 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9503 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9504 |
5804 | 9505 % Parameters in order: 1) textheight; 2) textwidth; |
9506 % 3) voffset; 4) hoffset; 5) binding offset; 6) topskip; | |
9507 % 7) physical page height; 8) physical page width. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9508 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9509 % We also call \setleading{\textleading}, so the caller should define |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9510 % \textleading. The caller should also set \parskip. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9511 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9512 \def\internalpagesizes#1#2#3#4#5#6#7#8{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9513 \voffset = #3\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9514 \topskip = #6\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9515 \splittopskip = \topskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9516 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9517 \vsize = #1\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9518 \advance\vsize by \topskip |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9519 \outervsize = \vsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9520 \advance\outervsize by 2\topandbottommargin |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9521 \pageheight = \vsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9522 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9523 \hsize = #2\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9524 \outerhsize = \hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9525 \advance\outerhsize by 0.5in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9526 \pagewidth = \hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9527 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9528 \normaloffset = #4\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9529 \bindingoffset = #5\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9530 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9531 \ifpdf |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9532 \pdfpageheight #7\relax |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9533 \pdfpagewidth #8\relax |
9012 | 9534 % if we don't reset these, they will remain at "1 true in" of |
9535 % whatever layout pdftex was dumped with. | |
9536 \pdfhorigin = 1 true in | |
9537 \pdfvorigin = 1 true in | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9538 \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9539 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9540 \setleading{\textleading} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9541 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9542 \parindent = \defaultparindent |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9543 \setemergencystretch |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9544 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9545 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9546 % @letterpaper (the default). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9547 \def\letterpaper{{\globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9548 \parskip = 3pt plus 2pt minus 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9549 \textleading = 13.2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9550 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9551 % If page is nothing but text, make it come out even. |
9178 | 9552 \internalpagesizes{607.2pt}{6in}% that's 46 lines |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9553 {\voffset}{.25in}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9554 {\bindingoffset}{36pt}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9555 {11in}{8.5in}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9556 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9557 |
5804 | 9558 % Use @smallbook to reset parameters for 7x9.25 trim size. |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9559 \def\smallbook{{\globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9560 \parskip = 2pt plus 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9561 \textleading = 12pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9562 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9563 \internalpagesizes{7.5in}{5in}% |
8801 | 9564 {-.2in}{0in}% |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9565 {\bindingoffset}{16pt}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9566 {9.25in}{7in}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9567 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9568 \lispnarrowing = 0.3in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9569 \tolerance = 700 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9570 \hfuzz = 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9571 \contentsrightmargin = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9572 \defbodyindent = .5cm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9573 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9574 |
5804 | 9575 % Use @smallerbook to reset parameters for 6x9 trim size. |
9576 % (Just testing, parameters still in flux.) | |
9577 \def\smallerbook{{\globaldefs = 1 | |
9578 \parskip = 1.5pt plus 1pt | |
9579 \textleading = 12pt | |
9580 % | |
9581 \internalpagesizes{7.4in}{4.8in}% | |
9582 {-.2in}{-.4in}% | |
9583 {0pt}{14pt}% | |
9584 {9in}{6in}% | |
9585 % | |
9586 \lispnarrowing = 0.25in | |
9587 \tolerance = 700 | |
9588 \hfuzz = 1pt | |
9589 \contentsrightmargin = 0pt | |
9590 \defbodyindent = .4cm | |
9591 }} | |
9592 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9593 % Use @afourpaper to print on European A4 paper. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9594 \def\afourpaper{{\globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9595 \parskip = 3pt plus 2pt minus 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9596 \textleading = 13.2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9597 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9598 % Double-side printing via postscript on Laserjet 4050 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9599 % prints double-sided nicely when \bindingoffset=10mm and \hoffset=-6mm. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9600 % To change the settings for a different printer or situation, adjust |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9601 % \normaloffset until the front-side and back-side texts align. Then |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9602 % do the same for \bindingoffset. You can set these for testing in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9603 % your texinfo source file like this: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9604 % @tex |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9605 % \global\normaloffset = -6mm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9606 % \global\bindingoffset = 10mm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9607 % @end tex |
9178 | 9608 \internalpagesizes{673.2pt}{160mm}% that's 51 lines |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9609 {\voffset}{\hoffset}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9610 {\bindingoffset}{44pt}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9611 {297mm}{210mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9612 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9613 \tolerance = 700 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9614 \hfuzz = 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9615 \contentsrightmargin = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9616 \defbodyindent = 5mm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9617 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9618 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9619 % Use @afivepaper to print on European A5 paper. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9620 % From romildo@urano.iceb.ufop.br, 2 July 2000. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9621 % He also recommends making @example and @lisp be small. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9622 \def\afivepaper{{\globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9623 \parskip = 2pt plus 1pt minus 0.1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9624 \textleading = 12.5pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9625 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9626 \internalpagesizes{160mm}{120mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9627 {\voffset}{\hoffset}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9628 {\bindingoffset}{8pt}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9629 {210mm}{148mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9630 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9631 \lispnarrowing = 0.2in |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9632 \tolerance = 800 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9633 \hfuzz = 1.2pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9634 \contentsrightmargin = 0pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9635 \defbodyindent = 2mm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9636 \tableindent = 12mm |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9637 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9638 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9639 % A specific text layout, 24x15cm overall, intended for A4 paper. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9640 \def\afourlatex{{\globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9641 \afourpaper |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9642 \internalpagesizes{237mm}{150mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9643 {\voffset}{4.6mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9644 {\bindingoffset}{7mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9645 {297mm}{210mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9646 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9647 % Must explicitly reset to 0 because we call \afourpaper. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9648 \globaldefs = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9649 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9650 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9651 % Use @afourwide to print on A4 paper in landscape format. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9652 \def\afourwide{{\globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9653 \afourpaper |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9654 \internalpagesizes{241mm}{165mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9655 {\voffset}{-2.95mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9656 {\bindingoffset}{7mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9657 {297mm}{210mm}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9658 \globaldefs = 0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9659 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9660 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9661 % @pagesizes TEXTHEIGHT[,TEXTWIDTH] |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9662 % Perhaps we should allow setting the margins, \topskip, \parskip, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9663 % and/or leading, also. Or perhaps we should compute them somehow. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9664 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9665 \parseargdef\pagesizes{\pagesizesyyy #1,,\finish} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9666 \def\pagesizesyyy#1,#2,#3\finish{{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9667 \setbox0 = \hbox{\ignorespaces #2}\ifdim\wd0 > 0pt \hsize=#2\relax \fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9668 \globaldefs = 1 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9669 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9670 \parskip = 3pt plus 2pt minus 1pt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9671 \setleading{\textleading}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9672 % |
9048 | 9673 \dimen0 = #1\relax |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9674 \advance\dimen0 by \voffset |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9675 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9676 \dimen2 = \hsize |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9677 \advance\dimen2 by \normaloffset |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9678 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9679 \internalpagesizes{#1}{\hsize}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9680 {\voffset}{\normaloffset}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9681 {\bindingoffset}{44pt}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9682 {\dimen0}{\dimen2}% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9683 }} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9684 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9685 % Set default to letter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9686 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9687 \letterpaper |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9688 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9689 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9690 \message{and turning on texinfo input format.} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9691 |
14737 | 9692 \def^^L{\par} % remove \outer, so ^L can appear in an @comment |
9693 | |
10839 | 9694 % DEL is a comment character, in case @c does not suffice. |
9695 \catcode`\^^? = 14 | |
9696 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9697 % Define macros to output various characters with catcode for normal text. |
14348 | 9698 \catcode`\"=\other \def\normaldoublequote{"} |
9699 \catcode`\$=\other \def\normaldollar{$}%$ font-lock fix | |
9700 \catcode`\+=\other \def\normalplus{+} | |
9701 \catcode`\<=\other \def\normalless{<} | |
9702 \catcode`\>=\other \def\normalgreater{>} | |
9703 \catcode`\^=\other \def\normalcaret{^} | |
9704 \catcode`\_=\other \def\normalunderscore{_} | |
9705 \catcode`\|=\other \def\normalverticalbar{|} | |
9706 \catcode`\~=\other \def\normaltilde{~} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9707 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9708 % This macro is used to make a character print one way in \tt |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9709 % (where it can probably be output as-is), and another way in other fonts, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9710 % where something hairier probably needs to be done. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9711 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9712 % #1 is what to print if we are indeed using \tt; #2 is what to print |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9713 % otherwise. Since all the Computer Modern typewriter fonts have zero |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9714 % interword stretch (and shrink), and it is reasonable to expect all |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9715 % typewriter fonts to have this, we can check that font parameter. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9716 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9717 \def\ifusingtt#1#2{\ifdim \fontdimen3\font=0pt #1\else #2\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9718 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9719 % Same as above, but check for italic font. Actually this also catches |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9720 % non-italic slanted fonts since it is impossible to distinguish them from |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9721 % italic fonts. But since this is only used by $ and it uses \sl anyway |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9722 % this is not a problem. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9723 \def\ifusingit#1#2{\ifdim \fontdimen1\font>0pt #1\else #2\fi} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9724 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9725 % Turn off all special characters except @ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9726 % (and those which the user can use as if they were ordinary). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9727 % Most of these we simply print from the \tt font, but for some, we can |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9728 % use math or other variants that look better in normal text. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9729 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9730 \catcode`\"=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9731 \def\activedoublequote{{\tt\char34}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9732 \let"=\activedoublequote |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9733 \catcode`\~=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9734 \def~{{\tt\char126}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9735 \chardef\hat=`\^ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9736 \catcode`\^=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9737 \def^{{\tt \hat}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9738 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9739 \catcode`\_=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9740 \def_{\ifusingtt\normalunderscore\_} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9741 \let\realunder=_ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9742 % Subroutine for the previous macro. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9743 \def\_{\leavevmode \kern.07em \vbox{\hrule width.3em height.1ex}\kern .07em } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9744 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9745 \catcode`\|=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9746 \def|{{\tt\char124}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9747 \chardef \less=`\< |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9748 \catcode`\<=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9749 \def<{{\tt \less}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9750 \chardef \gtr=`\> |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9751 \catcode`\>=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9752 \def>{{\tt \gtr}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9753 \catcode`\+=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9754 \def+{{\tt \char 43}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9755 \catcode`\$=\active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9756 \def${\ifusingit{{\sl\$}}\normaldollar}%$ font-lock fix |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9757 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9758 % If a .fmt file is being used, characters that might appear in a file |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9759 % name cannot be active until we have parsed the command line. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9760 % So turn them off again, and have \everyjob (or @setfilename) turn them on. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9761 % \otherifyactive is called near the end of this file. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9762 \def\otherifyactive{\catcode`+=\other \catcode`\_=\other} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9763 |
6040 | 9764 % Used sometimes to turn off (effectively) the active characters even after |
9765 % parsing them. | |
9766 \def\turnoffactive{% | |
9767 \normalturnoffactive | |
9768 \otherbackslash | |
9769 } | |
9770 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9771 \catcode`\@=0 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9772 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9773 % \backslashcurfont outputs one backslash character in current font, |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9774 % as in \char`\\. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9775 \global\chardef\backslashcurfont=`\\ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9776 \global\let\rawbackslashxx=\backslashcurfont % let existing .??s files work |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9777 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9778 % \realbackslash is an actual character `\' with catcode other, and |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9779 % \doublebackslash is two of them (for the pdf outlines). |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9780 {\catcode`\\=\other @gdef@realbackslash{\} @gdef@doublebackslash{\\}} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9781 |
6040 | 9782 % In texinfo, backslash is an active character; it prints the backslash |
9783 % in fixed width font. | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9784 \catcode`\\=\active |
6040 | 9785 @def@normalbackslash{{@tt@backslashcurfont}} |
9786 % On startup, @fixbackslash assigns: | |
9787 % @let \ = @normalbackslash | |
9788 | |
9789 % \rawbackslash defines an active \ to do \backslashcurfont. | |
9790 % \otherbackslash defines an active \ to be a literal `\' character with | |
9791 % catcode other. | |
9792 @gdef@rawbackslash{@let\=@backslashcurfont} | |
9793 @gdef@otherbackslash{@let\=@realbackslash} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9794 |
6509 | 9795 % Same as @turnoffactive except outputs \ as {\tt\char`\\} instead of |
9796 % the literal character `\'. | |
11418 | 9797 % |
6509 | 9798 @def@normalturnoffactive{% |
14348 | 9799 @let"=@normaldoublequote |
9800 @let$=@normaldollar %$ font-lock fix | |
9801 @let+=@normalplus | |
9802 @let<=@normalless | |
9803 @let>=@normalgreater | |
6509 | 9804 @let\=@normalbackslash |
9805 @let^=@normalcaret | |
9806 @let_=@normalunderscore | |
9807 @let|=@normalverticalbar | |
14348 | 9808 @let~=@normaltilde |
10833 | 9809 @markupsetuplqdefault |
9810 @markupsetuprqdefault | |
6509 | 9811 @unsepspaces |
9812 } | |
9813 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9814 % Make _ and + \other characters, temporarily. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9815 % This is canceled by @fixbackslash. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9816 @otherifyactive |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9817 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9818 % If a .fmt file is being used, we don't want the `\input texinfo' to show up. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9819 % That is what \eatinput is for; after that, the `\' should revert to printing |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9820 % a backslash. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9821 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9822 @gdef@eatinput input texinfo{@fixbackslash} |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9823 @global@let\ = @eatinput |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9824 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9825 % On the other hand, perhaps the file did not have a `\input texinfo'. Then |
6040 | 9826 % the first `\' in the file would cause an error. This macro tries to fix |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9827 % that, assuming it is called before the first `\' could plausibly occur. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9828 % Also turn back on active characters that might appear in the input |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9829 % file name, in case not using a pre-dumped format. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9830 % |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9831 @gdef@fixbackslash{% |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9832 @ifx\@eatinput @let\ = @normalbackslash @fi |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9833 @catcode`+=@active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9834 @catcode`@_=@active |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9835 } |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9836 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9837 % Say @foo, not \foo, in error messages. |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9838 @escapechar = `@@ |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9839 |
14348 | 9840 % These (along with & and #) are made active for url-breaking, so need |
9841 % active definitions as the normal characters. | |
9842 @def@normaldot{.} | |
9843 @def@normalquest{?} | |
9844 @def@normalslash{/} | |
9845 | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9846 % These look ok in all fonts, so just make them not special. |
14348 | 9847 @catcode`@& = @other @def@normalamp{&} |
9848 @catcode`@# = @other @def@normalhash{#} | |
9849 @catcode`@% = @other @def@normalpercent{%} | |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9850 |
10737 | 9851 @c Finally, make ` and ' active, so that txicodequoteundirected and |
9852 @c txicodequotebacktick work right in, e.g., @w{@code{`foo'}}. If we | |
9853 @c don't make ` and ' active, @code will not get them as active chars. | |
9854 @c Do this last of all since we use ` in the previous @catcode assignments. | |
10833 | 9855 @catcode`@'=@active |
9856 @catcode`@`=@active | |
9857 @markupsetuplqdefault | |
9858 @markupsetuprqdefault | |
11418 | 9859 |
5748
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9860 @c Local variables: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9861 @c eval: (add-hook 'write-file-hooks 'time-stamp) |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9862 @c page-delimiter: "^\\\\message" |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9863 @c time-stamp-start: "def\\\\texinfoversion{" |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9864 @c time-stamp-format: "%:y-%02m-%02d.%02H" |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9865 @c time-stamp-end: "}" |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9866 @c End: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9867 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9868 @c vim:sw=2: |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9869 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9870 @ignore |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9871 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115 |
f9c60ffa46e5
Moved here from config/texinfo.tex.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9872 @end ignore |