如何写“C”在乳胶中
如何在 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
此类情况的标准解决方案是逐字记录:
The standard solution for cases like this is to use verbatim:
我一直在使用下面的代码在我的硕士论文中排版一个漂亮的 C++。该代码已从 德语论坛。您应该能够将所有代码复制粘贴到新的 .tex-文档中,然后为您选择相关的内容...
I've been using the code below to typset a nice looking C++ in my Master-Thesis. The code has been copied verbatim from a german forum. You should be able to just copy-paste all the code in a new .tex-document and pick the relevant stuff for you...
您可以尝试使用打字机字体。
You could try and use a typewriter font.
我发现以下给出了很好的结果:
I've found that the following gives good results:
这就是我很久以前使用的:
像
\Cpp
一样使用(需要xspace
包)。但正如你所说,它并不美丽。This is what I used loooong time ago:
to be used like
\Cpp
(needsxspace
package). But as you said, it is not really beautiful.对于 tex 网站上的同一问题,这个答案给出了我认为是一个很好的解决方法。
This answer, for the same question on the tex site, gives what I find to be a good looking way to this.
包 中有一个
\cpluspluslogo
命令“'+'符号正确定位” texlogos。关于 TeX - LaTeX Stack Exchange 的其他讨论:< em>排版“C++”(cplusplus)的最佳方式?。
There is a
\cpluspluslogo
command "with the ‘+’ signs properly positioned" in the package texlogos.An other discussion on TeX - LaTeX Stack Exchange: Prettiest way to typeset “C++” (cplusplus)?.