General ⇒ Language packages
Language packages
My girlfriend is writing her postgraduate paper as we speak, but unfortunatelt she encountered a problem with WinEdt / MikTex - and I promised to help, and now I've been searching the web with no luck. However, I have no experience with WinEdt / LaTex / MikTex and all that.
The problem is, that the entire time when she have been using it, she have been giving the command: usepackage>danish (or something like that), because her papers were in danish.
Now though, her postgraduate paper should be in english, and she needs to change the language back from danish to english again. I reckon that english ought to be a default language package to come with MikTex, but still, I don't have a clue of, how to change it, so the document upon textification should write chapter instead of "Kapitel", etc.
I really hope that somebody out here can help us?? (btw: she writes in WinEdt 5.5 using MikTex 2.7 as the package)
//Anders, Denmark
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Language packages
welcome to the board!
You could use babel:
Code: Select all
\usepackage[english]{babel}
Re: Language packages
Thank you very much - and thanks for the quick answer!
Babel? Is that a standard package, or do I have to install it from somewhere?
/Anders
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Language packages
The babel package is part of every LaTeX distribution and can be installed with the MiKTeX package manager. But MiKTeX is able to install it "on the fly" when running a compiler on the source. babel belongs to a Basic MiKTeX installation and should already be installed on the system. Just try a compilation process using the suggestion of Stefan and see what's going on. In case of occurring problems, feel free to ask.ahaub06 wrote:[...] Babel? Is that a standard package, or do I have to install it from somewhere? [...]
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Language packages
Stefan
Re: Language packages
We will try the code suggested by Stefan. Thanks again

Anders