From: Geico Caveman on
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
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
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