![番号付き easylist にセクション番号を付加する](https://rvso.com/image/472692/%E7%95%AA%E5%8F%B7%E4%BB%98%E3%81%8D%20easylist%20%E3%81%AB%E3%82%BB%E3%82%AF%E3%82%B7%E3%83%A7%E3%83%B3%E7%95%AA%E5%8F%B7%E3%82%92%E4%BB%98%E5%8A%A0%E3%81%99%E3%82%8B%20.png)
答え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}