LaTeX常见问题整理

LaTeX常见问题整理

本文为laTeX使用过程中的常见问题整理,将持续更新。
  1. 在LaTeX公式中,如果我们希望加入文字,同时保留空格的效果;
    则在$$内使用\text{},在{}内添加文字即可。 如:
    $ \text {These matrics are all } 32 \times 32. $

     These matrics are all  32 × 32. \text { These matrics are all } 32 \times 32.  These matrics are all 32×32.

  2. LaTeX中乘法符号最好不要用X表示,用\time更专业。

  3. LaTeX中表示分数:\frac{2}{3}, 2 3 \frac{2}{3} 32.

你可能感兴趣的:(editor,LaTeX)