Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
9 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 9

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

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 file format files, pdfTeX outputs Portable Document Format 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 exploiting 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, whereas the --pdf option of texexec does the same for ConTeXt documents.

== Features ==

pdfTeX has several features not available in standard TeX.

  • native TrueType and Type 1 font embedding
  • micro-typographic extensions such as margin kerning using font expansion
  • direct access to pdf specific features such as hyperlinks, tables of contents and document information
  • =References=

  • [http://www.pragma-ade.com/pdftex/thesis.pdf Micro-typographic extensions to the TeX typesetting system] - dissertation by Hàn Thể Thành
  • [http://www.tug.org/applications/pdftex/ pdfTeX distribution at TUG.org]
  • [ftp://ftp.cstug.cz/pub/tex/local/cstug/thanh/pdftex/ pdfTeX source code]