上面的摄氏度符号是输入法打出来的,下面的摄氏度符号是$\rm kJkg^{-1}{^{\circ}}C^{-1}$这个,这两个符号的区别:一个是文字,一个是数学符号,还要上面的比下面的这个小,请问有什么办法在公式里将下面的摄氏度符号替换为上面的. 还有一个问题是两个符号间的点乘\cdot,如何将蓝色线上符号的间距缩小。
提问于:
浏览数:
4240
3 回答
2
<p>我不知道你为什么要用这种奇奇怪怪的方法。</p><p>1、输入法的摄氏度完全没有问题。</p><p>2、这种符号有很多宏包支持,gensymb 也好,siunitx 也好,命令\celsius 显然比那一堆宏用起来更方便。</p><pre class="brush:plain;toolbar:false">\documentclass{article}
\usepackage[version-1-compatibility]{siunitx}
\begin{document}
\begin{tabular}{cc}
\hline
\celsius\ & \si{\celsius} \\
\si{\kilo\joule\per\kilogram\per\celsius}&\si{kJ\cdot kg^{-1}\celsius^{-1}}\\
\si{\cubic\meter\per\hour} &\si{m^{-3}\cdot h^{-1}} \\
\si{\meter\per\second} &\si{m\cdot s^{-1}} \\
\hline
\end{tabular}
\end{document}</pre><p>表格第一列是推荐使用的,第二列有的间距不合适。</p>
-
非常感谢! – 时光流逝 2019-09-23 08:57 回复
0
<p></p><p>请提供WME!</p><p>\documentclass{ctexart}</p><p><br/></p><p>\begin{document}</p><p> \begin{tabular}{c}</p><p> \hline</p><p> ℃\\</p><p> $\rm kJkg^{-1}{^{℃}}^{-1}$\\ % 直接写进去(不推荐)</p><p> $\rm m^{3}\cdot h^{-1}$\\</p><p> $\rm m\!\cdot \!s^{-1}$\\ % 用\!</p><p> \hline</p><p> \end{tabular}</p><p>\end{document}</p><p></p>
0
<p></p><p>请问,您提问之前为什么不读文档,不用搜索引擎</p><p>请问,您提问之前为什么不读文档,不用搜索引擎</p><p>请问,您提问之前为什么不读文档,不用搜索引擎</p><p><img src="/data/ueditor/php/upload/image/20190830/1567172509364113.png" title="1567172509364113.png" alt="image.png"/></p><p><br/></p><p><img src="/data/ueditor/php/upload/image/20190830/1567173429420710.png" title="1567173429420710.png" alt="image.png"/></p><p></p>
你的回答
请登录后回答
你的回答将会帮助更多人,请务必认真回答问题。