发布时间:2009-11-24 13:10:19
文章类别:列举lists
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100g5o0.html

QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载

效果图:
LaTeX技巧94:建立特殊图标编号的列表
演示代码:
\documentclass{article}
\usepackage{times}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{159.0pt}
\usepackage{pifont}
\renewcommand\labelitemi{\ding{43}}
\begin{document}
\begin{itemize}
\item Text of the first item in the list.
\item Text of the first sentence in the second
item of the list. And the second sentence.
\end{itemize}
\end{document}


点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部