IPAG Latex Information Page
If you are one of the SGIs at IPAG the following link points to the local teTeX documentation.
ps2pdf test.ps test.pdfIf you use ps2pdf to convert dvips-created postscript files, you must run dvips as follows:
SGIS: dvips -Ppdf -Z9 test.dvi -o test.ps Linux: dvips -Pcmz -Z9 test.dvi -o test.pswhich will use appropriate fonts and also create some initialization that will be useful for the .pdf generation later.
\includegraphics{{Figs1/}{Figs2/}}
epstopdf -d test.epswhich will generate the output file test.pdf. To convert multiple files use the script multiepstopdf. Further do not use the traditional psfig macros but replace these either with the newer \includegraphics{} (from \usepackage{graphicx}) or the epsfig supplied (see above) psfig command. In both cases you need not (should not) specify a suffix for the filename.
When all is done you compile the .tex file using pdflatex e.g.
pdflatex testNotes:
l2h testThis is will generate an output file test.html.
latex2html testNote: Some of the icons (such as [next], [previous] etc) may not appear on the machine you work on. They will appear just fine when you copy the files on the webserver on noodle. Alternatively (on the SGIs as superuser) run the script latex2htmlseticons to create the necessary links.
\usepackage[html]{tex4ht}Alternatively you can have your document broken into a number of web pages using declarations like:
latex test latex test latex test
tex4ht test
t4ht test
idvitogif test.idv 11 test10x.gif 1.7 1.4where the number 11 is one bigger than the original 10. (LaTex counts from 1 and tex4ht from 0 therefore there is an offset of 1 between them.)