changeset 17151:2557d9e28fe6

set right margin of contents pages to 0pt for letter paper. * octave.texi (@fixcontentsmargin): New macro. Use it to set margin for letter paper.
author John W. Eaton <jwe@octave.org>
date Fri, 02 Aug 2013 15:16:48 -0400
parents e7723410ec32
children f2a8592b8fbd
files doc/interpreter/octave.texi
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
 % <http://www.gnu.org/licenses/>.
 
+\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 ------------------------------