On Apr 5, 5:29 pm, David Joyner <[email protected]> wrote:

> box on page 59. One error message was that the "interior" pdf was
> formatted for 8.5x11 and it must be 8x10. With the old latex file, I could
> adjust the page margins using
>
> \setlength{\paperwidth}{10in}
> \setlength{\paperheight}{8in}
> or
> \setlength{\topmargin}{1in}

This may be overkill, but the manual documentclass sets some options
and then passes everything else to report.cls.  So you can make a copy
of report.cls, say in

SAGE_ROOT/devel/sage/doc/output/latex/en/tutorial

adding in lines

\DeclareOption{createspace}
   {\setlength\paperheight {10in}%
    \setlength\paperwidth  {8in}}

Then at the top of SageTutorial.tex, use

\documentclass[createspace,10pt,english]{manual}



  John


>
> or something. With this new format, these command render the pdf file
> virtually unreadable.
>
> 4. I can look at this more Tuesday. Also, while writing this, Minh posted to
> this thread, so I will wait until he has done whatever he wants to do fisrt.
> However, if any one knows how to "intelligently" widen the margins
> of the current tutorial (thereby increasing the page count from 96 to
> something >96), please let me know!
>
>
>
> On Thu, Apr 2, 2009 at 10:37 AM, David Joyner <[email protected]> wrote:
> > Hi:
>
> > The Sage tutorial on amazon is a bit out of date.
> > Amazon requires the online publisher createspace,
> > which uses an extremely finiky automated web-based
> > program to process the manuscript. Any overfull
> > box, if memory serves, will create an immediate
> > rejection. There is an overfull box on page 33.
> > I have in the past just fiddled with the latex
> > file and remove any overfull boxes "by hand".
> > If no one objects to this twieeking, or volunteers to
> > update the tutorial themselves, I'll probably get
> > started on that this weekend. Also, I'll try to remember
> > to make detailed notes and post them on the wiki
> > for future reference.
>
> > - David Joyner
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to