PC Versions of Latex
Miktex
Mac Versions of Latex
Tatex
New Font
To convert from latex to .ps in UNIX
To read latex in UNIX
Getting Images to load up in a mac latex when original was PC Latex.
At the beginning of Latex file
\usepackage{graphicx,amsmath,amsthm,amssymb}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `basename #1 .tif`.png}
\begin{center}
\includegraphics{n1}
\end{center}
The n1 file image needs to be in the same folder as the latex file
Open ps in preview
Use grab
capture image
reduce to filesize
save as tiff
preview
export
save as png