<?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>Guy Rutenberg &#187; IvriTex</title>
	<atom:link href="http://www.guyrutenberg.com/tag/ivritex/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.guyrutenberg.com</link>
	<description>Keeping track of what I do</description>
	<lastBuildDate>Sat, 21 Aug 2010 11:44:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing IvriTex-1.2.1 on teTex-3.0</title>
		<link>http://www.guyrutenberg.com/2007/02/16/installing-ivritex-121-on-tetex-30/</link>
		<comments>http://www.guyrutenberg.com/2007/02/16/installing-ivritex-121-on-tetex-30/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 11:41:12 +0000</pubDate>
		<dc:creator>Guy</dc:creator>
				<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Hebrew]]></category>
		<category><![CDATA[IvriTex]]></category>

		<guid isPermaLink="false">http://temp.sikumuna.com/2007/02/16/installing-ivritex-121-on-tetex-30/</guid>
		<description><![CDATA[Few days ago I finally decided to install Ivritex-1.2.1 on my system. I&#8217;m running a tetex-3.0. The new version of Ivritex includes some very important improvements and, at least for me, the most important thing is support for the Culmus fonts. tetex-3.0 introduced a major directory change which cause many problem with installing packages which [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago I finally decided to install Ivritex-1.2.1 on my system. I&#8217;m running a tetex-3.0. The new version of Ivritex includes some very important improvements and, at least for me, the most important thing is support for the <a href="http://culmus.sourceforge.net/">Culmus</a> fonts. tetex-3.0 introduced a major directory change which cause many problem with installing packages which are unaware of the changes. In this post I will try to walk through the installation process.</p>
<p>TEXMF will be the directory of you local TeX tree (usually /usr/share/texmf). Before Begining the installation process make sure you have the Culmus fonts installed. Apparently Culmus is not optional it&#8217;s a requirement. I&#8217;ll assume that your Culmus fonts are installed in /usr/share/fonts/culmus.</p>
<ol>
<li> Download the ivritex-1.2.1 source-code from <a href="https://sourceforge.net/project/showfiles.php?group_id=33341&amp;package_id=25386&amp;release_id=405161">here</a> .</li>
<li> Extract the archive into a temporary directory.</li>
<li>Save the diff file below a file named &#8220;Makefile_patch&#8221; and save it inside ivritex-1.2.1/fonts/culmus .</li>
<li> Apply the patch by going to the ivritex-1.2.1/fonts/culmus directory (under the directory where you extracted the source archive) and executing &#8220;patch Makefile_patch. The patch will alter the places where some file will be installed.</li>
<li>As root execute &#8220;updmap &#8211;enable Map culmus.map&#8221;.</li>
<li>Still as root execute &#8220;mktexlsr&#8221;.</li>
<li>Ivritex 1.2.1 should be installed now.</li>
</ol>

<div class="wp_syntax"><div class="code"><pre class="diff" style="font-family:monospace;">--- Makefile	<span style="">2007</span>-02-<span style="">14</span> <span style="">19</span>:<span style="">59</span>:<span style="">52.000000000</span> +0200
<span style="color: #888822;">+++ Makefilenew	<span style="">2007</span>-02-<span style="">16</span> <span style="">10</span>:<span style="">11</span>:<span style="">07.000000000</span> +0200</span>
<span style="color: #440088;">@@ -<span style="">20</span>,<span style="">8</span> +<span style="">20</span>,<span style="">8</span> @@</span>
 vf_target     = $<span style="">&#40;</span>TEX_ROOT<span style="">&#41;</span>/fonts/vf/culmus
 # this is where ivritex will eventually be:
 tex_target    = $<span style="">&#40;</span>TEX_ROOT<span style="">&#41;</span>/tex/generic/babel
<span style="color: #991111;">-encode_dir    = $<span style="">&#40;</span>TEX_ROOT<span style="">&#41;</span>/dvips/base</span>
<span style="color: #991111;">-dvips_cfg_dir = $<span style="">&#40;</span>TEX_ROOT<span style="">&#41;</span>/dvips/config</span>
<span style="color: #00b000;">+encode_dir    = $<span style="">&#40;</span>TEX_ROOT<span style="">&#41;</span>/fonts/enc/dvips/base</span>
<span style="color: #00b000;">+map_dir       = $<span style="">&#40;</span>TEX_ROOT<span style="">&#41;</span>/fonts/map/</span>
 sysconf       = $<span style="">&#40;</span>DESTDIR<span style="">&#41;</span>/etc
 updmap_dir    = $<span style="">&#40;</span>sysconf<span style="">&#41;</span>/texmf/updmap
 #culmus_target = $<span style="">&#40;</span>PREFIX<span style="">&#41;</span>/fonts/culmus
<span style="color: #440088;">@@ -<span style="">137</span>,<span style="">11</span> +<span style="">137</span>,<span style="">11</span> @@</span>
 	mkdir -p $<span style="">&#40;</span>sysconf<span style="">&#41;</span>/texmf/updmap.d
 	echo &quot;Map culmus.map&quot; &amp;gt;$<span style="">&#40;</span>sysconf<span style="">&#41;</span>/texmf/updmap.d/10culmus.cfg
 else
<span style="color: #991111;">-	mkdir -p $<span style="">&#40;</span>dvips_cfg_dir<span style="">&#41;</span></span>
<span style="color: #991111;">-	cp culmus.map $<span style="">&#40;</span>dvips_cfg_dir<span style="">&#41;</span>/</span>
<span style="color: #00b000;">+	mkdir -p $<span style="">&#40;</span>map_dir<span style="">&#41;</span></span>
<span style="color: #00b000;">+	cp culmus.map $<span style="">&#40;</span>map_dir<span style="">&#41;</span>/</span>
   ifeq <span style="">&#40;</span>$<span style="">&#40;</span>tetex_ver<span style="">&#41;</span>,<span style="">2</span><span style="">&#41;</span>
 	# this should run mktexlsr as well
<span style="color: #991111;">-	$<span style="">&#40;</span>updmap<span style="">&#41;</span> --enable Map $<span style="">&#40;</span>dvips_cfg_dir<span style="">&#41;</span>/culmus.map</span>
<span style="color: #00b000;">+	$<span style="">&#40;</span>updmap<span style="">&#41;</span> --enable Map $<span style="">&#40;</span>map_dir<span style="">&#41;</span>/culmus.map</span>
   else # for tetex-<span style="">1</span>
     ifeq <span style="">&#40;</span>$<span style="">&#40;</span>tetex_ver<span style="">&#41;</span>,<span style="">1</span><span style="">&#41;</span>
 	# TODO: fill in sed line here</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.guyrutenberg.com/2007/02/16/installing-ivritex-121-on-tetex-30/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

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