On Tue, Apr 7, 2009 at 5:41 PM, John H Palmieri <jhpalmier...@gmail.com> wrote: > > On Apr 7, 12:11 pm, David Joyner <wdjoy...@gmail.com> wrote: >> On Mon, Apr 6, 2009 at 12:59 AM, John H Palmieri <jhpalmier...@gmail.com> >> wrote: >> >> >> >> > 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 >> >> Do you mean manual.cls? > > No, I meant report.cls. There should already be a file manual.cls in > that directory, which calls your system's version of report.cls (from > $SOMEWHERE/tex/latex/base/report.cls). In report.cls, there are lots > of snippets like the one I wrote, e.g. > > \DeclareOption{executivepaper} > {\setlength\paperheight {10.5in}% > \setlength\paperwidth {7.25in}} > > Copy report.cls to the same directory as the tutorial latex file. In > that copy, add these lines right after the above snippet: > > \DeclareOption{createspace} > {\setlength\paperheight {10in}% > \setlength\paperwidth {8in}} > > and use this in the latex file for the tutorial: > > \documentclass[createspace,10pt,english]{manual}
Okay, thanks. I just tried this and it didn't seem to work for me. However, the length is now 104 instead of 96. The horizonal line across the bottom above the page number seems to be the same distance from the bottom edge of the paper. The top seems to be the same distance as well. (I assume running make in the .sage/doc/output/latex/en/tutorial directory is the correct way to compile it.) Maybe manual.cls is overriding the margin settings? > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---