[OS X TeX] Re: AMS-TeX, graphics, and TexShop

Julian Aguirre julian.aguirre at ehu.es
Sat Feb 9 13:16:22 CET 2008


>> > I have many AMS-TeX files (amsppt.sty) created in Textures, am now
>> > using TeXShop, and would like to use these files without a lot of
>> > rewriting. I've figured out how to add an AMS-TeX typesetting
>> > option to TeXShop but don't know how to include the graphics when I
>> > typeset. I can copy the graphics out of Textures and save them as
>> > pdf files, but can I use them that way?
>>
>
> From Alain Schremmer:
>>
>> Yes, the graphic file 361-34.pdf can be inserted with the package
>> graphicx as follows
>>
>>                 \includegraphics[scale=1]{361-34}
>>
>
> Thanks, but typesetting with AMS-TeX (not LaTeX) gives:
>
> !Undefined control sequence.
> l.33 \includegraphics

This is what I use for some old documents that I am too lazy to  
change into LaTeX

\input miniltx %allows to use some LaTeX commands
\input color
\input graphicx
\input amstex
\documentstyle{amsppt}

Now tou can use colors in your documents and include graphics with  
\includegraphics

Julián


More information about the macostex-archives mailing list