beamerのスライドにフレーム番号を挿入する
環境
- TeX Live/MacTeX 2015
- Beamer 3.36
Beamerのバージョンが多少古くても大丈夫(だと思う).
outerthemeとしてinfolines
を使う場合
デフォルトでフレーム番号が右下に表示されるので特に何もする必要はありません.
それ以外の場合
プリアンブルに以下を挿入すると,フレームの右下にcurrent frame / total frame
の形でフレーム番号が表示される.
\setbeamertemplate{footline}[frame number]
注意:
outerthemeとしてsplit
を使用する場合,フレームの下部にshort author | short title
が表示されなくなります.
フレーム番号の色を変更する
例えば赤色にしたい場合,プリアンブルに以下を挿入する.
(bg
を指定しても反映されません)
\setbeamercolor{page number in head/foot}{fg=red}
フレーム番号のフォントを変更
例えば大きい(\large
)タイプライター体(\ttfamily
)を指定する場合,プリアンブルに以下を挿入する.
\setbeamerfont{page number in head/foot}{family=\ttfamily,size=\large}
参考文献
- The BEAMER class User Guide for version 3.36 - §8.2.1
Author And Source
この問題について(beamerのスライドにフレーム番号を挿入する), 我々は、より多くの情報をここで見つけました https://qiita.com/yt_siden/items/aaac54f6389a8068a4ee著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .