<div style>You can always try including the relative path. Something like:</div><span style>(find-executable-path &quot;pdflatex&quot; &quot;../../../sw/bin&quot;)</span><div style><br></div><div style>Doesn&#39;t OS X have a .profile? Maybe try defining the path there instead of in .bashrc?</div>
<br><div class="gmail_quote">On Wed, Jun 6, 2012 at 2:40 PM, Viera Proulx <span dir="ltr">&lt;<a href="mailto:vkp@ccs.neu.edu" target="_blank">vkp@ccs.neu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am starting to play with scribble and have tried to generate a pdf document from the scribble source. The conversion to html worked fine.<br>
<br>
When I hit the Scribble to PDF button I got:<br>
<br>
Welcome to DrRacket, version 5.2.1 [3m].<br>
Language: scribble/manual; memory limit: 128 MB.<br>
scribble: loading xref<br>
scribble: rendering<br>
. . ../../../../../../../Applications/Racket/collects/scribble/private/run-pdflatex.rkt:7:0: run-pdflatex: could not find a `pdflatex&#39; executable<br>
&gt;<br>
<br>
So I looked for run-pdflatex.rkt and opened that and ran it - successfully. I am working on a Mac OS 1.6.8 - so I wondered whether pdflatex exists on it. Running in the Terminal, I tried:<br>
<br>
 vkp$ which pdflatex<br>
/sw/bin/pdflatex<br>
 vkp$ which man<br>
/usr/bin/man<br>
<br>
so, the command is there. I checked my .bashrc and /sw/bin is in the PATH:<br>
<br>
PATH=/bin:/usr/bin:/usr/vkp/bin:/usr/local/bin:/sw/bin:/Applications/Racket/bin:/usr/bin/ant/bin:/Applications/android-sdk-mac_86/tools:$PATH<br>
<br>
<br>
Then I tried in the Interactions for the run-pdflatex.rkt<br>
<br>
Welcome to DrRacket, version 5.2.1 [3m].<br>
Language: scheme/base; memory limit: 128 MB.<br>
&gt; (find-executable-path &quot;pdflatex&quot;)<br>
#f<br>
&gt; (find-executable-path &quot;man&quot;)<br>
#&lt;path:/usr/bin/man&gt;<br>
&gt;<br>
<br>
So - I have no idea why the path to pdflatex is not found. Any help is appreciated.<br>
<br>
-- Viera<br>
____________________<br>
  Racket Users list:<br>
  <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</blockquote></div><br>