关于带圈数字的实现前文已经讲了几个方案,参看:LaTeX技巧700。这里介绍的是韩国用户提供的方案如下: 其在memior类下,定义了该包,在其他类中使用可能会有错误,请知。 使用代码如下:

\documentclass{memoir}
\usepackage{fontspec}
\usepackage{enumitem}
\usepackage{hzmisc}
\newfontfamily\wrapnumfamily[CharacterWidth=Half,LetterSpace=-5.0]{Myriad Pro}
\setwrapnum{type=circle,base=33,color=white,font=\wrapnumfamily\footnotesize,wrapspace=0pt,raise=-.35ex}

\begin{document}
\thispagestyle{empty}
This is number \wrapnum{12}.
\begin{enumerate}[label=\protect\wrapnum{\arabic*}]
\item I
\item am
\item happy
\item to
\item join
\item with
\item you
\item today
\item in
\item what
\item will
\item go
\item down
\item in
\item history
\item as
\item the
\item greatest
\item demonstration
\item for
\item freedom
\item in
\item the
\item history
\item of
\item our
\item nation.
\end{enumerate}
\end{document}
circed-number

全部代码下载

list-circednumbered.zip 选自:http://www.ktug.org/xe/index.php?document_srl=178885

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部