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
|
% Copyright 1998, 1999 the fontinst maintenance team and any individual
% authors listed elsewhere in this file. All rights reserved.
%
% This file is part of the fontinst system version 1.9.
% -----------------------------------------------------
%
% It may be distributed under the terms of the LaTeX Project Public
% License, as described in lppl.txt in the base LaTeX distribution.
% Either version 1.0 or, at your option, any later version.
%
%%% ====================================================================
%%% @TeX-font-metrics-file{
%%% author = "Ulrik Vieth",
%%% version = "1.910",
%%% date = "16 November 1999",
%%% time = "23:02:47 CET",
%%% filename = "unsetnum.mtx",
%%% email = "fontinst@cogs.susx.ac.uk",
%%% URL = "http://www.tug.org/applications/fontinst/",
%%% checksum = "24513 62 213 1967",
%%% 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 numerals undefined.",
%%% package = "fontinst",
%%% dependencies = "fontinst.sty, fontdoc.sty",
%%% }
%%% ====================================================================
\relax
\documentclass[twocolumn]{article}
\usepackage{fontdoc}
\title{The \texttt{unsetnum.mtx} metrics file}
\author{Ulrik Vieth}
\date{16 November 1999 \\
Version 1.910}
\begin{document}
\maketitle
This document describes the \texttt{unsetnum.mtx} metrics file, which is
used to make glyph names for numerals undefined.
\metrics
\unsetglyph{zero}
\unsetglyph{one}
\unsetglyph{two}
\unsetglyph{three}
\unsetglyph{four}
\unsetglyph{five}
\unsetglyph{six}
\unsetglyph{seven}
\unsetglyph{eight}
\unsetglyph{nine}
\endmetrics
\end{document}
|