<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Displaying Code in LaTeX</title>
	<atom:link href="http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/</link>
	<description>I'm a biologist not a...</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:58:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: godfrey</title>
		<link>http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/comment-page-1/#comment-154642</link>
		<dc:creator>godfrey</dc:creator>
		<pubDate>Tue, 19 Jan 2010 20:37:55 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=437#comment-154642</guid>
		<description>I installed MiTeX and I have neve used TeX or LaTeX before. How do I get it to run in Windows 7? Specifically, after I write a test program, what cooand do I give to execute the file,and where can I find that command on the window or otherwis. Thanks</description>
		<content:encoded><![CDATA[<p>I installed MiTeX and I have neve used TeX or LaTeX before. How do I get it to run in Windows 7? Specifically, after I write a test program, what cooand do I give to execute the file,and where can I find that command on the window or otherwis. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Emmerich</title>
		<link>http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/comment-page-1/#comment-149212</link>
		<dc:creator>Roy Emmerich</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:16:33 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=437#comment-149212</guid>
		<description>Many thanks for this very useful post.

However I thought I&#039;d add a few things for others who may be in need. I wanted to include the pygmentized latex as a sub-document in lyx using a tex block with the following inside:

\input{./pygmentized_source_file.tex}

to do this you must first run the command above using the -O full flag. Then copy and paste all the commands (e.g. \newcommand\PYaL[1]{\textcolor[rgb]{0.00,0.00,1.00}{#1}}) from the the resultant tex file into the Latex preamble section (Documents -&gt; Settings -&gt; Latex Preamble) and then re-run the the pygmentize command without the -O flag.

Now that lyx knows what all those new commands mean you should be able to merrily hit the pdflatex button and all should work just fine.</description>
		<content:encoded><![CDATA[<p>Many thanks for this very useful post.</p>
<p>However I thought I&#8217;d add a few things for others who may be in need. I wanted to include the pygmentized latex as a sub-document in lyx using a tex block with the following inside:</p>
<p>\input{./pygmentized_source_file.tex}</p>
<p>to do this you must first run the command above using the -O full flag. Then copy and paste all the commands (e.g. \newcommand\PYaL[1]{\textcolor[rgb]{0.00,0.00,1.00}{#1}}) from the the resultant tex file into the Latex preamble section (Documents -&gt; Settings -&gt; Latex Preamble) and then re-run the the pygmentize command without the -O flag.</p>
<p>Now that lyx knows what all those new commands mean you should be able to merrily hit the pdflatex button and all should work just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Gavaletz</title>
		<link>http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/comment-page-1/#comment-148633</link>
		<dc:creator>Eric Gavaletz</dc:creator>
		<pubDate>Thu, 19 Nov 2009 16:42:01 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=437#comment-148633</guid>
		<description>Thanks for this, I am glad you were the first hit on google.  Oh, and the blog title &quot;Dammit Jim!&quot; is by far the best blog title I have ever come across.</description>
		<content:encoded><![CDATA[<p>Thanks for this, I am glad you were the first hit on google.  Oh, and the blog title &#8220;Dammit Jim!&#8221; is by far the best blog title I have ever come across.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lorenzo</title>
		<link>http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/comment-page-1/#comment-130784</link>
		<dc:creator>Lorenzo</dc:creator>
		<pubDate>Sun, 26 Apr 2009 17:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=437#comment-130784</guid>
		<description>Thank you very much !
After a couple of hours trying to solve this problem I&#039;ve been found your web page. Great !!!!

TNX again,
Lorenzo</description>
		<content:encoded><![CDATA[<p>Thank you very much !<br />
After a couple of hours trying to solve this problem I&#8217;ve been found your web page. Great !!!!</p>
<p>TNX again,<br />
Lorenzo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScottS-M</title>
		<link>http://scott.sherrillmix.com/blog/programmer/displaying-code-in-latex/comment-page-1/#comment-130718</link>
		<dc:creator>ScottS-M</dc:creator>
		<pubDate>Sat, 25 Apr 2009 20:25:54 +0000</pubDate>
		<guid isPermaLink="false">http://scott.sherrillmix.com/blog/?p=437#comment-130718</guid>
		<description>@rkoopman 
Good suggestion. That&#039;s a useful package too, especially for long bits of code.</description>
		<content:encoded><![CDATA[<p>@rkoopman<br />
Good suggestion. That&#8217;s a useful package too, especially for long bits of code.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
