<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-12169833</id><updated>2011-04-21T21:45:23.853-07:00</updated><title type='text'>Haui's Thoughts</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://haumacher.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://haumacher.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Haui</name><uri>http://www.blogger.com/profile/06224906889861921569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12169833.post-112444476434572650</id><published>2005-08-19T02:46:00.000-07:00</published><updated>2005-08-19T02:59:23.196-07:00</updated><title type='text'>SVG Import for OpenOffice.org 2.0</title><content type='html'>If you are still missing SVG import in your OpenOffice.org Draw, there is now a &lt;a href="http://haumacher.de/svg-import/"&gt;good address, where to go&lt;/a&gt;. Thanks Stefan for your &lt;a href="http://blogs.sun.com/roller/page/stx12?entry=contribution_of_the_week_svg"&gt;kind mention in your blog&lt;/a&gt;!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12169833-112444476434572650?l=haumacher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haumacher.blogspot.com/feeds/112444476434572650/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12169833&amp;postID=112444476434572650' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/112444476434572650'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/112444476434572650'/><link rel='alternate' type='text/html' href='http://haumacher.blogspot.com/2005/08/svg-import-for-openofficeorg-20.html' title='SVG Import for OpenOffice.org 2.0'/><author><name>Haui</name><uri>http://www.blogger.com/profile/06224906889861921569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12169833.post-111642154529938978</id><published>2005-05-18T05:57:00.000-07:00</published><updated>2005-08-19T02:54:25.706-07:00</updated><title type='text'>Throwing Undeclared Checked exception's</title><content type='html'>A checked exception in Java is an exception that must either be caught or declared to be thrown. As the name suggests, the compiler ensures that these requirements are fulfilled or otherwise reports a program error. &lt;a href="http://svn.ipd.uka.de/trac/javaparty/wiki/hauma/blog/UndeclaredCheckedExceptions"&gt;As my page in the JavaParty wicki shows, this  guarantee is void due to unsafe techniques used in recent JDKs&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12169833-111642154529938978?l=haumacher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haumacher.blogspot.com/feeds/111642154529938978/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12169833&amp;postID=111642154529938978' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/111642154529938978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/111642154529938978'/><link rel='alternate' type='text/html' href='http://haumacher.blogspot.com/2005/05/throwing-undeclared-checked-exceptions.html' title='Throwing Undeclared Checked exception&apos;s'/><author><name>Haui</name><uri>http://www.blogger.com/profile/06224906889861921569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12169833.post-111479965979953950</id><published>2005-04-29T11:34:00.000-07:00</published><updated>2005-08-19T02:58:11.763-07:00</updated><title type='text'>LaTeX to HTML conversion with tex2page</title><content type='html'>There is a cool tool called &lt;a href="http://www.ccs.neu.edu/home/dorai/tex2page/tex2page-doc.html"&gt;tex2page&lt;/a&gt; which is able to create lovely looking HTML pages from a LaTeX document. After trying it out on one of my LaTeX documents, I thought of the following improvements.&lt;br /&gt;&lt;br /&gt;&lt;dl&gt;&lt;dt style="font-weight: bold;"&gt;Support for character encodings&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;I've got documents encoded in ISO-8859-1 using the LaTeX package &lt;tt&gt;inputenc&lt;/tt&gt;. Non-ASCII characters are rendered as &lt;tt&gt;?&lt;/tt&gt; by tex2page.&lt;/dd&gt;&lt;dt&gt;&lt;br /&gt;&lt;/dt&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;Internationalization (I18N)&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;Text fragments inserted by tex2page are all in English. Unfortunately, some of my documents are written in German. Therefore, it would be much fancier, if tex2page would use "Kapitel" headings instead of "Chapter". &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;Alternative texts for all internal links&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;The capabilities of the electronic target media are not completely exploited by tex2page. I would love to see the caption of the target used as alternative text for all document-internal links. When pointing with the mouse on a link "see Figure 42", my browser would display the caption of the referenced figure in a tool-tip window after a while. The same should apply for links into the bibliography and footnotes. &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;Direct HTML-rendering of (simple) math&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;All math is rendered as GIF images. Generating these images is a time-consuming process and the rendering in a browser is absolutely sub-optimal. Much better were the generation of native HTML code for at least simple formulas. When using Unicode characters, most of the LaTeX specials should be displayable directly without the need for generating images. &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;Rendering figures without tables&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;There seems to be a problem when rendering figures that contain just one centered minipage. Such figures produce tables with two columns. Maybe, a more general approach for minipages using &lt;tt&gt;div&lt;/tt&gt; elements would be better. &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;Plugins&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;The tex2page approach is to parse and execute the TeX file through a custom TeX processor. Naturally, this processor does not understand all macros defined in all existing TeX packages. The native TeX implementation of these macros is not useful for generating HTML output. It would be great, if tex2page could be extended with plugins that provide (scheme) implementations for macros defined in LaTeX packages. &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;Usage of macros defined in additional packages during image generation&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;If a math environment uses macros provided by additional packages (imported with  &lt;tt&gt;\usepackage&lt;/tt&gt;) tex2page reports an error when trying to generate an image for this environment. &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;dt style="font-weight: bold;"&gt;XHTML support&lt;/dt&gt;&lt;br /&gt;&lt;dd&gt;The output generated by tex2page seems to be not always well-formed HTML 4. Even greater were XHTML 1.0 as target language. &lt;/dd&gt;&lt;br /&gt;&lt;br /&gt;&lt;/dl&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12169833-111479965979953950?l=haumacher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haumacher.blogspot.com/feeds/111479965979953950/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12169833&amp;postID=111479965979953950' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/111479965979953950'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/111479965979953950'/><link rel='alternate' type='text/html' href='http://haumacher.blogspot.com/2005/04/latex-to-html-conversion-with-tex2page.html' title='LaTeX to HTML conversion with tex2page'/><author><name>Haui</name><uri>http://www.blogger.com/profile/06224906889861921569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12169833.post-111347795095323543</id><published>2005-04-14T04:23:00.000-07:00</published><updated>2005-04-14T04:26:04.730-07:00</updated><title type='text'>New to blogger.com</title><content type='html'>&lt;span style="font-family:arial;"&gt;Hi all, I'm completely new to the blogosphere. So this is the first message I post just to test if all works fine.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12169833-111347795095323543?l=haumacher.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://haumacher.blogspot.com/feeds/111347795095323543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12169833&amp;postID=111347795095323543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/111347795095323543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12169833/posts/default/111347795095323543'/><link rel='alternate' type='text/html' href='http://haumacher.blogspot.com/2005/04/new-to-bloggercom.html' title='New to blogger.com'/><author><name>Haui</name><uri>http://www.blogger.com/profile/06224906889861921569</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
