<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Aquamacs with dvips + ps2pdf</title>
	<atom:link href="http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/</link>
	<description>a process whose average over time converges to the true average</description>
	<lastBuildDate>Thu, 24 May 2012 18:00:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Robert Simpson</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-4689</link>
		<dc:creator><![CDATA[Robert Simpson]]></dc:creator>
		<pubDate>Fri, 07 Oct 2011 20:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-4689</guid>
		<description><![CDATA[This is a magic command indeed! You have saved me from a lot of hassle. Thanks for this.]]></description>
		<content:encoded><![CDATA[<p>This is a magic command indeed! You have saved me from a lot of hassle. Thanks for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: modboy</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-4293</link>
		<dc:creator><![CDATA[modboy]]></dc:creator>
		<pubDate>Wed, 25 May 2011 00:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-4293</guid>
		<description><![CDATA[Maybe it&#039;s not from interest anymore, but I stumbled upon the problem to integrate the right command into aquamacs for my environment.
I&#039;m working with Mac and I&#039;ve installed TeX Live 2009 + Aquamacs 2.2

I went into LaTeX options -&gt; Customize AUCTEX -&gt; Tex command -&gt; Tex command list and inserted a new &quot;Tex-run-command&quot;

--
%`%l%(mode)%&#039; %t &amp;&amp; dvips -Ppdf %d -o &amp;&amp; ps2pdf %f &amp;&amp; open -a Skim.app %s.pdf
--

I activated modes LaTeX and DocTeX for my needs.

the last command is optional and will open skim for preview.

modboy]]></description>
		<content:encoded><![CDATA[<p>Maybe it&#8217;s not from interest anymore, but I stumbled upon the problem to integrate the right command into aquamacs for my environment.<br />
I&#8217;m working with Mac and I&#8217;ve installed TeX Live 2009 + Aquamacs 2.2</p>
<p>I went into LaTeX options -&gt; Customize AUCTEX -&gt; Tex command -&gt; Tex command list and inserted a new &#8220;Tex-run-command&#8221;</p>
<p>&#8211;<br />
%`%l%(mode)%&#8217; %t &amp;&amp; dvips -Ppdf %d -o &amp;&amp; ps2pdf %f &amp;&amp; open -a Skim.app %s.pdf<br />
&#8211;</p>
<p>I activated modes LaTeX and DocTeX for my needs.</p>
<p>the last command is optional and will open skim for preview.</p>
<p>modboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nph</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-2059</link>
		<dc:creator><![CDATA[nph]]></dc:creator>
		<pubDate>Sat, 06 Dec 2008 02:40:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-2059</guid>
		<description><![CDATA[Had exactly the same problem, but after a couple of hours of searching managing to find a straightforward solution. Download the Enhanced Carbon Emacs (ECE) plugin:

http://web.inf.unibz.it/~franconi/enhanced-carbon-emacs/

This uses simpdftex which handles eps fine.

Nick]]></description>
		<content:encoded><![CDATA[<p>Had exactly the same problem, but after a couple of hours of searching managing to find a straightforward solution. Download the Enhanced Carbon Emacs (ECE) plugin:</p>
<p><a href="http://web.inf.unibz.it/~franconi/enhanced-carbon-emacs/" rel="nofollow">http://web.inf.unibz.it/~franconi/enhanced-carbon-emacs/</a></p>
<p>This uses simpdftex which handles eps fine.</p>
<p>Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PB</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1365</link>
		<dc:creator><![CDATA[PB]]></dc:creator>
		<pubDate>Fri, 14 Mar 2008 21:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1365</guid>
		<description><![CDATA[I was facing the same problem, and saw the discussion in this forum. For me, what finally worked is the solution proposed by Evirho, but I had to tweak it slightly. When I put that line in my Preferences.el, it did not work for some reason. I tried manually putting that in my customizations.el (in ~/Library/Preferences/Aquamacs\Emacs/) but that also gave me error (my editor got messed up by the quotes &quot;,&#039;,`` etc.). finally what worked is the following: In Aquamacs, type

M-x customize-variable RET TeX-view-style

which brings up a &quot;customization buffer&quot;. Now change the entries to look like, for example,

Regexp: ^letterpaper$
Command: dvipdf %d; open -a Skim.app %s.pdf

I am using Skim as a PDF viewer instead of PDFView, otherwise it is same as Evilrho&#039;s.]]></description>
		<content:encoded><![CDATA[<p>I was facing the same problem, and saw the discussion in this forum. For me, what finally worked is the solution proposed by Evirho, but I had to tweak it slightly. When I put that line in my Preferences.el, it did not work for some reason. I tried manually putting that in my customizations.el (in ~/Library/Preferences/Aquamacs\Emacs/) but that also gave me error (my editor got messed up by the quotes &#8220;,&#8217;,&#8220; etc.). finally what worked is the following: In Aquamacs, type</p>
<p>M-x customize-variable RET TeX-view-style</p>
<p>which brings up a &#8220;customization buffer&#8221;. Now change the entries to look like, for example,</p>
<p>Regexp: ^letterpaper$<br />
Command: dvipdf %d; open -a Skim.app %s.pdf</p>
<p>I am using Skim as a PDF viewer instead of PDFView, otherwise it is same as Evilrho&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Evilrho</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1284</link>
		<dc:creator><![CDATA[Evilrho]]></dc:creator>
		<pubDate>Mon, 25 Feb 2008 18:30:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1284</guid>
		<description><![CDATA[Hi,
I&#039;m not sure you care anymore, but I wanted to do exactly what you wanted to do. I use xfig to make figures with latex text in them, so I export them as combined postscript/latex files. I know I can do a pdf/latex combo, but I had strange offset text with that. This is what I put in my Preferences.el file:

(setq TeX-view-style &#039;((&quot;.&quot; &quot;dvipdf %d; open -a PDFView.app %s.pdf&quot;)))

I also turned off the default PdfLatex command in the Auxtex preference settings within Aquamacs. You&#039;ll note that I call dvipdf first, then open PDFView. This has the advantage of automatically refreshing every time you do a C-c C-c. Of course, you have to do the C-c C-c sequence at least twice in a row since the first time compiles and the second time views.

Now I can compile my .tex files with just one step. I insert my figures via \input{figName.pstex_t}.

It took me a long time to sort this out. I hope it helps someone!

-Cheers]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m not sure you care anymore, but I wanted to do exactly what you wanted to do. I use xfig to make figures with latex text in them, so I export them as combined postscript/latex files. I know I can do a pdf/latex combo, but I had strange offset text with that. This is what I put in my Preferences.el file:</p>
<p>(setq TeX-view-style &#8216;((&#8220;.&#8221; &#8220;dvipdf %d; open -a PDFView.app %s.pdf&#8221;)))</p>
<p>I also turned off the default PdfLatex command in the Auxtex preference settings within Aquamacs. You&#8217;ll note that I call dvipdf first, then open PDFView. This has the advantage of automatically refreshing every time you do a C-c C-c. Of course, you have to do the C-c C-c sequence at least twice in a row since the first time compiles and the second time views.</p>
<p>Now I can compile my .tex files with just one step. I insert my figures via \input{figName.pstex_t}.</p>
<p>It took me a long time to sort this out. I hope it helps someone!</p>
<p>-Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alvaro</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1075</link>
		<dc:creator><![CDATA[Alvaro]]></dc:creator>
		<pubDate>Wed, 05 Dec 2007 11:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1075</guid>
		<description><![CDATA[Try this:

Go to your home directory and then to &quot;~/Library/Preferences/Aquamacs Emacs&quot;.

There will be a file customizations.el (if not create it) and add this to it

(custom-set-variables
 &#039;(TeX-output-view-style (quote ((&quot;^dvi$&quot; &quot;.&quot; &quot;open -a TeXniscope.app %o&quot;) (&quot;^pdf$&quot; &quot;.&quot; &quot;open -a Skim.app %o&quot;) (&quot;^html?$&quot; &quot;.&quot; &quot;open %o&quot;))))
)

If the file exists you should only add the three lines of the middle in the appearing custom-set-variable... As you can see I&#039;ve Skim for viewing the PDF&#039;s too... For inverse search it&#039;s very nice... If you prefer you can delete &quot;-a Skim.app&quot; so the PDf will be opened with the default viewer.

Probably this could be done in Preferences.el... Moreover, probably that file is the right place to do that but I&#039;m not a Emacs Master...

Cheers..]]></description>
		<content:encoded><![CDATA[<p>Try this:</p>
<p>Go to your home directory and then to &#8220;~/Library/Preferences/Aquamacs Emacs&#8221;.</p>
<p>There will be a file customizations.el (if not create it) and add this to it</p>
<p>(custom-set-variables<br />
 &#8216;(TeX-output-view-style (quote ((&#8220;^dvi$&#8221; &#8220;.&#8221; &#8220;open -a TeXniscope.app %o&#8221;) (&#8220;^pdf$&#8221; &#8220;.&#8221; &#8220;open -a Skim.app %o&#8221;) (&#8220;^html?$&#8221; &#8220;.&#8221; &#8220;open %o&#8221;))))<br />
)</p>
<p>If the file exists you should only add the three lines of the middle in the appearing custom-set-variable&#8230; As you can see I&#8217;ve Skim for viewing the PDF&#8217;s too&#8230; For inverse search it&#8217;s very nice&#8230; If you prefer you can delete &#8220;-a Skim.app&#8221; so the PDf will be opened with the default viewer.</p>
<p>Probably this could be done in Preferences.el&#8230; Moreover, probably that file is the right place to do that but I&#8217;m not a Emacs Master&#8230;</p>
<p>Cheers..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thorsten</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1074</link>
		<dc:creator><![CDATA[Thorsten]]></dc:creator>
		<pubDate>Fri, 13 Jul 2007 18:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1074</guid>
		<description><![CDATA[Aquamacs works fine with the MacTeX distribution, out of the box. To get xdvi working properly, you have to launch X11.app before starting Aquamacs.]]></description>
		<content:encoded><![CDATA[<p>Aquamacs works fine with the MacTeX distribution, out of the box. To get xdvi working properly, you have to launch X11.app before starting Aquamacs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manu</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1073</link>
		<dc:creator><![CDATA[Manu]]></dc:creator>
		<pubDate>Sun, 27 May 2007 00:15:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1073</guid>
		<description><![CDATA[For conversion from ppt to eps, I&#039;ve been very satisfied with Method 3 on &lt;a href=&quot;http://www.cs.bu.edu/fac/reyzin/pictips.html&quot; rel=&quot;nofollow&quot;&gt;this page&lt;/a&gt;.  For the eps to pdf conversion, I just use epstopdf.  If you want to embed latex math, you can use &lt;a href=&quot;http://texpoint.necula.org/&quot; rel=&quot;nofollow&quot;&gt;TexPoint&lt;/a&gt;.  Coreldraw may have richer drawing functionality than Powerpoint, though.]]></description>
		<content:encoded><![CDATA[<p>For conversion from ppt to eps, I&#8217;ve been very satisfied with Method 3 on <a href="http://www.cs.bu.edu/fac/reyzin/pictips.html" rel="nofollow">this page</a>.  For the eps to pdf conversion, I just use epstopdf.  If you want to embed latex math, you can use <a href="http://texpoint.necula.org/" rel="nofollow">TexPoint</a>.  Coreldraw may have richer drawing functionality than Powerpoint, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1072</link>
		<dc:creator><![CDATA[Roy]]></dc:creator>
		<pubDate>Sat, 26 May 2007 04:38:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1072</guid>
		<description><![CDATA[pdflatex is nice except you have to use jpeg/pdf figures. I you started with .eps figures, its a pain to switch over.

Thanks to the comments, I just spent three hours installing and fiddling with asymptote. I was attracted to the support for embedding latex math in the figures without using xfig. However, I&#039;m too old to learn a new way to write code to draw figures. Maybe when there is an easy graphical interface to support it, I will switch to that.

I suppose I&#039;ll stick with my old solution. I draw with coreldraw, mostly because I learned (more or less) how to use it. The eps and jpeg conversion (for pdflatex)  is OK, but there&#039;s no latex math.

Its funny how everyone&#039;s solutions are different. Not in a million years would I consider the powerpoint -&gt; eps -&gt; pdf route for figures. I don&#039;t recall ever being happy with either ppt to eps conversion or the eps to pdf conversion for inclusion in a pdflatex file.]]></description>
		<content:encoded><![CDATA[<p>pdflatex is nice except you have to use jpeg/pdf figures. I you started with .eps figures, its a pain to switch over.</p>
<p>Thanks to the comments, I just spent three hours installing and fiddling with asymptote. I was attracted to the support for embedding latex math in the figures without using xfig. However, I&#8217;m too old to learn a new way to write code to draw figures. Maybe when there is an easy graphical interface to support it, I will switch to that.</p>
<p>I suppose I&#8217;ll stick with my old solution. I draw with coreldraw, mostly because I learned (more or less) how to use it. The eps and jpeg conversion (for pdflatex)  is OK, but there&#8217;s no latex math.</p>
<p>Its funny how everyone&#8217;s solutions are different. Not in a million years would I consider the powerpoint -&gt; eps -&gt; pdf route for figures. I don&#8217;t recall ever being happy with either ppt to eps conversion or the eps to pdf conversion for inclusion in a pdflatex file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rif</title>
		<link>http://ergodicity.net/2007/05/25/aquamacs-with-dvips-ps2pdf/#comment-1069</link>
		<dc:creator><![CDATA[rif]]></dc:creator>
		<pubDate>Fri, 25 May 2007 18:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ergodicity.net/?p=773#comment-1069</guid>
		<description><![CDATA[I use pdflatex all the time.
I&#039;ve found asymptote to be pretty useful for making figures.]]></description>
		<content:encoded><![CDATA[<p>I use pdflatex all the time.<br />
I&#8217;ve found asymptote to be pretty useful for making figures.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

