diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-08 22:30:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-08 22:30:02 +0000 |
commit | 9f7cb3e46e30a28af5f02983cda964aff5a9941c (patch) | |
tree | b2be2749a0f62f2f394f56cdcac98bfa0dedcbeb /Master | |
parent | 1601083f69b74ed27e397306b5928d8fb8ecade2 (diff) |
beamer (8mar15)
git-svn-id: svn://tug.org/texlive/trunk@36461 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
83 files changed, 311 insertions, 96 deletions
diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex b/Master/texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex index c819e1b8153..b049eb9a64c 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerug-animations.tex @@ -8,7 +8,7 @@ % % See the file doc/licenses/LICENSE for more details. -% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/beamerug-animations.tex,v 72b5ec35e666 2015/02/20 21:17:42 joseph $ +% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/beamerug-animations.tex,v 0f17e560342e 2015/03/04 09:01:17 joseph $ \section{Animations, Sounds, and Slide Transitions} @@ -402,7 +402,6 @@ Since there is no direct way of stopping the playback of a sound, the following \pdf\ in general, and the Acrobat Reader in particular, offer a standardized way of defining \emph{slide transitions}. Such a transition is a visual effect that is used to show the slide. For example, instead of just showing the slide immediately, whatever was shown before might slowly ``dissolve'' and be replaced by the slide's content. There are a number of commands that can be used to specify what effect should be used when the current slide is presented. Consider the following example: - \begin{verbatim} \frame{\pgfuseimage{youngboy}} \frame{ @@ -410,11 +409,9 @@ There are a number of commands that can be used to specify what effect should be \pgfuseimage{man} } \end{verbatim} - The command |\transdissolve| causes the slide of the second frame to be shown in a ``dissolved way.'' Note that the dissolving is a property of the second frame, not of the first one. We could have placed the command anywhere on the frame. The transition commands are overlay-specification-aware. We could collapse the two frames into one frame like this: - \begin{verbatim} \begin{frame} \only<1>{\pgfuseimage{youngboy}} @@ -422,11 +419,9 @@ The transition commands are overlay-specification-aware. We could collapse the t \transdissolve<2> \end{frame} \end{verbatim} - This states that on the first slide the young boy should be shown, on the second slide the old man should be shown, and when the second slide is shown, it should be shown in a ``dissolved way.'' In the following, the different commands for creating transitional effects are listed. All of them take an optional argument that may contain a list of \meta{key}|=|\meta{value} pairs. The following options are possible: - \begin{itemize} \item |duration=|\meta{seconds}. Specifies the number of \meta{seconds} the transition effect needs. Default is one second, but often a shorter one (like 0.2 seconds) is more appropriate. Viewer applications, especially Acrobat, may interpret this option in slightly strange ways. @@ -497,8 +492,10 @@ All of these commands are ignored in |article| mode. \end{command} You can also specify how \emph{long} a given slide should be shown, using the following overlay-specification-aware command: - \begin{command}{\transduration\sarg{overlay specification}\marg{number of seconds}} In full screen mode, show the slide for \meta{number of seconds}. If zero is specified, the slide is shown as short as possible. This can be used to create interesting pseudo-animations. \example|\transduration<2>{1}| + Notice that the \emph{duration} of a slide transition is entire separate from the \emph{type} of transition which takes place. Most notably, to cancel an existing auto-advance you need to use + \example|\transduration{}| +possibly with an overlay specification. \end{command} diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex b/Master/texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex index 8a2f9c38080..23bf6007c0e 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerug-macros.tex @@ -8,7 +8,7 @@ % % See the file doc/licenses/LICENSE for more details. -% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/beamerug-macros.tex,v 9363ef1d9575 2012/12/31 15:41:47 jspitzm $ +% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/beamerug-macros.tex,v 5705d9bbac1b 2015/03/04 09:15:51 joseph $ \def\beamer{\textsc{beamer}} \def\pdf{\textsc{pdf}} @@ -24,7 +24,7 @@ \makeatletter \global\let\myempty=\@empty \global\let\mygobble=\@gobble - \catcode`\@=12 + \makeatother \gdef\getridofats#1@#2\relax{% \def\getridtest{#2}% \ifx\getridtest\myempty% @@ -34,16 +34,14 @@ \getridofats#2\relax% \fi% } - \gdef\removeats#1{% \let\strippedat\myempty% \edef\strippedtext{\stripcommand#1}% \expandafter\getridofats\strippedtext @\relax% } - + \makeatletter \gdef\stripcommand#1{\expandafter\@gobble\string#1} } - \providecommand\href[2]{\texttt{#1}} \def\printanat{\char`\@} diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf Binary files differindex a4da365e38e..93bcf0feb86 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatross.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf Binary files differindex ada5810f47a..61850cf1828 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemealbatrossstylish.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf Binary files differindex 726e2b02cec..ddceb41b406 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeaver.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf Binary files differindex 09174bc77c2..da3f62b445d 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemebeetle.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf Binary files differindex db6707fc1b9..306712ad131 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemecrane.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf Binary files differindex 69b04bda9dc..4eb6f93f27a 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedefault.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf Binary files differindex 41c9dbd355d..66045b0ebbd 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedolphin.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedove.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedove.pdf Binary files differindex be29ac207c7..69cfa9d2fc7 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedove.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemedove.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemefly.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemefly.pdf Binary files differindex c8c5287797b..707c7dc2e24 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemefly.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemefly.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemelily.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemelily.pdf Binary files differindex cb2711722ad..ca57ead1634 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemelily.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemelily.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf Binary files differindex 2007e4580d9..ca6bbb279df 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeorchid.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemerose.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemerose.pdf Binary files differindex bda1747e8ca..6d267184f50 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemerose.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemerose.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf Binary files differindex 4a82c28166e..cc2d1c3cef5 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseagull.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf Binary files differindex f5cf91ab0ca..b21b4d4367d 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemeseahorse.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf Binary files differindex 49e47e40c81..3a5db60c8c6 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemesidebartab.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf Binary files differindex 2db5b2d3702..3e231a03f2f 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemespruce.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf Binary files differindex aa47228e2d8..835d24a5fc0 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemestructure.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf Binary files differindex 495cdbe331c..2b39a925b63 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewhale.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf Binary files differindex edb5f38ece1..f5fe2322beb 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugcolorthemewolverine.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemedefault.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemedefault.pdf Binary files differindex af74d9a6048..6ed2991beee 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemedefault.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemedefault.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemeserif.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemeserif.pdf Binary files differindex 5301c4679e1..c19bb839c52 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemeserif.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemeserif.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf Binary files differindex e7ee870b807..f1cb748c2db 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructurebold.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf Binary files differindex c6443bb2e37..dc29f680295 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructureitalicserif.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf Binary files differindex d1dc5d7e41a..12d40fd23c3 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugfontthemestructuresmallcapsserif.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemecircles.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemecircles.pdf Binary files differindex f7ef2072f22..453c6aea8dd 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemecircles.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemecircles.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemedefault.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemedefault.pdf Binary files differindex 602b92ebad0..d5b7e1c7a2b 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemedefault.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemedefault.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf Binary files differindex be6654ea049..49cdeefd638 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemeinmargin.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf Binary files differindex 77643f4c419..fdf6e7de8ab 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerectangles.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerounded.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerounded.pdf Binary files differindex c3de9db595c..84bdb4bfa99 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerounded.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruginnerthemerounded.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemedefault.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemedefault.pdf Binary files differindex fe371310dbf..a7a204c74a9 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemedefault.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemedefault.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf Binary files differindex 6be20cfa0d6..a047f1639ce 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeinfolines.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf Binary files differindex 4c067355fec..5c57ff0b3b8 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthememiniframes.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf Binary files differindex 2521326ddd6..1e906783336 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemeshadow.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf Binary files differindex 6ebf429a2f8..e6d72f01074 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesidebar.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf Binary files differindex 0e25215237f..dbaefcba13b 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothbars.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf Binary files differindex cc3572ee647..cac32bbb072 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesmoothtree.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesplit.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesplit.pdf Binary files differindex 7a27bf4fd40..ba76a5691f9 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesplit.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemesplit.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemetree.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemetree.pdf Binary files differindex 0c753558589..2624cb8d7bb 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemetree.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugouterthemetree.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf Binary files differindex b3ae940f752..f10f4fcf9a5 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAnnArbor.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAntibes.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAntibes.pdf Binary files differindex 4d7aa08c437..2210a1c3e3e 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAntibes.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeAntibes.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBergen.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBergen.pdf Binary files differindex 95737134c84..848d9f70601 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBergen.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBergen.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf Binary files differindex 83633a4bca5..10fbe178735 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerkeley.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerlin.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerlin.pdf Binary files differindex c7e8014e56d..b2d8cf0c3e0 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerlin.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBerlin.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf Binary files differindex ef5de98fd17..0cae83ad41e 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeBoadilla.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf Binary files differindex cef642ae3e9..de1e6aa6807 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCambridgeUS.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf Binary files differindex 13f7ea5eff9..5b8b5797d43 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeCopenhagen.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf Binary files differindex d0c838876cd..1c19387ad71 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDarmstadt.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDresden.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDresden.pdf Binary files differindex 54af2e03e61..99a0f41b69e 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDresden.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeDresden.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf Binary files differindex 86f53c3cbf3..2c9e7a2c5d3 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeEastLansing.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf Binary files differindex e27fd01f2d5..b3d06565481 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeFrankfurt.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf Binary files differindex 495c0e94bad..e0a7527cf6d 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeGoettingen.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeHannover.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeHannover.pdf Binary files differindex 71e664b042b..1e926519fb4 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeHannover.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeHannover.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf Binary files differindex 05f3f0c654e..f4cfa02d948 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeIlmenau.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf Binary files differindex 0ec612da1fd..4de5d0f1d98 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeJuanLesPins.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf Binary files differindex 927412b683d..e6aa1690bdc 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeLuebeck.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMadrid.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMadrid.pdf Binary files differindex 56eb6b87c98..00dbc6a5c20 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMadrid.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMadrid.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf Binary files differindex ac6504262d8..c26b0b4f221 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMalmoe.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMarburg.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMarburg.pdf Binary files differindex b7e5fdf1c69..2f41a2b02b2 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMarburg.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMarburg.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf Binary files differindex 3e4538eed45..56f410755c7 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeMontpellier.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf Binary files differindex 05ac87ef7fa..03c9d5c7f7b 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePaloAlto.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf Binary files differindex 57ac2cdb945..d41b7fb5829 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemePittsburgh.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeRochester.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeRochester.pdf Binary files differindex eb1ce88a87e..09071148984 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeRochester.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeRochester.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSingapore.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSingapore.pdf Binary files differindex 484f427672c..eebe653d306 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSingapore.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSingapore.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSzeged.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSzeged.pdf Binary files differindex 8003107cd8d..9825c74b92f 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSzeged.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeSzeged.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf Binary files differindex 2f85797aa29..eeaf538bb5c 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeWarsaw.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeboxes.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeboxes.pdf Binary files differindex 8e2a489a4b1..57311bb9bf8 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeboxes.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemeboxes.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemedefault.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemedefault.pdf Binary files differindex 3b25664c7a4..a773e9d5e15 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemedefault.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beamerugthemedefault.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf b/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf Binary files differindex 8b6be0cc226..59f9dd875c4 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.tex b/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.tex index dc792e4a6f8..1e7ccc994c7 100644 --- a/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.tex +++ b/Master/texmf-dist/doc/latex/beamer/doc/beameruserguide.tex @@ -9,11 +9,11 @@ % % See the file doc/licenses/LICENSE for more details. -% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/beameruserguide.tex,v 9d29a0e8733a 2015/02/28 09:15:17 joseph $ +% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/beameruserguide.tex,v 368aa9ba9d38 2015/03/08 14:19:32 joseph $ \documentclass{ltxdoc} -\def\beamerugversion{3.35} +\def\beamerugversion{3.36} \def\beamerugpgfversion{1.00} \def\beamerugxcolorversion{2.00} diff --git a/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex b/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex deleted file mode 100644 index 006650b2463..00000000000 --- a/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthemeexample.tex +++ /dev/null @@ -1,65 +0,0 @@ -% Copyright 2003--2007 by Till Tantau -% Copyright 2010 by Vedran Mileti\'c -% -% This file may be distributed and/or modified -% -% 1. under the LaTeX Project Public License and/or -% 2. under the GNU Free Documentation License. -% -% See the file doc/licenses/LICENSE for more details. - -% $Header: /Users/joseph/Documents/LaTeX/beamer/doc/themeexamples/beamerthemeexample.tex,v 5a25f58600c3 2010/04/27 12:17:50 rivanvx $ - - -\documentclass{beamer} - -\ifx\themename\undefined - \def\themename{default} -\fi - -\usetheme{\themename} - -\beamertemplatetransparentcovered - -\usepackage{times} -\usepackage[T1]{fontenc} - -\title{There Is No Largest Prime Number} -\subtitle{With an introduction to a new proof technique} - -\author{Euklid of Alexandria} -\institute{Department of Mathematics\\ University of Alexandria} -\date{Symposium on Prime Number, --280} - -\begin{document} - -\begin{frame} - \titlepage -\end{frame} - -\begin{frame} - \frametitle{Outline} - \tableofcontents -\end{frame} - -\section{Results} -\subsection{Proof of the Main Theorem} - -\begin{frame}<1> - \frametitle{Proof That There Is No Largest Prime Number} - \framesubtitle{A proof using \textit{reductio ad absurdum}.} - - \begin{theorem} - There is no largest prime number. - \end{theorem} - \begin{proof} - \begin{enumerate} - \item<1-> Suppose $p$ were the largest prime number. - \item<2-> Let $q := 1 + \prod_{i=1}^p i = 1+p!$. - \item<3-> Then $q$ is not divisible by any $p' \in \{1,\dots,p\}$. - \item<1-> Thus $q>p$ is also prime.\qedhere - \end{enumerate} - \end{proof} -\end{frame} - -\end{document} diff --git a/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh b/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh deleted file mode 100644 index 99cf2cb973b..00000000000 --- a/Master/texmf-dist/doc/latex/beamer/doc/themeexamples/beamerthememakeexamples.sh +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -for i in \ - AnnArbor Antibes Bergen Berkeley Berlin Boadilla boxes \ - CambridgeUS Copenhagen Darmstadt Dresden EastLansing \ - Frankfurt Goettingen Hannover Ilmenau JuanLesPins \ - Luebeck Madrid Malmoe Marburg Montpellier PaloAlto \ - Pittsburgh Rochester Singapore Szeged Warsaw; do ( - pdflatex \\def\\themename\{"$i"\}\\input beamerthemeexample.tex; - mv beamerthemeexample.pdf beameruserguideexample"$i".pdf; ) -done
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-conference-talk.pdf b/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-conference-talk.pdf Binary files differindex 2faf6e22d19..a26953865d3 100644 --- a/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-conference-talk.pdf +++ b/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-conference-talk.pdf diff --git a/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf b/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf Binary files differindex f1887dce18e..6981c957740 100644 --- a/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf +++ b/Master/texmf-dist/doc/latex/beamer/examples/beamerexample-lecture-print-version.pdf diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty index 2730dfa9de6..f75b5239662 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty @@ -10,7 +10,7 @@ % See the file doc/licenses/LICENSE for more details. % Define beamer version -\def\beamer@version{3.35} +\def\beamer@version{3.36} % Get date and version from RCS Ids @@ -37,4 +37,4 @@ \ProvidesClass{\beamer@rcsfile}[\beamer@rcsdate\space#2\space (rcs-revision \beamer@rcsrevision)] } -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasercs.sty,v 9d29a0e8733a 2015/02/28 09:15:17 joseph $ +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasercs.sty,v 368aa9ba9d38 2015/03/08 14:19:32 joseph $ diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty index 548f577b1a0..12709c0ec06 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasetoc.sty @@ -8,7 +8,7 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasetoc.sty,v 0fdf5bc43be8 2013/05/23 07:10:57 joseph $ +\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasetoc.sty,v 7270298bbaae 2015/03/08 13:12:26 joseph $ \mode <presentation> @@ -147,7 +147,7 @@ \long\def\beamer@subsectionintoc#1#2#3#4#5#6{% \ifnum\c@tocdepth>1% \ifnum#5=\beamer@showpartnumber% - { + {% \beamer@saveanother% \gdef\beamer@todo{}% \beamer@slideinframe=#1\relax% @@ -158,7 +158,7 @@ \edef\inserttocsectionnumber{\the\beamer@tempcount}% \def\inserttocsubsectionnumber{#2}% \def\inserttocsubsection{\hyperlink{Navigation#4}{#3}}% - \beamer@tocifnothide{\ifnum\c@section=#1\beamer@toc@oss\else\beamer@toc@ooss\fi}% + \beamer@tocifnothide{\ifnum\c@section=#1\beamer@toc@css\else\beamer@toc@oss\fi}% {% \def\beamer@breakhere{\\}% \beamer@tocact{\ifnum\c@section=#1\ifnum\c@subsection=#2\beamer@toc@css\else\beamer@toc@oss\fi\else\beamer@toc@ooss\fi} @@ -187,7 +187,7 @@ \def\inserttocsubsectionnumber{#2}% \def\inserttocsubsubsectionnumber{#3}% \def\inserttocsubsubsection{\hyperlink{Navigation#5}{#4}}% - \beamer@tocifnothide{\ifnum\c@section=#1\beamer@toc@oss\else\beamer@toc@ooss\fi}% + \beamer@tocifnothide{\ifnum\c@section=#1\beamer@toc@csss\else\beamer@toc@osss\fi}% {% \def\beamer@breakhere{\\}% \beamer@tocact{\ifnum\c@section=#1\ifnum\c@subsection=#2\ifnum\c@subsubsection=#3\beamer@toc@csss\else\beamer@toc@osss\fi\else\beamer@toc@oosss\fi\else\beamer@toc@ooosss\fi} diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Catalan.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Catalan.dict new file mode 100644 index 00000000000..dbe935829ff --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Catalan.dict @@ -0,0 +1,87 @@ +\ProvidesDictionary{translator-basic-dictionary}{Catalan} + +\providetranslation{Abstract}{Resum} +\providetranslation{Addresses}{Adreces} +\providetranslation{addresses}{adreces} +\providetranslation{Address}{Adreça} +\providetranslation{address}{adreça} +\providetranslation{and}{i} +\providetranslation{Appendix}{Apèndix} +\providetranslation{Authors}{Autors} +\providetranslation{authors}{autors} +\providetranslation{Author}{Autor} +\providetranslation{author}{autor} +\providetranslation{Bibliography}{Bibliografia} +\providetranslation{cc}{cc} +\providetranslation{Chapters}{Capítols} +\providetranslation{chapters}{capítols} +\providetranslation{Chapter}{Capítol} +\providetranslation{chapter}{capítol} +\providetranslation{Conclusion}{Conclusió} +\providetranslation{conclusion}{conclusió} +\providetranslation{Contents}{Continguts} +\providetranslation{Continuation}{Continuació} +\providetranslation{continuation}{continuació} +\providetranslation{cont}{cont} +\providetranslation{encl (plural)}{adj.} +\providetranslation{encl (singular)}{adj.} +\providetranslation{encl}{adj.} +\providetranslation{Figures}{Figures} +\providetranslation{figures}{figures} +\providetranslation{Figure}{Figura} +\providetranslation{figure}{figura} +\providetranslation{From}{Des de} +\providetranslation{from}{des de} +\providetranslation{Glossary}{Glosari} +\providetranslation{Index}{Índex} +\providetranslation{Introduction}{Introducció} +\providetranslation{introduction}{introducció} +\providetranslation{List of Figures and Tables}{Llista de Figures i Taules} +\providetranslation{List of Figures}{Llista de Figures} +\providetranslation{List of Tables}{Llista de Taules} +\providetranslation{or}{o} +\providetranslation{Outline}{Esquema} +\providetranslation{Overview}{Sumari} +\providetranslation{Pages}{Pàgines} +\providetranslation{pages}{pàgines} +\providetranslation{Page}{Pàgina} +\providetranslation{page}{pàgina} +\providetranslation{Paragraphs}{Paràgrafs} +\providetranslation{paragraphs}{paràgrafs} +\providetranslation{Paragraph}{Paràgraf} +\providetranslation{paragraph}{paràgraf} +\providetranslation{Parts}{Parts} +\providetranslation{parts}{parts} +\providetranslation{Part}{Part} +\providetranslation{part}{part} +\providetranslation{Preface}{Prefaci} +\providetranslation{Proofs}{Demostracions} +\providetranslation{proofs}{demostracions} +\providetranslation{Proof}{Demostració} +\providetranslation{proof}{demostració} +\providetranslation{References}{Referències} +\providetranslation{Related work}{Treball relacionat} +\providetranslation{Related Work}{treball relacionat} +\providetranslation{Sections}{Seccions} +\providetranslation{sections}{seccions} +\providetranslation{Section}{Secció} +\providetranslation{section}{secció} +\providetranslation{See also}{Veure també} +\providetranslation{see also}{veure també} +\providetranslation{See}{Veure} +\providetranslation{see}{veure} +\providetranslation{Sketch of Proofs}{Esbossos de Demostracions} +\providetranslation{Sketch of proofs}{Esbossos de demostracions} +\providetranslation{Sketch of Proof}{Esbós de Demostració} +\providetranslation{Sketch of proof}{Esbós de demostració} +\providetranslation{Subsections}{Subseccions} +\providetranslation{subsections}{subseccions} +\providetranslation{Subsection}{Subsecció} +\providetranslation{subsection}{subsecció} +\providetranslation{Summary}{Summari} +\providetranslation{Tables}{Taules} +\providetranslation{tables}{taules} +\providetranslation{Table}{Taula} +\providetranslation{table}{taula} +\providetranslation{To}{A} +\providetranslation{to}{a} diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Catalan.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Catalan.dict new file mode 100644 index 00000000000..cfe107631f7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Catalan.dict @@ -0,0 +1,21 @@ +\ProvidesDictionary{translator-bibliography-dictionary}{Catalan} + +\providetranslation{ed.}{ed.} +\providetranslation{Editions}{Edicions} +\providetranslation{editions}{edicions} +\providetranslation{Edition}{Edició} +\providetranslation{edition}{edició} +\providetranslation{Editors}{Editors} +\providetranslation{editors}{editors} +\providetranslation{Editor}{Editor} +\providetranslation{editor}{editor} +\providetranslation{eds.}{eds.} +\providetranslation{Extended edition}{Edició estesa} +\providetranslation{extended edition}{edició estesa} +\providetranslation{in (bibliography)}{a} +\providetranslation{In (bibliography)}{A} +\providetranslation{Tech. Rep.}{Inf.\ Tèc.} +\providetranslation{Technical Reports}{Informes Tècnics} +\providetranslation{technical reports}{informes técnics} +\providetranslation{Technical Report}{Informe Tècnic} +\providetranslation{technical report}{informe tècnic} diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Catalan.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Catalan.dict new file mode 100644 index 00000000000..2d59dba52a6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Catalan.dict @@ -0,0 +1,10 @@ +\ProvidesDictionary{translator-environment-dictionary}{Catalan} + +\providetranslation{advantage}{avantatge} +\providetranslation{Advantage}{Avantatge} +\providetranslation{advantages}{avantatges} +\providetranslation{Advantages}{Avantatges} +\providetranslation{disadvantage}{inconvenient} +\providetranslation{Disadvantage}{Inconvenient} +\providetranslation{disadvantages}{inconvenients} +\providetranslation{Disadvantages}{Inconvenients} diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Catalan.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Catalan.dict new file mode 100644 index 00000000000..9e5c4dac55b --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Catalan.dict @@ -0,0 +1,43 @@ +\ProvidesDictionary{translator-months-dictionary}{Catalan} + +\providetranslation{January}{Gener} +\providetranslation{February}{Febrer} +\providetranslation{March}{Març} +\providetranslation{April}{Abril} +\providetranslation{May}{Maig} +\providetranslation{June}{Juny} +\providetranslation{July}{Juliol} +\providetranslation{August}{Agost} +\providetranslation{September}{Setembre} +\providetranslation{October}{Octubre} +\providetranslation{November}{Novembre} +\providetranslation{December}{Desembre} + +\providetranslation{Jan}{Gen} +\providetranslation{Feb}{Febr} +\providetranslation{Mar}{Març} +\providetranslation{Apr}{Abr} +\providetranslation{May}{Maig} +\providetranslation{Jun}{Juny} +\providetranslation{Jul}{Jul} +\providetranslation{Aug}{Ag} +\providetranslation{Sep}{Set} +\providetranslation{Oct}{Oct} +\providetranslation{Nov}{Nov} +\providetranslation{Dec}{Des} + +\providetranslation{Monday}{Dilluns} +\providetranslation{Tuesday}{Dimarts} +\providetranslation{Wednesday}{Dimecres} +\providetranslation{Thursday}{Dijous} +\providetranslation{Friday}{Divendres} +\providetranslation{Saturday}{Dissabte} +\providetranslation{Sunday}{Diumenge} + +\providetranslation{Mon}{dl} +\providetranslation{Tue}{dt} +\providetranslation{Wed}{dc} +\providetranslation{Thu}{dj} +\providetranslation{Fri}{dv} +\providetranslation{Sat}{ds} +\providetranslation{Sun}{dg} diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Catalan.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Catalan.dict new file mode 100644 index 00000000000..f22640abdf4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Catalan.dict @@ -0,0 +1,53 @@ +\ProvidesDictionary{translator-numbers-dictionary}{Catalan} + +\providetranslation{one}{u} +\providetranslation{two}{dos} +\providetranslation{three}{tres} +\providetranslation{four}{quatre} +\providetranslation{five}{cinc} +\providetranslation{six}{sis} +\providetranslation{seven}{set} +\providetranslation{eight}{vuit} +\providetranslation{nine}{nou} +\providetranslation{ten}{deu} +\providetranslation{eleven}{onze} +\providetranslation{twelve}{dotze} + +\providetranslation{One}{U} +\providetranslation{Two}{Dos} +\providetranslation{Three}{Tres} +\providetranslation{Four}{Quatre} +\providetranslation{Five}{Cinc} +\providetranslation{Six}{Sis} +\providetranslation{Seven}{Set} +\providetranslation{Eight}{Vuit} +\providetranslation{Nine}{Nou} +\providetranslation{Ten}{Deu} +\providetranslation{Eleven}{Onze} +\providetranslation{Twelve}{Dotze} + +\providetranslation{first}{primer} +\providetranslation{second}{segon} +\providetranslation{third}{tercer} +\providetranslation{fourth}{quart} +\providetranslation{fifth}{cinquè} +\providetranslation{sixth}{sisè} +\providetranslation{seventh}{setè} +\providetranslation{eighth}{vuitè} +\providetranslation{ninth}{novè} +\providetranslation{tenth}{desè} +\providetranslation{eleventh}{onzè} +\providetranslation{twelfth}{dotzè} + +\providetranslation{1st}{1r} +\providetranslation{2nd}{2n} +\providetranslation{3rd}{3r} +\providetranslation{4th}{4t} +\providetranslation{5th}{5è} +\providetranslation{6th}{6è} +\providetranslation{7th}{7è} +\providetranslation{8th}{8è} +\providetranslation{9th}{9è} +\providetranslation{10th}{10è} +\providetranslation{11th}{11è} +\providetranslation{12th}{12è} diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Catalan.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Catalan.dict new file mode 100644 index 00000000000..05125fdc044 --- /dev/null +++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Catalan.dict @@ -0,0 +1,82 @@ +\ProvidesDictionary{translator-theorem-dictionary}{Catalan} + +\providetranslation{Comments}{Comentaris} +\providetranslation{comments}{comentaris} +\providetranslation{Comment}{Comentari} +\providetranslation{comment}{comentari} +\providetranslation{Corollaries}{Corol·laris} +\providetranslation{corollaries}{corol·lari} +\providetranslation{Corollary}{Corol·lari} +\providetranslation{corollary}{corol·lari} +\providetranslation{Definitions}{Definicions} +\providetranslation{definitions}{definicions} +\providetranslation{Definition}{Definició} +\providetranslation{definition}{definició} +\providetranslation{Examples}{Exemples} +\providetranslation{examples}{exemples} +\providetranslation{Example}{Exemple} +\providetranslation{example}{exemple} +\providetranslation{Exercises}{Exercicis} +\providetranslation{exercises}{exercicis} +\providetranslation{Exercise}{Exercici} +\providetranslation{exercise}{exercici} +\providetranslation{Facts}{Fets} +\providetranslation{facts}{fets} +\providetranslation{Fact}{Fet} +\providetranslation{fact}{fet} +\providetranslation{Key Lemmas}{Lemes Clau} +\providetranslation{key lemmas}{lemes clau} +\providetranslation{Key Lemma}{Lema Clau} +\providetranslation{key lemma}{lema clau} +\providetranslation{Key Observations}{Observacions Clau} +\providetranslation{key observations}{observacions clau} +\providetranslation{Key Observation}{Observació Clau} +\providetranslation{key observation}{observació clau} +\providetranslation{Lemmas}{Lemes} +\providetranslation{lemmas}{lemes} +\providetranslation{Lemma}{Lema} +\providetranslation{lemma}{lema} +\providetranslation{Main Theorems}{Teoremes Principals} +\providetranslation{main theorems}{teoremes principals} +\providetranslation{Main Theorem}{Teorema Principal} +\providetranslation{main theorem}{teorema principal} +\providetranslation{Observations}{Observacions} +\providetranslation{observations}{observacions} +\providetranslation{Observation}{Observació} +\providetranslation{observation}{observació} +\providetranslation{Problems}{Problemes} +\providetranslation{problems}{problemes} +\providetranslation{Problem}{Problema} +\providetranslation{problem}{problema} +\providetranslation{Proofs}{Demostracions} +\providetranslation{proofs}{demostracions} +\providetranslation{Proof}{Demostració} +\providetranslation{proof}{demostració} +\providetranslation{Proof Sketch}{Esbós de Demostració} +\providetranslation{Proof sketch}{Esbós de demostració} +\providetranslation{proof sketch}{esbós de demostració} +\providetranslation{Proof Sketches}{Esbossos de Demostració} +\providetranslation{Proof sketches}{esbossos de demostració} +\providetranslation{proof sketches}{esbossos de demostració} +\providetranslation{Sketch of Proof}{Esbós de Demostració} +\providetranslation{Sketch of Proofs}{Esbós de Demostracions} +\providetranslation{Sketch of proof}{Esbós de demostració} +\providetranslation{Sketch of proofs}{Esbós de demostracions} +\providetranslation{sketch of proof}{esbós de demostració} +\providetranslation{sketch of proofs}{esbós de demostracions} +\providetranslation{Propositions}{Proposicions} +\providetranslation{propositions}{proposicions} +\providetranslation{Proposition}{Proposició} +\providetranslation{proposition}{proposició} +\providetranslation{Remarks}{Comentaris} +\providetranslation{remarks}{comentaris} +\providetranslation{Remark}{Comentari} +\providetranslation{remark}{comentari} +\providetranslation{Solutions}{Solucions} +\providetranslation{solutions}{solucions} +\providetranslation{Solution}{Solució} +\providetranslation{solution}{solució} +\providetranslation{Theorems}{Teoremes} +\providetranslation{theorems}{teoremes} +\providetranslation{Theorem}{Teorema} +\providetranslation{theorem}{teorema} |