Re: Re: GUI for Mma
- To: mathgroup at smc.vnet.net
- Subject: [mg7345] Re: [mg7309] Re: GUI for Mma
- From: "C. Woll" <carlw at u.washington.edu>
- Date: Tue, 27 May 1997 22:27:30 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On Fri, 23 May 1997, Tom Burton wrote: > ... > > o Make it easy to put the current date and time in the footer. I cannot get this to work now. > > ... Tom, I have a suggestion for getting the current date and time in the footer. Try going into the Option Inspector. Change the scope to notebook, and then go to Notebook Options -> Printing Options -> PageFooters -> leftpage. Then, under left, center or right, put in, for example, the following text: Cell[ TextData[{ ValueBox["Date"],"\n",ValueBox["Time"] }],"Footer"] Do the same thing for the rightpage, and try printing. Good luck! Carl