Syntax highlighting in MS Word document(MS Word 文档中的语法高亮)
问题描述
我想在 Microsoft Word 文档中插入一些 C/C++ 源代码.我从源文件中复制代码并粘贴到 Word 中没有问题.我可以做固定宽度.但是,在 Word 中,我看到的是黑白格式的代码;当我进入源代码编辑器(对我来说,gvim)时,我松开了语法突出显示.所以,我的问题是,有没有办法在 MS Word 中对 C/C++ 源代码进行语法高亮显示?
I want to insert some C/C++ source code into a Microsoft Word document. I have no problem in copying the code from source file and pasting into Word. I can do fixed-width. But, in Word, I see the code in black-and-white format; I loose the syntax highlighting as I get in the source code editor (for me, gvim). So, my question is, is there any way to do syntax highlighting of C/C++ source code in MS Word?
推荐答案
我找到了 Notepad++也可以将代码复制为 .rtf 文件.插件/NppExport/将 RTF 复制到剪贴板,然后您可以将它们粘贴到带有突出显示和布局的 word 中.
I found Notepad++ also can copy the code as .rtf file. Plugin/NppExport/Copy RTF to Clipboard, Then you can paste them into word with highlight and layout.
这篇关于MS Word 文档中的语法高亮的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:MS Word 文档中的语法高亮


- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 如何对自定义类的向量使用std::find()? 2022-11-07
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 从python回调到c++的选项 2022-11-16
- 静态初始化顺序失败 2022-01-01
- C++ 协变模板 2021-01-01
- 近似搜索的工作原理 2021-01-01
- STL 中有 dereference_iterator 吗? 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01