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 a

⟦9d903a8cb⟧ TextFile

    Length: 1736 (0x6c8)
    Types: TextFile
    Names: »afm-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/afm-tokens.tdef« 

TextFile

% Copyright 1988 Stephan v. Bechtolsheim */
%
% This file is part of the TeXPS Software Package.
%
% The TeXPS Software Package is distributed in the hope that it will be useful,
% but WITHOUT ANY WARRANTY.  No author or distributor
% accepts responsibility to anyone for the consequences of using it
% or for whether it serves any particular purpose or works at all,
% unless he says so in writing.  Refer to the TeXPS Software Package
% General Public License for full details.
%
% Everyone is granted permission to copy, modify and redistribute
% the TeXPS Software Package, but only under the conditions described in the
% TeXPS Software Package General Public License.   A copy of this license is
% supposed to have been given to you along with TeXPS Software Package so you
% can know your rights and responsibilities.  It should be in a
% file named CopyrightLong.  Among other things, the copyright notice
% and this notice must be preserved on all copies.  */
%
%	      Here we list all tokens for AFM files.
%	Token names are as follows:
%		K_*		keywords
%		T_*		other terminal symbols.
%		T_DUMMY_*	tokens never returned from lex, but
%				for some other special purpose.
K_Ascender
K_C
K_CC
K_CapHeight
% The comment is treated in a special way!
S_Comment 			s
K_Descender
K_EncodingScheme
K_EndCharMetrics
K_EndComposites
K_EndFontMetrics
K_EndKernData
K_EndKernPairs
K_FamilyName
K_FontBBox
K_FontName
K_FullName
K_IsFixedPitch
K_ItalicAngle
K_KPX
% Same idea as in S_Comment
S_Notice				s
K_StartCharMetrics
K_StartComposites
K_StartFontMetrics
K_StartKernData
K_StartKernPairs
K_UnderlinePosition
K_UnderlineThickness
K_Version
K_Weight
K_XHeight
T_ID					s
T_INT					i
T_FLOAT					d
T_SEMICOLON
T_AFM_NEWLINE
T_ILLEGAL