[OS X TeX] AMS-TeX
Stephen Moye
stephenmoye at cox.net
Sat Sep 22 16:59:08 CEST 2007
I am assuming that you really do mean AMS-TeX (the AMS math extension
of plain TeX) and not AMSLaTeX. If that is so, then all you need to
do is:
1. Make sure that you are using plain TeX (check the edit window)
2. Choose the appropriate engine in the Typeset menu
3. At the beginning of the file put:
\input amstex
Done.
%%
You can also create an 'engine' that does essentially the same thing.
1. Go to ~/Library/TeXShop/Engines/
2. Duplicate one of the files there, and rename it to something like
'amstex.engine'
3. Open the duplicate file in a text editor (e.g., BBEdit or
TextWrangler)
4. Delete everything and put this in the file:
#!/bin/tcsh
set path= ($path /usr/texbin /usr/local/bin);
amstex -output-format=pdf "$1"
5. Save and close the file.
The next time you open TeXShop you will see 'amstex' the the left-
most dropdown window
in the text editor. Alternatively, at the very beginning of your TeX
file you can put
this:
%!TEX TS-program = amstex
The TS-Program refers to the particular engine that you want to use
to typeset
your document. Notice the spaces on either side of the '='.
Stephen
On May 8, 2007, at 9:43 AM, Barry Brent wrote:
> I just downloaded the MacTeX-2007 distribution with TeXShop, and
> joined this list. It isn't clear to me whether or how I can use
> MacTeX-2007 to typeset AMS-TeX documents. Please advise.
>
> Thanks.
>
> Barry Brent
>
>
>
>
> ------------------------- Helpful Info -------------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Archive: http://tug.org/pipermail/macostex-archives/
> List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
>
>
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the macostex-archives
mailing list