如何在LaTeX中编写“C ++”(How to write “C++” in LaTeX)

如何在LaTeX中编写“C ++”,使输出看起来不错。 例如C$++$看起来不太好:加号太大,空间太大。

How can I write "C++" in LaTeX so that the output looks nice. For example C$++$ doesn't look good: the plus signs are too big and there is too much space.

最满意答案

这种情况的标准解决方案是逐字逐句:

\verb!C++!

The standard solution for cases like this is to use verbatim:

\verb!C++!如何在LaTeX中编写“C ++”(How to write “C++” in LaTeX)

如何在LaTeX中编写“C ++”,使输出看起来不错。 例如C$++$看起来不太好:加号太大,空间太大。

How can I write "C++" in LaTeX so that the output looks nice. For example C$++$ doesn't look good: the plus signs are too big and there is too much space.

最满意答案

这种情况的标准解决方案是逐字逐句:

\verb!C++!

The standard solution for cases like this is to use verbatim:

\verb!C++!