Re: Saving code as PDF
- To: mathgroup at smc.vnet.net
- Subject: [mg107884] Re: Saving code as PDF
- From: Larry Adelston <larrya at wolfram.com>
- Date: Tue, 2 Mar 2010 03:35:04 -0500 (EST)
Evaluate the following, where <NotebookObject> is the NotebookObject
for the notebook you are exporting:
SetOptions[<NotebookObject>, PageHeaders->{{None,None,None},
{None,None,None}}, PageFooters->{{None,None,None},{None,None,None}}]
On Mar 1, 2010, at 3:44 AM, Jim Lambaugh wrote:
> Hi guys
>
> I need to include some Mathematica-code in a LaTeX-document. I would
> really like the Mathematica-font and all of that to be apparent as
> well, which is why I have come to the conclusion that saving my code
> as PDF and including it in LaTeX is the best way to go (please correct
> me if I am wrong).
>
> Now, the thing is that Mathematica places a header and a footer on
> each page. Is there any way to remove that?
>
> Sincerely,
> Jim L.