Also, on a slightly different topic, though related, is it possible to typeset an itemize list with empty square boxes instead of the default filled in square boxes?
Below is a sample code of what I currently have for question number 1.
Code: Select all
\documentclass[12pt,a4paper]{report}
\begin{document}
\chapter{The Tenth Doctor}
\section{Season 30.}
\begin{enumerate}
\item Voyage of the Damned
\item Partners in Crime
\item The Fires of Pompeii
\item The Sontaran Strategem
\item The Poison Sky
\item The Doctor's Daughter
\item The Unicorn and the Wasp
\item Silence in the Library
\item Forest of the Dead
\item Midnight
\item Turn Left
\item The Stolen Earth
\item Journey's End
\end{enumerate}
\section{Season 30B.}
\begin{enumerate}
\item The Next Doctor
\item Planet of the Dead
\item The Waters of Mars
\item The End of Time--Part I
\item The End of Time--Part II
\end{enumerate}
\end{document}
Thanks in advance for the help.
-the Doctor