번호가 매겨진 easylist 앞에 섹션 번호 추가

번호가 매겨진 easylist 앞에 섹션 번호 추가

번호가 매겨진 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}

여기에 이미지 설명을 입력하세요

관련 정보