<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Converting LaTeX to OpenOffice</title>
	<atom:link href="http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/feed/" rel="self" type="application/rss+xml" />
	<link>http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/</link>
	<description>A blog about the complex relation between computers and history</description>
	<lastBuildDate>Fri, 27 Nov 2009 07:44:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Marcus</title>
		<link>http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-40</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 12 Aug 2009 09:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-40</guid>
		<description>I found this to method to yield the best results out of the solutions mentioned in this blogpost + comments. 

Also the least time-consuming if you only want to convert one document - some manual touch up was required, but I expected that anyway. 

/Marcus</description>
		<content:encoded><![CDATA[<p>I found this to method to yield the best results out of the solutions mentioned in this blogpost + comments. </p>
<p>Also the least time-consuming if you only want to convert one document &#8211; some manual touch up was required, but I expected that anyway. </p>
<p>/Marcus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clew</title>
		<link>http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-39</link>
		<dc:creator>clew</dc:creator>
		<pubDate>Wed, 29 Jul 2009 19:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-39</guid>
		<description>I have had a good experience with non-low-ASCII character while using BibDesk, a bibtex editor/database for the Mac. (So that won&#039;t work for everyone, either!)</description>
		<content:encoded><![CDATA[<p>I have had a good experience with non-low-ASCII character while using BibDesk, a bibtex editor/database for the Mac. (So that won&#8217;t work for everyone, either!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Get Six Pack Fast</title>
		<link>http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-33</link>
		<dc:creator>How to Get Six Pack Fast</dc:creator>
		<pubDate>Wed, 15 Apr 2009 14:52:43 +0000</pubDate>
		<guid isPermaLink="false">http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-33</guid>
		<description>This is quite a hot info. I think I&#039;ll share it on Delicious.</description>
		<content:encoded><![CDATA[<p>This is quite a hot info. I think I&#8217;ll share it on Delicious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bayle Shanks</title>
		<link>http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-32</link>
		<dc:creator>Bayle Shanks</dc:creator>
		<pubDate>Sat, 11 Apr 2009 02:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-32</guid>
		<description>thanks! Thanks to your post, I found that the sequence of commands

latex FILE.tex
tex4ht FILE.tex
mk4ht oolatex FILE.tex

works well for me. In order to get it to work on Debian, I had to make sure that Sun&#039;s Java implementation was installed and then as root execute:

# update-java-alternatives --set java-6-sun</description>
		<content:encoded><![CDATA[<p>thanks! Thanks to your post, I found that the sequence of commands</p>
<p>latex FILE.tex<br />
tex4ht FILE.tex<br />
mk4ht oolatex FILE.tex</p>
<p>works well for me. In order to get it to work on Debian, I had to make sure that Sun&#8217;s Java implementation was installed and then as root execute:</p>
<p># update-java-alternatives &#8211;set java-6-sun</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andrea</title>
		<link>http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-30</link>
		<dc:creator>andrea</dc:creator>
		<pubDate>Mon, 26 May 2008 23:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://pastcounts.wordpress.com/2007/10/23/converting-latex-to-openoffice/#comment-30</guid>
		<description>A good solution is the following import-export chain:

latex -&gt; texmacs (export as html) -&gt; epiphany (save) -&gt; openoffice -&gt; doc

the intermediate passage through an html browser is inconvenient but unfortunately openoffice seems not to understand the xml produced by texmacs (http://www.texmacs.org). I obtained very good results by this method. It is even simpler if the latex was produced directly with texmacs.

Andrea</description>
		<content:encoded><![CDATA[<p>A good solution is the following import-export chain:</p>
<p>latex -&gt; texmacs (export as html) -&gt; epiphany (save) -&gt; openoffice -&gt; doc</p>
<p>the intermediate passage through an html browser is inconvenient but unfortunately openoffice seems not to understand the xml produced by texmacs (<a href="http://www.texmacs.org" rel="nofollow">http://www.texmacs.org</a>). I obtained very good results by this method. It is even simpler if the latex was produced directly with texmacs.</p>
<p>Andrea</p>
]]></content:encoded>
	</item>
</channel>
</rss>
