From: Geico Caveman on 9 Mar 2010 06:26 Is this possible ? I typically use the subtitle for the name of the author (myself). In a multipage document, it would be useful to have this option.
From: Larry Adelston on 10 Mar 2010 01:46 One way to do this would be to set the title and subtitle in the PageHeader itself. For example, if you evaluate the following in an existing notebook and then print that notebook, the page header would read: My Title My Name on every page. CurrentValue[InputNotebook[], PageHeaders] = {{Cell[ BoxData[ GridBox[{{Cell["My Title", "Title"]}, {Cell["My Name", "Subtitle"]}}]]], None, None}, {Cell[ BoxData[ GridBox[{{Cell["My Title", "Title"]}, {Cell["My Name", "Subtitle"]}}]]], None, None}} Yours, L On Mar 9, 2010, at 5:28 AM, Geico Caveman wrote: > Is this possible ? > > I typically use the subtitle for the name of the author (myself). In a > multipage document, it would be useful to have this option. __________________________________ Larry Adelston Print Production Supervisor Wolfram Research Inc. email: larrya(a)wolfram.com phone: 217-398-0700, ext.: 3204 fax: 217-398-0747 http://www.wolfram.com
From: ragfield on 10 Mar 2010 01:51 On Mar 9, 5:26 am, Geico Caveman <spammers-go-h...(a)spam.invalid> wrote: > Is this possible ? > > I typically use the subtitle for the name of the author (myself). In a > multipage document, it would be useful to have this option. Putting this content into the PageHeaders or PageFooters is probably your best bet. -Rob
|
Pages: 1 Prev: Mathematica function to calculate correlation Next: Dynamically set variable name and value |