summaryrefslogtreecommitdiff
path: root/fonts/utilities/fontinst-contrib/ofntinst/inputs/smblmtx/resetmu.mtx
blob: 922a3f3184003bfbe16073704be84d7754c5b304 (plain)
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
%% This file is part of the OFNTINST project version 0.2.1
%% -------------------------------------------------------
%% 
%% 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.
%% Copyright (C) 2002--2004 by Alexej Kryukov
%% Please report errors to: A.M. Kryukov <basileia@yandex.ru>

\relax

\documentclass[twocolumn]{article}
\usepackage{fontdoc}

\title{The \texttt{resetmu.mtx} metrics file}
\author{Alexej Kryukov}
\date{1 March 2003}

\begin{document}
\maketitle

This document describes the \texttt{resetmu.mtx} metrics file, 
used to recode glyph name `mu' to `mu1', which is the name for micro sign
in the \texttt{ut1.etx} file. This file should be loaded immediately after
latin font file, so that the micro sign from the 8r encoding could be
correctly mapped.

\metrics

\ifisglyph{mu}\then
   \setglyph{mu1}
	\glyph{mu}{1000}
   \endsetglyph
   \setleftrightkerning{mu1}{mu}{1000}
   
   \unsetglyph{mu}
   \noleftrightkerning{mu}
\fi

\endmetrics
\end{document}