Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrongly translated captions #100

Merged
merged 1 commit into from Feb 2, 2019
Merged

Conversation

Backfighter
Copy link
Contributor

In the german version of the template captions are wrongly translated. For example "Contents" instead of "Inhaltsverzeichnis" and so on.

Babel gave the following warning:

Package babel Warning: Last declared language option is `ngerman',
(babel)                but the last processed one was `american'.
(babel)                The main language cannot be set as both a global
(babel)                and a package option. Use `main=ngerman' as
(babel)                option. Reported on input line 460.

Using `main=ngerman' fixes the problem.

  • Change in CHANGELOG.md described
    (I am not sure if this small fix is changelog worthy)

In the german version of the template captions are wrongly translated. For example "Contents" instead of "Inhaltsverzeichnis" and so on.

Babel gave the following warning:
Package babel Warning: Last declared language option is `ngerman',
(babel)                but the last processed one was `american'.
(babel)                The main language cannot be set as both a global
(babel)                and a package option. Use `main=ngerman' as
(babel)                option. Reported on input line 460.

Using `main=ngerman' fixes the problem.
@koppor koppor merged commit 6af6b90 into latextemplates:master Feb 2, 2019
@koppor
Copy link
Member

koppor commented Feb 2, 2019

I think, this is a major issue. Students run into this and report issues: #103.

@Backfighter Sorry for taking so long to include the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants