I know that I can use
\chapter*{Title}
in order to have a chapter with no number. I was wondering if it is possible to do the same using the following?
\begin{chapter}{Title}
% Chapter content
\end{chapter}
I know that I can use
\chapter*{Title}
in order to have a chapter with no number. I was wondering if it is possible to do the same using the following?
\begin{chapter}{Title}
% Chapter content
\end{chapter}
\foowith\begin{foo}...\end{foo}, since the\endfoocommand is implicitly definef if\newcommand{\foo}{...}is used. – Mar 24 '15 at 18:03chapteris no environment ;-) – Mar 24 '15 at 18:06\begin{chapter}*{Title}– David Carlisle Mar 24 '15 at 18:06\begin{chapter}{Title}, the correct way is\chapter{Title}. Using an environment adds nothing – egreg Mar 24 '15 at 18:16\begin{section}…\end{section}in LaTeX? – Werner Mar 24 '15 at 19:01