lab.note
lab.note copied to clipboard
beamerで壁紙を設定したい
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
\documentclass[11pt]{report}
\usepackage{wallpaper}
\begin{document}
\CenterWallPaper{0.20}{hoge.png}
\end{document}
のようにすれば良い(確認)
~~タイトルページにのみ反映する場合には、~~
スライド全体に反映させる例
\usebackgroundtemplate{\includegraphics[width=1.0\paperwidth]{images}}
のように
ref) http://danielfalster.com/blog/2013/06/18/a-nice-title-page-for-beamer-presentations/