56befc5dc90833aac87aefea2730d10f0310fb5c
latex/beamer/\343\202\273\343\202\257\343\202\267\343\203\247\343\203\263\343\201\224\343\201\250\343\201\253\343\202\277\343\202\244\343\203\210\343\203\253\343\203\232\343\203\274\343\202\270\343\202\222\350\207\252\345\213\225\347\224\237\346\210\220\343\201\231\343\202\213.md
... | ... | @@ -0,0 +1,14 @@ |
1 | +[Creating sections each with title pages in beamers slides - TeX - LaTeX Stack Exchange](https://tex.stackexchange.com/questions/178800/creating-sections-each-with-title-pages-in-beamers-slides) |
|
2 | + |
|
3 | +```latex |
|
4 | +\AtBeginSection[]{ |
|
5 | + \begin{frame} |
|
6 | + \vfill |
|
7 | + \centering |
|
8 | + \begin{beamercolorbox}[sep=8pt,center,shadow=true,rounded=true]{title} |
|
9 | + \usebeamerfont{title}\insertsectionhead\par% |
|
10 | + \end{beamercolorbox} |
|
11 | + \vfill |
|
12 | + \end{frame} |
|
13 | +} |
|
14 | +``` |