![Добавить номер раздела к нумерованному easylist](https://rvso.com/image/472692/%D0%94%D0%BE%D0%B1%D0%B0%D0%B2%D0%B8%D1%82%D1%8C%20%D0%BD%D0%BE%D0%BC%D0%B5%D1%80%20%D1%80%D0%B0%D0%B7%D0%B4%D0%B5%D0%BB%D0%B0%20%D0%BA%20%D0%BD%D1%83%D0%BC%D0%B5%D1%80%D0%BE%D0%B2%D0%B0%D0%BD%D0%BD%D0%BE%D0%BC%D1%83%20easylist%20.png)
Есть ли способ добавить номер раздела в начало нумерованного списка Easylist?
я нашелэтотссылка, но, похоже, она добавляет ее в пронумерованный список.
Спасибо!
решение1
Чтение руководства предполагает 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}