发布时间:2009-12-17 22:23:25
文章类别:小技巧
原文地址:http://blog.sina.com.cn/s/blog_5e16f1770100ggxo.html
QQ群:91940767/145316219/141877998/80300084/194770436
淘宝店:http://latexstudio.taobao.com
技巧续篇:http://latexstudio.net/
常见数学公式问题集下载
方法一,$^{\circ}$C
方法二,加载宏包\usepackage{textcomp},使用命令\textcelsius即可。缺陷是这个命令在数学环境中无效
方法三,\def\celsius{\ensuremath{^\circ\hspace{-0.09em}\mathrm{C}}},该命令数学模式和非数学模式均可使用。解决方案:
千分之: \textperthousand (要加载宏包\usepackage{textcomp})
效果图:
演示代码:
摄氏度: $^\circ$C \par
千分之: \textperthousand
发表评论 取消回复