
This picture shows my actual chapter design. It contains the Norwegian text "Kapittel" for chapter, and I want to get rid of it. How can I do this?

This picture shows my actual chapter design. It contains the Norwegian text "Kapittel" for chapter, and I want to get rid of it. How can I do this?
You can use the titlesec package to tweak this page and remove "Chapter 1".
With a litle sample inspired from page 23 of titlesec documentation
\documentclass[a4paper]{report}
\usepackage{titlesec}
\titleformat{\chapter}[display]{\normalfont\huge\bfseries}{}{20pt}{\Huge}
\begin{document}
\chapter{My chapter title}
some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text. some text.
\end{document}
Kapitel.
– Andrew Swann
Nov 12 '13 at 08:06
\titleformat{\chapter}[display]{\normalfont\huge\bfseries}{}{0pt}{\thechapter \quad \Huge} does the trick for me
– stats-hb
Apr 27 '16 at 14:23
\documentclassare you using? – Torbjørn T. Nov 08 '13 at 13:19babeland/orpolyglossia. – Mico Nov 08 '13 at 13:21