Generalbabel error

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
flycwbg
Posts: 1
Joined: Mon Jun 09, 2014 10:22 pm

babel error

Post by flycwbg »

I updated my packages today and then i got this error:

! Package babel Error: Unknown option `dutch'. Either you misspelled it

I am using miktex 2.9 and winedt 7. here is my tex file

Code: Select all

\documentclass[10pt,b5paper,twoside,openright,english,fleqn,showtrims]{memoir/memoir}
    \input{Definitions/Margindefinitions.tex}
    \input{Definitions/Packageinputs.tex}
    \input{Definitions/Pagedefinition.tex}
    \input{Definitions/Colordefinition.tex}
    \input{Definitions/Headerdefinition.tex}
    \input{Definitions/Floatdefinitions.tex}
    %\makeindex
    \input{Definitions/Hyphens}

    \begin{document}
         \frontmatter
         \setcounter{page}{1001}
        %\include{Opmerkingen/Commenters}
        %\include{Whitepage/Emptypage}
        %\pagestyle{empty}
        %\cleardoublepage
        \pagestyle{empty}
        \include{Titlepage/Titlepage}
%        \include{Titlepage/Titlepage_draft}
        \pagestyle{empty}
        \thispagestyle{empty}
        \pagestyle{empty}
        \cleardoublepage
        \pagestyle{ruled}
        \setcounter{page}{1}
           \setcounter{tocdepth}{2}%
            \maxsecnumdepth{subsubsection}
            %\frontmatter

            \pagestyle{summarystyle}
            \cleardoublepage

            \cleardoublepage
            \pagestyle{ruled}
            \tableofcontents*%
            \cleardoublepage
            %\listoffigures

        \mainmatter%
            \pagestyle{ruled} %dit bepaalt de headerstyle

            \include{Contents/Introduction}



			
        \appendix
            \pagestyle{poststyle}
           
        \backmatter%
            \pagestyle{ruled}
         \bibliographystyle{unsrt}%
           \pagestyle{bibstyle}
            \hyphenpenalty=0
            \bibliography{D:/PHD_study/Yans_work/Thesis/Yan/Contents/thesis_reference}
            \hyphenpenalty=15000
            \cleardoublepage
            \cleardoublepage
            \pagestyle{listofpubs}

\end{document}
Last edited by Stefan Kottwitz on Tue Jun 10, 2014 9:45 pm, edited 1 time in total.

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 error

Post by Johannes_B »

I don't use MikTeX, but please have a look at the package manager again. The babel package was restructured, so a good starting point would be to search for »dutch«.
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 error

Post by Tobias_Denmark »

I found a solution on my Windows machine with MikTex 2.9. Maybe it will work for you as well.

Go to "Package Manager" and find "babel-dutch". Install it manually and try run your code again.

http://latex-community.org/forum/viewto ... 425#p84425
Post Reply