Theses, Books, Title pages ⇒ Masters-doctoral-thesis: apply a specific language to a specific chapter
Masters-doctoral-thesis: apply a specific language to a specific chapter
In the masters-doctoral-thesis template the language is chosen when the document class is called in the main.
This is applied to the whole thesis.
However, I would like to change the language just for one specific chapter. Is this possible?
Thanks for your help!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Masters-doctoral-thesis: apply a specific language to a specific chapter
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Masters-doctoral-thesis: apply a specific language to a specific chapter
That's the link:

Stefan
Masters-doctoral-thesis: apply a specific language to a specific chapter
I was trying to use the \usepackage command but apparently, there's a conflict with the class document. However, just using the \selectlanguage command works fine!
Thanks!
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Masters-doctoral-thesis: apply a specific language to a specific chapter
You might also want to take a look at https://github.com/johannesbottcher/MDT-Quick-Manual/
Masters-doctoral-thesis: apply a specific language to a specific chapter
Code: Select all
\newcaptionname{spanish}{\acknowledgementname}{Agradecimientos}
\newcaptionname{spanish}{\byname}{por}
\newcaptionname{spanish}{\authorshipname}{Declaraci\'on de autor\'ia}
\newcaptionname{spanish}{\constantsname}{Constantes f\'isicas}
\newcaptionname{spanish}{\symbolsname}{Lista de s\'imbolos}