<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gonium.net &#187; type</title>
	<atom:link href="http://gonium.net/md/tag/type/feed/" rel="self" type="application/rss+xml" />
	<link>http://gonium.net/md</link>
	<description>so much time, so little to do.</description>
	<lastBuildDate>Fri, 30 Jul 2010 13:47:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Hoefler Text in LaTeX</title>
		<link>http://gonium.net/md/2008/11/23/installing-hoefler-text-in-latex/</link>
		<comments>http://gonium.net/md/2008/11/23/installing-hoefler-text-in-latex/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 10:08:27 +0000</pubDate>
		<dc:creator>md</dc:creator>
				<category><![CDATA[analog]]></category>
		<category><![CDATA[nerdism]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[hoefler]]></category>
		<category><![CDATA[latex]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://gonium.net/md/?p=113</guid>
		<description><![CDATA[
Not that straightforward, actually. Apple includes the Hoefler Text font in Mac OS X &#8211; its a really nice and readable professional font. Here&#8217;s what I did:

(1) You need to obtain the font in the opentype format (otf). Be careful: for me, the TTF version didn&#8217;t work. The Postscript type 1 version worked great.
(2) Use [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://gonium.net/md/wp-content/uploads/2008/11/3022406574_95c90e4667_o.png" alt="The Hoefler Text Ampersand" title="3022406574_95c90e4667_o" width="400" height="243" class="size-medium wp-image-117" /></p>
<p>Not that straightforward, actually. Apple includes the Hoefler Text font in Mac OS X &#8211; its a really nice and readable professional font. Here&#8217;s what I did:</p>
<p><span id="more-113"></span></p>
<p>(1) You need to obtain the font in the opentype format (otf). Be careful: for me, the TTF version didn&#8217;t work. The Postscript type 1 version worked great.<br />
(2) Use otftotfm -a to convert and install the files:<br />
<code><br />
otftotfm -a -e texnansx HoeflerText-Regular.otf -fkern -fliga LY1--HoeflerText-Regular<br />
</code><br />
This installs the regular form in the .texlive subdirectory of your home directory. Do this for all the font shapes you want to use. In the last step you need to create a .fd file:<br />
<code><br />
\DeclareFontFamily{LY1}{HoeflerText}{}\DeclareFontShape{LY1}{HoeflerText}{m}{n}%<br />
        { < -> LY1--HoeflerText-Regular }{}<br />
\DeclareFontShape{LY1}{HoeflerText}{m}{it}{ < -> LY1--HoeflerText-Italic }{}<br />
\DeclareFontShape{LY1}{HoeflerText}{m}{sl}{ < -> LY1--HoeflerText-Bold }{}<br />
\DeclareFontShape{LY1}{HoeflerText}{b}{n}{ < -> LY1--HoeflerText-Bold }{}\DeclareFontShape{LY1}{HoeflerText}{b}{it}%<br />
        { < -> LY1--HoeflerText-BoldItalic }{}<br />
</code><br />
Put this in ~/.texlive2008/texmf-var/tex/latex/HoeflerText/LY1HoeflerText.fd. Again, make sure that all font shapes you want to use are included.</p>
<p>In your Latex document, put<br />
<code><br />
\usepackage[LY1]{fontenc}<br />
\renewcommand{\rmdefault}{HoeflerText}<br />
</code><br />
to use the font.</p>
<p>The picture above was CCed on flickr by <a href="http://flickr.com/photos/liikennevalo/3022406574/">liikennevalo</a>, thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://gonium.net/md/2008/11/23/installing-hoefler-text-in-latex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
