I am using version Version 1.3 (21/8/13).
When I try to compile with the instructions provided in the template:
pdflatex main
makeindex main.idx -s StyleInd.ist
biber main
pdflatex main
pdflatex main
Everything goes fine. However, if I remove all the temporary files, i.e., I only have the following files in my directory:
-
bibliography.bib
-
main.tex
-
structure.tex
- Pictures (folder)
and I remove all the
\begin
sections from the chapter 1, i.e., I remove the next lines from main.tex:
Code: Select all
\begin{enumerate}
\item The first item
\item The second item
\item The third item
\end{enumerate}
\subsection{Bullet Points}\index{Lists!Bullet Points}
\begin{itemize}
\item The first item
\item The second item
\item The third item
\end{itemize}
\subsection{Descriptions and Definitions}\index{Lists!Descriptions and Definitions}
\begin{description}
\item[Name] Description
\item[Word] Definition
\item[Comment] Elaboration
\end{description}
\begin
inside a chapter. The problem seems to be in the CHAPTER HEADINGS section at the end of the structure.tex
file. It seems that a \begin
containing at least one \item
is needed.The error is transcribed below:
Code: Select all
! LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.155 \chapter{In-text Elements}
? H
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.