lab.note icon indicating copy to clipboard operation
lab.note copied to clipboard

beamerで壁紙を設定したい

Open uribo opened this issue 10 years ago • 2 comments

wallpaperパッケージが使えるかも

ref) http://www.biwako.shiga-u.ac.jp/sensei/kumazawa/tex/wallpaper.html http://tex.stackexchange.com/questions/110858/package-wallpaper-for-landscape-latex

uribo avatar Jan 24 '15 14:01 uribo

\documentclass[11pt]{report}
\usepackage{wallpaper}

\begin{document}

\CenterWallPaper{0.20}{hoge.png}

\end{document}

のようにすれば良い(確認)

uribo avatar Jan 24 '15 14:01 uribo

~~タイトルページにのみ反映する場合には、~~

スライド全体に反映させる例

\usebackgroundtemplate{\includegraphics[width=1.0\paperwidth]{images}}

のように

ref) http://danielfalster.com/blog/2013/06/18/a-nice-title-page-for-beamer-presentations/

uribo avatar Feb 04 '15 05:02 uribo