[texhax] Place introduction into TOC without adding a chapter number

David Niklas doark at mail.com
Wed May 25 04:31:53 CEST 2016


Hello,
I started writing a book with latex and wanted to include the
introduction in the TOC without giving it a chapter heading and number.
The current code looks much like this:

\documentclass[12pt,letter,draft]{book}
\begin{document}
\frontmatter
\title{Foo book}
\author{me}
\maketitle
\tableofcontents
\newpage
\thispagestyle{empty}
\mainmatter
\chapter*{Introduction}
Hello World!

\end{document}


Thanks, David


More information about the texhax mailing list