English 中文(简体)
微软Word是否有一个嵌入式视线器?
原标题:Is there an embedded visual (PHP) parser for Microsoft Word?

I am writing about code that I have written for documentation, mainly in PHP. I also have other languages that I will write about but I am wondering what the easiest way to display code within a word document. I could just import a print screen of a Notepad++ document but I would like an easy way to include code into Microsoft Word without having to print screen it every time I want to make a change. I am looking for something that will allow me to edit the code within word, but obviously not be functional. I would like there to be some sort of visual parsing so that similarly to Notepad++ it is more readable.

最佳回答

无需在附注pad++中打印屏幕。 你们可以出口/复制作为区域工作队的文本,并保留突出和编排格式的辛金。

目前,我不会坐在我的个人电脑上,但这个选择要么放在文本上,要么放在文字上。

工作非常出色。

Edit:

http://cloud.addictivetips.com/wp-content/uploads/ 28/12/Greenshot-image-editor_2011-12-28_17-42-41.png” rel=“nofollow noreferer”>“在座标的形象说明”/

这一菜单、报章复印机和剪辑,你可以 past成言。

问题回答

相反,你不能用文字记录你的代码,而是可以检查一个叫做“快乐”的文件标记语言。

它可以方便地记录法典(和数学),而且确实有良好的编制科学报告的工具。

http://www.latex-project.org/

这里是关于它如何运作的基本指导:

(这部电影解释了基本原理)





相关问题
Parse players currently in lobby

I m attempting to write a bash script to parse out the following log file and give me a list of CURRENT players in the room (so ignoring players that left, but including players that may have rejoined)...

How to get instance from string in C#?

Is it possible to get the property of a class from string and then set a value? Example: string s = "label1.text"; string value = "new value"; label1.text = value; <--and some code that makes ...

XML DOM parsing br tag

I need to parse a xml string to obtain the xml DOM, the problem I m facing is with the self closing html tag like <br /> giving me the error of Tag mismatch expected </br>. I m aware this ...

Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

Locating specific string and capturing data following it

I built a site a long time ago and now I want to place the data into a database without copying and pasting the 400+ pages that it has grown to so that I can make the site database driven. My site ...

热门标签