uribo / lab.note

:notebook_with_decorative_cover: Create Laboratory Note and Report Using R Markdown
Other
21 stars 4 forks source link

beamerで壁紙を設定したい #12

Open uribo opened 9 years ago

uribo commented 9 years ago

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 commented 9 years ago
\documentclass[11pt]{report}
\usepackage{wallpaper}

\begin{document}

\CenterWallPaper{0.20}{hoge.png}

\end{document}

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

uribo commented 9 years ago

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

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

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

のように

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