Package de.dante.extex.interpreter.primitives.pdftex

This package contains primitives for ExTeX's pdfTeX mode.

See:
          Description

Class Summary
AbstractPdftexCode This class provides a base class for pdfTeX primitives.
Efcode This class provides an implementation for the primitive \efcode.
Pdfannot This class provides an implementation for the primitive \pdfannot.
Pdfcatalog This class provides an implementation for the primitive \pdfcatalog.
Pdfdest This class provides an implementation for the primitive \pdfdest.
Pdfendlink This class provides an implementation for the primitive \pdfendlink.
Pdfendthread This class provides an implementation for the primitive \pdfendthread.
Pdffontname This class provides an implementation for the primitive \pdffontname.
Pdffontobjnum This class provides an implementation for the primitive \pdffontobjnum.
Pdfincludechars This class provides an implementation for the primitive \pdfincludechars.
Pdfinfo This class provides an implementation for the primitive \pdfinfo.
Pdflastannot This class provides an implementation for the primitive \pdflastannot.
Pdflastobj This class provides an implementation for the primitive \pdflastobj.
Pdflastxform This class provides an implementation for the primitive \pdflastxform.
Pdflastximage This class provides an implementation for the primitive \pdflastximage.
Pdfliteral This class provides an implementation for the primitive \pdfliteral.
Pdfnames This class provides an implementation for the primitive \pdfnames.
Pdfobj This class provides an implementation for the primitive \pdfobj.
Pdfoutline This class provides an implementation for the primitive \pdfoutline.
Pdfrefobj This class provides an implementation for the primitive \pdfrefobj.
Pdfrefxform This class provides an implementation for the primitive \pdfrefxform.
Pdfrefximage This class provides an implementation for the primitive \pdfrefximage.
Pdfstartlink This class provides an implementation for the primitive \pdfstartlink.
Pdfthread This class provides an implementation for the primitive \pdfthread.
Pdfxform This class provides an implementation for the primitive \pdfxform.
Pdfximage This class provides an implementation for the primitive \pdfximage.
 

Package de.dante.extex.interpreter.primitives.pdftex Description

This package contains primitives for ExTeX's pdfTeX mode.

The Count Parameter \pdftexversion

The count register \pdftexversion contains the version number of pdfTeX as an integer. The number is multiplied by 100 to show the fractional part. For instance the value 123 signals the version number 1.23 of pdfTeX.

The version number is a preassigned count register and can be used as such. Thus assignments and arithmetic can be performed on it.

Syntax

The formal description of this primitive is the following:
    ⟨pdftexversion⟩
       → \pdftexversion ...  

Examples

    \the\pdftexversion  

The Tokens Parameter \pdftexrevision

The tokens register \pdftexrevision contains the revision of pdfTeX in use. Usually this is something like a letter.

The revision number is a preassigned tokens register and can be used as such. Thus assignments can be performed on it.

Syntax

The formal description of this primitive is the following:
    ⟨pdftexrevision⟩
       → \pdftexrevision ...  

Examples

    \the\pdftexrevision