Fonts & Character SetsBabel package - Not loading "english"!

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
Tobias_Denmark
Posts: 18
Joined: Sun Jun 06, 2010 1:59 pm

Babel package - Not loading "english"!

Post by Tobias_Denmark »

After updating my Miktex 2.9 packages on Windows (TeXnicCenter 2.02), my script will not load babel languages packages (21/5-2014). See MWE:

Code: Select all

\documentclass{article}
\usepackage[english]{babel}
\begin{document}
Hello, who are you today? Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question. Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.
\end{document}
It gives me the following errors:

1) Package babel Error: Unknown option 'english'. Eiter you misspelled it or the language definition file english.ldf was not found

2) Package babel Error: You haven't specified a language option. See the babel package documentation for explanation.

Any help out there?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Babel package - Not loading "english"!

Post by Johannes_B »

The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Tobias_Denmark
Posts: 18
Joined: Sun Jun 06, 2010 1:59 pm

Babel package - Not loading "english"!

Post by Tobias_Denmark »

  • I have tried to delete the .aux file (and all others except the .tex file).
  • I have read other blogs and post for help.
  • The MWE is working fine in "www.writelatex.com".
  • I have found the babel package in MikTex "Package Manager". There is also a "babel-english which is "\Uncategorized". Is that a problem?
  • I have also gone into "Repository->Synchronize". That didn't not help either.
Is it time to re-install MikTex or just delete the babel package?
babel.png
babel.png (92.69 KiB) Viewed 46701 times
Last edited by cgnieder on Tue Jun 17, 2014 11:43 am, edited 1 time in total.
Tobias_Denmark
Posts: 18
Joined: Sun Jun 06, 2010 1:59 pm

Re: Babel package - Not loading "english"!

Post by Tobias_Denmark »

I found the solution myself.

The package "babel-english" was not installed (maybe removed after prior updates), so after manual installation in the "Package Manager" program, I got it to work. Hope that will help any others with the same problem.
Post Reply