在 OpenOffice.org 演示文稿中嵌入源代码的最佳方法?
创建包含源代码片段的 (Impress) 演示文稿时,将这些代码片段包含在演示文稿中的最佳方式是什么? 如果可能的话,我希望它们使用固定宽度的字体和适当的语法着色来呈现。
一个明显的答案是嵌入代码编辑器中的屏幕截图,但这在具有不同屏幕分辨率的投影仪上显示演示文稿时会导致问题。 也许可以创建一个可以正确缩放的矢量图形图像,甚至可以使用一些宏渲染代码以提供正确的格式和着色? 是否存在以这种方式处理源代码的工具?
When creating (Impress) presentations containing source code snippets, what is the best way of including these snippets in the presentation? If possible, I would like them to be rendered with a fixed-width font and appropriate syntax coloring.
An obvious answer would be to embed a screen captures from a code editor, but this causes problems when showing the presentation on projectors with varying screen resolutions. Maybe it's possible to create a vector graphics image that will scale properly, or even render the code with some macros to provide proper formatting and coloring instead? Do any tools for processing source code in this way exist?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不确定 Open Office 是如何工作的,但我想它能够渲染 HTML。 如果我想将一些源代码复制到博客文章中,我通常会找到一个允许我将源代码复制为 HTML 的工具。 我怀疑这也适用于 Open Office。
我认为这是我在 Visual Studio 中使用的。
Not sure how Open Office works but I'd imagine it's capable of rendering HTML. If I wish to copy some source code to a blog post, I usually find a tool that allows me to copy the source code as HTML. I suspect this would also work for Open Office.
I think this is what I use for Visual Studio.