发布时间:2009-11-24 09:42:26
文章类别:参考文献
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100g5la.html

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

代码演示效果图:
LaTeX技巧91:制作参考文献编号样式的公式编号代码如下:
\documentclass{article}
\usepackage{amsmath}
\setlength\textwidth{181.0pt}

\makeatletter
\def\tagform@#1{\maketag@@@{\ignorespaces[#1]\unskip\@@italiccorr}}
\makeatother


\begin{document}
\section{Test}
\begin{equation}\label{eq:1}
a+b=c
\end{equation}
This is a equation's example.please see \eqref{eq:1}.
\end{document}

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部