给beamer加背景

关键字: beamer, latex, 背景

一直以为给beamer加背景是很难的事情,后来在网上翻了翻才知道原来是很简单的,只需要重新设置一下beamer的background变量就行了,代码很简单:

\setbeamertemplate{background}%
{\includegraphics[height=\paperheight]{pics/background_title.jpg}}

后面的includegraphics也可以换成别的包含图片的命令,像xelatex里面的\XeTeXpicfile什么的。话说后来发现,手册里面也有说这东西,所以有空还是要把手册给读读啊~~~

This entry was posted in 好东东LaTeX. Bookmark the permalink.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>