I recently started using
ps2pdf to generate PDF output (after running latex, then dvips) to put on the course web page.
But the output looks really horrible on-screen, although it prints out OK.
However, I often include EPS (Encapsulated
PostScript) files in my LaTeX documents, and pdflatex can't deal with them.
Pdflatex supports inclusion of PDF files.
You can convert an EPS to PDF using epstopdf,
or you can set up pdflatex so it will make the conversion automatically. Read the docs.
The docs for
dvipdfm also seem to indicate that it can't deal with embedded EPS files. So I guess I'm still
stuck with ps2pdf...
You may want to have a look at LyX with KDE user interface (KLyX) then
(no binaries there; try this klyx page on rpmfind.net).
The LyX people write that it is currently unmaintained, but the last version I tried worked quite stable.
While KLyX is stable, it doesn't contain the new features that were added to lyx in the recent years, so I recommend not to use it.
Hopefully, a qt2 version of LyX will be released this year.
> METAFONT is pretty much integrated into TeX if you're using...
TeX doesn't know anything about fonts. It only uses font metric files (.tfm).
The job of handling fonts is left for the dvi-to-x program.
Dvips can handle any postscript font, and TrueType fonts can easily be converted to postscript (type 42).
Dvipdfm can handle both postscript and TrueType fonts (pdftex also handle both type of fonts).
Take a look at fig2sty.
(for the lazy, the G4 is slower than the Athlon in all the tests, except the RC5 benchmark)
I just checked and it DOES work.
a ti on}}
Anyway, there are lots of other ways to define a shortcut.
E.g.
\let\beq=\equation
\let\eeq=\endequation
or
\newcommand{\eqn}[1]{\begin{equation}#1\end{equ
You can also program your editor to to create a short key sequence that inserts \begin{equation}..\end{equation}
This can easily be changed. See the TeX FAQ
Unless you use pstricks or similar packages.
What is wrong with ps2pdf ? It produces PDF files as good as the ones produced by pdflatex/dvipdfm (assuming you set up dvips to use type1 fonts).
Omega is an extension of TeX that supports unicode.
Even standard TeX can have unicode support: See the CJK and unicode packages (for LaTeX).
The LyX people write that it is currently unmaintained, but the last version I tried worked quite stable.
While KLyX is stable, it doesn't contain the new features that were added to lyx in the recent years, so I recommend not to use it.
Hopefully, a qt2 version of LyX will be released this year.
TeX doesn't know anything about fonts. It only uses font metric files (.tfm). The job of handling fonts is left for the dvi-to-x program.
Dvips can handle any postscript font, and TrueType fonts can easily be converted to postscript (type 42).
Dvipdfm can handle both postscript and TrueType fonts (pdftex also handle both type of fonts).