<?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"
	>
<channel>
	<title>Comments on: How do you LaTeX?</title>
	<atom:link href="http://blog.nixternal.com/2007.10.15/how-do-you-latex/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/</link>
	<description>Free Software Chicago Style: letting proprietary solutions sleep with the fishes</description>
	<pubDate>Fri, 21 Nov 2008 19:32:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: mariana</title>
		<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-4172</link>
		<dc:creator>mariana</dc:creator>
		<pubDate>Fri, 30 May 2008 01:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-4172</guid>
		<description>This is my first time using LATEX, and I have to write my thesis using the MLA format style.

I am trying to use James Clawson's MLA style for biblatex, and the report document class.</description>
		<content:encoded><![CDATA[<p>This is my first time using LATEX, and I have to write my thesis using the MLA format style.</p>
<p>I am trying to use James Clawson&#8217;s MLA style for biblatex, and the report document class.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Clawson</title>
		<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3043</link>
		<dc:creator>James Clawson</dc:creator>
		<pubDate>Mon, 22 Oct 2007 11:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3043</guid>
		<description>I make my MLA-style files for biblatex available on my website.  Check it out if you're looking for MLA-style parenthetical citations, Works Cited, and the use of bibtex database files.  I've just updated the version to 0.2, and I'm happy to receive any feedback on it or to accept/incorporate any improvements to it.

It works only with biblatex version 0.6 (the current version), and the developer of biblatex has promised that things will break with version 0.7 (but that they shouldn't thereafter), so this should serve only to have things working for now.  As it's the best solution I know, I'll be updating it with version 0.7 and thereafter.

My email address is made of my surname at a particularly postal kind of G.</description>
		<content:encoded><![CDATA[<p>I make my MLA-style files for biblatex available on my website.  Check it out if you&#8217;re looking for MLA-style parenthetical citations, Works Cited, and the use of bibtex database files.  I&#8217;ve just updated the version to 0.2, and I&#8217;m happy to receive any feedback on it or to accept/incorporate any improvements to it.</p>
<p>It works only with biblatex version 0.6 (the current version), and the developer of biblatex has promised that things will break with version 0.7 (but that they shouldn&#8217;t thereafter), so this should serve only to have things working for now.  As it&#8217;s the best solution I know, I&#8217;ll be updating it with version 0.7 and thereafter.</p>
<p>My email address is made of my surname at a particularly postal kind of G.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: _FrnchFrgg_</title>
		<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3033</link>
		<dc:creator>_FrnchFrgg_</dc:creator>
		<pubDate>Wed, 17 Oct 2007 19:17:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3033</guid>
		<description>I use pdf(La)TeX, with microtypography enabled:

\usepackage{lmodern}
\usepackage{microtype}

See http://en.wikipedia.org/wiki/Microtypography for an explanation of what it does. TeX already had an extremely good output, but with microtypography, it's another level up... I know of no other typography/word processor program which does that.</description>
		<content:encoded><![CDATA[<p>I use pdf(La)TeX, with microtypography enabled:</p>
<p>\usepackage{lmodern}<br />
\usepackage{microtype}</p>
<p>See <a href="http://en.wikipedia.org/wiki/Microtypography" rel="nofollow">http://en.wikipedia.org/wiki/Microtypography</a> for an explanation of what it does. TeX already had an extremely good output, but with microtypography, it&#8217;s another level up&#8230; I know of no other typography/word processor program which does that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias</title>
		<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3031</link>
		<dc:creator>Tobias</dc:creator>
		<pubDate>Tue, 16 Oct 2007 16:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3031</guid>
		<description>Gabriel: \usepackage{lmodern}, with \usepackage[T1]{fontenc}, of course.</description>
		<content:encoded><![CDATA[<p>Gabriel: \usepackage{lmodern}, with \usepackage[T1]{fontenc}, of course.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dominiko</title>
		<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3029</link>
		<dc:creator>dominiko</dc:creator>
		<pubDate>Tue, 16 Oct 2007 14:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3029</guid>
		<description>I do not use LaTeX anymore.  I prefer the simplicity and readability of &lt;a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html" rel="nofollow"&gt;reStructuredText&lt;/a&gt; markup, which generates LaTeX (rst2latex), html (rst2html), etc. It does not replace LaTeX though, since it's more limited.  However, for most documents, it has all I need.</description>
		<content:encoded><![CDATA[<p>I do not use LaTeX anymore.  I prefer the simplicity and readability of <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html" rel="nofollow">reStructuredText</a> markup, which generates LaTeX (rst2latex), html (rst2html), etc. It does not replace LaTeX though, since it&#8217;s more limited.  However, for most documents, it has all I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 1052</title>
		<link>http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3026</link>
		<dc:creator>1052</dc:creator>
		<pubDate>Tue, 16 Oct 2007 08:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.nixternal.com/2007.10.15/how-do-you-latex/#comment-3026</guid>
		<description>@Gabriel

There are many reasons why pdflatex may not generate the correct forms. Look in google for "latex pdf fonts". Some of the fixes could be implemented by default in a distribution. It would be helpful to make a summary of them in the Ubuntu wiki for example.</description>
		<content:encoded><![CDATA[<p>@Gabriel</p>
<p>There are many reasons why pdflatex may not generate the correct forms. Look in google for &#8220;latex pdf fonts&#8221;. Some of the fixes could be implemented by default in a distribution. It would be helpful to make a summary of them in the Ubuntu wiki for example.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.455 seconds -->
