Changeset 4140 for trunk/man/texinfo.tex
- Timestamp:
- 08/10/06 11:19:54 (2 years ago)
- Files:
-
- trunk/man/texinfo.tex (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/man/texinfo.tex
r4098 r4140 4 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 5 5 % 6 \def\texinfoversion{2006-0 6-19.13}6 \def\texinfoversion{2006-07-17.16} 7 7 % 8 8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, … … 328 328 \ifdim\ht\footlinebox > 0pt 329 329 % Only leave this space if the footline is nonempty. 330 % (We lessened \vsize for it in \oddfooting xxx.)330 % (We lessened \vsize for it in \oddfootingyyy.) 331 331 % The \baselineskip=24pt in plain's \makefootline has no effect. 332 \vskip 2 \baselineskip332 \vskip 24pt 333 333 \unvbox\footlinebox 334 334 \fi … … 2052 2052 % -- rms. 2053 2053 { 2054 \catcode`\-=\active 2055 \catcode`\_=\active 2054 \catcode`\-=\active \catcode`\_=\active \catcode`\'=\active 2056 2055 % 2057 2056 \global\def\code{\begingroup 2058 \catcode`\-=\active \catcode`\_=\active 2057 \catcode`\-=\active \catcode`\_=\active \catcode`\'=\active 2058 \let'\singlequotechar 2059 2059 \ifallowcodebreaks 2060 2060 \let-\codedash … … 2473 2473 % Leave some space for the footline. Hopefully ok to assume 2474 2474 % @evenfooting will not be used by itself. 2475 \global\advance\pageheight by - \baselineskip2476 \global\advance\vsize by - \baselineskip2475 \global\advance\pageheight by -12pt 2476 \global\advance\vsize by -12pt 2477 2477 } 2478 2478 … … 5043 5043 \dimen2 = .55pt % Thickness of rules 5044 5044 % The text. (`r' is open on the right, `e' somewhat less so on the left.) 5045 \setbox0 = \hbox{\kern-.75pt \ tensf error\kern-1.5pt}5045 \setbox0 = \hbox{\kern-.75pt \reducedsf error\kern-1.5pt} 5046 5046 % 5047 5047 \setbox\errorbox=\hbox to \dimen0{\hfil … … 5266 5266 \maketwodispenvs {lisp}{example}{% 5267 5267 \nonfillstart 5268 \tt 5268 \tt\quoteexpand 5269 5269 \let\kbdfont = \kbdexamplefont % Allow @kbd to do something special. 5270 5270 \gobble % eat return 5271 5271 } 5272 5273 5272 % @display/@smalldisplay: same as @lisp except keep current font. 5274 5273 % … … 5398 5397 % 5399 5398 \def\starttabbox{\setbox0=\hbox\bgroup} 5399 5400 % Allow an option to not replace quotes with a regular directed right 5401 % quote/apostrophe (char 0x27), but instead use the undirected quote 5402 % from cmtt (char 0x0d). The undirected quote is ugly, so don't make it 5403 % the default, but it works for pasting with more pdf viewers (at least 5404 % evince), the lilypond developers report. xpdf does work with the 5405 % regular 0x27. 5406 % 5407 \def\singlequotechar{% 5408 \expandafter\ifx\csname SETcodequoteundirected\endcsname\relax 5409 '% 5410 \else 5411 \char'15 5412 \fi 5413 } 5414 % 5400 5415 \begingroup 5401 5416 \catcode`\^^I=\active … … 5410 5425 }% 5411 5426 } 5427 \catcode`\'=\active 5428 \gdef\quoteexpand{% 5429 \catcode`\'=\active 5430 \def'{\singlequotechar} 5431 }% 5412 5432 \endgroup 5433 % 5413 5434 \def\setupverbatim{% 5414 5435 \let\nonarrowing = t% … … 5419 5440 \catcode`\`=\active 5420 5441 \tabexpand 5442 \quoteexpand 5421 5443 % Respect line breaks, 5422 5444 % print special symbols as themselves, and
