summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/beamer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-24 22:41:00 +0000
committerKarl Berry <karl@freefriends.org>2013-11-24 22:41:00 +0000
commit63092795cbaf71978f2cba7ef13be3cbae0be58f (patch)
treeb8b68d29f9433290636c1f6ea40d14e386720333 /Master/texmf-dist/tex/latex/beamer
parent2f4083de8cf96ea8d55425d1e0074d43b2216d93 (diff)
beamer (24nov13)
git-svn-id: svn://tug.org/texlive/trunk@32232 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer')
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty15
-rw-r--r--Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-basic-dictionary/translator-basic-dictionary-Croatian.dict26
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict6
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict4
-rw-r--r--Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict36
18 files changed, 76 insertions, 63 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
index 2faa2a7b988..83fa58a6c42 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseframecomponents.sty
@@ -9,7 +9,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseframecomponents.sty,v ea094b4278bd 2013/10/04 17:29:26 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseframecomponents.sty,v 5cf6c5555a45 2013/10/18 11:51:48 e $
\mode
<presentation>
@@ -112,7 +112,7 @@
\hfil}%
\endgroup}
\def\@oddfoot{%
- \vbox{\offinterlineskip\hfil\hbox{\beamer@typesetheadorfoot{footline}%
+ \vbox{\offinterlineskip\hbox{\beamer@typesetheadorfoot{footline}%
\hfil}\hbox{}}\hfil
}%
\let\@evenhead\@oddhead
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty b/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
index 5ef37d761b9..8e092968dd6 100644
--- a/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
+++ b/Master/texmf-dist/tex/latex/beamer/beamerbaseoverlay.sty
@@ -9,7 +9,7 @@
%
% See the file doc/licenses/LICENSE for more details.
-\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseoverlay.sty,v 6afbc49b1109 2012/11/11 20:09:38 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbaseoverlay.sty,v 39bc573c5bfc 2013/11/17 16:36:53 joseph $
%
%
@@ -840,5 +840,18 @@
}
}
+% Make sure \pause is correctly ended when used inside a TikZ picutre
+\AtBeginDocument
+ {
+ \begingroup\expandafter\expandafter\expandafter\endgroup
+ \expandafter\ifx\csname endtikzpicture\endcsname\relax
+ \else
+ \begingroup
+ \toks0\expandafter{\endtikzpicture}%
+ \xdef\endtikzpicture{\noexpand\beamer@endcovered\the\toks0}%
+ \endgroup
+ \fi
+ }
+
\mode
<all>
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasercs.sty
index 77cf92c87e4..fb9c8233ccd 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.31}
+\def\beamer@version{3.32}
% 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 0925de4405ff 2013/10/18 05:28:41 joseph $
+\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasercs.sty,v 8ee54e934cd6 2013/11/24 10:09:27 joseph $
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 e42dd0ab383..76c048845ba 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,25 +23,25 @@
\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}{Prilog/zi}
+\providetranslation{encl}{pril.}
\providetranslation{Figures}{Slike}
\providetranslation{figures}{slike}
\providetranslation{Figure}{Slika}
\providetranslation{figure}{slika}
-\providetranslation{From}{Od}
-\providetranslation{from}{od}
+\providetranslation{From}{Od} % From-To
+\providetranslation{from}{od} % from-to
\providetranslation{Glossary}{Rje\v cnik}
-\providetranslation{Index}{Indeks pojmova}
+\providetranslation{Index}{Kazalo}
\providetranslation{Introduction}{Uvod}
\providetranslation{introduction}{uvod}
\providetranslation{List of Figures and Tables}{Popis slika i tablica}
\providetranslation{List of Figures}{Popis slika}
\providetranslation{List of Tables}{Popis tablica}
\providetranslation{or}{ili}
-\providetranslation{Outline}{Sadržaj} % FIXME: unsure
+\providetranslation{Outline}{Kratki pregled}
\providetranslation{Overview}{Pregled}
\providetranslation{Pages}{Stranice}
\providetranslation{pages}{stranice}
@@ -62,18 +62,18 @@
\providetranslation{proof}{dokaz}
\providetranslation{References}{Literatura}
\providetranslation{Related work}{Povezani radovi}
-\providetranslation{Related Work}{Povezani Radovi}
+\providetranslation{Related Work}{Povezani radovi}
\providetranslation{Sections}{Odjeljci}
\providetranslation{sections}{odjeljci}
\providetranslation{Section}{Odjeljak}
\providetranslation{section}{odjeljak}
-\providetranslation{See also}{Vidjeti i}
-\providetranslation{see also}{vidjeti i}
+\providetranslation{See also}{Tako\dj er vidjeti}
+\providetranslation{see also}{tako\dj er vidjeti}
\providetranslation{See}{Vidjeti}
\providetranslation{see}{vidjeti}
-\providetranslation{Sketch of Proofs}{Skica Dokaza}
+\providetranslation{Sketch of Proofs}{Skica dokaza}
\providetranslation{Sketch of proofs}{Skica dokaza}
-\providetranslation{Sketch of Proof}{Skica Dokaza}
+\providetranslation{Sketch of Proof}{Skica dokaza}
\providetranslation{Sketch of proof}{Skica dokaza}
\providetranslation{Subsections}{Pododjeljci}
\providetranslation{subsections}{pododjeljci}
@@ -84,5 +84,5 @@
\providetranslation{tables}{tablice}
\providetranslation{Table}{Tablica}
\providetranslation{table}{tablica}
-\providetranslation{To}{Za}
-\providetranslation{to}{za}
+\providetranslation{To}{Do} % From-To
+\providetranslation{to}{do} % from-to
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict
index 4f8e68ef336..5dd8ec784bf 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-bibliography-dictionary/translator-bibliography-dictionary-Croatian.dict
@@ -15,8 +15,8 @@
\providetranslation{extended edition}{pro\v sireno izdanje}
\providetranslation{in (bibliography)}{u}
\providetranslation{In (bibliography)}{U}
-\providetranslation{Tech. Rep.}{Tehn.\ Izv.}
-\providetranslation{Technical Reports}{Tehni\v cki Izvje\v staji}
+\providetranslation{Tech. Rep.}{Tehn.\ izvj.}
+\providetranslation{Technical Reports}{Tehni\v cki izvje\v staji}
\providetranslation{technical reports}{tehni\v cki izvje\v staji}
-\providetranslation{Technical Report}{Tehni\v cki Izvje\v staj}
+\providetranslation{Technical Report}{Tehni\v cki izvje\v staj}
\providetranslation{technical report}{tehni\v cki izvje\v staj}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict
index 1f1420d69e8..a8c8ab7fff2 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-environment-dictionary/translator-environment-dictionary-Croatian.dict
@@ -7,5 +7,5 @@
\providetranslation{Advantages}{Prednosti}
\providetranslation{disadvantage}{nedostatak}
\providetranslation{Disadvantage}{Nedostatak}
-\providetranslation{disadvantages}{nedostaci}
-\providetranslation{disadvantages}{Nedostaci}
+\providetranslation{disadvantages}{nedostatci}
+\providetranslation{Disadvantages}{Nedostatci}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict
index bc1cbfb36f2..af2401904ed 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Brazilian.dict
@@ -34,11 +34,11 @@
\providetranslation{fifth}{quinto}
\providetranslation{sixth}{sexto}
\providetranslation{seventh}{s\'etimo}
-\providetranslation{eight}{oitavo}
+\providetranslation{eighth}{oitavo}
\providetranslation{ninth}{nono}
\providetranslation{tenth}{d\'ecimo}
\providetranslation{eleventh}{d\'ecimo primeiro}
-\providetranslation{twelveth}{d\'ecimo segundo}
+\providetranslation{twelfth}{d\'ecimo segundo}
\providetranslation{1st}{1\textordmasculine}
\providetranslation{2nd}{2\textordmasculine}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict
index 324ff9d34f4..0b6a8bcf412 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Croatian.dict
@@ -34,11 +34,11 @@
\providetranslation{fifth}{peti}
\providetranslation{sixth}{\v sesti}
\providetranslation{seventh}{sedmi}
-\providetranslation{eight}{osmi}
+\providetranslation{eighth}{osmi}
\providetranslation{ninth}{deveti}
\providetranslation{tenth}{deseti}
\providetranslation{eleventh}{jedanaesti}
-\providetranslation{twelveth}{dvanaesti}
+\providetranslation{twelfth}{dvanaesti}
\providetranslation{1st}{1.}
\providetranslation{2nd}{2.}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict
index bc5b3af1ee5..2269b8f06a3 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-English.dict
@@ -33,11 +33,11 @@
\providetranslation{fifth}{fifth}
\providetranslation{sixth}{sixth}
\providetranslation{seventh}{seventh}
-\providetranslation{eight}{eigth}
+\providetranslation{eighth}{eighth}
\providetranslation{ninth}{ninth}
\providetranslation{tenth}{tenth}
\providetranslation{eleventh}{eleventh}
-\providetranslation{twelveth}{twelveth}
+\providetranslation{twelfth}{twelfth}
\providetranslation{1st}{1st}
\providetranslation{2nd}{2nd}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict
index a0a37983dbd..d9712371016 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-French.dict
@@ -33,11 +33,11 @@
\providetranslation{fifth}{cinqui\`eme}
\providetranslation{sixth}{sixi\`eme}
\providetranslation{seventh}{septi\`eme}
-\providetranslation{eight}{huiti\`eme}
+\providetranslation{eighth}{huiti\`eme}
\providetranslation{ninth}{neuvi\`eme}
\providetranslation{tenth}{dixi\`eme}
\providetranslation{eleventh}{onzi\`eme}
-\providetranslation{twelveth}{douzi\`eme}
+\providetranslation{twelfth}{douzi\`eme}
\providetranslation{1st}{1\up{er}}
\providetranslation{2nd}{2\up{e}}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict
index b7793036d51..d06c39f93b1 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-German.dict
@@ -33,11 +33,11 @@
\providetranslation{fifth}{f\"unfte}
\providetranslation{sixth}{sechste}
\providetranslation{seventh}{siebte}
-\providetranslation{eight}{achte}
+\providetranslation{eighth}{achte}
\providetranslation{ninth}{neunte}
\providetranslation{tenth}{zehnte}
\providetranslation{eleventh}{elfte}
-\providetranslation{twelveth}{zw\"olfte}
+\providetranslation{twelfth}{zw\"olfte}
\providetranslation{1st}{1.}
\providetranslation{2nd}{2.}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict
index d4756174f68..8075727ba59 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Greek.dict
@@ -40,11 +40,11 @@
\providetranslation{fifth}{p'empto}
\providetranslation{sixth}{'ekto}
\providetranslation{seventh}{'ebdomo}
-\providetranslation{eight}{'ogdoo}
+\providetranslation{eighth}{'ogdoo}
\providetranslation{ninth}{'enato}
\providetranslation{tenth}{d'ekato}
\providetranslation{eleventh}{end'ekato}
-\providetranslation{twelveth}{dwd'ekato}
+\providetranslation{twelfth}{dwd'ekato}
\providetranslation{1st}{1o}
\providetranslation{2nd}{2o}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict
index 9210a27dd69..5630ee55e78 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Norsk.dict
@@ -33,11 +33,11 @@
\providetranslation{fifth}{femte}
\providetranslation{sixth}{sjette}
\providetranslation{seventh}{sjuende}
-\providetranslation{eight}{{\aa}ttende}
+\providetranslation{eighth}{{\aa}ttende}
\providetranslation{ninth}{niende}
\providetranslation{tenth}{tiende}
\providetranslation{eleventh}{ellevte}
-\providetranslation{twelveth}{tolvte}
+\providetranslation{twelfth}{tolvte}
\providetranslation{1st}{1.}
\providetranslation{2nd}{2.}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict
index 4eda2f73ab1..6992505e745 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Nynorsk.dict
@@ -33,11 +33,11 @@
\providetranslation{fifth}{femte}
\providetranslation{sixth}{sjette}
\providetranslation{seventh}{sjuande}
-\providetranslation{eight}{{\aa}ttande}
+\providetranslation{eighth}{{\aa}ttande}
\providetranslation{ninth}{niande}
\providetranslation{tenth}{tiande}
\providetranslation{eleventh}{ellevte}
-\providetranslation{twelveth}{tolvte}
+\providetranslation{twelfth}{tolvte}
\providetranslation{1st}{1.}
\providetranslation{2nd}{2.}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict
index cd4ef2e1046..3a5e59ab32f 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Polish.dict
@@ -34,11 +34,11 @@
\providetranslation{fifth}{pi\k{a}ry}
\providetranslation{sixth}{sz\'{o}sty}
\providetranslation{seventh}{si\'{o}dmy}
-\providetranslation{eight}{\'{o}smy}
+\providetranslation{eighth}{\'{o}smy}
\providetranslation{ninth}{dziewi\k{a}ty}
\providetranslation{tenth}{dziesi\k{a}ty}
\providetranslation{eleventh}{jedenasty}
-\providetranslation{twelveth}{dwunasty}
+\providetranslation{twelfth}{dwunasty}
\providetranslation{1st}{1-y}
\providetranslation{2nd}{2-i}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict
index 85147e204b9..fdeff04e94b 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Serbian.dict
@@ -34,11 +34,11 @@
\providetranslation{fifth}{peti}
\providetranslation{sixth}{\v sesti}
\providetranslation{seventh}{sedmi}
-\providetranslation{eight}{osmi}
+\providetranslation{eighth}{osmi}
\providetranslation{ninth}{deveti}
\providetranslation{tenth}{deseti}
\providetranslation{eleventh}{jedanaesti}
-\providetranslation{twelveth}{dvanaesti}
+\providetranslation{twelfth}{dvanaesti}
\providetranslation{1st}{1.}
\providetranslation{2nd}{2.}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict
index e7d039e7ae9..c99ea8a4386 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-numbers-dictionary/translator-numbers-dictionary-Spanish.dict
@@ -33,11 +33,11 @@
\providetranslation{fifth}{quinto}
\providetranslation{sixth}{sexto}
\providetranslation{seventh}{séptimo}
-\providetranslation{eight}{octavo}
+\providetranslation{eighth}{octavo}
\providetranslation{ninth}{noveno}
\providetranslation{tenth}{décimo}
\providetranslation{eleventh}{undécimo}
-\providetranslation{twelveth}{duocécimo}
+\providetranslation{twelfth}{duocécimo}
\providetranslation{1st}{1º}
\providetranslation{2nd}{2º}
diff --git a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict
index 9ea03e5711b..a802857923f 100644
--- a/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict
+++ b/Master/texmf-dist/tex/latex/beamer/translator/dicts/translator-theorem-dictionary/translator-theorem-dictionary-Croatian.dict
@@ -25,28 +25,28 @@
\providetranslation{facts}{\v cinjenice}
\providetranslation{Fact}{\v Cinjenica}
\providetranslation{fact}{\v cinjenica}
-\providetranslation{Key Lemmas}{Osnovne leme}
-\providetranslation{key lemmas}{osnovne leme}
-\providetranslation{Key Lemma}{Osnovna lema}
-\providetranslation{key lemma}{osnovna lema}
-\providetranslation{Key Observations}{Osnovne primjedbe}
-\providetranslation{key observations}{osnovne primjedbe}
-\providetranslation{Key Observation}{Osnovna primjedba}
-\providetranslation{key observation}{osnovna primjedba}
+\providetranslation{Key Lemmas}{Klju\v cne leme}
+\providetranslation{key lemmas}{klju\v cne leme}
+\providetranslation{Key Lemma}{Klju\v cna lema}
+\providetranslation{key lemma}{klju\v cna lema}
+\providetranslation{Key Observations}{Klju\v cna zapa\v zanja}
+\providetranslation{key observations}{klju\v cna zapa\v zanja}
+\providetranslation{Key Observation}{Klju\v cno zapa\v zanje}
+\providetranslation{key observation}{klju\v cno zapa\v zanje}
\providetranslation{Lemmas}{Leme}
\providetranslation{lemmas}{leme}
\providetranslation{Lemma}{Lema}
\providetranslation{lemma}{lema}
-\providetranslation{Main Theorems}{Osnovni teoremi}
-\providetranslation{main theorems}{osnovni teoremi}
-\providetranslation{Main Theorem}{Osnovni teorem}
-\providetranslation{main theorem}{osnovni teorem}
-\providetranslation{Observations}{Primjedbe}
-\providetranslation{observations}{primjedbe}
-\providetranslation{Observation}{Primjedba}
-\providetranslation{observation}{primjedba}
-\providetranslation{Problems}{Zadaci}
-\providetranslation{problems}{zadaci}
+\providetranslation{Main Theorems}{Glavni teoremi}
+\providetranslation{main theorems}{glavni teoremi}
+\providetranslation{Main Theorem}{Glavni teorem}
+\providetranslation{main theorem}{glavni teorem}
+\providetranslation{Observations}{Zapa\v zanja}
+\providetranslation{observations}{zapa\v zanja}
+\providetranslation{Observation}{Zapa\v zanje}
+\providetranslation{observation}{zapa\v zanje}
+\providetranslation{Problems}{Zadatci}
+\providetranslation{problems}{zadatci}
\providetranslation{Problem}{Zadatak}
\providetranslation{problem}{zadatak}
\providetranslation{Proofs}{Dokazi}