% ***************************************** % >>>> 15.3.2 Using Beamer's Templates % ***************************************** % As a user of the beamer class you typically do not 'use' or 'invoke' templates yourself, directly. For % example, the frame title template is automatically invoked by beamer somewhere deep inside the frame % typesetting process. The same is true of most other templates. However, if, for whatever reason, you wish % to invoke a template yourself, you can use the following command. % \usebeamertemplate***{ element name } % ------------------------------- %%% 7.2.1 The Headline and Footline % \setbeamertemplate{headline} % Beamer-Template/-Color/-Font % \setbeamertemplate{headline} % {% % \begin{beamercolorbox}{section in head/foot} % \vskip2pt\insertnavigation{\paperwidth}\vskip2pt % \end{beamercolorbox}% % } % \setbeamertemplate{headline}[default] % The default is just an empty headline. % \setbeamertemplate{headline}[infolines theme] % \setbeamertemplate{headline}[miniframes theme] % \setbeamertemplate{headline}[sidebar theme] % \setbeamertemplate{headline}[smoothtree theme] % \setbeamertemplate{headline}[smoothbars theme] % \setbeamertemplate{headline}[tree] % \setbeamertemplate{headline}[split theme] % \setbeamertemplate{headline}[text line]{ text } % The headline is typeset with 'text' % ------------------------------- % \setbeamertemplate{footline} % Beamer-Template/-Color/-Font % \setbeamertemplate{footline}[default] % \setbeamertemplate{footline}[infolines theme] % \setbeamertemplate{footline}[miniframes theme] % \setbeamertemplate{footline}[page number] % \setbeamertemplate{footline}[frame number] % \setbeamertemplate{footline}[split] % \setbeamertemplate{footline}[text line]{ text } % ------------------------------- %%% 7.2.2 The Sidebars % ------------------------------- %%% 7.2.3 Navigation Bars (funktioniert nur mit miniframe Themes) % \setbeamertemplate{mini frames}[default] % shows small circles as mini frames. \setbeamertemplate{mini frames}[box] % shows small rectangles as mini frames. % \setbeamertemplate{mini frames}[tick] % shows small vertical bars as mini frames. % ------------------------------- %%% 7.2.4 The Navigation Symbols %%% Beamer-Template/-Color/-Font navigation symbols \setbeamertemplate{navigation symbols}{} % suppresses all navigation symbols: % \setbeamertemplate{navigation symbols}[horizontal] % Organizes the navigation symbols horizontally. % \setbeamertemplate{navigation symbols}[vertical] % Organizes the navigation symbols vertically. % \setbeamertemplate{navigation symbols}[only frame symbol] % Shows only the navigational symbol for navigating frames. % ------------------------------- %%% 7.2.5 The Logo % \setbeamertemplate{logo} % Beamer-Template/-Color/-Font % ------------------------------- %%% 7.2.6 The Frame Title % \setbeamertemplate{frametitle} % Beamer-Template/-Color/-Font % \setbeamertemplate{frametitle}[default][left] % left, center, right % \setbeamertemplate{frametitle}[shadow theme] % \setbeamertemplate{frametitle}[sidebar theme] % \setbeamertemplate{frametitle}[smoothbars theme] % \setbeamertemplate{frametitle}[smoothtree theme] % ------------------------------- %%% 7.2.7 The Background % \setbeamertemplate{background canvas} % Beamer-Template/-Color/-Font % \setbeamertemplate{background canvas}[default] % \setbeamertemplate{background canvas}[vertical shading][ color options ] installs a vertically shaded background. % - top= color specifies the color at the top of the page. By default, 25% of the foreground of % the beamer-color palette primary is used. % - bottom= color specifies the color at the bottom of the page. By default, the background of % normal text at the moment of invocation of this command is used. % - middle= color specifies the color for the middle of the page. Thus, if this option is given, the % shading changes from the bottom color to this color and then to the top color. % - midpoint= factor specifies at which point of the page the middle color is used. A factor of 0 % is the bottom of the page, a factor of 1 is the top. The default, which is 0.5 is in the middle. % \setbeamertemplate{background} % Beamer-Template/-Color/-Font % \setbeamertemplate{background}[default] % is empty. % \setbeamertemplate{background}[grid][step=1cm] % places a grid on the background. % - step= dimension specifies the distance between grid lines. The default is 0.5cm. % - color= color specifies the color of the grid lines. The default is 10% foreground. % ------------------------------- %%% 7.3 Margin Sizes \setbeamersize{text margin left=2em,text margin right=2em} % \setbeamersize{sidebar width left=2cm} % - text margin left= TEX dimension sets a new left margin. This excludes the left sidebar. Thus, % it is the distance between the right edge of the left sidebar and the left edge of the text. % - text margin right= TEX dimension sets a new right margin. % - sidebar width left= TEX dimension sets the size of the left sidebar. Currently, this command % should be given before a shading is installed for the sidebar canvas. % - sidebar width right= TEX dimension sets the size of the right sidebar. % - description width= TEX dimension sets the default width of description labels, see Section 11.1. % - description width of= text sets the default width of description labels to the width of the % text , see Section 11.1. % - mini frame size= TEX dimension sets the size of mini frames in a navigation bar. When two % mini frame icons are shown alongside each other, their left end points are TEX dimension far % apart. % - mini frame offset= TEX dimension set an additional vertical offset that is added to the mini % frame size when arranging mini frames vertically. % ------------------------------- %%% 9.1 Adding a Title Page % \setbeamersize{title page} % Beamer-Template/-Color/-Font % This template is invoked when the \titlepage command is used. % The following commands are useful for this template: % - \insertauthor inserts a version of the author's name that is useful for the title page. % - \insertdate inserts the date. % - \insertinstitute inserts the institute. % - \inserttitle inserts a version of the document title that is useful for the title page. % - \insertsubtitle inserts a version of the document title that is useful for the title page. % - \inserttitlegraphic inserts the title graphic into a template. % ------------------------------- %%% 9.2 Adding Sections and Subsections % ------------------------------- %%% Parent Beamer-Template sections/subsections in toc % This is a parent template, whose children are section in toc and subsection in toc. % \setbeamertemplate{sections/subsections in toc}[default] % \setbeamertemplate{sections/subsections in toc}[sections numbered] % \setbeamertemplate{sections/subsections in toc}[subsections numbered] % \setbeamertemplate{sections/subsections in toc}[circle] \setbeamertemplate{sections/subsections in toc}[square] % \setbeamertemplate{sections/subsections in toc}[ball] % \setbeamertemplate{sections/subsections in toc}[ball unnumbered] % ------------------------------- %%% 9.6 Adding a Bibliography % ------------------------------- % \setbeamertemplate{bibliography item} % Beamer-Template/-Color/-Font \setbeamertemplate{bibliography item}[default] % little article icon as the reference % \setbeamertemplate{bibliography item}[article] % Alias for the default. % \setbeamertemplate{bibliography item}[book] % little book icon as the reference % \setbeamertemplate{bibliography item}[triangle] % triangle as the reference % \setbeamertemplate{bibliography item}[text] % reference text (like '[Dijkstra, 1982]') % ------------------------------- %%% 10.1 Adding Hyperlinks and Buttons % ------------------------------- %%% 11.1 Itemizations, Enumerations, and Descriptions % \setbeamertemplate{items} % parent template of itemize items and enumerate items % \setbeamertemplate{itemize items} % Parent Beamer-Template \setbeamertemplate{itemize items}[triangle] % \setbeamertemplate{itemize items}[circle] % \setbeamertemplate{itemize items}[square] % \setbeamertemplate{itemize items}[ball] % ------------------------------- % \setbeamertemplate{enumerate items}[default] % Numbered % \setbeamertemplate{enumerate items}[circle] % Places the numbers inside little circles. \setbeamertemplate{enumerate items}[square] % Places the numbers on little squares. % \setbeamertemplate{enumerate items}[ball] % 'Projects' the numbers onto little balls. % ------------------------------- %%% 11.2 Hilighting % ------------------------------- %%% 11.3 Block Environments % \setbeamertemplate{blocks} % Parent Beamer-Template % \setbeamertemplate{blocks}[default] \setbeamertemplate{blocks}[rounded][shadow=true] % \setbeamertemplate{blocks}[rounded][shadow=false] % ------------------------------- %%% 11.4 Theorem Environments % \setbeamertemplate{qed symbol} % Beamer-Template/-Color/-Font % ------------------------------- % \setbeamertemplate{theorems} % Parent Beamer-Template % \setbeamertemplate{theorems}[default] % \setbeamertemplate{theorems}[normal font] % \setbeamertemplate{theorems}[numbered] % \setbeamertemplate{theorems}[ams style] % ------------------------------- %%% 11.6 Figures and Tables % \setbeamertemplate{caption} % Beamer-Template/-Color/-Font % \setbeamertemplate{caption}[default] typesets the caption name (a word like 'Figure' or 'Abbildung' or 'Table') % \setbeamertemplate{caption}[numbered] adds the figure or table number to the caption. % \setbeamertemplate{caption}[caption name own line] % ------------------------------- % \setbeamertemplate{caption name} % Beamer-Color/-Font % ------------------------------- %%% 11.10 Abstract % ------------------------------- %%% 11.11 Verse, Quotations, Quotes % ------------------------------- %%% 11.12 Footnotes % ------------------------------- %%% 18.1 Specifying Note Contents % \setbeamertemplate{note page} % Beamer-Template/-Color/-Font % \setbeamertemplate{note page}[default] % \setbeamertemplate{note page}[compress] % \setbeamertemplate{note page}[plain] % ------------------------------- %%% Specifying Which Notes and Frames Are Shown % \setbeameroption{hide notes} % \setbeameroption{show notes} % \setbeameroption{show notes on second screen= location } % \setbeameroption{show only notes}