diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty index 3459b3dff53..06b035fe383 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasetranslator.sty @@ -8,20 +8,18 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /home/vedran/bitbucket/beamer/base/beamerbasetranslator.sty,v efa082c6111d 2010/05/01 13:27:03 rivanvx $ +\ProvidesPackageRCS $Header: /home/vedranm/bitbucket/beamer/base/beamerbasetranslator.sty,v 85fd1cc7fc42 2010/06/11 14:40:11 rivanvx $ % -% Check for translator and load all dictionaries +% Load translator and it's dictionaries % -\IfFileExists{translator.sty}{ - \RequirePackage{translator} - \usedictionary{translator-basic-dictionary} - \usedictionary{translator-bibliography-dictionary} - \usedictionary{translator-environment-dictionary} - \usedictionary{translator-months-dictionary} - \usedictionary{translator-numbers-dictionary} - \usedictionary{translator-theorem-dictionary} -}{\providecommand\translate[2][]{#2}} +\RequirePackage{translator} +\usedictionary{translator-basic-dictionary} +\usedictionary{translator-bibliography-dictionary} +\usedictionary{translator-environment-dictionary} +\usedictionary{translator-months-dictionary} +\usedictionary{translator-numbers-dictionary} +\usedictionary{translator-theorem-dictionary} \mode |