How To Format A Block of Code Within a Presentation? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-23T00:44:30Z http://stackoverflow.com/feeds/question/281025 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/281025/how-to-format-a-block-of-code-within-a-presentation 2 How To Format A Block of Code Within a Presentation? Noah Goodrich 2008-11-11T14:31:51Z 2008-11-12T03:27:01Z <p>I am preparing a presentation using Google Docs Presentation though I can also work on the presenation within Open Office that will include code snippets. </p> <p>Is there any easy way to perform basic syntax highlighting on the code snippets with either Google Docs or Open Office Presenter?</p> <p><b>Edit:</b> Since I believe that I can find a way to embed HTML any tools that can perform syntax highlighting on HTML would also be welcome suggestions.</p> http://stackoverflow.com/questions/281025/how-to-format-a-block-of-code-within-a-presentation/281032#281032 1 Answer by vfilby for How To Format A Block of Code Within a Presentation? vfilby 2008-11-11T14:34:58Z 2008-11-11T14:34:58Z <p>Just a few suggestions:</p> <ul> <li>Screenshots might be an easy way, but you'll have to make sure the code in the image is big enough and clear enough to read. (not the whole screenshot, just the relevant part)</li> <li>If you can embed html then there are lots of tools to generate syntax highlighted html.</li> </ul> http://stackoverflow.com/questions/281025/how-to-format-a-block-of-code-within-a-presentation/281071#281071 1 Answer by robintw for How To Format A Block of Code Within a Presentation? robintw 2008-11-11T14:47:38Z 2008-11-11T14:47:38Z <p><a href="http://www.tohtml.com/" rel="nofollow">http://www.tohtml.com/</a> created syntax highlighted HTML code for lots of languages. It might be what you're looking for.</p> http://stackoverflow.com/questions/281025/how-to-format-a-block-of-code-within-a-presentation/281713#281713 0 Answer by robintw for How To Format A Block of Code Within a Presentation? robintw 2008-11-11T18:14:24Z 2008-11-11T18:14:24Z <p>If you write your code in emacs then you might be interested in the <a href="http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el" rel="nofollow">htmlize</a> elisp package.</p> http://stackoverflow.com/questions/281025/how-to-format-a-block-of-code-within-a-presentation/282925#282925 1 Answer by Dan Herbert for How To Format A Block of Code Within a Presentation? Dan Herbert 2008-11-12T03:27:01Z 2008-11-12T03:27:01Z <p>If you're using Visual Studio (this might work in Eclipse also, but I never tried) and you copy &amp; paste into Microsoft Word (or any other microsoft product) it will paste the code in whatever color your IDE had. Then you just need to copy the text out of word and into your desired application and it will paste as rich text.</p> <p>I've only seen this work across Visual Studio to other Microsoft products though so I don't know if it will be any help.</p>