Abschnittsnummer der nummerierten Easylist voranstellen

Abschnittsnummer der nummerierten Easylist voranstellen

Gibt es eine Möglichkeit, einer nummerierten Easylist-Liste die Abschnittsnummer voranzustellen?

ich fandDasLink, aber es scheint, als würde es einer aufgezählten Liste hinzugefügt.

Danke!

Antwort1

Das Lesen des Handbuchs legt nahe Style*:

\documentclass{article}
\usepackage[at]{easylist}

\ListProperties(Style*=\thesection.)

\begin{document}

\section{First}

\begin{easylist}
@ First proposition.
@@ Interesting comment.
@@@ A note on the comment.
@@@ Another note.
@@@@ By the way...
@@@@@ This is a subsub...-proposition.
@ Let’s start something new...
\end{easylist}

\section{Second}

\begin{easylist}
@ First proposition.
@@ Interesting comment.
@@@ A note on the comment.
@@@ Another note.
@@@@ By the way...
@@@@@ This is a subsub...-proposition.
@ Let’s start something new...
\end{easylist}

\end{document}

Bildbeschreibung hier eingeben

verwandte Informationen