I have the following list. Everything goes fine, but I have to delete the dots at the end of the enumeration (i. e. it should appear 1 / 1.1 / 2 / 2.1 / 2.1.1 and so on). I know I have to work with \theenumi, but I do not know where to put it so that it works.
My code looks like as follows:
Code: Select all
\documentclass[12pt,%% draft,%twoside,%BCOR10mm,%bib=totoc,toc=listof,numbers=noenddot]{scrreprt}\usepackage[T1]{fontenc}\usepackage[utf8]{inputenc}\usepackage[spanish,ngerman,catalan,english]{babel}\usepackage{color}\usepackage{natbib}\usepackage{paralist}\usepackage{enumitem}\usepackage{enumitem}\renewcommand{\labelenumi}{\theenumi}\begin{document}\begin{enumerate}\item First\begin{enumerate}[label*=\arabic*.]\item\item\item\item\item\item\item\item\item
Best regards,
Marie