GeneralError: l.3 \select@language{swedish}

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
tufflax
Posts: 12
Joined: Mon Jul 07, 2008 12:34 am

Error: l.3 \select@language{swedish}

Post by tufflax »

Hey!

I'm trying to write a text in English, but latex gives me the following error:
l.3 \select@language{swedish}

I find this very strange, because I have no mention of Swedish anywhere in the text. What's wrong?

This is the code I use:

Code: Select all

\documentclass[a4paper,10pt,titlepage]{article}
\addtolength{\parskip}{\baselineskip}
\setlength{\parindent}{0 em}
\usepackage{graphicx}
\usepackage[english]{babel}
\begin{document}

Recommended reading 2024:

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

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

tufflax
Posts: 12
Joined: Mon Jul 07, 2008 12:34 am

Re: Error: l.3 \select@language{swedish}

Post by tufflax »

Oh it was something old in some accessory file or something.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Re: Error: l.3 \select@language{swedish}

Post by gmedina »

Yes, you must remove the auxiliary files (in this case, the .aux file) to prevent this error.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply