Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

I want to include an image at the center of the title page of my powerdot presentation. Incidentally, I want the same image to appear as a logo on all the other slides (positioned bottom centre), except on the title page. How do I achieve this? So far I did the following, which did not work:

     \title{Hardware Evaluation}
     \author{\bf{Priya} }
     \titlegraphic{\includegraphics[scale=1.0]{Logo.eps}}

    \pdsetup{
    palette=Sea,
    randomdots,
    dprop={dotstyle=ocircle,linewidth=.01pt},
    dmindots=5,dmaxdots=5,
    dminsize=100pt,dmaxsize=200pt,
    dbright=50,
    logohook=c,
    logopos={.500\slidewidth,.060\slideheight},
    logocmd={\includegraphics[scale=.03]{Logo.eps}}
   }

Can someone help me place Logo.eps as a centre image on the title slide and as a logo (bottom centre) on the remainder slides. Thank You.

share|improve this question
Welcome to TeX.sx! Your question was migrated here from Stack Overflow site. Please register on this site, too, and make sure that both accounts are associated with each other (by using the same OpenID), otherwise you won't be able to comment on or accept answers or edit your question. – Werner Aug 21 '12 at 23:42

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.