看板LaTeX
标 题Re: [问题] beamer 使用自己的图当背景
发信站SayYA 资讯站 (Tue Mar 18 16:57:34 2008)
转信站ptt!ctu-reader!ctu-peer!news.nctu!News.Math.NCTU!SayYa
※ 引述《[email protected] (卖飞机的)》之铭言:
> as title
> 请问除了 beaner 自己的套件之外
> 有办法用自己的图片当成背景吗 ?
参考 [1]
<quote>
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{<your_fig>}}
which reportedly works. Also, if you want a background picture on only
one slide (e.g., the first one), all you need to do is put this inside a
group that contains the frame, e.g.:
{
\usebackgroundtemplate{...}
\begin{frame}
\titlepage
\end{frame}
}
</quote>
* 所有页面
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{<your_fig>}}
* 单一页面,这边的例子是放在 titlepage
{
\usebackgroundtemplate{...}
\begin{frame}
\titlepage
\end{frame}
}
[1]
http://tug.org/mail-archives/texhax/2007-March/008035.html
--
我是路过的路人
--
※ Origin: SayYA 资讯站 <bbs.sayya.org>
◆ From: ee704-ip156.et.ntust.edu.tw