由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 请教化学分子式的写法
相关主题
what is the problem?数学公式一问
a problem of page layoutHow to type a box as the end of a proof
请问tabular里面的一个格子里如何能够换行呢?谢谢!谁知道latex怎么把连着的文献用‘-’联起来
A quick question about page margin请问引用文献的一个问题
[合集] 问个latex的问题(关于fancyheader)如何用tex导入ps图片?
how to write copyleft character ???page number问题
几个关于WinEdt, MikTex, Revtex4的问题怎么设定页边距
哪位老大用过Adobe Garamond的字体库Re: LaTeX 大的分数斜线怎么打? (转载)
相关话题的讨论汇总
话题: chem话题: water话题: usepackage话题: title话题: 分子式
进入TeX版参与讨论
1 (共1页)
b******e
发帖数: 3348
1
比方说H2O2 双氧水的2怎么变小? 谢谢大虾了
b******e
发帖数: 3348
2
多谢多谢!!
T*******n
发帖数: 493
3

That will give math italic letters.
Put the following in a chem.sty file and then load it with
\usepackage{chem}:
\DeclareRobustCommand{\chem}[1]{%
\mbox{%
\m@th
\if b\expandafter\@car\f@series\@nil\boldmath\fi
\ensuremath{\mathrm{#1}}%
}%
}
\endinput
Then try this test file. Switching to boldface is done
automatically.
\documentclass{article}
\usepackage{chem}
\begin{document}
\title{Title}
\author{A. U. Thor}
\maketitle
\tableofcontents
\section{Water is \chem{H_2O}}
Water is
1 (共1页)
进入TeX版参与讨论
相关主题
Re: LaTeX 大的分数斜线怎么打? (转载)[合集] 问个latex的问题(关于fancyheader)
beamer里面的字是白色的?how to write copyleft character ???
紧急求助,标题空白无法设置几个关于WinEdt, MikTex, Revtex4的问题
请问怎么把两幅图并排放?用不同的标题?哪位老大用过Adobe Garamond的字体库
what is the problem?数学公式一问
a problem of page layoutHow to type a box as the end of a proof
请问tabular里面的一个格子里如何能够换行呢?谢谢!谁知道latex怎么把连着的文献用‘-’联起来
A quick question about page margin请问引用文献的一个问题
相关话题的讨论汇总
话题: chem话题: water话题: usepackage话题: title话题: 分子式