<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Are you just trying to use Terminal to create your pdf from a .tex document?<div><br></div><div>A pretty standard workflow for this would be</div><div><br></div><div>> latex file.tex</div><div><br></div><div>and then if you're using bibtex, assuming you have a corresponding bibliography file "file.bib"</div><div><br></div><div>> bibtex file</div><div><br></div><div>now run latex a couple more times to get citations correct</div><div><br></div><div>> latex file.tex</div><div>> latex file.tex</div><div><br></div><div>and finally, to output into pdf</div><div><br></div><div>> dvips file.dvi</div><div>> ps2pdf file.ps</div><div><br></div><div>Hope that's useful.</div><div>Simon.</div><div><br><div><div>On 3 Aug 2012, at 05:12, Charles Shooshan wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

<div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Good day!<br>
<br>
I am new to the group and new to LaTeX. I have been enjoying using TeXShop but I wanted to be able to work from the Terminal on occasion. I was able to get nano to do syntax highlighting and spell check. I had to manually add the /etc/paths.d/TeX and /etc/manpaths.d/TeX
 files (I am using Lion and plan to move to Mountain Lion).<br>
<br>
Now my problem. I stumbled onto pdfopen and first time through I received an acroread not found error. I created a link on my path (/usr/local/bin/acroread) and I pointed it to the executable within first Adobe Reader 9 and then Adobe Reader 10. I then tried
 a bash script called acroread instead to launch the Readers with the OS X open command.<br>
<br>
Some of this worked a little. Some worked not at all. All seemed to launch X11 (which I believe is gone in Mountain Lion but can a version can be downloaded). I also used the -viewer ar9-tab with pdfopen. When it worked, the file opened in Adobe Reader but
 did not reload if I issued the command again after a change.<br>
<br>
Might it somehow work with Preview?<br>
<br>
Should I just abandon the idea of using pdfopen?<br>
<br>
Is there another option for "terminal workflow" in OS X?<br>
<br>
Thanks for any help,<br>
Charlie</div>
</span></font></div>
<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">----------- Please Consult the Following Before Posting -----------<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>
List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a><br>
List Archive: <a href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a><br>
TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>
List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br>
<br>
</div>
</span></font></div>
</div>

</blockquote></div><br></div></body></html>