我确实有一个自定义的示例环境,现在我需要一个目录,我不知道该怎么做。这是我的环境
\newcounter{example}
\renewcommand{\theexample}{\thesection.\arabic{example}}
\usepackage{multicol}
\mdfdefinestyle{example}{%
linecolor=black,
outerlinewidth=1pt,
bottomline=true,
leftline=false,rightline=false,
skipabove=\baselineskip,
skipbelow=\baselineskip,
frametitle=\mbox{},
}
\newmdenv[%
style=example,
settings={\global\refstepcounter{example}},
frametitlefont={\bfseries Exemple~\theexample\quad},
]{example}
谢谢。