MathGroup Archive 2008

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

Search the Archive

Re: Re: Creating a Banner for presentation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg93618] Re: Re: Creating a Banner for presentation
  • From: Alexei Boulbitch <Alexei.Boulbitch at iee.lu>
  • Date: Tue, 18 Nov 2008 07:21:11 -0500 (EST)

Dear David,
This is indeed a very good thing to be able to do. For this reason I would like to ask you to explain more about it. 
What I am missing is to be able to include an image as a banner cell, rather than only a text. I tried the following:

rose = Import["ExampleData/rose.gif"]; 

SetOptions[EvaluationNotebook[], 
 DockedCells -> {Cell[Graphics[rose], "Title"]}]

or 

SetOptions[EvaluationNotebook[],
 DockedCells -> {FEPrivate`FrontEndResource["FEExpressions",
    "SlideshowToolbar"],
   Cell[rose, "Section", TextAlignment -> Center]}]


but this does not work. Could you please give a tip?

Best, Alexei



>Just a small (but important) update to my previous post on this.  here
>is a more useful template for how to go about this since it includes
>the slide navigation elements:

>SetOptions[EvaluationNotebook[],
 >DockedCells -> {FEPrivate`FrontEndResource["FEExpressions",
  >  "SlideshowToolbar"],
   >Cell["this is it", "Section", TextAlignment -> Center]}]

>Best,

>David


On Nov 16, 7:03 am, RG <gobithaa... at gmail.com> wrote:
> Dear experts,
>
> I'm trying to make a powerpoint like presentation using Mathematica 6, bu=
t i
> can't find any explaination in documentation on how to create banners
> for my presentation. Nice example can be found at:http://library.wolfram.=
com/infocenter/Conferences/7002/.
> Thanking you in advance,
> jetro


-- 
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: List of Month Names
  • Next by Date: Re: Model the surface of an ellipsoid
  • Previous by thread: Re: Creating a Banner for presentation
  • Next by thread: Re: Creating a Banner for presentation