8pt, 9pt, 10pt, 11pt(デフォルト), 12pt, 14pt, 17pt, 20pt
コマンド | 結果 |
---|---|
\tableofcontents | すべての目次を表示 |
\tableofcontents[currentsection] | 現在の節以外を薄く表示 |
\tableofcontents[currentsection,currentsubsection] | 現在のsectionおよびsubsection以外を薄く表示 |
\tableofcontents[subsectionstyle=hide] | subsectionをすべて非表示 |
\tableofcontents[subsectionstyle=show/show/hide] | 現在のsection以外のsubsectionは非表示 |
\tableofcontents[subsectionstyle=show/shaded/hide]
| 現subsectionは表示,現sectionの他のsubsectionは薄く表示, 他のsectionのsubsectionは非表示 |
詳細は beameruserguideの「Adding a Table of Contents」を参照
\begin{frame}[noframenumbering]{タイトル} ... \end{frame}
\begin{columns} \column{.5\textwidth} \begin{corollary} corollary \end{corollary} \column{.5\textwidth} \begin{example} example \end{example} \end{columns}
\begin{frame}[t]{Title} ... \end{frame}
handout:0
」
を指定する。例えば,
\begin{frame}<handout:0>[t]{タイトル}
handout
」オプションを指定して、typesetする。
\documentclass[handout]{beamer}
\AtBeginSection[]{% \begin{frame}{目次} \tableofcontents[currentsection] \end{frame}}
\href
」コマンドを使う。
例えば, \href{URL}{テキスト}