我想在演示文稿标题页的中心添加一张图片powerdot
。顺便说一句,我希望同一张图片作为徽标出现在除标题页之外的所有其他幻灯片上(位于底部中心)。我该如何实现?到目前为止,我做了以下操作,但没有奏效:
\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}}
}
有人能帮我把 Logo.eps 作为标题幻灯片的中心图像,并将其作为徽标(底部中心)放在其余幻灯片上吗?谢谢。