將節號加入編號的 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}

在此輸入影像描述

相關內容