1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487
|
\ProvidesPackageRCS $Header: /cvsroot/latex-beamer/latex-beamer/base/beamerbasecompatibility.sty,v 1.56 2004/11/01 16:12:51 tantau Exp $
% Copyright 2003 by Till Tantau <tantau@users.sourceforge.net>.
%
% This program can be redistributed and/or modified under the terms
% of the GNU Public License, version 2.
\mode<presentation>
%
%
% Hyperlink fix for problem with empty test in pdfmark.def
%
%
\let\beamer@orighyperlink\hyperlink
\def\hyperlink#1#2{\beamer@orighyperlink{#1}{\relax#2}}
\providecommand\hyper@pagetransition{}
\providecommand\hyper@pageduration{}
\providecommand\hyper@pagehidden{}
\mode
<all>
{
% Things to be done at the beginning of the document
\def\beamer@lastminutepatches{}
\def\beamer@firstminutepatches{}
}
%
% Fixes right before the start of the document.
%
\let\beamer@origdocument\document
\def\document{%
\beamer@firstminutepatches%
\endgroup%
\AtBeginDocument{% fix spanish.ldf's meddling with < and >
%
% Fix spanish.ldf's meddling with < and >
%
\@ifundefined{deactivatequoting}{}{\deactivatequoting}
% Fix meddline with enumerate items
\renewcommand\theenumi{\@arabic\c@enumi}
\renewcommand\theenumii{\@arabic\c@enumii}
\renewcommand\theenumiii{\@arabic\c@enumiii}
}
\AtBeginDocument{% fix frenchb.ldf's meddling with itemize and :
\let\labelitemi\beamer@labelitemi
\let\labelitemii\beamer@labelitemii
\let\itemize\beamer@itemize
\let\list\beamer@list
\let\@trivlist\beamer@@trivlist%
\catcode`<=12\catcode`>=12}
\begingroup\beamer@origdocument%
\beamer@lastminutepatches%
\ifbeamer@ignorenonframe%
\expandafter\mode\expandafter*%
\fi}
\mode
<article>
{
\let\beamer@origdocument\document
\def\document{%
\beamer@origdocument%
\beamer@lastminutepatches}
\g@addto@macro\beamer@lastminutepatches{%
\ifbeamer@articleactive
\else
\catcode`<=12\catcode`>=12
\fi
}
}
\AtBeginDocument{\def\es@itemize#1#2#3#4{}}% fix spanish.ldf's with \itemize
%
% Fix for older versions of geometry
%
\ifx\ifGm@compatii\@undefined%
\def\Gm@lmargin{\Geom@lmargin}\def\Gm@rmargin{\Geom@rmargin}
\else
\geometry{includeheadfoot}
\fi
%
% Fix deluxetabular floats
%
\AtBeginDocument{
\def\@plano@float@#1{\begin{table}}
\def\end@plano@float@{\end{table}}
}
%
% Fix for implict=false for hyperref
%
\def\WriteBookmarks{0}
\expandafter\def\csname Parent-1\endcsname{}
\expandafter\def\csname Parent0\endcsname{}
\expandafter\def\csname Parent1\endcsname{}
\def\phantomsection{}
%
% Bugfix for old versions of pdfmark
%
\begingroup
\catcode`P=12
\catcode`T=12
\lowercase{\endgroup
\gdef\rem@ptetc#1.#2PT#3!{#1\ifnum#2>\z@.#2\fi}%
}
\def\strip@pt@and@otherjunk#1{\expandafter\rem@ptetc\the#1!}
%
% Make the effect of pdfpagetransition and duration global, not local
%
\define@key{Hyp}{pdfpagetransition}{\gdef\@pdfpagetransition{#1}}
\define@key{Hyp}{pdfpageduration}{\gdef\@pdfpageduration{#1}}
%
%
% Fix for babel
%
%
\providecommand\textlatin{}
\providecommand\thesubsubsection{}
\providecommand\theparagraph{}
\providecommand\thesubparagraph{}
\providecommand\listoffigures{}
\providecommand\listoftables{}
\providecommand\l@part{}
\providecommand\l@chapter{}
%
% Obsolete commands from old versions of beamer
%
\mode
<all>
{
\let\beamer@verb@egroup=\verb@egroup
\def\beamer@setb{\setbox0=\copy}
\long\def\defverb#1{%
\expandafter\newbox\csname @verb\string#1\endcsname%
\def#1{{\expandafter\beamer@setb\csname
@verb\string#1\endcsname\unhbox0}}%
\def\verb@egroup{\global\let\verb@balance@group\@empty\egroup\egroup\let\verb@egroup=\beamer@verb@egroup}
\expandafter\setbox\csname @verb\string#1\endcsname=\hbox\bgroup
\verb}
\define@key{beamerverb}{colored}[true]{\def\beamer@colorsup{}}
\define@key{beamerverb}{width}{\def\beamer@verbwidth{#1}}
\newcommand{\defverbatim}[2][]{%
\def\beamer@colorsup{\def\set@color{}\def\reset@color{}}%
\setkeys{beamerverb}{width=\textwidth}%
\setkeys{beamerverb}{#1}%
\expandafter\newbox\csname @verb\string#2\endcsname%
\def#2{{\expandafter\beamer@setb\csname @verb\string#2\endcsname%
\unvbox0}\color{.}}%
\expandafter\setbox\csname @verb\string#2\endcsname=\vbox\bgroup%
\beamer@colorsup%
\hsize=\beamer@verbwidth\textwidth=\beamer@verbwidth\linewidth=\beamer@verbwidth%
\vskip-\baselineskip\strut\bgroup\aftergroup\beamer@verbend%
\let\@next=}
\def\beamer@verbend{\vskip-\baselineskip\strut\egroup}
}
\def\tableofcontentscurrent{\tableofcontents[current]}
\def\plainframe{\frame[plain]}%obsolete
\def\pgfonly{\only}%obsolete
\AtBeginDocument{\newcommand{\nameslide}{\alt{\beamer@nameslide}{\@gobble}}}%obsolete
\newenvironment{pauses}[1][\c@beamerpauses]{\setcounter{beamerpauses}{#1}}{}%obsolete
\def\newoverlaycommand#1#2#3{\def#1{\alt{#2}{#3}}}
\def\newoverlayenvironment#1#2#3#4#5{\newenvironment{#1}{\begin{altenv}{#2}{#3}{#4}{#5}}{\end{altenv}}}
\newenvironment{columnsonlytextwidth}{\begin{columns}[onlytextwidth]}{\end{columns}}
\def\untitledsubsection{\subsection*{}}
\def\noteitems{\note[enumerate]}
\define@key{beamertoc}{current}[]{\beamer@toc@sectionstyle{show/shaded}\beamer@toc@subsectionstyle{show/show/shaded}}
\define@key{beamertoc}{hidesubsections}[]{\beamer@toc@subsectionstyle{show/show/hide}}
\define@key{beamertoc}{shadesubsections}[]{\beamer@toc@subsectionstyle{shaded}}
\mode
<all>{\def\unpause{\onslide{}}}
\def\beamer@fixedline#1{%
{\setbox\beamer@linebox=\hbox to\textwidth{\hskip-\Gm@lmargin\hskip0.3cm{#1}\hskip-\Gm@rmargin\hskip0.3cm}%
\ht\beamer@linebox=2.125ex%
\dp\beamer@linebox=1.125ex%
\box\beamer@linebox}}
\def\beamer@fixedcolouredline#1#2{%
\hbox{%
\setbox\beamer@linebox=\hbox to\textwidth{\hskip-\Gm@lmargin\hskip0.3cm{#2}\hskip-\Gm@rmargin\hskip0.3cm}%
\ht\beamer@linebox=2.625ex%
\dp\beamer@linebox=0pt%
\setbox\beamer@linebox=\vbox{\box\beamer@linebox\vskip1.125ex}%
{\color{#1}\hskip-\Gm@lmargin\vrule width\paperwidth
height\ht\beamer@linebox\hskip-\paperwidth\hskip\Gm@lmargin}%
\box\beamer@linebox}%
}
\long\def\beamer@colouredline#1#2{%
\hbox{%
\setbox\beamer@linebox=\vbox{\hbox to\textwidth{\hskip-\Gm@lmargin{#2}\hskip-\Gm@rmargin}}%
{\color{#1}\hskip-\Gm@lmargin\vrule width\paperwidth
height\ht\beamer@linebox\hskip-\paperwidth\hskip\Gm@lmargin}%
\box\beamer@linebox}%
}
\def\tinyline#1{%
{\tiny\setbox\beamer@linebox=\hbox to\textwidth{\hskip-\Gm@lmargin\hskip0.3cm{#1}\hskip-\Gm@rmargin\hskip0.3cm}%
\ht\beamer@linebox=2.06ex%
\dp\beamer@linebox=0pt%
\box\beamer@linebox%
\vskip1.125ex}}
\def\tinycolouredline#1#2{%
\hbox{\tiny%
\setbox\beamer@linebox=\hbox to\textwidth{\hskip-\Gm@lmargin\hskip0.3cm{#2}\hskip-\Gm@rmargin\hskip0.3cm}%
\ht\beamer@linebox=2.625ex%
\dp\beamer@linebox=0pt%
\setbox\beamer@linebox=\vbox{\box\beamer@linebox\vskip1.125ex}%
{\color{#1}\hskip-\Gm@lmargin\vrule width\paperwidth
height\ht\beamer@linebox\hskip-\paperwidth\hskip\Gm@lmargin}%
\box\beamer@linebox}%
}
\def\colouredline#1#2{%
\hbox{%
\setbox\beamer@linebox=\hbox to\textwidth{\hskip-\Gm@lmargin\hskip0.3cm{#2}\hskip-\Gm@rmargin\hskip0.3cm}%
\setbox\beamer@linebox=\vbox{\vskip2pt\box\beamer@linebox\vskip2pt}%
{\color{#1}\hskip-\Gm@lmargin\vrule width\paperwidth
height\ht\beamer@linebox\hskip-\paperwidth\hskip\Gm@lmargin}%
\box\beamer@linebox}%
}
\def\beamerline#1{\hbox{\hskip-\Gm@lmargin#1\hskip-\Gm@rmargin}}
\def\insertvrule#1#2{\hbox{\color{#2}\hskip-\Gm@lmargin\vrule width \paperwidth height #1\hskip-\Gm@rmargin}}
\def\usetitlepagetemplate{\setbeamertemplate{title page}}
\def\usepartpagetemplate{\setbeamertemplate{part page}}
\def\useframetitletemplate{\setbeamertemplate{frametitle}}
\def\useitemizeitemtemplate{\setbeamertemplate{itemize item}}
\def\usesubitemizeitemtemplate{\setbeamertemplate{itemize subitem}}
\def\usesubsubitemizeitemtemplate{\setbeamertemplate{itemize subsubitem}}
\def\useenumerateitemtemplate{\setbeamertemplate{enumerate item}}
\def\usesubenumerateitemtemplate{\setbeamertemplate{enumerate subitem}}
\def\usesubsubenumerateitemtemplate{\setbeamertemplate{enumerate subsubitem}}
\def\useitemizetemplate#1#2{% before and after
\setbeamertemplate{itemize/enumerate body begin}{#1}%
\setbeamertemplate{itemize/enumerate body end}{#2}}
\def\usesubitemizetemplate#1#2{% before and after
\setbeamertemplate{itemize/enumerate subbody begin}{#1}%
\setbeamertemplate{itemize/enumerate subbody end}{#2}}
\def\usesubsubitemizetemplate#1#2{% before and after
\setbeamertemplate{itemize/enumerate subsubbody begin}{#1}%
\setbeamertemplate{itemize/enumerate subsubbody end}{#2}}
\def\useenumerateitemminitemplate{\setbeamertemplate{enumerate mini template}}
\let\useenumeratetemplate=\useitemizetemplate
\let\usesubenumeratetemplate=\usesubitemizetemplate
\let\usesubsubenumeratetemplate=\usesubsubitemizetemplate
\def\useleftsidebartemplate{\usesidebartemplate[left]}
\def\userightsidebartemplate{\usesidebartemplate[right]}
\def\useleftsidebarbackgroundtemplate{\usesidebarbackgroundtemplate[left]}
\def\userightsidebarbackgroundtemplate{\usesidebarbackgroundtemplate[right]}
\def\useleftsidebarcolortemplate#1{\usesidebarbackgroundtemplate[left]{#1\vrule height\paperheight
width\csname beamer@leftsidebar\endcsname}}
\def\userightsidebarcolortemplate#1{\usesidebarbackgroundtemplate[right]{#1\vrule height\paperheight
width\csname beamer@rightsidebar\endcsname}}
\def\useleftsidebarverticalshadingtemplate{\beamertemplatesidebarverticalshading[left]}
\def\userightsidebarverticalshadingtemplate{\beamertemplatesidebarverticalshading[right]}
\def\useleftsidebarhorizontalshadingtemplate{\beamertemplatesidebarhorizontalshading[left]}
\def\userightsidebarhorizontalshadingtemplate{\beamertemplatesidebarhorizontalshading[right]}
\def\usedescriptionitemtemplate#1#2{\setbeamertemplate{description item}{#1}\setbeamersize{description width={#2}}}
\def\usedescriptionitemofwidthas#1{\setbeamersize{description width of={#1}}}%
\def\usetemplatetocsection{\@ifnextchar[\@@usetemplatetocsection\@usetemplatetocsection}
\long\def\@@usetemplatetocsection[#1]#2{
\@usetemplatetocsection{#2}{\begin{colormixin}{#1}#2\end{colormixin}\unskip}}
\long\def\@usetemplatetocsection#1#2{\setbeamertemplate{section in toc}{#1}
\setbeamertemplate{section in toc shaded}{#2}}
\def\usetemplatetocsubsection{\@ifnextchar[\@@usetemplatetocsubsection\@usetemplatetocsubsection}
\long\def\@@usetemplatetocsubsection[#1]#2{
\@usetemplatetocsubsection{#2}{\begin{colormixin}{#1}#2\end{colormixin}\unskip}}
\long\def\@usetemplatetocsubsection#1#2{\setbeamertemplate{subsection in toc}{#1}%
\setbeamertemplate{subsection in toc shaded}{#2}}
\def\usebibitemtemplate{\setbeamertemplate{bibliography item}}
\newcommand\usebibliographyblocktemplate[4]{%
\setbeamertemplate{bibliography entry author}{#1}%
\setbeamertemplate{bibliography entry title}{#2}%
\setbeamertemplate{bibliography entry location}{#3}%
\setbeamertemplate{bibliography entry note}{#4}}
\def\usebuttontemplate{\setbeamertemplate{button}}
\def\usetemplateabstract#1#2{%
\setbeamertemplate{abstract title}{}
\setbeamertemplate{abstract body begin}{#1}
\setbeamertemplate{abstract body end}{#2}}
\def\usetemplateverse#1#2{\setbeamertemplate{verse begin}{#1}\setbeamertemplate{verse end}{#2}}
\def\usetemplatenote{\setbeamertemplate{note page}}
\def\useheadtemplate{\@ifstar{\beamer@useheads}{\beamer@usehead}}
\def\beamer@usehead{\setbeamertemplate{headline}[text line]}
\def\beamer@useheads{\setbeamertemplate{headline}}
\def\addtoheadtemplate{\addtobeamertemplate{headline}}
\def\addtofoottemplate{\addtobeamertemplate{footline}}
\def\usefoottemplate{\@ifstar{\beamer@usefoots}{\beamer@usefoot}}
\def\beamer@usefoot{\setbeamertemplate{footline}[text line]}
\def\beamer@usefoots{\setbeamertemplate{footline}}
\def\usecaptiontemplate{\setbeamertemplate{caption}}
\def\insertblockname{\insertblocktitle}
\long\def\usesectionheadtemplate#1#2{%
\setbeamertemplate{section in head/foot}{#1}%
\setbeamertemplate{section in head/foot shaded}{#2}}
\long\def\usesubsectionheadtemplate#1#2{%
\setbeamertemplate{subsection in head/foot}{#1}%
\setbeamertemplate{subsection in head/foot shaded}{#2}}
\long\def\usesectionsidetemplate#1#2{%
\setbeamertemplate{section in sidebar}{#1}%
\setbeamertemplate{section in sidebar shaded}{#2}}
\long\def\usesubsectionsidetemplate#1#2{%
\setbeamertemplate{subsection in sidebar}{#1}%
\setbeamertemplate{subsection in sidebar shaded}{#2}}
\newcommand\usetheoremtemplate[2]{%
\setbeamertemplate{theorem begin}{#1}
\setbeamertemplate{theorem end}{#2}}
\newcommand\useprooftemplate[2]{
\setbeamertemplate{proof begin}{#1}
\setbeamertemplate{proof end}{#2}}
\def\useqedsymboltemplate{\setbeamertemplate{qed symbol}}
\newcommand{\BeispielInline}[1]{{\usebeamercolor[fg]{example text}Beispiel: \ignorespaces#1}}
\newcommand{\ExampleInline}[1]{{\usebeamercolor[fg]{example text}Example: \ignorespaces#1}}
\def\usenavigationsymbolstemplate{\setbeamertemplate{navigation symbols}}
\def\insertnavigationsymbols{\usebeamertemplate***{navigation symbols}}
\def\beamersetaveragebackground#1{\setbeamercolor{normal text}{bg=#1}}
\def\useminislidetemplate#1#2#3#4#5{%
\setbeamertemplate{mini frame}{#1}%
\setbeamertemplate{mini frame in current subsection}{#2}%
\setbeamertemplate{mini frame in other subsection}{#3}%
\setbeamersize{mini frame size={#4},mini frame offset={#5}}}
\newcommand\usesidebarbackgroundtemplate[2][left]{\setbeamertemplate{sidebar canvas #1}{#2}}
\def\usefootnotetemplate{\setbeamertemplate{footnote}}
\def\beamertemplatedefaulttoc{\setbeamertemplate{table of contents}[default]}
\def\beamertemplatenumberedsubsectiontoc{\setbeamertemplate{table of contents}[subsections numbered]}
\def\beamertemplatenumberedsectiontoc{\setbeamertemplate{table of contents}[sections numbered]}
\def\beamertemplatenumberedcirclesectiontoc{\setbeamertemplate{table of contents}[circle numbered]}
\def\beamertemplatenumberedsquaresectiontoc{\setbeamertemplate{table of contents}[square numbered]}
\def\beamertemplatenumberedballsectiontoc{\setbeamertemplate{table of contents}[ball numbered]}
\def\beamertemplateballtoc{\setbeamertemplate{table of contents}[ball]}
\def\beamertemplatedotitem{\setbeamertemplate{itemize items}[circle]}
\def\beamertemplatetriangleitem{\setbeamertemplate{itemize items}[default]}
\def\beamertemplatesquareitem{\setbeamertemplate{itemize items}[square]}
\def\beamertemplateballitem{\setbeamertemplate{items}[ball]}
\def\beamertemplateenumeratealpha{\setbeamerfont{enumerate items}[default]}
\def\beamertemplateenumeratecircle{\setbeamertemplate{enumerate items}[circle]}
\def\beamertemplateenumeratesquare{\setbeamertemplate{enumerate items}[square]}
\def\beamertemplatelargepartpage{\setbeamertemplate{part page}[default]}
\def\beamertemplateboldpartpage{\setbeamerfont{part}{size=\large}%
\setbeamerfont{part name}{series=\bfseries}%
\setbeamertemplate{part page}[default]}
\def\beamertemplatelargetitlepage{\setbeamertemplate{title page}[default]}
\def\beamertemplateboldtitlepage{\setbeamerfont{title}{size=\large,series=\bfseries}%
\setbeamertemplate{title page}[default]}
\def\beamertemplateboldcenterframetitle{\setbeamerfont{frametitle}{size={},series=\bfseries}
\setbeamerfont{framesubtitle}{series=\bfseries}
\setbeamertemplate{frametitle}[default][center]}
\def\beamertemplateboldframetitle{\setbeamerfont{frametitle}{series=\bfseries}
\setbeamerfont{framesubtitle}{series=\bfseries}
\setbeamertemplate{frametitle}[default]}
\def\beamertemplatelargeframetitle{\setbeamertemplate{frametitle}[default]}
\def\beamertemplateboldblocks{\setbeamerfont{block title}{size={},series=\bfseries}\setbeamertemplate{blocks}[default]}
\def\beamertemplatelargeblocks{\setbeamertemplate{blocks}[default]}
\def\beamertemplateshadowblocks{\setbeamertemplate{blocks}[rounded][shadow=true]}
\def\beamertemplateplaintoc{\beamertemplatedefaulttoc}
\def\beamertemplatecircleminiframeinverted{\beamertemplatecircleminiframe%
\usebeamercolor{mini frames}{use=structure,fg=white,bg=structure.bg}}
\def\beamertemplatesphereminiframe{\beamertemplatecircleminiframe}
\def\beamertemplatesphereminiframeinverted{\beamertemplatecircleminiframeinverted}
\def\beamertemplatelightsectionheads{\usesectionheadtemplate{\hfill\insertsectionhead}{\hfill\color{fg!50!bg}\insertsectionhead}
\usesubsectionheadtemplate{\insertsubsectionhead}{\color{fg!50!bg}\insertsubsectionhead}}
\let\beamertemplatedarksectionheads=\beamertemplatedefaultsectionheads
\def\usecontinuationtemplate{\setbeamertemplate{frametitle continuation}}
\def\beamertemplatecontinuationroman{\setbeamertemplate{frametitle continuation}[default]}
\def\beamertemplatecontinuationtext{\setbeamertemplate{frametitle continuation}[from second]}
\def\beamertemplateroundedbuttons{\setbeamertemplate{button}[default]}
\def\beamertemplateoutlinebuttons{\setbeamercolor*{button border}{parent=structure,use=structure,fg=structure.fg!50!bg}}
\def\beamertemplatesolidbuttons{\setbeamercolor*{button}{use=structure,bg=structure.fg!50!bg,fg=white}
\setbeamercolor*{button border}{use=structure,fg=structure.fg!50!bg}}
\def\usetemplatequotation#1#2{
\setbeamertemplate{quotation begin}{#1}
\setbeamertemplate{quote begin}{#1}
\setbeamertemplate{quotation end}{#2}
\setbeamertemplate{quote end}{#2}}
\def\beamertemplateheadempty{\setbeamertemplate{headline}{}}
\def\beamertemplatefootempty{\setbeamertemplate{footline}{}}
\def\beamertemplatefootpagenumber{\setbeamertemplate{footline}[page number]}
\def\beamertemplatecaptionownline{\setbeamertemplate{caption}[caption name own line]}
\def\beamertemplatecaptionnwithnumber{\setbeamertemplate{caption}[numbered]}
\def\beamertemplateroundedblocks{\setbeamertemplate{blocks}[rounded]}
\def\beamertemplatetheoremsunnumbered{\setbeamertemplate{theorems}[default]}
\def\beamertemplatetheoremsnumbered{\setbeamertemplate{theorems}[numbered]}
\def\beamertemplatetheoremsamslike{\setbeamertemplate{theorems}[ams style]}
\def\beamertemplatetheoremssimple{\setbeamertemplate{theorems}[normal font]}
\def\beamertemplatenavigationsymbolsempty{\setbeamertemplate{navigation symbols}{}}
\def\beamertemplatenavigationsymbolsframe{\setbeamertemplate{navigation symbols}[only frame symbol]}
\def\beamertemplatenavigationsymbolsvertical{\setbeamertemplate{navigation symbols}[vertical]}
\def\beamertemplatenavigationsymbolshorizontal{\setbeamertemplate{navigation symbols}[horizontal]}
\def\beamertemplatedefaultsectionheads{%
\setbeamertemplate{section in head/foot}[default]
\setbeamertemplate{subsection in head/foot}[default]
\setbeamertemplate{section in head/foot shaded}[default]
\setbeamertemplate{subsection in head/foot shaded}[default]
}
\def\beamertemplatecircleminiframe{\setbeamertemplate{mini frames}[default]}
\def\beamertemplateticksminiframe{\setbeamertemplate{mini frames}[tick]}
\def\beamertemplateboxminiframe{\setbeamertemplate{mini frames}[box]}
\newcommand\usesidebartemplate[3][left]{%
\setbeamersize{sidebar width #1=#2}
\setbeamertemplate{sidebar #1}{#3}
}
\newcommand\beamertemplatesidebarcolor[2][left]{\setbeamercolor{sidebar #1}{bg=#2}}
\def\beamertemplaterightsidebarlogonavigation{\setbeamertemplate{sidebar right}[default]
\setbeamersize{sidebar width right=0pt}}
\newcommand{\beamertemplatesidebarverticalshading}[3][left]{%
\setbeamertemplate{sidebar canvas #1}[vertical shading][top=#3,bottom=#2]}
\newcommand{\beamertemplatesidebarhorizontalshading}[3][left]{%
\setbeamertemplate{sidebar canvas #1}[vertical shading][right=#3,left=#2]}
\define@key{beamer@margin}{descriptionwidth}{%
\beamer@descriptionwidth=#1\relax%
}
\define@key{beamer@margin}{descriptionwidthof}{%
\setbox\beamer@tempbox=\hbox{\def\insertdescriptionitem{#1}\usebeamertemplate**{description item}}%
\beamer@descriptionwidth=\wd\beamer@tempbox\relax%
}
\mode
<all>
{
\def\beamersetleftmargin#1{\setbeamersize{left text margin=#1}}
\def\beamersetrightmargin#1{\setbeamersize{right text margin=#1}}
\long\def\useframetemplate#1#2{\setbeamertemplate{frame begin}{#1}\setbeamertemplate{frame end}{#2}}
\def\usebackgroundtemplate{\setbeamertemplate{background canvas}}
\def\beamertemplatesolidbackgroundcolor#1{\setbeamercolor{normal text}{bg=#1}}
\long\def\useblocktemplate#1#2{%
\setbeamertemplate{block begin}{#1}%
\setbeamertemplate{block end}{#2}}
\long\def\usealertblocktemplate#1#2{%
\setbeamertemplate{block alerted begin}{#1}%
\setbeamertemplate{block alerted end}{#2}}
\long\def\useexampleblocktemplate#1#2{%
\setbeamertemplate{block example begin}{#1}%
\setbeamertemplate{block example end}{#2}}
\newcommand{\beamertemplategridbackground}[1][]{\setbeamertemplate{background}[grid][step=#1]}
\newcommand{\beamertemplateshadingbackground}[2]{\setbeamertemplate{background canvas}[vertical shading][bottom=#1,top=#2]}
\newcommand\usealerttemplate[2]{\setbeamertemplate{alerted text begin}{#1}\setbeamertemplate{alerted text end}{#2}}
\newcommand\usestructuretemplate[2]{\setbeamertemplate{structure begin}{#1}\setbeamertemplate{structure end}{#2}}
\newcommand{\beamertemplatebookbibitems}{\setbeamertemplate{bibliography item}[book]}
\newcommand{\beamertemplatearticlebibitems}{\setbeamertemplate{bibliography item}[article]}
\newcommand{\beamertemplatetextbibitems}{\setbeamertemplate{bibliography item}[text]}
\newcommand{\beamertemplatearrowbibitems}{\setbeamertemplate{bibliography item}[triangle]}
\def\beamertemplatetransparentcovereddynamic{\setbeamercovered{highly dynamic}}
\def\beamertemplatetransparentcovereddynamicmedium{\setbeamercovered{dynamic}}
\def\beamertemplatetransparentcovered{\setbeamercovered{transparent}}
\def\beamertemplatetransparentcoveredmedium{\setbeamercovered{transparent=10}}
\def\beamertemplatetransparentcoveredhigh{\setbeamercovered{transparent=5}}
\def\beamertemplatetransparentcoveredhighest{\setbeamercovered{transparent=2}}
\def\beamersetuncovermixins#1#2{\setbeamercovered{still covered={#1},again covered={#2}}}
}
\mode
<all>
%%% Local Variables:
%%% mode: latex
%%% TeX-master: ../examples/beamerexample1.tex
%%% End:
|