I was wondering if you could help me with this problem. I want to have less space between the lines of an
{enumerate}
environment.Here is my minimal example:
Code: Select all
\documentclass[
12pt,%
% draft,%
twoside,%
BCOR10mm,%
% bibtotocnumbered,% <= obsolete
bib=totoc, % <= recommended
toc=listof,
toc=bibliography,
numbers=noenddot
]{scrreprt}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[english,ngerman,catalan,spanish]{babel}
\begin{document}
\begin{enumerate}[label={\alph*},nolistsep]
\item First Item
\item Second Item
\item Third Item
\end{enumerate}\vspace*{-\baselineskip}
\end{document}
Code: Select all
ERROR: Missing number, treated as zero.
--- TeX said ---
<to be read again>
\c@*
l.23 \begin{enumerate}[label={\alph*
},nolistsep]
--- HELP ---
This is usually caused by a LaTeX command expecting but not finding
either a number or a length as an argument. You may have omitted an
argument, or a square bracket in the text may have been mistaken for
the beginning of an optional argument. This error is also caused by
putting \protect in front of either a length command or a command such
as \value that produces a number.
Regards,
Marie