to the point: I want to get a list of only the heading from the enumerate list.
I have this:
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage{setspace}
\singlespacing
\title{TITLE}
\author{}
\date{}
\begin{document}
\maketitle
\begin{enumerate}
\item \textbf{first entry}\\
text \\
text\\
text\\
text\\
\item \textbf{second entry}\\
text \\
text \\
text \\
text \\
\end{enumerate}
\end{document}
1. \textbf{first entry}
2. \textbf{second entry}
Is that possible?
Many thanks again in advance!
Christina