<?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: Making LY X Produce Decent Hyperlinked
    HTML &amp; PDF Files</title>
	<atom:link href="http://www.goland.org/lyx/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goland.org/lyx/</link>
	<description>Technology, Politics, Food, Finance, etc.</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:51:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Latex and Math In WP &#171; BUmath</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-336160</link>
		<dc:creator>Latex and Math In WP &#171; BUmath</dc:creator>
		<pubDate>Mon, 11 Jan 2010 05:36:44 +0000</pubDate>
		<guid isPermaLink="false">#comment-336160</guid>
		<description>[...] Making LY X Produce Decent Hyperlinked HTML &amp; PDF Files   Categories: General  Jan10 [...]</description>
		<content:encoded><![CDATA[<p>[...] Making LY X Produce Decent Hyperlinked HTML &amp; PDF Files   Categories: General  Jan10 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-169364</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 08 Aug 2007 05:02:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-169364</guid>
		<description>The mess in my comment was due to the fact that the commenting system in Wordpress uses completely different escaping rules than the posts do. So I went in and manually edited the comment to use proper escaping. But I don&#039;t believe you will find similar problems in any of my blog entries.

I also cleaned up a bunch of other annoying problems. For example, Wordpress likes to drop &quot;\&quot; when you upload articles to SQL and there is a bug in Wordpress that if you have a &lt;br&gt;&lt;/br&gt; in a &lt;pre&gt; then it turns the &lt;br&gt;&lt;/br&gt; into &lt;/br&gt; which caused a lot of formating errors. Both are now fixed.

As for the screwed up nav menu, I&#039;m too wimpy to take that one on. That is a bug in the theme I&#039;m using and the code for the theme is more complex than my brain can grok. So for now I&#039;ll just have to live with it. Some day I&#039;ll probably just switch themes.</description>
		<content:encoded><![CDATA[<p>The mess in my comment was due to the fact that the commenting system in WordPress uses completely different escaping rules than the posts do. So I went in and manually edited the comment to use proper escaping. But I don&#8217;t believe you will find similar problems in any of my blog entries.</p>
<p>I also cleaned up a bunch of other annoying problems. For example, WordPress likes to drop &#8220;\&#8221; when you upload articles to SQL and there is a bug in WordPress that if you have a &lt;br>&lt;/br> in a &lt;pre> then it turns the &lt;br>&lt;/br> into &lt;/br> which caused a lot of formating errors. Both are now fixed.</p>
<p>As for the screwed up nav menu, I&#8217;m too wimpy to take that one on. That is a bug in the theme I&#8217;m using and the code for the theme is more complex than my brain can grok. So for now I&#8217;ll just have to live with it. Some day I&#8217;ll probably just switch themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Turner</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-169084</link>
		<dc:creator>Carl Turner</dc:creator>
		<pubDate>Mon, 06 Aug 2007 11:13:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-169084</guid>
		<description>You also forgot to use &quot;&lt;&quot; / &quot;&gt;&quot; for &lt; and &gt;! Irritating, isn&#039;t it? And yes, there is an improvement! The nav menu on the side&#039;s still wonky though - as I mentioned above, the &lt;li&gt; tags appear to have no &lt;ul&gt;</description>
		<content:encoded><![CDATA[<p>You also forgot to use &#8220;&amp;lt;&#8221; / &#8220;&amp;gt;&#8221; for &lt; and &gt;! Irritating, isn&#8217;t it? And yes, there is an improvement! The nav menu on the side&#8217;s still wonky though &#8211; as I mentioned above, the &lt;li&gt; tags appear to have no &lt;ul&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-169058</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Mon, 06 Aug 2007 05:40:18 +0000</pubDate>
		<guid isPermaLink="false">#comment-169058</guid>
		<description>So the bug in my blog was in some code I wrote to output HTML. The code translates from XML and it was outputting tags with no child as &lt;foo/&gt; instead of &lt;foo&gt;&lt;/foo&gt;. 

In XML &lt;foo/&gt; == &lt;foo&gt;&lt;/foo&gt; but HTML processors treat the anchor tag in particular differently. They see &lt;a/&gt; == &lt;a&gt;. In other words they don&#039;t honor the closing / and just see an open anchor. That&#039;s what caused all the ugliness. 

I fixed the code so I now always output the &lt;foo&gt;&lt;/foo&gt; form and that seems to have fixed things.</description>
		<content:encoded><![CDATA[<p>So the bug in my blog was in some code I wrote to output HTML. The code translates from XML and it was outputting tags with no child as &lt;foo/> instead of &lt;foo>&lt;/foo>. </p>
<p>In XML &lt;foo/> == &lt;foo>&lt;/foo> but HTML processors treat the anchor tag in particular differently. They see &lt;a/> == &lt;a>. In other words they don&#8217;t honor the closing / and just see an open anchor. That&#8217;s what caused all the ugliness. </p>
<p>I fixed the code so I now always output the &lt;foo>&lt;/foo> form and that seems to have fixed things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-165007</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Wed, 11 Jul 2007 04:40:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-165007</guid>
		<description>Carl - The problem started when I fixed another bug in the software that runs my blog. I just haven&#039;t had time yet to find out where the new bug was introduced and fix it. :(</description>
		<content:encoded><![CDATA[<p>Carl &#8211; The problem started when I fixed another bug in the software that runs my blog. I just haven&#8217;t had time yet to find out where the new bug was introduced and fix it. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Turner</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-163377</link>
		<dc:creator>Carl Turner</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:50:04 +0000</pubDate>
		<guid isPermaLink="false">#comment-163377</guid>
		<description>Oh s**t :D sorry, I typed the tags with the &lt;&gt; bits... damn. Anyway, the point is that the &lt;li&gt;&#039;s aren&#039;t in a &lt;ul&gt;.</description>
		<content:encoded><![CDATA[<p>Oh s**t :D sorry, I typed the tags with the &lt;&gt; bits&#8230; damn. Anyway, the point is that the &lt;li&gt;&#8217;s aren&#8217;t in a &lt;ul&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Turner</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-163376</link>
		<dc:creator>Carl Turner</dc:creator>
		<pubDate>Tue, 03 Jul 2007 16:48:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-163376</guid>
		<description>Sorry, but this page is so messed up in appearance that I can only hope it wasn&#039;t written this badly by hand - the anchor tags started to mark sections aren&#039;t closed, so great big wads of text think they&#039;re links, when they&#039;re not. And as for the &quot;It validates in XHTML and CSS minus plugins.&quot;... heh. For starters, #sidebox2 contains &#039;s, but there&#039;s no previous , which is presumably why the bullet points are so weird.

Anyway, do check WordPress/your tools/your HTML because something went wrong here, and on a page about HTML generation - indeed, links - it&#039;s sort of unforgivable ;-)</description>
		<content:encoded><![CDATA[<p>Sorry, but this page is so messed up in appearance that I can only hope it wasn&#8217;t written this badly by hand &#8211; the anchor tags started to mark sections aren&#8217;t closed, so great big wads of text think they&#8217;re links, when they&#8217;re not. And as for the &#8220;It validates in XHTML and CSS minus plugins.&#8221;&#8230; heh. For starters, #sidebox2 contains &#8216;s, but there&#8217;s no previous , which is presumably why the bullet points are so weird.</p>
<p>Anyway, do check WordPress/your tools/your HTML because something went wrong here, and on a page about HTML generation &#8211; indeed, links &#8211; it&#8217;s sort of unforgivable ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Administrator</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-124231</link>
		<dc:creator>Administrator</dc:creator>
		<pubDate>Sat, 19 May 2007 18:26:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-124231</guid>
		<description>Hum... that is odd. I&#039;m honestly not sure but I do know who can help. http://www.lyx.org/internet/mailing.php gives the contact data to join the lyx-users mailing list. They are incredibly active and extremely good about answering questions.</description>
		<content:encoded><![CDATA[<p>Hum&#8230; that is odd. I&#8217;m honestly not sure but I do know who can help. <a href="http://www.lyx.org/internet/mailing.php" rel="nofollow">http://www.lyx.org/internet/mailing.php</a> gives the contact data to join the lyx-users mailing list. They are incredibly active and extremely good about answering questions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greg</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-123796</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Thu, 17 May 2007 04:44:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-123796</guid>
		<description>Can you please help me? I&#039;ve looked everywhere for the answer but can&#039;t find it. 

I am also having the same problem with URLs. I&#039;ve tried electronic, url, and webpage as the citation types, and none of these show the url when I click preview in Bibdesk (and of course the citation doesn&#039;t have the url in lyx). You used proceedings to solve this problem, but this still didn&#039;t show me any urls.

Any ideas?

Thanks,
Greg</description>
		<content:encoded><![CDATA[<p>Can you please help me? I&#8217;ve looked everywhere for the answer but can&#8217;t find it. </p>
<p>I am also having the same problem with URLs. I&#8217;ve tried electronic, url, and webpage as the citation types, and none of these show the url when I click preview in Bibdesk (and of course the citation doesn&#8217;t have the url in lyx). You used proceedings to solve this problem, but this still didn&#8217;t show me any urls.</p>
<p>Any ideas?</p>
<p>Thanks,<br />
Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe GArsia</title>
		<link>http://www.goland.org/lyx/comment-page-1/#comment-27639</link>
		<dc:creator>Joe GArsia</dc:creator>
		<pubDate>Mon, 27 Nov 2006 16:22:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-27639</guid>
		<description>LyX is a nice frontend to LaTeX. There are several packages for LaTeX hyperlinked PDFs, like Prosper and hyperref. You should be able to do pretty well with a combination of those.

The LaTeX that LyX creates is neat and readable, so it shouldn&#039;t be a problem to hand tweak it if you need to.</description>
		<content:encoded><![CDATA[<p>LyX is a nice frontend to LaTeX. There are several packages for LaTeX hyperlinked PDFs, like Prosper and hyperref. You should be able to do pretty well with a combination of those.</p>
<p>The LaTeX that LyX creates is neat and readable, so it shouldn&#8217;t be a problem to hand tweak it if you need to.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
