<?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/"
		>
<channel>
	<title>Comments on: Using Hebrew TrueType fonts with pdfTeX</title>
	<atom:link href="http://www.guyrutenberg.com/2006/12/08/using-hebrew-truetype-fonts-with-pdftex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com/2006/12/08/using-hebrew-truetype-fonts-with-pdftex/</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Sun, 14 Mar 2010 05:52:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2006/12/08/using-hebrew-truetype-fonts-with-pdftex/comment-page-1/#comment-1508</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Sun, 17 Feb 2008 05:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://temp.sikumuna.com/2007/07/10/using-hebrew-truetype-fonts-with-pdftex/#comment-1508</guid>
		<description>Hi Peleg, 
I&#039;m glad you solved out the problem with the ttf2tfm and came back to write about it. About the fonts, make sure you got

\usepackage{ttfheb}

In you latex preamble (this enables the true-type fonts package). If you still want a better result get culmus-latex package from the Ivritex site. It&#039;s a font package I help maintain that uses the Culmus fonts, which I find to have higher quality than the default true-type fonts.

Regards,
Guy</description>
		<content:encoded><![CDATA[<p>Hi Peleg,<br />
I&#8217;m glad you solved out the problem with the ttf2tfm and came back to write about it. About the fonts, make sure you got</p>
<p>\usepackage{ttfheb}</p>
<p>In you latex preamble (this enables the true-type fonts package). If you still want a better result get culmus-latex package from the Ivritex site. It&#8217;s a font package I help maintain that uses the Culmus fonts, which I find to have higher quality than the default true-type fonts.</p>
<p>Regards,<br />
Guy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peleg Michaeli</title>
		<link>http://www.guyrutenberg.com/2006/12/08/using-hebrew-truetype-fonts-with-pdftex/comment-page-1/#comment-1506</link>
		<dc:creator>Peleg Michaeli</dc:creator>
		<pubDate>Sat, 16 Feb 2008 22:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://temp.sikumuna.com/2007/07/10/using-hebrew-truetype-fonts-with-pdftex/#comment-1506</guid>
		<description>I have found this command - I needed to install freetype1-tools package in ubuntu for that...

So: this wasn&#039;t a problem after all, and everything went well following your instructions. The only problem is that I still have fuzzy fonts using pdflatex via lyx (only in Hebrew).

If you have any advice, I would be glad to hear.

Thanks,
Peleg.</description>
		<content:encoded><![CDATA[<p>I have found this command &#8211; I needed to install freetype1-tools package in ubuntu for that&#8230;</p>
<p>So: this wasn&#8217;t a problem after all, and everything went well following your instructions. The only problem is that I still have fuzzy fonts using pdflatex via lyx (only in Hebrew).</p>
<p>If you have any advice, I would be glad to hear.</p>
<p>Thanks,<br />
Peleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peleg Michaeli</title>
		<link>http://www.guyrutenberg.com/2006/12/08/using-hebrew-truetype-fonts-with-pdftex/comment-page-1/#comment-1503</link>
		<dc:creator>Peleg Michaeli</dc:creator>
		<pubDate>Sat, 16 Feb 2008 18:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://temp.sikumuna.com/2007/07/10/using-hebrew-truetype-fonts-with-pdftex/#comment-1503</guid>
		<description>First of all, thanks for the tutorial.

One thing that I couldn&#039;t figure out: the python script, and the manual algorithm you&#039;ve suggested as well, run a command named &quot;ttf2tfm&quot;.

I have ubuntu 7.04, and running that command (with root privileges) on terminal outputs &quot;ttf2tfm: command not found&quot;, and the python script outputs:
- Running ttf2tfm arialbd.ttf -O -N -T winheb2.enc -v tmp.vpl harialbd.tfm
- sh: ttf2tfm: not found
which kills the script, because right after that I get:
- IOError: [Errno 2] No such file or directory: &#039;tmp.vpl&#039;

I have seen the same command in other tutorials (including the one you based this article on), so I guess it is something crucial.

Any ideas what can cause that?

Thanks ahead,
Peleg.</description>
		<content:encoded><![CDATA[<p>First of all, thanks for the tutorial.</p>
<p>One thing that I couldn&#8217;t figure out: the python script, and the manual algorithm you&#8217;ve suggested as well, run a command named &#8220;ttf2tfm&#8221;.</p>
<p>I have ubuntu 7.04, and running that command (with root privileges) on terminal outputs &#8220;ttf2tfm: command not found&#8221;, and the python script outputs:<br />
- Running ttf2tfm arialbd.ttf -O -N -T winheb2.enc -v tmp.vpl harialbd.tfm<br />
- sh: ttf2tfm: not found<br />
which kills the script, because right after that I get:<br />
- IOError: [Errno 2] No such file or directory: &#8216;tmp.vpl&#8217;</p>
<p>I have seen the same command in other tutorials (including the one you based this article on), so I guess it is something crucial.</p>
<p>Any ideas what can cause that?</p>
<p>Thanks ahead,<br />
Peleg.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guy</title>
		<link>http://www.guyrutenberg.com/2006/12/08/using-hebrew-truetype-fonts-with-pdftex/comment-page-1/#comment-304</link>
		<dc:creator>Guy</dc:creator>
		<pubDate>Fri, 26 Oct 2007 16:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://temp.sikumuna.com/2007/07/10/using-hebrew-truetype-fonts-with-pdftex/#comment-304</guid>
		<description>Noam Raphael brought to my attention that I should specify the actual font names the script is looking for (I assumed they are installed with corefonts package or copied from a windows partition). So script excepts to find the following font files:

arialbd.ttf  arialbi.ttf  ariali.ttf  arial.ttf
timesbd.ttf  timesbi.ttf  timesi.ttf  times.ttf
courbd.ttf  courbi.ttf  couri.ttf  cour.ttf</description>
		<content:encoded><![CDATA[<p>Noam Raphael brought to my attention that I should specify the actual font names the script is looking for (I assumed they are installed with corefonts package or copied from a windows partition). So script excepts to find the following font files:</p>
<p>arialbd.ttf  arialbi.ttf  ariali.ttf  arial.ttf<br />
timesbd.ttf  timesbi.ttf  timesi.ttf  times.ttf<br />
courbd.ttf  courbi.ttf  couri.ttf  cour.ttf</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.275 seconds -->
<!-- Cached page served by WP-Cache -->
