<?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: A note on running mathematica remotely using Xming</title>
	<atom:link href="http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming/</link>
	<description>somewhere near the beginning.</description>
	<pubDate>Fri, 21 Nov 2008 22:31:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Stephen</title>
		<link>http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming/#comment-379906</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Thu, 26 Jun 2008 17:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming#comment-379906</guid>
		<description>So, my answer was on the mathematica website, but I didn't see it at first because they had so much other unnecessary info.  It's basically the same as your Windows stuff.  Here's what I do:

The setup: the server I run Mathematica off of has its fonts in a certain location.  My local machine's fonts are in a different location (in this case, I did a local user install of Mathematica 6, so my local machine's Mathematica base directory is MATHBASE=~/mathematica; you don't need a full Mathematica install, because they will also provide the font file -- see link at end).

I run these commands (or put them into a script):
&#62;&#62; xset fp+ MATHBASE/SystemFiles/Fonts/Type1/
&#62;&#62; xset fp+ MATHBASE/SystemFiles/Fonts/BDF/
&#62;&#62; xset fp rehash

where MATHBASE is wherever Mathematica or the Font Files are installed.

I'm not even sure if the rehash is necessary.  Alternatively, a sysadmin suggestesd to me that you can set up symbolic links on your local computer that point from the (non-existent) remote-computer's font files to your computer's actual font files, but again, this probably requires root access since the the remote-computer's font files should not be in a user-writable location.

References:
http://support.wolfram.com/mathematica/systems/linux/general/fonterrors.en.html
and
http://reference.wolfram.com/mathematica/tutorial/FontsOnUnixAndLinux.html</description>
		<content:encoded><![CDATA[<p>So, my answer was on the mathematica website, but I didn&#8217;t see it at first because they had so much other unnecessary info.  It&#8217;s basically the same as your Windows stuff.  Here&#8217;s what I do:</p>
<p>The setup: the server I run Mathematica off of has its fonts in a certain location.  My local machine&#8217;s fonts are in a different location (in this case, I did a local user install of Mathematica 6, so my local machine&#8217;s Mathematica base directory is MATHBASE=~/mathematica; you don&#8217;t need a full Mathematica install, because they will also provide the font file &#8212; see link at end).</p>
<p>I run these commands (or put them into a script):<br />
&gt;&gt; xset fp+ MATHBASE/SystemFiles/Fonts/Type1/<br />
&gt;&gt; xset fp+ MATHBASE/SystemFiles/Fonts/BDF/<br />
&gt;&gt; xset fp rehash</p>
<p>where MATHBASE is wherever Mathematica or the Font Files are installed.</p>
<p>I&#8217;m not even sure if the rehash is necessary.  Alternatively, a sysadmin suggestesd to me that you can set up symbolic links on your local computer that point from the (non-existent) remote-computer&#8217;s font files to your computer&#8217;s actual font files, but again, this probably requires root access since the the remote-computer&#8217;s font files should not be in a user-writable location.</p>
<p>References:<br />
<a href="http://support.wolfram.com/mathematica/systems/linux/general/fonterrors.en.html" rel="nofollow">http://support.wolfram.com/mathematica/systems/linux/general/fonterrors.en.html</a><br />
and<br />
<a href="http://reference.wolfram.com/mathematica/tutorial/FontsOnUnixAndLinux.html" rel="nofollow">http://reference.wolfram.com/mathematica/tutorial/FontsOnUnixAndLinux.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming/#comment-337842</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 05 May 2008 05:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming#comment-337842</guid>
		<description>It'd be *cool* if you weren't a hater.</description>
		<content:encoded><![CDATA[<p>It&#8217;d be *cool* if you weren&#8217;t a hater.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firestone 214</title>
		<link>http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming/#comment-336221</link>
		<dc:creator>Firestone 214</dc:creator>
		<pubDate>Fri, 02 May 2008 21:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming#comment-336221</guid>
		<description>Yes, but it'd be *cool* if you could tell me how to do this on a linux box that I don't have root access too, e.g. library computers.  Of course, if I had root access, google gives me dozens of pages describing what to do...</description>
		<content:encoded><![CDATA[<p>Yes, but it&#8217;d be *cool* if you could tell me how to do this on a linux box that I don&#8217;t have root access too, e.g. library computers.  Of course, if I had root access, google gives me dozens of pages describing what to do&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming/#comment-191699</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Mon, 13 Aug 2007 03:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tangentspace.net/cz/archives/2007/07/a-note-on-running-mathematica-remotely-using-xming#comment-191699</guid>
		<description>great notes, thank you!</description>
		<content:encoded><![CDATA[<p>great notes, thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
