1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
%%% ====================================================================
%%% @TeX-font-metrics-file{
%%% author = "Ulrik Vieth",
%%% version = "1.801",
%%% date = "30 June 1998",
%%% time = "00:03:36 CEST",
%%% filename = "unsetalf.mtx",
%%% email = "vieth@thphy.uni-duesseldorf.de",
%%% URL = "http://www.thphy.uni-duesseldorf.de/~vieth/",
%%% checksum = "47009 104 194 2283",
%%% codetable = "ISO/ASCII",
%%% keywords = "metrics, raw, TeX, PostScript",
%%% supported = "yes",
%%% abstract = "This is a metrics file, for use with the
%%% fontinst utility. It makes glyph names
%%% for alphabetic glyphs undefined.",
%%% package = "fontinst",
%%% dependencies = "fontinst.sty, fontdoc.sty",
%%% }
%%% ====================================================================
\relax
\documentclass[twocolumn]{article}
\usepackage{fontdoc}
\title{The {\tt unsetalf.mtx} metrics file}
\author{Ulrik Vieth}
\date{30 June 1998 \\
Version 1.801}
\begin{document}
\maketitle
This document describes the {\tt unsetalf.mtx} metrics file, which is
used to make glyph names for alphabetic glyphs undefined.
\relax
\metrics
\unsetglyph{A}
\unsetglyph{B}
\unsetglyph{C}
\unsetglyph{D}
\unsetglyph{E}
\unsetglyph{F}
\unsetglyph{G}
\unsetglyph{H}
\unsetglyph{I}
\unsetglyph{J}
\unsetglyph{K}
\unsetglyph{L}
\unsetglyph{M}
\unsetglyph{N}
\unsetglyph{O}
\unsetglyph{P}
\unsetglyph{Q}
\unsetglyph{R}
\unsetglyph{S}
\unsetglyph{T}
\unsetglyph{U}
\unsetglyph{V}
\unsetglyph{W}
\unsetglyph{X}
\unsetglyph{Y}
\unsetglyph{Z}
\endmetrics
\end{document}
|