# HG changeset patch # User John W. Eaton # Date 1375471008 14400 # Node ID 2557d9e28fe6200e45e1c5fab1e806b4385737b0 # Parent e7723410ec32ac1f91fb28ea14c35ece7e16031e set right margin of contents pages to 0pt for letter paper. * octave.texi (@fixcontentsmargin): New macro. Use it to set margin for letter paper. diff -r e7723410ec32 -r 2557d9e28fe6 doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi Fri Aug 02 11:57:32 2013 -0700 +++ b/doc/interpreter/octave.texi Fri Aug 02 15:16:48 2013 -0400 @@ -16,7 +16,10 @@ % along with Octave; see the file COPYING. If not, see % . +\def\fixcontentsmargin{\contentsrightmargin = 0pt} + \input texinfo + @setfilename octave.info @include macros.texi @@ -30,10 +33,11 @@ @end format @end ifinfo -@c Settings for printing on 8-1/2 by 11 inch paper: -@c ----------------------------------------------- +@c Settings for printing on 8-1/2 by 11 inch paper (default): +@c -------------------------------------------------------- @setchapternewpage odd +@fixcontentsmargin @c Settings for small book format: @c ------------------------------