MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re:Re: Paper heading: does not work?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg103758] Re:Re: Paper heading: does not work?
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Mon, 5 Oct 2009 07:37:52 -0400 (EDT)

Dear Vince,

thank you for this message. I tried PageHeadings in a number of variants 
starting from that I need:
nb = CreateDocument[{x+y},
  PageHeaders -> {GraphicsRow[{Graphics[
       Text[Style[" - Confidential -     ", 36, Bold, "Arial", Gray]],
        ImageSize -> {280, 60}],
      Show[myImage, ImageSize -> {150, 70}]}, Alignment -> Left]}]

where myImage is the name of a jpg file

and ending by a direct executing of the command

nb = CreateDocument[{x + y},
   PageHeaders -> {{"a1", "a2", "a3"}, {"a4", "a5", "a6"}}];

that found in the Help/PageHeaders.  All of them created nothing except 
the notebook with x+y in the first cell. No headings either on the 
screen or upon printing.

It does not seem to work.

I have Window XP PC with Mathematica 6.0.

Best, Alexei


-- 
Alexei Boulbitch, Dr., habil.
Senior Scientist

IEE S.A.
ZAE Weiergewan
11, rue Edmond Reuter
L-5326 Contern
Luxembourg

Phone: +352 2454 2566
Fax:   +352 2454 3566

Website: www.iee.lu

This e-mail may contain trade secrets or privileged, undisclosed or otherwise confidential information. If you are not the intended recipient and have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal from your system. Thank you for your co-operation.




  • Prev by Date: Re: confused about == vs === in this equality
  • Next by Date: How to obtain FrameTicks List from an existing Plot?
  • Previous by thread: Re: What Mathematica "says" on two BBP type infinite sums
  • Next by thread: Re: Paper heading: does not work?