\titleformat
everything works fine, but when I include the \titleformat
I get the following error:Runaway argument?
! Paragraph ended before \ttl@format@ii was complete.
<to be read again>
\par
Code: Select all
\documentclass[11pt,a4paper]{book}
\usepackage{titlesec}
\usepackage[utf8]{inputenc}
\titleformat{\chapter}{\Large \bfseries}
%Begin the document
%==================
\begin{document}
\chapter{Test titel}
Some text here.
\end{document}