diff options
Diffstat (limited to 'contrib/gcc/doc/include/gcc-common.texi')
-rw-r--r-- | contrib/gcc/doc/include/gcc-common.texi | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/contrib/gcc/doc/include/gcc-common.texi b/contrib/gcc/doc/include/gcc-common.texi index 0d2cae6..49725ab 100644 --- a/contrib/gcc/doc/include/gcc-common.texi +++ b/contrib/gcc/doc/include/gcc-common.texi @@ -1,10 +1,10 @@ -@c Copyright (C) 2001, 2002 Free Software Foundation, Inc. +@c Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. @c This is part of the GCC manual. @c For copying conditions, see the file gcc.texi. @c Common values used in the GCC manuals: -@set version-GCC 3.3.3 +@set version-GCC 3.4.2 @c DEVELOPMENT is set to indicate an in-development version, @c as compared to a release version. When making a release @@ -32,10 +32,23 @@ @end macro @end ifnottex -@c For FSF printing, define FSFPRINT. Also update the ISBNs and last -@c printing dates in gcc.texi and gccint.texi. +@c For FSF printing, define FSFPRINT. Also update the ISBN and last +@c printing date for the manual being printed. @c @set FSFPRINT @ifset FSFPRINT @smallbook @finalout +@c Cause even numbered pages to be printed on the left hand side of +@c the page and odd numbered pages to be printed on the right hand +@c side of the page. Using this, you can print on both sides of a +@c sheet of paper and have the text on the same part of the sheet. + +@c The text on right hand pages is pushed towards the right hand +@c margin and the text on left hand pages is pushed toward the left +@c hand margin. +@c (To provide the reverse effect, set bindingoffset to -0.75in.) +@tex +\global\bindingoffset=0.75in +\global\normaloffset =0.75in +@end tex @end ifset |