DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦e1205e8d5⟧ TextFile

    Length: 1056 (0x420)
    Types: TextFile
    Names: »pfd-tokens.tdef«

Derivation

└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/dvi-to-ps/TeXPS/pfd2tfm/src/pfd-tokens.tdef« 

TextFile

% Copyright information can be found in file "Copyright"
%       Token list for the reading of pfd files.
%
%       The purpose of this file is to derive
%	(1) '#defines...' for the lexical analyser
%	(2) %token.... for yacc
% 	(3) a routine which prints tokens symbolically.
%	Token names are as follows:
%		K_*		keywords
%		T_*		other terminal symbols.
%		T_DUMMY_*	tokens never returned from lex, but
%				for some other special purpose.
%	The second field contains the identifier to be used in
%	case the token returns a value (info for yacc value stack).
% K_Tokens first, keywords....
K_AddLigDef
K_BaseFontName
K_CharWidth
K_Comment
K_DesignSize
K_EmulateFont
K_EncodingClass
K_EndPfd
K_ExcludeChar
K_ExecPsCode
K_ExtraSpace
K_FontDimen
K_HRatio
K_InvisibleSlitexFont
K_KPX
K_Ligature
K_MapChar
K_MaxCharCode
K_MonoCase
K_NoAfmKernings
K_NoAfmLigatures
K_OutlineFactor
K_Quad
K_Shrink
K_Slant
K_Space
K_StartPfd
K_Stretch
K_TeXMacroDefs
K_TiltAngle
K_WidthDelta
K_XHeight
T_STRING			s
T_ID				s
T_INT				i
T_FLOAT				d
T_SEMICOLON
T_COMMA
T_ILLEGAL