-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
English titles/captions in german document #103
Comments
Which document do you compile? Could you please try to compile Reason: When compiling the template on CircleCI (via https://github.com/latextemplates/scientific-thesis-template/blob/master/.circleci/config.yml), all documents have the correct output. See https://290-4961872-gh.circle-artifacts.com/0/root/project/build/main-english.pdf and https://290-4961872-gh.circle-artifacts.com/0/root/project/build/main-german.pdf. I would advise to check your Visual Studio Code setup. Visual Studio Code sometimes has set a main document and does NOT change it if you open another LaTeX file. For an intermediate check, I would advise to open the command line and enter following command:
Then, open |
At the moment I'm working in the main-german.tex file, because I had to quickly change from another template to this one.
All of them are showing the same behavior, showing english captions and even the bibliography is completely in english (dates are the problem here). So today I double checked as advised with
and
When using 'make' the file is compiling and there are no errors. |
Your document does NOT compile. You have a listing in To track down the issue, sometimes, it helps to create a minimal example. You can read about it at https://tex.meta.stackexchange.com/questions/228/ive-just-been-asked-to-write-a-minimal-example-what-is-that. |
So, here is my MWE. Problem persists. mwe.txt Yes, this is a .txt because github doesn't allow uploading .tex-files. Running
Futhermore in
In my edited I also verified the errors in a freshly downloaded version of the template -> same errors and log messages. |
Quick fix: Please use an older latex environment. For example, the one provided by the docker image. Long fix: Try |
@Allamuth: It would have been nice if you checked the pull requests. At #100, @Backfighter already fixed the issue. We just did not include the fix in the template. This was done now. |
When you compile any of the documents, even the example documents, all titles of the autogenerated chapters, like Bibliography and List of Contents, will be in english. Although at the beginning of the Document
\let\ifdeutsch\iftrue \let\ifenglisch\iffalse
is set.When trying to compensate for this by changing the language via
\begin{otherlanguage}...\end{otherlanguage}
an error occures. Nothing is happening if you are redefining the command to set it to german. Still the complete bibliography is printed with english abbreviations and terms like "(visited on 12/13/2018)".These errors are occuring with a version of this template, downloaded yesterday. I really don't know if this is just silly me or a real error.
Edit: I'm running this in Visiual Studio Code on Arch Linux updated today.
The text was updated successfully, but these errors were encountered: