%% 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 \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}