[OS X TeX] Opustex and TexShop on OSX
Teresa Clark
twclark21 at mac.com
Thu Jul 6 06:20:09 CEST 2006
Hi
The original code used pdftex but didn't correctly compile the etex
code.
pdfetex does.
I'm no expert but just reporting on what worked for me.
Cheers
Teresa Clark
On 06/07/2006, at 1:44 PM, Herbert Schulz wrote:
>
> On Jul 5, 2006, at 5:13 PM, Teresa Clark wrote:
>
>> Thank you to everyone who helped me with this. I ended up using
>> the engine, modified, to run pdfetex.
>>
>> #!/bin/tcsh
>> echo $1
>> set basefname="`basename "$1" .tex`"
>> rm "$basefname".ox*
>> pdfetex "$1"
>> ~/Library/TeXShop/bin/opusflex "$basefname"
>> pdfetex "$1"
>> rm "$basefname".ox*
>>
>
> Howdy,
>
> I think pdfetex and pdftex are identical in recent versions of the
> TeX distribution.
>
> Good Luck,
>
> Herb Schulz
> (herbs at wideopenwest.com)
>
>
> ------------------------- Info --------------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
> & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Archive: http://tug.org/pipermail/macostex-archives/
>
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list