2
votes
1answer
191 views

Multiple languages in beamer LaTeX

I want to create a LaTeX beamer presentation within multiple languages in the following sense: The sorce code should contain the different languages, but the language of the compiled result should ...
2
votes
1answer
252 views

How to use the translator package with beamer?

I'd like to have my headers like Theorem, Definition etc. in a beamer presentation translated to Polish. After skimming through the last pages of beamer user guide, I tried ...
11
votes
1answer
222 views

Where can I translate the Bergen beamer style?

I would like to use the Bergen theme with orchid color scheme. It works well, but I have "Who?" and "Where?" on my title page - I would like to translate them to my language. How could I do this the ...
0
votes
0answers
81 views

Best way to include some Japanese text in a beamer presentation? [duplicate]

Possible Duplicate: How to write Japanese with LaTeX? What's the easiest way to use include some Japanese text in a beamer presentation? I'm looking for a way to include Japanese in a few ...
2
votes
1answer
495 views

Multilingual beamer presentations from a single souce?

I have a beamer presentation of which I have two language versions (german and english), more languages are upcoming. I keep both versions in one source and select the one to typeset with the comment ...
5
votes
2answers
1k views

Babel (French) does not translate the theorem environment in Beamer class

I'm using the beamer class, with the following preamble: \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} \usepackage[french]{babel} \usepackage{ae,aecompl,aeguill} \usepackage{amsthm, amsmath, ...