Instead of Chapter it shows as a “Kapitel” [closed]












1















I was wondering why my chapter name shows as "Kapitel" instead of "Chapter"



Here is the error



enter image description here



Here is my Latex code



documentclass[12pt,a4paper]{report}
usepackage{graphicx}
usepackage{caption}
usepackage{epstopdf}
usepackage{hyperref}
usepackage[linesnumbered,ruled,vlined]{algorithm2e}
usepackage{enumerate}
usepackage{enumitem}
usepackage{amsmath}
usepackage[justification=centering]{caption}
usepackage{subcaption}
usepackage{textcomp} %for apostrophe
usepackage[tmargin=1in,bmargin=1in,lmargin=1.25in,rmargin=1.25in]{geometry}
usepackage{hyperref}
usepackage{xurl}
usepackage{booktabs}
usepackage{lscape}
usepackage{tabularx}
usepackage{graphicx}
usepackage{adjustbox}
usepackage{titlesec}% Http://ctan.org/pkg/titlesec
usepackage{enumitem}
usepackage[ngerman]{babel}
usepackage[latin1]{inputenc}
usepackage{float,xcolor}
usepackage{graphicx}
usepackage{multicol}
usepackage{makeidx}
usepackage{lipsum}

begin{document}

include{c0}

end{document}









share|improve this question















closed as off-topic by AndréC, Stefan Pinnow, Kurt, TeXnician, Christian Hupfer Jan 27 at 9:41



  • This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.

If this question can be reworded to fit the rules in the help center, please edit the question.












  • 7





    usepackage[ngerman]{babel} is the cause, I think.

    – JouleV
    Jan 27 at 2:21











  • I did that but it is still the same.

    – Norman
    Jan 27 at 2:24






  • 5





    Well, in which language do you write your document? With usepackage[ngerman]{babel} you get german names for chapter etc. If you want to write in english use usepackage[english]{babel}. BTW hyperref should be called last, do not call packages twice!

    – Kurt
    Jan 27 at 2:27






  • 6





    A lot of people start by copying package lists from other people’s documents. I’d recommend against that. If removing a package doesn’t cause you an error, you probably should.

    – Davislor
    Jan 27 at 3:04






  • 5





    I'm voting to close this question as resolved in the comments

    – AndréC
    Jan 27 at 8:15
















1















I was wondering why my chapter name shows as "Kapitel" instead of "Chapter"



Here is the error



enter image description here



Here is my Latex code



documentclass[12pt,a4paper]{report}
usepackage{graphicx}
usepackage{caption}
usepackage{epstopdf}
usepackage{hyperref}
usepackage[linesnumbered,ruled,vlined]{algorithm2e}
usepackage{enumerate}
usepackage{enumitem}
usepackage{amsmath}
usepackage[justification=centering]{caption}
usepackage{subcaption}
usepackage{textcomp} %for apostrophe
usepackage[tmargin=1in,bmargin=1in,lmargin=1.25in,rmargin=1.25in]{geometry}
usepackage{hyperref}
usepackage{xurl}
usepackage{booktabs}
usepackage{lscape}
usepackage{tabularx}
usepackage{graphicx}
usepackage{adjustbox}
usepackage{titlesec}% Http://ctan.org/pkg/titlesec
usepackage{enumitem}
usepackage[ngerman]{babel}
usepackage[latin1]{inputenc}
usepackage{float,xcolor}
usepackage{graphicx}
usepackage{multicol}
usepackage{makeidx}
usepackage{lipsum}

begin{document}

include{c0}

end{document}









share|improve this question















closed as off-topic by AndréC, Stefan Pinnow, Kurt, TeXnician, Christian Hupfer Jan 27 at 9:41



  • This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.

If this question can be reworded to fit the rules in the help center, please edit the question.












  • 7





    usepackage[ngerman]{babel} is the cause, I think.

    – JouleV
    Jan 27 at 2:21











  • I did that but it is still the same.

    – Norman
    Jan 27 at 2:24






  • 5





    Well, in which language do you write your document? With usepackage[ngerman]{babel} you get german names for chapter etc. If you want to write in english use usepackage[english]{babel}. BTW hyperref should be called last, do not call packages twice!

    – Kurt
    Jan 27 at 2:27






  • 6





    A lot of people start by copying package lists from other people’s documents. I’d recommend against that. If removing a package doesn’t cause you an error, you probably should.

    – Davislor
    Jan 27 at 3:04






  • 5





    I'm voting to close this question as resolved in the comments

    – AndréC
    Jan 27 at 8:15














1












1








1








I was wondering why my chapter name shows as "Kapitel" instead of "Chapter"



Here is the error



enter image description here



Here is my Latex code



documentclass[12pt,a4paper]{report}
usepackage{graphicx}
usepackage{caption}
usepackage{epstopdf}
usepackage{hyperref}
usepackage[linesnumbered,ruled,vlined]{algorithm2e}
usepackage{enumerate}
usepackage{enumitem}
usepackage{amsmath}
usepackage[justification=centering]{caption}
usepackage{subcaption}
usepackage{textcomp} %for apostrophe
usepackage[tmargin=1in,bmargin=1in,lmargin=1.25in,rmargin=1.25in]{geometry}
usepackage{hyperref}
usepackage{xurl}
usepackage{booktabs}
usepackage{lscape}
usepackage{tabularx}
usepackage{graphicx}
usepackage{adjustbox}
usepackage{titlesec}% Http://ctan.org/pkg/titlesec
usepackage{enumitem}
usepackage[ngerman]{babel}
usepackage[latin1]{inputenc}
usepackage{float,xcolor}
usepackage{graphicx}
usepackage{multicol}
usepackage{makeidx}
usepackage{lipsum}

begin{document}

include{c0}

end{document}









share|improve this question
















I was wondering why my chapter name shows as "Kapitel" instead of "Chapter"



Here is the error



enter image description here



Here is my Latex code



documentclass[12pt,a4paper]{report}
usepackage{graphicx}
usepackage{caption}
usepackage{epstopdf}
usepackage{hyperref}
usepackage[linesnumbered,ruled,vlined]{algorithm2e}
usepackage{enumerate}
usepackage{enumitem}
usepackage{amsmath}
usepackage[justification=centering]{caption}
usepackage{subcaption}
usepackage{textcomp} %for apostrophe
usepackage[tmargin=1in,bmargin=1in,lmargin=1.25in,rmargin=1.25in]{geometry}
usepackage{hyperref}
usepackage{xurl}
usepackage{booktabs}
usepackage{lscape}
usepackage{tabularx}
usepackage{graphicx}
usepackage{adjustbox}
usepackage{titlesec}% Http://ctan.org/pkg/titlesec
usepackage{enumitem}
usepackage[ngerman]{babel}
usepackage[latin1]{inputenc}
usepackage{float,xcolor}
usepackage{graphicx}
usepackage{multicol}
usepackage{makeidx}
usepackage{lipsum}

begin{document}

include{c0}

end{document}






sectioning chapters






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 27 at 8:11









Christian Hupfer

149k14197392




149k14197392










asked Jan 27 at 2:19









NormanNorman

1402312




1402312




closed as off-topic by AndréC, Stefan Pinnow, Kurt, TeXnician, Christian Hupfer Jan 27 at 9:41



  • This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.

If this question can be reworded to fit the rules in the help center, please edit the question.







closed as off-topic by AndréC, Stefan Pinnow, Kurt, TeXnician, Christian Hupfer Jan 27 at 9:41



  • This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center.

If this question can be reworded to fit the rules in the help center, please edit the question.








  • 7





    usepackage[ngerman]{babel} is the cause, I think.

    – JouleV
    Jan 27 at 2:21











  • I did that but it is still the same.

    – Norman
    Jan 27 at 2:24






  • 5





    Well, in which language do you write your document? With usepackage[ngerman]{babel} you get german names for chapter etc. If you want to write in english use usepackage[english]{babel}. BTW hyperref should be called last, do not call packages twice!

    – Kurt
    Jan 27 at 2:27






  • 6





    A lot of people start by copying package lists from other people’s documents. I’d recommend against that. If removing a package doesn’t cause you an error, you probably should.

    – Davislor
    Jan 27 at 3:04






  • 5





    I'm voting to close this question as resolved in the comments

    – AndréC
    Jan 27 at 8:15














  • 7





    usepackage[ngerman]{babel} is the cause, I think.

    – JouleV
    Jan 27 at 2:21











  • I did that but it is still the same.

    – Norman
    Jan 27 at 2:24






  • 5





    Well, in which language do you write your document? With usepackage[ngerman]{babel} you get german names for chapter etc. If you want to write in english use usepackage[english]{babel}. BTW hyperref should be called last, do not call packages twice!

    – Kurt
    Jan 27 at 2:27






  • 6





    A lot of people start by copying package lists from other people’s documents. I’d recommend against that. If removing a package doesn’t cause you an error, you probably should.

    – Davislor
    Jan 27 at 3:04






  • 5





    I'm voting to close this question as resolved in the comments

    – AndréC
    Jan 27 at 8:15








7




7





usepackage[ngerman]{babel} is the cause, I think.

– JouleV
Jan 27 at 2:21





usepackage[ngerman]{babel} is the cause, I think.

– JouleV
Jan 27 at 2:21













I did that but it is still the same.

– Norman
Jan 27 at 2:24





I did that but it is still the same.

– Norman
Jan 27 at 2:24




5




5





Well, in which language do you write your document? With usepackage[ngerman]{babel} you get german names for chapter etc. If you want to write in english use usepackage[english]{babel}. BTW hyperref should be called last, do not call packages twice!

– Kurt
Jan 27 at 2:27





Well, in which language do you write your document? With usepackage[ngerman]{babel} you get german names for chapter etc. If you want to write in english use usepackage[english]{babel}. BTW hyperref should be called last, do not call packages twice!

– Kurt
Jan 27 at 2:27




6




6





A lot of people start by copying package lists from other people’s documents. I’d recommend against that. If removing a package doesn’t cause you an error, you probably should.

– Davislor
Jan 27 at 3:04





A lot of people start by copying package lists from other people’s documents. I’d recommend against that. If removing a package doesn’t cause you an error, you probably should.

– Davislor
Jan 27 at 3:04




5




5





I'm voting to close this question as resolved in the comments

– AndréC
Jan 27 at 8:15





I'm voting to close this question as resolved in the comments

– AndréC
Jan 27 at 8:15










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?