there's a formatting problem with the enumerate function for which I need some help.
The code is:
Code: Select all
\documentclass{report}
\usepackage{german}
\begin{document}
\chapter{Chapter 1}
\section{Section 1}
\begin{enumerate}
\item eins
\begin{enumerate}
\item eins punkt eins
\item eins punkt zwei
\end{enumerate}
\item zwei
\item drei: Hier ist auch der Verweis auf \ref{1K}
\end{enumerate}
\end{document}
enumerate
function doesn't stick to the virtual left orientation but puts some space on the left side of the "(a)" and "(b)" counter. Is there a way to correct that format?Thanks for your help,
Uwe