summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-24 23:10:28 +0000
committerKarl Berry <karl@freefriends.org>2015-02-24 23:10:28 +0000
commitb858b37507977b7d60501920c7083773bab1768d (patch)
treec083de8a3edc4d24ac9ccc838fb0515239474707 /Master/texmf-dist/tex/latex/beamer
parent5c60c08dc221f0c2771e08f2b80607cb52f4845f (diff)
beamer (24feb15)
git-svn-id: svn://tug.org/texlive/trunk@36369 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamer.cls4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty29
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty26
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasefont.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseframe.sty15
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty16
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty8
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty3
-rw-r--r--Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Portuguese.dict11
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict29
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Italian.dict43
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Portuguese.dict15
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Portuguese.dict54
16 files changed, 236 insertions, 33 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamer.cls b/Master/texmf-dist/tex/latex/beamer/beamer.cls
index c66c400dad3..3d000d87353 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamer.cls
+++ b/Master/texmf-dist/tex/latex/beamer/beamer.cls
@@ -10,7 +10,7 @@
% See the file doc/licenses/LICENSE for more details.
\RequirePackage{beamerbasercs}
-\ProvidesClassRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamer.cls,v 332bfd3ce558 2013/12/02 16:41:31 joseph $
+\ProvidesClassRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamer.cls,v 8a39122e1f63 2015/01/05 22:01:48 joseph $
[\beamer@version\space A class for typesetting presentations]
@@ -242,7 +242,7 @@
\beamer@sansmathfalse
}
\DeclareOptionBeamer{mathsans}{
- \ClassWarning{beamer}{``mathsans'' is obsolete. Use font theme ``serif'' with option ``butsansserifmath''}
+ \ClassWarning{beamer}{``mathsans'' is obsolete. Use font theme ``serif'' with option ``stillsansserifmath''}
\def\mathfamilydefault{\sfdefault}\beamer@sansmathtrue}
\DeclareOptionBeamer{mathserif}{
\ClassWarning{beamer}{``mathserif'' is obsolete. Use font theme ``serif'' with option ``onlymath''}
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
index 0dd535d5391..8d3b718db55 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseauxtemplates.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseauxtemplates.sty,v 4ac715c499d0 2013/09/04 07:27:00 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseauxtemplates.sty,v 580088513a67 2014/06/30 17:15:11 ivan $
\mode<presentation>
@@ -361,43 +361,45 @@
\defbeamertemplate{enumerate item}{ball}
{
\begin{pgfpicture}{-1ex}{-0.65ex}{1ex}{1ex}
- \usebeamercolor[fg]{item projected}
+ \usebeamercolor{item projected}
{\pgftransformscale{1.75}\pgftext{\normalsize\pgfuseshading{bigsphere}}}
{\pgftransformshift{\pgfpoint{0pt}{0.5pt}}
- \pgftext{\usebeamerfont*{item projected}\insertenumlabel}}
+ \pgftext{%
+ \usebeamerfont*{item projected}%
+ \color{fg}\insertenumlabel}}
\end{pgfpicture}%
}
\defbeamertemplate{enumerate subitem}{ball}
{
\begin{pgfpicture}{-1ex}{-0.55ex}{1ex}{1ex}
- \usebeamercolor[fg]{subitem projected}
+ \usebeamercolor{subitem projected}
{\pgftransformscale{1.4}\pgftext{\normalsize\pgfuseshading{bigsphere}}}
\pgftext{%
\usebeamerfont*{subitem projected}%
- \insertsubenumlabel}
+ \color{fg}\insertsubenumlabel}
\end{pgfpicture}%
}
\defbeamertemplate{enumerate subsubitem}{ball}
{
\begin{pgfpicture}{-1ex}{-0.55ex}{1ex}{1ex}
- \usebeamercolor[fg]{subsubitem projected}
+ \usebeamercolor{subsubitem projected}
{\pgftransformscale{1.4}\pgftext{\normalsize\pgfuseshading{bigsphere}}}
\pgftext{%
\usebeamerfont*{subitem projected}%
- \insertsubsubenumlabel}
+ \color{fg}\insertsubsubenumlabel}
\end{pgfpicture}%
}
\defbeamertemplate{enumerate mini template}{ball}
{
\begin{pgfpicture}{-1ex}{-0.65ex}{1ex}{1ex}
- \usebeamercolor[fg]{\beameritemnestingprefix item projected}
+ \usebeamercolor{\beameritemnestingprefix item projected}
{\pgftransformscale{1.75}\pgftext{\normalsize\pgfuseshading{bigsphere}}}
{\pgftransformshift{\pgfpoint{0pt}{0.5pt}}%
\usebeamerfont*{\beameritemnestingprefix item projected}%
- \pgftext{\insertenumlabel}}
+ \pgftext{\color{fg}\insertenumlabel}}
\end{pgfpicture}
}
@@ -627,10 +629,15 @@
\usebeamerfont*{caption name}%
\insertcaptionname~\insertcaptionnumber
\usebeamertemplate{caption label separator}%
- }
+ }%
\insertcaption\par
}
-\defbeamertemplate*{caption label separator}{colon}{: }
+\defbeamertemplate{caption label separator}{none}{}
+\defbeamertemplate{caption label separator}{colon}{:\ }
+\defbeamertemplate{caption label separator}{period}{.\ }
+\defbeamertemplate{caption label separator}{space}{\ }
+\defbeamertemplate{caption label separator}{quad}{\quad\ }
+\defbeamertemplate{caption label separator}{endash}{\ --\ }
\defbeamertemplate{caption}{caption name own line}
{%
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
index 877f74e5ac0..2cdedcc4d17 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasecolor.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasecolor.sty,v d1a9b48be06d 2010/06/06 11:34:07 rivanvx $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasecolor.sty,v d944b04ee2d5 2015/02/21 15:47:58 joseph $
\mode
<presentation>
@@ -261,14 +261,34 @@
\ifbeamercolorempty[fg]{math text inlined}{}{\color{fg}}}
\newcommand\donotcoloroutermaths{%
- \everymath{\everymath{\beamer@setmathcolor}}}
+ \everymath\expandafter\expandafter\expandafter{%
+ \expandafter\donotcoloroutermaths@aux\the\everymath
+ \beamer@setmathcolor\beamer@setmathcolor\beamer@stop
+ \everymath\expandafter{\the\everymath\beamer@setmathcolor}%
+ }%
+}
+\newcommand\donotcoloroutermaths@aux{}
+\long\def\donotcoloroutermaths@aux
+ #1\beamer@setmathcolor#2\beamer@setmathcolor#3\beamer@stop{%
+ #1#2%
+ }
\newcommand\beamer@setdisplaymathcolor{%
\usebeamercolor{math text displayed}%
\ifbeamercolorempty[fg]{math text displayed}{}{\color{fg}\aftergroup\ignorespaces}}%
\newcommand\donotcolorouterdisplaymaths{%
- \everydisplay{\everydisplay{\beamer@setdisplaymathcolor}}}
+ \everydisplay\expandafter\expandafter\expandafter{%
+ \expandafter\donotcolorouterdisplaymaths@aux\the\everydisplay
+ \beamer@setdisplaymathcolor\beamer@setdisplaymathcolor\beamer@stop
+ \everydisplay\expandafter{\the\everydisplay\beamer@setdisplaymathcolor}%
+ }%
+}
+\newcommand\donotcolorouterdisplaymaths@aux{}
+\long\def\donotcolorouterdisplaymaths@aux
+ #1\beamer@setdisplaymathcolor#2\beamer@setdisplaymathcolor#3\beamer@stop{%
+ #1#2%
+ }
\AtBeginDocument
{
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasefont.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasefont.sty
index a7eccff9c74..efcf08a6943 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasefont.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasefont.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasefont.sty,v 72f39e01808a 2013/10/18 05:17:25 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasefont.sty,v b4b4bee242e2 2015/01/05 22:45:13 joseph $
\ifbeamer@amssymb
\RequirePackage{amssymb}
@@ -185,7 +185,9 @@
\@ifpackageloaded{hvmath}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
\@ifpackageloaded{kpfonts}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
\@ifpackageloaded{lucidabr}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
+ \@ifpackageloaded{lmodern}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
\@ifpackageloaded{lucimatx}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
+ \@ifpackageloaded{mathastext}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
\@ifpackageloaded{mathpmnt}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
\@ifpackageloaded{mathpple}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
\@ifpackageloaded{mathtime}{\ifbeamer@sansmath\else\beamer@suppressreplacementstrue\fi}{}
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseframe.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
index ec3b0acfa73..181cf508f34 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseframe.sty
@@ -9,7 +9,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseframe.sty,v cdc8e9a3aaac 2013/10/02 21:08:32 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseframe.sty,v 4b8ceeeff434 2014/02/20 09:01:14 joseph $
\mode
<presentation>
@@ -28,6 +28,9 @@
\beamer@inframefalse
% Save!
\let\framelatex=\frame
+ \def\@iframepicbox(#1,#2)[#3]#4{%
+ \framelatex{\@imakepicbox(#1,#2)[#3]{#4}}%
+ }%
}
\def\refcounter#1{\protected@edef\@currentlabel%
@@ -488,13 +491,19 @@
\fi
\fi%
\beamer@howtotreatframe}
-\long\def\beamer@donoframe{%
+\def\gobble@onslide{%
+ \@ifnextchar<%>
+ \gobble@onslide@aux
+ \@firstofone
+}
+\def\gobble@onslide@aux<#1>{\@firstofone}
+\def\beamer@donoframe{%
\beamer@slideinframe=1\relax%
\setbox\beamer@tempbox\vbox\bgroup%
\beamer@inframetrue%
\leavevmode%
\def\pause{}%
- \def\onslide{}%
+ \let\onslide\gobble@onslide
\afterassignment\beamer@checknoslide\let\beamer@next}
\def\beamer@checknoslide{%
\ifcat\bgroup\noexpand\beamer@next%
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
index b9c922e157b..a000ba88eea 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaselocalstructure.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaselocalstructure.sty,v 4ac715c499d0 2013/09/04 07:27:00 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaselocalstructure.sty,v 393f6dcff371 2014/09/10 07:50:17 joseph $
\mode
<all>
@@ -317,7 +317,19 @@
{
\AtBeginDocument{
\let\beamer@origdescription=\description
- \renewcommand{\description}[1][]{\beamer@origdescription}
+ % The description environment doesn't use either optional
+ % arg in article mode, so simply gobble them
+ \def\description{%
+ \@ifnextchar[%]
+ {\beamer@description@}
+ {\beamer@origdescription}%
+ }
+ \def\beamer@description@[#1]{%
+ \@ifnextchar[%]
+ {\beamer@description@@}
+ {\beamer@origdescription}%
+ }
+ \def\beamer@description@@[#1]{\beamer@origdescription}
}
}
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
index 58da26239ca..8699117c4b6 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbasenavigation.sty
@@ -8,7 +8,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasenavigation.sty,v 62be157fe783 2013/10/05 18:48:16 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasenavigation.sty,v 6f78090e545d 2015/01/05 22:34:33 joseph $
\mode
<presentation>
@@ -584,7 +584,7 @@
\def\insertsectionhead{##2}%
\def\insertsectionheadnumber{##1}%
\def\insertpartheadnumber{##5}%
- \hbox{{%
+ \hbox to #1{{%
\usebeamerfont{section in sidebar}\usebeamercolor[fg]{section in sidebar}%
\hyperlink{Navigation##3}{%
\ifnum\c@section=##1%
@@ -632,9 +632,9 @@
\def\insertpartheadnumber{##1}%
\def\insertsectionheadnumber{##2}%
\def\insertsubsectionheadnumber{##3}%
- \def\insertsubsubsectionheadnumber{##3}%
+ \def\insertsubsubsectionheadnumber{##4}%
\def\insertsubsubsectionhead{##6}%
- \beamer@tocifnothide{\ifnum\c@section=##2\ifnum\c@subsection=##3\beamer@nav@css\else\beamer@nav@oss\fi\else\beamer@nav@ooss\fi}%
+ \beamer@tocifnothide{\ifnum\c@section=##2\ifnum\c@subsection=##3\c@subsubsection=##4\beamer@nav@css\else\beamer@nav@oss\fi\else\beamer@nav@ooss\fi\else\beamer@nav@ooss\fi}%
{\hbox{{%
\usebeamerfont{subsubsection in sidebar}\usebeamercolor[fg]{subsubsection in sidebar}%
\hyperlink{Navigation##5}{%
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty
index 661e5878283..f0b6657c8bf 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.33}
+\def\beamer@version{3.34}
% 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 31cc758a62ae 2013/12/25 18:42:49 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasercs.sty,v 5383084573b3 2015/02/22 09:31:57 joseph $
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
index 2ac7c759e66..37148f93cbb 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseverbatim.sty
@@ -9,7 +9,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseverbatim.sty,v dfdb135076b3 2012/08/30 16:03:43 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseverbatim.sty,v 431510bb5890 2015/01/05 13:17:51 joseph $
\mode
<presentation>
@@ -26,6 +26,7 @@
\catcode\count@=11%
}%
\beamer@makeinnocent\^^L% and whatever other special cases
+ \beamer@makeinnocent\^^I % Allow tab chars
\endlinechar`\^^M \catcode`\^^M=12%
\@ifnextchar\bgroup{\afterassignment\beamer@specialprocessframefirstline\let\beamer@temp=}{\beamer@processframefirstline}}%
diff --git a/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty b/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
index 38f6a5332f1..a142623b0cd 100644
--- a/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
+++ b/Master/texmf-dist/tex/latex/beamer/themes/inner/beamerinnerthemedefault.sty
@@ -7,7 +7,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/inner/beamerinnerthemedefault.sty,v 65cb471f9634 2013/10/15 06:36:03 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/themes/inner/beamerinnerthemedefault.sty,v 580088513a67 2014/06/30 17:15:11 ivan $
\mode<presentation>
@@ -348,7 +348,7 @@
}%
\insertcaption\par
}
-\defbeamertemplate*{caption label separator}{default}{: }
+\defbeamertemplate*{caption label separator}{default}{:\ }
% Blocks
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict
index 76c048845ba..4b79459ca2f 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict
@@ -23,7 +23,7 @@
\providetranslation{Contents}{Sadr\v zaj}
\providetranslation{Continuation}{Nastavak}
\providetranslation{continuation}{nastavak}
-\providetranslation{cont}{nast.}
+\providetranslation{cont}{nast}
\providetranslation{encl (plural)}{Prilozi}
\providetranslation{encl (singular)}{Prilog}
\providetranslation{encl}{pril.}
@@ -33,7 +33,7 @@
\providetranslation{figure}{slika}
\providetranslation{From}{Od} % From-To
\providetranslation{from}{od} % from-to
-\providetranslation{Glossary}{Rje\v cnik}
+\providetranslation{Glossary}{Pojmovnik}
\providetranslation{Index}{Kazalo}
\providetranslation{Introduction}{Uvod}
\providetranslation{introduction}{uvod}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Portuguese.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Portuguese.dict
new file mode 100644
index 00000000000..d1989ca616e
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Portuguese.dict
@@ -0,0 +1,11 @@
+\ProvidesDictionary{translator-environment-dictionary}{portuguese}
+%Translated by Tiago Silva <tiagosilva@hush.com>
+
+\providetranslation{advantage}{vantagem}
+\providetranslation{Advantage}{Vantagem}
+\providetranslation{advantages}{vantagens}
+\providetranslation{Advantages}{Vantagens}
+\providetranslation{disadvantage}{desvantagem}
+\providetranslation{Disadvantage}{Desvantagem}
+\providetranslation{disadvantages}{desvantagens}
+\providetranslation{Disadvantages}{Desvantagens}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict
index 6416ba9d20e..75583694e08 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-French.dict
@@ -12,3 +12,32 @@
\providetranslation{October}{Octobre}
\providetranslation{November}{Novembre}
\providetranslation{December}{D\'ecembre}
+
+\providetranslation{Jan}{Jan}
+\providetranslation{Feb}{F\'ev}
+\providetranslation{Mar}{Mar}
+\providetranslation{Apr}{Avr}
+\providetranslation{May}{Mai}
+\providetranslation{Jun}{Juin}
+\providetranslation{Jul}{Juil}
+\providetranslation{Aug}{Ao\^u}
+\providetranslation{Sep}{Sep}
+\providetranslation{Oct}{Oct}
+\providetranslation{Nov}{Nov}
+\providetranslation{Dec}{D\'ec}
+
+\providetranslation{Monday}{Lundi}
+\providetranslation{Tuesday}{Mardi}
+\providetranslation{Wednesday}{Mercredi}
+\providetranslation{Thursday}{Jeudi}
+\providetranslation{Friday}{Vendredi}
+\providetranslation{Saturday}{Samedi}
+\providetranslation{Sunday}{Dimanche}
+
+\providetranslation{Mon}{Lun}
+\providetranslation{Tue}{Mar}
+\providetranslation{Wed}{Mer}
+\providetranslation{Thu}{Jeu}
+\providetranslation{Fri}{Ven}
+\providetranslation{Sat}{Sam}
+\providetranslation{Sun}{Dim}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Italian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Italian.dict
new file mode 100644
index 00000000000..c628b25176c
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Italian.dict
@@ -0,0 +1,43 @@
+\ProvidesDictionary{translator-months-dictionary}{Italian}
+
+\providetranslation{January}{Gennaio}
+\providetranslation{February}{Febbraio}
+\providetranslation{March}{Marzo}
+\providetranslation{April}{Aprile}
+\providetranslation{May}{Maggio}
+\providetranslation{June}{Giugno}
+\providetranslation{July}{Luglio}
+\providetranslation{August}{Agosto}
+\providetranslation{September}{Settembre}
+\providetranslation{October}{Ottobre}
+\providetranslation{November}{Novembre}
+\providetranslation{December}{Decembre}
+
+\providetranslation{Jan}{Gen}
+\providetranslation{Feb}{Feb}
+\providetranslation{Mar}{Mar}
+\providetranslation{Apr}{Apr}
+\providetranslation{May}{Mag}
+\providetranslation{Jun}{Giu}
+\providetranslation{Jul}{Lug}
+\providetranslation{Aug}{Ago}
+\providetranslation{Sep}{Set}
+\providetranslation{Oct}{Ott}
+\providetranslation{Nov}{Nov}
+\providetranslation{Dec}{Dic}
+
+\providetranslation{Monday}{Luned\`i}
+\providetranslation{Tuesday}{Marted\`i}
+\providetranslation{Wednesday}{Mercoled\`i}
+\providetranslation{Thursday}{Gioved\`i}
+\providetranslation{Friday}{Venerd\`i}
+\providetranslation{Saturday}{Sabato}
+\providetranslation{Sunday}{Domenica}
+
+\providetranslation{Mon}{Lun}
+\providetranslation{Tue}{Mar}
+\providetranslation{Wed}{Mer}
+\providetranslation{Thu}{Gio}
+\providetranslation{Fri}{Ven}
+\providetranslation{Sat}{Sab}
+\providetranslation{Sun}{Dom}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Portuguese.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Portuguese.dict
new file mode 100644
index 00000000000..ba1aabbda5d
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-months-dictionary/translator-months-dictionary-Portuguese.dict
@@ -0,0 +1,15 @@
+\ProvidesDictionary{translator-month-dictionary}{portuguese}
+%Translated by Tiago Silva <tiagosilva@hush.com>
+
+\providetranslation{January}{Janeiro}
+\providetranslation{February}{Fevereiro}
+\providetranslation{March}{Mar\c{c}o}
+\providetranslation{April}{Abril}
+\providetranslation{May}{Maio}
+\providetranslation{June}{Junho}
+\providetranslation{July}{Julho}
+\providetranslation{August}{Agosto}
+\providetranslation{September}{Setembro}
+\providetranslation{October}{Outubro}
+\providetranslation{November}{Novembro}
+\providetranslation{December}{Dezembro}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Portuguese.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Portuguese.dict
new file mode 100644
index 00000000000..706b65df7fd
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Portuguese.dict
@@ -0,0 +1,54 @@
+\ProvidesDictionary{translator-numbers-dictionary}{portuguese}
+%Translated by Tiago Silva <tiagosilva@hush.com>
+
+\providetranslation{one}{um}
+\providetranslation{two}{dois}
+\providetranslation{three}{tr\^{e}s}
+\providetranslation{four}{quatro}
+\providetranslation{five}{cinco}
+\providetranslation{six}{seis}
+\providetranslation{seven}{sete}
+\providetranslation{eight}{oito}
+\providetranslation{nine}{nove}
+\providetranslation{ten}{dez}
+\providetranslation{eleven}{onze}
+\providetranslation{twelve}{doze}
+
+\providetranslation{One}{Um}
+\providetranslation{Two}{Dois}
+\providetranslation{Three}{Tr\^{e}s}
+\providetranslation{Four}{Quatro}
+\providetranslation{Five}{Cinco}
+\providetranslation{Six}{Seis}
+\providetranslation{Seven}{Sete}
+\providetranslation{Eight}{Oito}
+\providetranslation{Nine}{Nove}
+\providetranslation{Ten}{Dez}
+\providetranslation{Eleven}{Onze}
+\providetranslation{Twelve}{Doze}
+
+\providetranslation{first}{primeiro}
+\providetranslation{second}{segundo}
+\providetranslation{third}{terceiro}
+\providetranslation{fourth}{quarto}
+\providetranslation{fifth}{quinto}
+\providetranslation{sixth}{sexto}
+\providetranslation{seventh}{s\'{e}timo}
+\providetranslation{eighth}{oitavo}
+\providetranslation{ninth}{nono}
+\providetranslation{tenth}{d\'{e}cimo}
+\providetranslation{eleventh}{d\'{e}cimo primeiro}
+\providetranslation{twelfth}{d\'{e}cimo segundo}
+
+\providetranslation{1st}{1.\textsuperscript{o}}
+\providetranslation{2nd}{2.\textsuperscript{o}}
+\providetranslation{3rd}{3.\textsuperscript{o}}
+\providetranslation{4th}{4.\textsuperscript{o}}
+\providetranslation{5th}{5.\textsuperscript{o}}
+\providetranslation{6th}{6.\textsuperscript{o}}
+\providetranslation{7th}{7.\textsuperscript{o}}
+\providetranslation{8th}{8.\textsuperscript{o}}
+\providetranslation{9th}{9.\textsuperscript{o}}
+\providetranslation{10th}{10.\textsuperscript{o}}
+\providetranslation{11th}{11.\textsuperscript{o}}
+\providetranslation{12th}{12.\textsuperscript{o}}