diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-27 22:46:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-27 22:46:45 +0200 |
commit | e698f0436d78b84649dec6f1a5781f9d8fde63ee (patch) | |
tree | 51629b49d172b9c4e55d2fbf32ca9eb3a9207d41 | |
parent | typo (diff) | |
download | mds-e698f0436d78b84649dec6f1a5781f9d8fde63ee.tar.gz mds-e698f0436d78b84649dec6f1a5781f9d8fde63ee.tar.bz2 mds-e698f0436d78b84649dec6f1a5781f9d8fde63ee.tar.xz |
A4 is not the best papersize of a book, smallbook is a little better
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 34 |
1 files changed, 24 insertions, 10 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 390a2a9..cb1d70e 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -22,6 +22,7 @@ Texts. A copy of the license is included in the section entitled @iftex @c @set USLETTER +@c @set AFOURPAPER @c @set AFIVEPAPER @c @set SMALLBOOK @@ -37,20 +38,21 @@ Texts. A copy of the license is included in the section entitled @ignore - This document does not look too good on A5-paper. - This document looks best on A4-paper, but smallbook - format and US Letter is acceptable. + This document does not look too good on A5-paper. This + document looks best on A4-paper, but smallbook format and + US Letter is acceptable. - CROPMARKS has no effect unless HARDCOPY is set. - CROPMARKS and AFIVEPAPER (or actually @cropmarks - and @afivepaper) does not play well together. + CROPMARKS has no effect unless HARDCOPY is set. CROPMARKS + and AFIVEPAPER (or actually @cropmarks and @afivepaper) does + not play well together. You can configure how TeX output files should look by uncommenting @set commands above. Do not uncomment more - than one of the paper sizes (USLETTER, AFIVEPAPER and - SMALLBOOK); if none is uncomment AFOURPAPER will be set. - However, if you do not want to modify this source file, - you can run `make` with for example `TEXIFLAGS='-D HARDCOPY'` + than one of the paper sizes (USLETTER, AFOURPAPER, AFIVEPAPER + and SMALLBOOK); if none is uncomment AFOURPAPER will be set + unless HARDCOPY is set, in which case SMALLBOOK will be set. + However, if you do not want to modify this source file, you + can run `make` with for example `TEXIFLAGS='-D HARDCOPY'` or `TEXIFLAGS='--texinfo="@set HARDCOPY"'`. Finally, you can include, on the front page, the version @@ -64,6 +66,18 @@ Texts. A copy of the license is included in the section entitled @end ignore +@ifset HARDCOPY +@ifclear USLETTER +@ifclear AFOURPAPER +@ifclear AFIVEPAPER +@ifclear SMALLBOOK +@set SMALLBOOK +@end ifclear +@end ifclear +@end ifclear +@end ifclear +@end ifset + @ifclear SINGLE_HEADINGS @ifclear DOUBLE_HEADINGS @ifclear HARDCOPY |