I am writing an article that needs an abstract in both english and norwegian. When I use \begin{abstract}, the topic is of course written in the language specified in \documentclass[]. Since most of the report is in english, I have set this to "english". But is it possible to define another language just for one page after the english abstract? Or perhaps there are other ways to solve this problem?
I would be gratful for any kind of help on this one!
Sondre
General ⇒ Different languages in the same document
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Different languages in the same document
Do you use the babel package? It supports the usage of more than one language in a document.
The last language is the standard language for the document. But you can switch to another language when needed. Refer to the documentation to get things work.
Code: Select all
\usepackage[norwegian,english]{babel}
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Different languages in the same document
Alright! I didn't know babel was multilingual. It worked perfect by just using \selectlanguage{} where I wanted to change it.
Thanks a lot for your help, localghost!
Thanks a lot for your help, localghost!