Re: pdf export problem
- To: mathgroup at smc.vnet.net
- Subject: [mg98072] Re: pdf export problem
- From: hayes.tyler at gmail.com
- Date: Sun, 29 Mar 2009 02:46:54 -0500 (EST)
- References: <gqia5t$oju$1@smc.vnet.net> <gqkusk$48q$1@smc.vnet.net>
Here is some more advice. A snippet from Wolfram.... For example, in the TMJ stylesheet, you can edit the Working style to understand printing margins by adding the following options to the section Style Environment Names -> Working: (use Ctrl-Shift-e to open the section) PageWidth->PaperWidth, PrintingOptions->{"PageSize"->{490, 720}, "PrintingMargins"->{{0, 0}, {82, 56}}}, If you are working on a custom stylesheet, you can copy the Style Enviornment Names section out of Core.nb, paste it into your stylesheet, and make the changes there. Adding these options and setting the Printing Environment to Working will allow you to make PDFs that more closely match what you see on the screen. Cheers, t.