看板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