comparison build-aux/texinfo.tex @ 18755:4e0bb1bca0bd

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 27 Mar 2017 07:57:41 -0700
parents a5f9d047501c
children 873ea29f4b3b
comparison
equal deleted inserted replaced
18754:375e7dd693c5 18755:4e0bb1bca0bd
1 % texinfo.tex -- TeX macros to handle Texinfo files. 1 % texinfo.tex -- TeX macros to handle Texinfo files.
2 % 2 %
3 % Load plain if necessary, i.e., if running under initex. 3 % Load plain if necessary, i.e., if running under initex.
4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5 % 5 %
6 \def\texinfoversion{2017-03-07.20} 6 \def\texinfoversion{2017-03-25.14}
7 % 7 %
8 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 8 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 9 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
10 % 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 10 % 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
11 % Free Software Foundation, Inc. 11 % Free Software Foundation, Inc.
12 % 12 %
13 % This texinfo.tex file is free software: you can redistribute it and/or 13 % This texinfo.tex file is free software: you can redistribute it and/or
14 % modify it under the terms of the GNU General Public License as 14 % modify it under the terms of the GNU General Public License as
15 % published by the Free Software Foundation, either version 3 of the 15 % published by the Free Software Foundation, either version 3 of the
11310 {\bindingoffset}{16pt}% 11310 {\bindingoffset}{16pt}%
11311 {9.25in}{7in}% 11311 {9.25in}{7in}%
11312 % 11312 %
11313 \lispnarrowing = 0.3in 11313 \lispnarrowing = 0.3in
11314 \tolerance = 700 11314 \tolerance = 700
11315 \hfuzz = 1pt
11316 \contentsrightmargin = 0pt 11315 \contentsrightmargin = 0pt
11317 \defbodyindent = .5cm 11316 \defbodyindent = .5cm
11318 }} 11317 }}
11319 11318
11320 % Use @smallerbook to reset parameters for 6x9 trim size. 11319 % Use @smallerbook to reset parameters for 6x9 trim size.
11328 {0pt}{14pt}% 11327 {0pt}{14pt}%
11329 {9in}{6in}% 11328 {9in}{6in}%
11330 % 11329 %
11331 \lispnarrowing = 0.25in 11330 \lispnarrowing = 0.25in
11332 \tolerance = 700 11331 \tolerance = 700
11333 \hfuzz = 1pt
11334 \contentsrightmargin = 0pt 11332 \contentsrightmargin = 0pt
11335 \defbodyindent = .4cm 11333 \defbodyindent = .4cm
11336 }} 11334 }}
11337 11335
11338 % Use @afourpaper to print on European A4 paper. 11336 % Use @afourpaper to print on European A4 paper.
11354 {\voffset}{\hoffset}% 11352 {\voffset}{\hoffset}%
11355 {\bindingoffset}{44pt}% 11353 {\bindingoffset}{44pt}%
11356 {297mm}{210mm}% 11354 {297mm}{210mm}%
11357 % 11355 %
11358 \tolerance = 700 11356 \tolerance = 700
11359 \hfuzz = 1pt
11360 \contentsrightmargin = 0pt 11357 \contentsrightmargin = 0pt
11361 \defbodyindent = 5mm 11358 \defbodyindent = 5mm
11362 }} 11359 }}
11363 11360
11364 % Use @afivepaper to print on European A5 paper. 11361 % Use @afivepaper to print on European A5 paper.
11373 {\bindingoffset}{8pt}% 11370 {\bindingoffset}{8pt}%
11374 {210mm}{148mm}% 11371 {210mm}{148mm}%
11375 % 11372 %
11376 \lispnarrowing = 0.2in 11373 \lispnarrowing = 0.2in
11377 \tolerance = 800 11374 \tolerance = 800
11378 \hfuzz = 1.2pt
11379 \contentsrightmargin = 0pt 11375 \contentsrightmargin = 0pt
11380 \defbodyindent = 2mm 11376 \defbodyindent = 2mm
11381 \tableindent = 12mm 11377 \tableindent = 12mm
11382 }} 11378 }}
11383 11379
11428 }} 11424 }}
11429 11425
11430 % Set default to letter. 11426 % Set default to letter.
11431 % 11427 %
11432 \letterpaper 11428 \letterpaper
11429
11430 % Default value of \hfuzz, for suppressing warnings about overfull hboxes.
11431 \hfuzz = 1pt
11433 11432
11434 11433
11435 \message{and turning on texinfo input format.} 11434 \message{and turning on texinfo input format.}
11436 11435
11437 \def^^L{\par} % remove \outer, so ^L can appear in an @comment 11436 \def^^L{\par} % remove \outer, so ^L can appear in an @comment