<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/www/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>alpheccar's blog - tag PDF</title>
    <link>http://www.alpheccar.org</link>
    <language>en</language>
    <ttl>40</ttl>
    <description>science and freedom</description>
    <image>
      <link>http://www.alpheccar.org</link>
      <title>alpheccar's blog - tag PDF</title>
      <url>http://www.alpheccar.org/images/avatar.jpg</url>
    </image>
    <item>
      <title>A Fashion Magazine in Haskell</title>
      <description>
        <![CDATA[<p>If you want another proof that Haskell is going mainstream, here is one : a Fashion Magazine developed in Haskell. And I am happy because they are using my HPDF library to generate it.
The mag is created in an automatic way from the blogs of the 360Fashion Network : a network of fashion professionals who try to give an insider view of the fashion industry. So, expect to see lots of pictures blogged from mobile phones during the fashion weeks.</p> <p><a href="http://www.alpheccar.org/en/posts/show/91">Read More...</a></p>
]]>
      </description>
      <pubDate>Sun, 24 Feb 2008 15:11:33 -0500</pubDate>
      <guid isPermaLink="false">urn:uuid:86</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/91</link>
      <comments>http://www.alpheccar.org/en/posts/show/91#comments</comments>
      <category>haskell</category>
      <category>fashion</category>
      <category>PDF</category>
      <category>magazine</category>
    </item>
    <item>
      <title>HPDF 1.2 and a Magazine in Haskell</title>
      <description>
        <![CDATA[<p>I am pleased to release a new version of my PDF library for Haskell and an example showing 
what's possible with the library : a magazine generated in an automatic way with Haskell.

The parsing for the magazine has not yet been debugged totally and the image layout algorithm is currently very simple. The text formatting in columns is not 
always ok because I have not yet implemented an hyphenation algorithm. But, the result, still in beta, is good.</p> <p><a href="http://www.alpheccar.org/en/posts/show/84">Read More...</a></p>
]]>
      </description>
      <pubDate>Wed, 17 Oct 2007 14:49:46 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:79</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/84</link>
      <comments>http://www.alpheccar.org/en/posts/show/84#comments</comments>
      <category>haskell</category>
      <category>PDF</category>
      <category>fashion</category>
      <category>magazine</category>
      <category>TeX</category>
    </item>
    <item>
      <title>HPDF 1.1 : Introducing typesetting</title>
      <enclosure type="image/jpeg" length="86575" url="http://www.alpheccar.org/www/content/user_1/content_0/82/Image_1.jpg"/>
      <description>
        <![CDATA[<p>I have finally released HPDF 1.1 with some typesetting features. More details are in this post. It is very experimental but working. I am not happy at all with the API of HPDF but I have no choice. I need, for another project, to add features as fast as possible. I'll think about the elegance of the API later even if I need to change lots of things in HPDF (not really a good development methodology I agree). In addition to the typesetting features, I corrected lots of problems, optimized the code and changed a little bit the image API.</p> <p><a href="http://www.alpheccar.org/en/posts/show/82">Read More...</a></p>
]]>
      </description>
      <pubDate>Fri, 14 Sep 2007 07:58:03 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:77</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/82</link>
      <comments>http://www.alpheccar.org/en/posts/show/82#comments</comments>
      <category>haskell</category>
      <category>PDF</category>
      <category>TeX</category>
      <category>typesetting</category>
    </item>
    <item>
      <title>HPDF 1.1 teaser</title>
      <description>
        <![CDATA[<p>The text operators of the release 1.0 of my Haskell PDF library are very low level. You have access to most of the PDF text operators but it means you can just specify where to put
a line of text. So, it is difficult to do more than displaying some labels on a chart. The styles are also very limited : you can use bold and italic if it is supported by the standard
PDF fonts.

For the 1.1 release of my library, I have decided to improve this and write something cool.</p> <p><a href="http://www.alpheccar.org/en/posts/show/81">Read More...</a></p>
]]>
      </description>
      <pubDate>Sat, 08 Sep 2007 05:34:07 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:76</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/81</link>
      <comments>http://www.alpheccar.org/en/posts/show/81#comments</comments>
      <category>haskell</category>
      <category>PDF</category>
    </item>
    <item>
      <title>Haskell PDF 1.0</title>
      <description>
        <![CDATA[<p>Here it is ! I finally released a version 1.0 of my Haskell PDF library. It is a totally 
new implementation and a totally new version. But, it is not done yet. There are several other features I'd like to introduce in future versions
and some things I'd like to improve. But, I had to release something. I could not wait forever.

Here is a summary of the features with some criticisms. The package is containing a demo in the Test folder.</p> <p><a href="http://www.alpheccar.org/en/posts/show/80">Read More...</a></p>
]]>
      </description>
      <pubDate>Mon, 03 Sep 2007 15:33:19 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:75</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/80</link>
      <comments>http://www.alpheccar.org/en/posts/show/80#comments</comments>
      <category>haskell</category>
      <category>PDF</category>
    </item>
    <item>
      <title>Working on a new Haskell library</title>
      <description>
        <![CDATA[<p>This blog is very quiet but there is a good reason for it : I am writing a totally new version of my Haskell PDF library. New API and new implementation with lots of new features.</p> <p><a href="http://www.alpheccar.org/en/posts/show/79">Read More...</a></p>
]]>
      </description>
      <pubDate>Wed, 29 Aug 2007 15:48:53 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:74</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/79</link>
      <comments>http://www.alpheccar.org/en/posts/show/79#comments</comments>
      <category>haskell</category>
      <category>PDF</category>
    </item>
    <item>
      <title>Haskell PDF 0.3</title>
      <description>
        <![CDATA[<p>I made some updates to my small Haskell PDF library.</p> <p><a href="http://www.alpheccar.org/en/posts/show/58">Read More...</a></p>
]]>
      </description>
      <pubDate>Fri, 27 Oct 2006 13:08:58 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:53</guid>
      <author>webmaster@alpheccar.org</author>
      <link>http://www.alpheccar.org/en/posts/show/58</link>
      <comments>http://www.alpheccar.org/en/posts/show/58#comments</comments>
      <category>haskell</category>
      <category>graphics</category>
      <category>PDF</category>
    </item>
  </channel>
</rss>
