Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > PdfTeX


pdfTeX is a variant of the TeX typesetting program originally written by Hàn Th Thành . The main difference between TeX and pdfTeX is that whereas TeX outputs DVI files, pdfTeX outputs PDF files directly. This allows tight integration of PDF features such as hypertext links and tables of contents, using packages such as hyperref . On the other hand, packages which exploit the usual conversion chain of DVI-to- PostScript such as pstricks may fail, although replacements such as pdftricks have been written.

It is possible to obtain DVI output from pdfTeX, when the output should be identical to that of TeX. Moreover, since LaTeX, ConTeXt et al are simply macro packages for TeX, they work equally well with pdfTeX. Hence pdfLaTeX, for example, calls the pdfTeX program using the standard LaTeX macros to typeset LaTeX documents.

1 Features

pdfTeX has several features not available in standard TeX.

2 References

Free software TeX

Read more »

Non User