summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/txfonts
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:56:57 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:56:57 +0000
commitf07bb53970ee2ecc53f81a206a3d3a67ef665e4a (patch)
tree6f57a1d62971db79e5ff023bdfd83b22cb971dc9 /Master/texmf-dist/doc/fonts/txfonts
parent007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (diff)
doc 6
git-svn-id: svn://tug.org/texlive/trunk@85 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/fonts/txfonts')
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/00patch1.txt9
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/COPYRIGHT17
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.pdfbin0 -> 413037 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.tex1239
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdfbin0 -> 411586 bytes
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.tex1220
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/txmi.vpl1260
-rw-r--r--Master/texmf-dist/doc/fonts/txfonts/txmi1.vpl1256
8 files changed, 5001 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/txfonts/00patch1.txt b/Master/texmf-dist/doc/fonts/txfonts/00patch1.txt
new file mode 100644
index 00000000000..fa14e172943
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/00patch1.txt
@@ -0,0 +1,9 @@
+
+An encoding mistake in Math Italic fonts (txmi and txmi1) fixed.
+That is, "5E and "5F were accidentally switched.
+This patch corrects the mistake.
+
+Properly place enclosed tfm and vf files.
+
+Also properly place enclosed document files.
+
diff --git a/Master/texmf-dist/doc/fonts/txfonts/COPYRIGHT b/Master/texmf-dist/doc/fonts/txfonts/COPYRIGHT
new file mode 100644
index 00000000000..c539a6d4cab
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/COPYRIGHT
@@ -0,0 +1,17 @@
+ Txfonts and pxfonts copyright notice
+ June 2002
+
+Txfonts and pxfonts, as of June 2002, are distributed
+under the GNU General Public License (GPL) with a special
+exception. See http://www.gnu.org/licenses/licenses.html#GPL
+for the detail of GPL. The special exception is as follows:
+
+ Permission is granted to include txfonts and pxfonts
+ in a document in the Postscript, PDF, or any other
+ formats that may be displayed or printed using these
+ fonts, regardless of the licensing condition applied
+ to the document itself.
+
+Young Ryu
+
+
diff --git a/Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.pdf b/Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.pdf
new file mode 100644
index 00000000000..fd187d7e0e7
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.tex b/Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.tex
new file mode 100644
index 00000000000..2292666ba4f
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/txfontsdoc.tex
@@ -0,0 +1,1239 @@
+\documentclass[11pt]{article}
+
+\setlength{\textwidth}{\paperwidth}
+\addtolength{\textwidth}{-2in}
+
+\setlength{\textheight}{\paperheight}
+\addtolength{\textheight}{-2.5in}
+
+\setlength{\evensidemargin}{0in}
+\setlength{\oddsidemargin}{\evensidemargin}
+
+\setlength{\headsep}{0.5in}
+\addtolength{\headsep}{-\headheight}
+
+\setlength{\topmargin}{.25in}
+\addtolength{\topmargin}{-\headheight}
+\addtolength{\topmargin}{-\headsep}
+
+\usepackage{amsmath}
+\usepackage{txfonts}
+%\normalfont
+%\usepackage[T1]{fontenc}
+%\usepackage{textcomp}
+\let\orgnonumber=\nonumber\usepackage{mathenv}\let\nonumb=\nonumber\let\nonumber=\orgnonumber
+
+\allowdisplaybreaks
+
+\newcommand{\bs}{\symbol{'134}}
+
+
+\def\Ent#1{\csname #1\endcsname & \texttt{\bs #1}}
+\def\EEnt#1#2{\csname #1\endcsname & \texttt{\bs #1},\,\texttt{\bs #2}}
+
+\makeatletter
+\newcount\curchar \newcount\currow \newcount\curcol
+\newdimen\indexwd \newdimen\tempcellwd
+\setbox0\hbox{\ttfamily0\kern.2em}
+\indexwd=\wd0
+
+\def\ident#1{#1}
+\def\hexnumber#1{\ifcase\expandafter\ident\expandafter{\number#1} 0\or
+1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or 9\or A\or B\or C\or D\or E\or
+F\else ?\fi}
+
+\def\rownumber{\ttfamily\hexnumber\currow}
+\def\colnumber{\ttfamily\hexnumber\curcol \global\advance\curcol 1 }
+
+\def\charnumber{\setbox0=\hbox{\char\curchar}%
+ \ifdim\ht0>7.5pt\reposition
+ \else\ifdim\dp0>2.5pt\reposition\fi\fi
+ \box0 \global\advance\curchar1 }
+\def\reposition{\setbox0=\hbox{$\vcenter{\kern1.5pt\box0\kern1.5pt}$}}
+
+\def\dochart#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartA#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrowX\setrow\setrowX %
+% \hline %
+ \setrow\setrowX\setrow\setrowX %
+ \hline %
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartB#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow%\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartC#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartD#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartE#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrowX\setrow\setrowX\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+\def\colnumbers{\hbox to\hsize{\global\curcol 0
+ \def\1{\hbox to\cellwd{\curcol}{\hfil\colnumber\hfil}}%
+ \kern\indexwd\hfil\hfil
+ \1\1\1\1\hfil\hfil \1\1\1\1\hfil\hfil
+ \1\1\1\1\hfil\hfil \1\1\1\1\hfil\hfil
+ \kern\indexwd}%
+}
+
+\def\dochartF#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+
+\def\setrow{\hbox to\hsize{%
+ \hbox to\indexwd{\hfil\rownumber\kern.2em}\hfil\hfil
+ \0\0\0\0\hfil\hfil \0\0\0\0\hfil\hfil
+ \0\0\0\0\hfil\hfil \0\0\0\0\hfil\hfil
+ \hbox to\indexwd{\ttfamily\kern.2em \rownumber\hfil}}%
+ \global\advance\currow 1 }%
+
+\def\setrowX{\global\advance\curchar16\global\advance\currow 1\relax}
+
+\def\cellwd#1{20pt}% initialize
+
+\def\measurecolwidths#1{%
+ \tempcellwd\hsize \advance\tempcellwd-2\indexwd
+ \advance\tempcellwd -12pt
+ \divide\tempcellwd 16
+ \xdef\cellwd##1{\the\tempcellwd}%
+}
+
+\def \table #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochart{#1}%
+}}
+
+
+\def \tableA #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartA{#1}%
+}}
+
+\def \tableB #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartB{#1}%
+}}
+
+\def \tableC #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartC{#1}%
+}}
+
+\def \tableD #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartD{#1}%
+}}
+
+\def \tableE #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartE{#1}%
+}}
+
+\def \tableF #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartF{#1}%
+}}
+
+\makeatother
+
+\begin{document}
+
+\title{The \texttt{TX} Fonts%
+\thanks{Special thanks to those who reported problems of
+\texttt{TX} fonts and provided suggestions!}}
+
+\author{Young Ryu}
+
+\date{December 15, 2000}
+
+\maketitle
+
+\tableofcontents
+
+\clearpage
+\section{Introduction}
+
+The \texttt{TX} fonts consist of
+\begin{enumerate}\itemsep=0pt
+\item virtual text roman fonts using Adobe Times (or URW NimbusRomNo9L) with
+ some modified and additional text symbols in OT1, T1, TS1, and LY1 encodings
+\item \textsf{virtual text sans serif fonts using Adobe Helvetica (or URW NimbusSanL) with
+ additional text symbols in OT1, T1, TS1, and LY1 encodings}
+\item \texttt{monospaced typewriter fonts in OT1, T1, TS1, and LY1 encodings}
+\item math alphabets using Adobe Times (or URW NimbusRomNo9L)
+ with modified metrics
+\item math fonts of all symbols corresponding to those of Computer Modern
+ math fonts (CMSY, CMMI, CMEX, and Greek letters of CMR)
+\item math fonts of all symbols corresponding to those of AMS fonts
+ (MSAM and MSBM)
+\item additional math fonts of various symbols
+\end{enumerate}
+%
+All fonts are in the Type 1 format (in \texttt{afm} and \texttt{pfb} files).
+Necessary \texttt{tfm} and \texttt{vf} files together with
+\LaTeXe\ package files and font map files for \texttt{dvips} are
+provided.
+
+\begin{bfseries}%\itshape
+The \texttt{TX} fonts and related files are distributed
+without any guaranty or warranty.
+I do not assume responsibility for any actual or possible
+damages or losses, directly or indirectly caused by the
+distributed files.
+\end{bfseries}
+The \texttt{TX} fonts are distributed under the GNU public license (GPL)\@.
+
+\section{Changes}
+
+\begin{description}
+\item[1.0] (October 25, 2000) 1st public release
+\item[2.0] (November 2, 2000)
+ \begin{itemize}
+ \item An encoding error in txi and txbi (`\textdollar' \texttt{"24}) is fixed.
+ \item Mistakes in symbol declarations for `\AA' and `\aa' in \texttt{txfonts.sty}
+ are fixed.
+ \item $\lambda$ (\texttt{"15} of txmi and txbmi),
+ $\lambdaslash$ (\texttt{"6E} of txsyc and txbsyc), and
+ $\lambdabar$ (\texttt{"6F} of txsyc and txbsyc)
+ are updated to be more slanted.
+ \item More symbols added in txexa and txbexa (\texttt{"29}--\texttt{"2E})
+ and in txsyc and txbsyc (\texttt{"80}--\texttt{"94}).
+ \item Some fine tuning of a few glyphs.
+ \item Math italic font metrics are improved.
+ \item Text font metrics are improved.
+ \item T1 and TS1 encodings are supported. (Not all TS1 encoding glyphs are implemented.)
+ \end{itemize}
+\item[2.1] (November 18, 2000)
+ \begin{itemize}
+ \item Complete implementation of TS1 encoding fonts.
+ \item Various improvements of font metrics and font encodings. For instance,
+ the bogus entry of char \texttt{'27} in T1 encoding virtual font files
+ are removed. (This bogus entry caused ``warning char 23 replaced
+ by \bs.notdef'' with PDF\TeX/PDF\LaTeX.)
+ \item Helvetica-based TX sans serif fonts in OT1, T1, and TS1 encodings.
+ \item Monospaced TX typewriter fonts, which are thicker than Courier (and thus may look better
+ with Times), in OT1, T1, and TS1 encodings.
+ \end{itemize}
+\item[2.2] (November 22, 2000)
+ \begin{itemize}
+ \item LY1 encoding support
+ \item Monospaced typewriter fonts redone (Uppercase letters are tall enough to match with Times.)
+ \item Various glyph and metric improvement
+ \end{itemize}
+\item[2.3] (December 6, 2000)
+ \begin{itemize}
+ \item Math extension fonts (radical symbols) updated
+ \item Alternative blackboard bold letters ($\varmathbb{A}\ldots\varmathbb{Z}$ and $\varBbbk$)
+ introduced. (Enter \verb|$\varmathbb{...}$| and \verb|$\varBbk$| to get them.)
+ \item More large operators symbols
+ \item Now \verb|\lbag| ($\lbag$) and \verb|\rbag| ($\rbag$) are
+ delimiters.
+ \item Alternative math alphabets $\varg$ and $\vary$ added
+ \end{itemize}
+\item[2.4] (December 12, 2000)
+ \begin{itemize}
+ \item An encoding mistake in text companion typewriter fonts fixed
+ \item Bugs in \LaTeX\ input files fixed
+ \end{itemize}
+\item[3.0] (December 14, 2000)
+ \begin{itemize}
+ \item Minor problem fixes.
+ \item Manual fine-tuning of Type 1 font files
+ \end{itemize}
+\item[3.1] (December 15, 2000)
+ \begin{itemize}
+ \item Alternative math alphabets $\varv$ and $\varw$ added
+ \item Hopefully, this is the final release \ldots
+ \end{itemize}
+\end{description}
+
+\section{A Problem: \texttt{DVIPS} Partial Font Downloading}
+
+It was reported that when \texttt{TX} fonts
+are partially downloaded with \texttt{dvips},
+some HP Laserprinters (with Postscript) cannot
+print documents. To resolve this problem,
+turn the partial font downloading off.
+See the \texttt{dvips} document for various ways to
+turn off partial font downloading.
+
+\textbf{\itshape Even though one does not observe such a problem,
+I would like to strongly recommend to turn off \texttt{dvips}
+partial font downloading.}
+%I think the \texttt{dvips} partial font downloading
+%mechanism appears to have some problems. For instance,
+%when Adobe Times fonts are set to be downloaded, e.g.,
+%\begin{verbatim}
+% ptmr8r Times-Roman "TeXBase1Encoding ReEncodeFont" <8r.enc <tir_____.pfb
+%\end{verbatim}
+%\TeX ing \texttt{testfont.tex} on \texttt{ptmr8r}
+%and \texttt{dvips}ing \texttt{testfont.dvi}
+%with partial font download on give
+%\begin{verbatim}
+% WARNING: Not all chars found
+%\end{verbatim}
+%This specific warning seems to be harmless. But,
+%in my opinion, this should not happen.
+
+
+\section{Installation}
+
+Put all files in \texttt{afm}, \texttt{tfm}, \texttt{vf},
+and \texttt{pfb} files in proper locations of your \TeX\ system.
+For Mik\TeX, they may go to
+\begin{verbatim}
+ \localtexmf\fonts\afm\txr\
+ \localtexmf\fonts\tfm\txr\
+ \localtexmf\fonts\vf\txr\
+ \localtexmf\fonts\type1\txr\
+\end{verbatim}
+All files of the \texttt{input} directory must
+be placed where \LaTeX\ finds its package files.
+For Mik\TeX, they may go to
+\begin{verbatim}
+ \localtexmf\tex\latex\txr\
+\end{verbatim}
+Put the \texttt{txr.map}, \texttt{txr1.map}, \texttt{txr2.map}, and \texttt{tx8r.enc}%
+\footnote{The \texttt{tx8r.enc} file is identical to \texttt{8r.enc}.
+I included \texttt{tx8r.enc} because (1)~some \TeX\ installation might not have \texttt{8r.enc} and
+(2)~including \texttt{8r.enc} would result in multiple copies of \texttt{8r.enc} for \TeX\ systems
+that already have it. \texttt{xdvi} users may do global search-and-replacement of \texttt{tx8r.enc}
+by \texttt{8r.enc} in the \texttt{map} files.}
+files of the \texttt{dvips}
+directory in a proper place that \texttt{dvips} refers to.
+For Mik\TeX, they may go to
+\begin{verbatim}
+ \localtexmf\dvips\config\
+\end{verbatim}
+Also add the reference to \texttt{txr.map} in
+the \texttt{dvips} configuration file (\texttt{config.ps})
+\begin{verbatim}
+ . . .
+ % Configuration of postscript type 1 fonts:
+ p psfonts.map
+ p +txr.map
+ . . .
+\end{verbatim}
+and in the PDF\TeX\ configuration file (\texttt{pdftex.cfg})
+\begin{verbatim}
+ . . .
+ % pdftex.map is set up by texmf/dvips/config/updmap
+ map pdftex.map
+ map +txr.map
+ . . .
+\end{verbatim}
+(The \texttt{txr.map} file has only named references to the Adobe Times fonts;
+the \texttt{txr1.map} file makes \texttt{dvips} load Adobe Times font files;
+and the \texttt{txr2.map} file makes \texttt{dvips} load URW NimbusRomNo9L font files.)
+
+For \texttt{dvipdfm} users, \texttt{txr3.map} (by Dan Luecking)
+is included. Read comments in the beginning of the file.
+
+\section{Using the \texttt{TX} Fonts with \LaTeX}
+
+It is as simple as
+\begin{verbatim}
+ \documentclass{article}
+ \usepackage{txfonts}
+ %\normalfont % Just in case ...
+ %\usepackage[T1]{fontenc} % To use T1 encoding fonts
+ %\usepackage[LY1]{fontenc} % To use LY1 encoding fonts
+ %\usepackage{textcomp} % To use text companion fonts
+
+ \begin{document}
+
+ This is a very short article.
+
+ \end{document}
+\end{verbatim}
+
+The standard \LaTeX\ distribution does not include
+files supporting the LY1 encoding.
+One needs at least \texttt{ly1enc.def}, which is available
+from both CTAN and Y\&Y (\texttt{www.yandy.com}).
+At the time this document was written, CTAN had
+an old version (1997/03/21 v0.3); \texttt{ly1enc.def}
+available from Y\&Y's downloads site was dated on 1998/04/21 v0.4.
+
+\section{Additional Symbols in the \texttt{TX} Math Fonts}
+
+\emph{All} CM symbols are included in the \texttt{TX} math fonts.
+In addition, the \texttt{TX} math fonts provide or modify
+the following symbols, including all of AMS and most of \LaTeX\ symbols.
+
+\subsubsection*{Binary Operator Symbols}
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Ent{medcirc}&
+\Ent{medbullet}&
+\Ent{invamp}\\
+\Ent{circledwedge}&
+\Ent{circledvee}&
+\Ent{circledbar}\\
+\Ent{circledbslash}&
+\Ent{nplus}&
+\Ent{boxast}\\
+\Ent{boxbslash}&
+\Ent{boxbar}&
+\Ent{boxslash}\\
+\Ent{Wr}&
+\Ent{sqcupplus}&
+\Ent{sqcapplus}\\
+\Ent{rhd}&
+\Ent{lhd}&
+\Ent{unrhd}\\
+\Ent{unlhd}
+\end{eqnarray*}
+
+\subsubsection*{Binary Relation Symbols}
+\begin{eqnarray*}[c@{\enskip}l@{\quad}c@{\enskip}l@{\quad}c@{\enskip}l]
+\Ent{mappedfrom}&
+\Ent{longmappedfrom}&
+\Ent{Mapsto}\\
+\Ent{Longmapsto}&
+\Ent{Mappedfrom}&
+\Ent{Longmappedfrom}\\
+\Ent{mmapsto}&
+\Ent{longmmapsto}&
+\Ent{mmappedfrom}\\
+\Ent{longmmappedfrom}&
+\Ent{Mmapsto}&
+\Ent{Longmmapsto}\\
+\Ent{Mmappedfrom}&
+\Ent{Longmmappedfrom}&
+\Ent{varparallel}\\
+\Ent{varparallelinv}&
+\Ent{nvarparallel}&
+\Ent{nvarparallelinv}\\
+\Ent{colonapprox}&
+\Ent{colonsim}&
+\Ent{Colonapprox}\\
+\Ent{Colonsim}&
+\Ent{doteq}&
+\Ent{multimapinv}\\
+\Ent{multimapboth}&
+\Ent{multimapdot}&
+\Ent{multimapdotinv}\\
+\Ent{multimapdotboth}&
+\Ent{multimapdotbothA}&
+\Ent{multimapdotbothB}\\
+\Ent{VDash}&
+\Ent{VvDash}&
+\Ent{cong}\\
+\Ent{preceqq}&
+\Ent{succeqq}&
+\Ent{nprecsim}\\
+\Ent{nsuccsim}&
+\Ent{nlesssim}&
+\Ent{ngtrsim}\\
+\Ent{nlessapprox}&
+\Ent{ngtrapprox}&
+\Ent{npreccurlyeq}\\
+\Ent{nsucccurlyeq}&
+\Ent{ngtrless}&
+\Ent{nlessgtr}\\
+\Ent{nbumpeq}&
+\Ent{nBumpeq}&
+\Ent{nbacksim}\\
+\Ent{nbacksimeq}&
+\EEnt{neq}{ne}&
+\Ent{nasymp}\\
+\Ent{nequiv}&
+\Ent{nsim}&
+\Ent{napprox}\\
+\Ent{nsubset}&
+\Ent{nsupset}&
+\Ent{nll}\\
+\Ent{ngg}&
+\Ent{nthickapprox}&
+\Ent{napproxeq}\\
+\Ent{nprecapprox}&
+\Ent{nsuccapprox}&
+\Ent{npreceqq}\\
+\Ent{nsucceqq}&
+\Ent{nsimeq}&
+\Ent{notin}\\
+\EEnt{notni}{notowns}&
+\Ent{nSubset}&
+\Ent{nSupset}\\
+\Ent{nsqsubseteq}&
+\Ent{nsqsupseteq}&
+\Ent{coloneqq}\\
+\Ent{eqqcolon}&
+\Ent{coloneq}&
+\Ent{eqcolon}\\
+\Ent{Coloneqq}&
+\Ent{Eqqcolon}&
+\Ent{Coloneq}\\
+\Ent{Eqcolon}&
+\Ent{strictif}&
+\Ent{strictfi}\\
+\Ent{strictiff}&
+\Ent{circledless}&
+\Ent{circledgtr}\\
+\Ent{lJoin}&
+\Ent{rJoin}&
+\EEnt{Join}{lrJoin}\\
+\Ent{openJoin}&
+\Ent{lrtimes}&
+\Ent{opentimes}\\
+\Ent{nsqsubset}&
+\Ent{nsqsupset}&
+\Ent{dashleftarrow}\\
+%\EEnt{dashrightarrow}{dasharrow}&
+\Ent{dashrightarrow}&
+\Ent{dashleftrightarrow}&
+\Ent{leftsquigarrow}\\
+\Ent{ntwoheadrightarrow}&
+\Ent{ntwoheadleftarrow}&
+\Ent{Nearrow}\\
+\Ent{Searrow}&
+\Ent{Nwarrow}&
+\Ent{Swarrow}\\
+\Ent{Perp}&
+\Ent{leadstoext}&
+\Ent{leadsto}\\
+\Ent{boxright}&
+\Ent{boxleft}&
+\Ent{boxdotright}\\
+\Ent{boxdotleft}&
+\Ent{Diamondright}&
+\Ent{Diamondleft}\\
+\Ent{Diamonddotright}&
+\Ent{Diamonddotleft}&
+\Ent{boxRight}\\
+\Ent{boxLeft}&
+\Ent{boxdotRight}&
+\Ent{boxdotLeft}\\
+\Ent{DiamondRight}&
+\Ent{DiamondLeft}&
+\Ent{DiamonddotRight}\\
+\Ent{DiamonddotLeft}&
+\Ent{circleright}&
+\Ent{circleleft}\\
+\Ent{circleddotright}&
+\Ent{circleddotleft}&
+\Ent{multimapbothvert}\\
+\Ent{multimapdotbothvert}&
+\Ent{multimapdotbothAvert}&
+\Ent{multimapdotbothBvert}
+\end{eqnarray*}
+
+\subsubsection*{Ordinary Symbols}
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Ent{alphaup}&
+\Ent{betaup}&
+\Ent{gammaup}\\
+\Ent{deltaup}&
+\Ent{epsilonup}&
+\Ent{varepsilonup}\\
+\Ent{zetaup}&
+\Ent{etaup}&
+\Ent{thetaup}\\
+\Ent{varthetaup}&
+\Ent{iotaup}&
+\Ent{kappaup}\\
+\Ent{lambdaup}&
+\Ent{muup}&
+\Ent{nuup}\\
+\Ent{xiup}&
+\Ent{piup}&
+\Ent{varpiup}\\
+\Ent{rhoup}&
+\Ent{varrhoup}&
+\Ent{sigmaup}\\
+\Ent{varsigmaup}&
+\Ent{tauup}&
+\Ent{upsilonup}\\
+\Ent{phiup}&
+\Ent{varphiup}&
+\Ent{chiup}\\
+\Ent{psiup}&
+\Ent{omegaup}&
+\Ent{Diamond}\\
+\Ent{Diamonddot}&
+\Ent{Diamondblack}&
+\Ent{lambdaslash}\\
+\Ent{lambdabar}&
+\Ent{varclubsuit}&
+\Ent{vardiamondsuit}\\
+\Ent{varheartsuit}&
+\Ent{varspadesuit}&
+\Ent{Top}\\
+\Ent{Bot}
+\end{eqnarray*}
+
+\subsubsection*{Math Alphabets}
+
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Ent{varg} &
+\Ent{varv} &
+\Ent{varw} &
+\Ent{vary}
+\end{eqnarray*}
+In order to replace math alphabets $g$, $v$, $w$, and $y$ by these alternatives,
+use the \texttt{varg} option with the \texttt{txfonts} package:
+\begin{verbatim}
+ \usepackage[varg]{txfonts}
+\end{verbatim}
+Then, \verb|$g$|, \verb|$v$|, \verb|$w$|, and \verb|$y$| will produce
+these $\varg$, $\varv$, $\varw$, and~$\vary$ (instead of $g$, $v$, $w$, and~$y$).
+%
+Notice that $\varv$ (the alternative \textit{v})
+is more clearly distingiushed from $\nu$ (the lowercase Greek nu).
+However, this is not without cost:
+it looks similar to $\upsilon$ (the lowercase Greek upsilon).
+
+%\footnote{A comment on Times New Roman fonts:
+%the italic \textit{v} of Times New Roman (both Type 1 and TrueType versions),
+%but not that of Times, is very badly designed. The starting serif at the left-top
+%corner of the letter is very different from other letters' corresponding portion.
+%However, that of Times New Roman bold italic is consistent with others.
+%Further, in the TrueType version of Times New Roman italic and bold italic,
+%the lowercase Greek $\nu$ (nu) is exactly same as \textit{v} (i.e., linked to \textit{v}).
+%For the mathematical typesetting purpose, this is undesirable.
+%In \texttt{TX} fonts, the lowercase Greek $\nu$ (nu) is not identical to
+%\textit{v}, but very similar. The alternative $\varv$ is provided to
+%be more clearly distingiushed from the lowercase Greek $\nu$ (nu).
+%The alternative $\varw$ is provided to ensure consistency.}
+
+\subsubsection*{Large Operator Symbols}
+
+\begin{eqnarray*}[c@{\enskip}l@{\quad}c@{\enskip}l@{\quad}c@{\enskip}l]
+\Ent{bignplus}&
+\Ent{bigsqcupplus}&
+\Ent{bigsqcapplus}\\
+\Ent{bigsqcap}&
+\Ent{bigsqcap}&
+\Ent{varprod}\\
+\Ent{oiint}&
+\Ent{oiiint}&
+\Ent{ointctrclockwise}\\
+\Ent{ointclockwise}&
+\Ent{varointctrclockwise}&
+\Ent{varointclockwise}\\
+\Ent{sqint}&
+\Ent{sqiintop}&
+\Ent{sqiiintop}\\
+\Ent{fint}&
+\Ent{iint}&
+\Ent{iiint}\\
+\Ent{iiiint}&
+\Ent{idotsint}&
+\Ent{oiintctrclockwise}\\
+\Ent{oiintclockwise}&
+\Ent{varoiintctrclockwise}&
+\Ent{varoiintclockwise}\\
+\Ent{oiiintctrclockwise}&
+\Ent{oiiintclockwise}&
+\Ent{varoiiintctrclockwise}\\
+\Ent{varoiiintclockwise}&
+\end{eqnarray*}
+
+\subsubsection*{Delimiters}
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Big\llbracket&\texttt{\bs llbracket}&
+\Big\rrbracket&\texttt{\bs rrbracket}&
+\Big\lbag&\texttt{\bs lbag}&
+\Big\rbag&\texttt{\bs rbag}
+\end{eqnarray*}
+
+%\subsubsection*{Parentheses}
+%\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+%\Ent{lbag}&
+%\Ent{rbag}&
+%\Ent{Lbag}&
+%\Ent{Rbag}
+%\end{eqnarray*}
+
+\subsubsection*{Miscellaneous}
+
+\verb|$\mathfrak{...}$| produces
+$\mathfrak{A} \ldots \mathfrak{Z}$ and $\mathfrak{a} \ldots \mathfrak{z}$.
+\verb|$\varmathbb{...}$| produces
+$\varmathbb{A} \ldots \varmathbb{Z}$ (lowercase letters only);
+\verb|\varBbbk| produces $\varBbbk$.
+Note that the \AmS\ math font command \verb|$\mathbb{...}$| produces
+$\mathbb{A} \ldots \mathbb{Z}$;
+\verb|\Bbbk| produces $\Bbbk$.
+If you find the alternative blackboard letters are better, then do
+\begin{verbatim}
+ \let\mathbb=\varmathbb
+ \let\Bbbk=\varBbbk
+\end{verbatim}
+
+
+\section{Remarks}
+
+\subsection{Some Font Design Issues}
+
+The Adobe Times fonts are thicker than the CM fonts.
+Designing math fonts for Times based on the rule thickness of Times
+`$=$', `$-$', `$+$', `/', `$<$', etc.\
+would result in too thick math symbols,
+in my opinion.\footnote{I have designed many math symbols
+(corresponding to those in CMMI and CMSY)
+based on the rule thickness of original Times `$=$', etc.
+At that time, I noticed that the symbols,
+especially some bold math symbols, are extremely thick.
+Perhaps, in the future, I will complete all math symbols
+based on the rule thickness of original Times `$=$', etc.\
+and release in public, so that users will judge
+whether they are acceptable or not~\ldots.}
+In the \texttt{TX} fonts, these glyphs are thinner
+than those of original Times fonts. That is, the rule thickness
+of these glyphs is around 85\% of that of the Times fonts,
+but still thicker than that of the CM fonts.
+
+For negated relation symbols, the CM fonts composes
+relation symbols with the negation slash (\texttt{"36} in CMSY).
+Even though the CM fonts were very carefully designed
+to look reasonable when negated relation symbols are composed
+(except `$\notin$' \verb|\notin|, which is composed of
+`$\in$' and the normal slash `$/$'),
+the AMS font set includes many negated relation symbols,
+mainly because the vertical placement and
+height\slash depth of the negation slash are not optimal
+when composed with certain relation symbols, I guess.
+The \texttt{TX} fonts include the negation slash symbol
+(\texttt{"36} in txsy), which could be composed with
+relation symbols to give reasonably looking negated related symbols.
+I believe, however, explicitly designed negated relation symbols
+are looking better than composed relation symbols.
+Thus, in addition to negated relation symbols matching those of
+the AMS fonts, many negated symbols such as `$\neq$' are introduced
+in the \texttt{TX} fonts.
+
+Further, in order to maintain editing compatibility with
+vanilla \LaTeXe\ typesetting, \verb|\not| is redefined in \texttt{txfonts.sty}
+so that when \verb|\not\XYZ| is processed,
+if \verb|\notXYZ| or \verb|\nXYZ| is defined, it will be used
+in place of \verb|\not\XYZ|; otherwise,
+\verb|\XYZ| is composed with the negation slash.
+For instance, `$\nprecsim$' is available as \verb|\nprecsim| in the \texttt{TX} fonts.
+Thus, if \verb|\not\precsim| is typed in the document,
+the \verb|\nprecsim| symbol, instead of \verb|\precsim| composed
+with the negation slash, is printed.
+
+\subsection{Times vs.\ Times New Roman}
+
+The recent version of Acrobat is shipped with
+Times New Roman instead of Times fonts.
+Times New Roman fonts' italic letters (e.g.,
+`\textit{A}') are substantially different from those
+of Times fonts. Thus, when documents with the \texttt{TX} fonts
+are processed with Acrobat, accents may not be correctly placed.
+If this is a noticeable problem, use the NimbusRomNo9L fonts
+(included in the Ghostscript distribution) with the \texttt{TX} fonts
+through \texttt{txr2.map}.
+
+\subsection{PDF\TeX/PDF\LaTeX\ and Standard Postscript Fonts}
+
+PDF\TeX/PDF\LaTeX\ does not handle slanting of fonts not embedded
+in the document.
+Note, in the standard setup, PDF\TeX/PDF\LaTeX\ does not embed
+the 14 standard Postscript fonts (Times $\times$~4,
+Helvetica $\times$~4, Courier $\times$~4, Symbol, and ZapfDingbats).
+As the result, PDF\TeX/PDF\LaTeX\ issues warning
+(and may try to generate and use bitmapped fonts for these fonts).
+If it is not desirable, a solution would be to use URW NimbusRomNo9L
+and NimbusSanL fonts
+which are an Adobe Times and Helvetica fonts clone. That is, in the
+PDF\TeX/PDF\LaTeX\ configuration file (\texttt{pdftex.cfg}),
+put \texttt{txr2.map} instead of \texttt{txr.map}
+\begin{verbatim}
+ . . .
+ % pdftex.map is set up by texmf/dvips/config/updmap
+ map pdftex.map
+ map +txr2.map
+ . . .
+\end{verbatim}
+Be sure to properly install URW NimbusRomNo9L and NimbusSanL fonts (which are
+included in the Ghostscript distribution) in your texmf tree.
+
+If you have Adobe Times and Helvetica font files, and want to embed them
+in your PDF document file, do the following trick to fool PDF\TeX/PDF\LaTeX.
+\begin{enumerate}\itemsep=0pt%\parskip=0pt
+\item Copy \texttt{txr1.map} in the dvips configuration directory
+ to \texttt{txrpdf.map} in the PDF\TeX/PDF\LaTeX\ configuration directory.
+\item Edit txrpdf.map and have
+\begin{small}
+\begin{verbatim}
+rtxptmb "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tib_____.pfb
+rtxptmbo ".167 SlantFont TeXBase1Encoding ReEncodeFont" <tx8r.enc <tib_____.pfb
+rtxptmbi "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tibi____.pfb
+rtxptmr "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tir_____.pfb
+rtxptmro ".167 SlantFont TeXBase1Encoding ReEncodeFont" <tx8r.enc <tir_____.pfb
+rtxptmri "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tii_____.pfb
+. . .
+\end{verbatim}
+\end{small}
+instead of
+\begin{small}
+\begin{verbatim}
+rtxptmb Times-Bold "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tib_____.pfb
+. . .
+. . .
+\end{verbatim}
+\end{small}
+Note, the actual standard Postscript fonts names such as \texttt{"Times-Bold"}
+are removed. As the result, PDF\TeX/PDF\LaTeX\ will embed these standard
+Postscript fonts and there will be no warning for slanting them.
+\item Put \texttt{txrpdf.map} in the PDF\TeX/PDF\LaTeX\ configuration
+ file (\texttt{pdftex.cfg}).
+\begin{small}
+\begin{verbatim}
+. . .
+% pdftex.map is set up by texmf/dvips/config/updmap
+map pdftex.map
+map +txrpdf.map
+. . .
+\end{verbatim}
+\end{small}
+\end{enumerate}
+
+\subsection{Glyph Hinting}
+
+The hinting of the \texttt{TX} fonts is far from ideal.
+As a result, when documents with the \texttt{TX} fonts
+are \emph{viewed} with Gsview (or Ghostview), you might notice
+some display quality problem. When they are \emph{viewed}
+with Acrobat, they look much better.
+However, when they are \emph{printed} in laser printers,
+there will be no quality problem.
+(Note, hinting is to improve display quality on low resolution devices such as
+display screens.)
+
+\subsection{Glyphs in Low Positions}
+
+It is known that Acrobat often does not properly handle
+CM font glyphs placed between \texttt{"00} and \texttt{"1F}.
+Thus, most Type 1 versions of CM fonts publicly available
+have these glyphs in higher positions above \texttt{"7F}.
+When the \texttt{-G} flag is used with \texttt{dvips},
+those glyphs in low positions are shifted to higher positions.
+The \texttt{TX} text fonts have
+glyphs in the low positions between \texttt{"00} and \texttt{"1F}.
+As of now, these glyphs are not available in higher positions above \texttt{"7F}.
+Thus, when run \texttt{dvips}, do not use the \texttt{-G}
+flag (or remove \texttt{G} in the \texttt{dvips} configuration file).
+Especially, do not use \texttt{config.pdf}.
+In my computer systems, Acrobat correctly handles glyphs in low positions.
+However, if this known Acrobat problem occurs in other computer systems,
+I will modify the \texttt{TX} fonts so that glyphs in low positions
+are also available in higher positions.
+
+\section{Font Charts}
+
+The original Computer Modern (CM) text fonts (aka \TeX\ text fonts)
+have the OT1 encoding. The OT1 \texttt{TX} text fonts follow
+the CM fonts' encoding as much as possible, but have some
+variations and additions:
+\begin{itemize}\parskip=0pt\itemsep=0pt
+\item The position \texttt{"24} of text italic fonts has
+ the dollar symbol (\textit{\textdollar}), not the sterling symbol (\textit{\textsterling}).
+\item The uppercase and lowercase lslash (\L, \l) and aring (\AA, \aa) letters are added.
+\item The cent (\ifx\textcentoldstyle\undefined\textcent\else\textcentoldstyle\fi)
+ and sterling (\textsterling) symbols are added.
+\end{itemize}
+The original CM text fonts have somewhat different encodings in
+\textsc{cap \& small cap} and \texttt{typewriter} fonts.
+\texttt{TX} fonts corresponding to them have the original CM encodings,
+not the strict OT1 encoding.
+
+The T1 encoding text fonts (known as EC fonts) are designed to
+replace the CM text fonts in the OT1 encoding.
+The LY1 encoding is another text font encoding, which is based
+on both \TeX\ and ANSI encodings.
+Both T1 and LY1 encoding fonts are especially useful to typeset
+European languages with proper hyphenation.
+The TS1 encoding text companion fonts (known as TC fonts) have
+additional text symbols.
+All corresponding \texttt{TX} fonts are implemented.
+
+The Computer Modern (CM) math fonts (aka \TeX\ math fonts)
+consist of three fonts: math italic (CMMI), math symbols (CMSY), and
+math extension (CMEX). The American Mathematical Society provided
+two additional math symbol fonts (MSAM and MSBM).
+The \texttt{TX} math fonts include those exactly corresponding to them.
+In addition, the \texttt{TX} math fonts include math italic A,
+math symbols C, and math extension A fonts.
+
+
+\subsection{OT1 (CM) Encoding Text Fonts}
+
+These fonts' encodings are identical to those of corresponding CM fonts,
+except 6~additional glyphs.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableA \fonttab{txr}{Text Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txi}{\textit{Text Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsl}{\textsl{Text Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsc}{\textsc{Text Roman Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txss}{\textsf{Text Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsssl}{\textsf{\slshape Text Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsssc}{\textsf{\scshape Text Sans Serif Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txtt}{\texttt{Text Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txttsl}{\texttt{\slshape Text Typewriter Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txttsc}{\texttt{\scshape Text Typewriter Cap \& Small Cap}}}
+\end{center}
+
+\subsection{T1 (EC) Cork Encoding Text Fonts}
+
+These fonts' encodings are identical to those of corresponding EC fonts.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableD \fonttab{t1xr}{Text Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xi}{\textit{Text Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsl}{\textsl{Text Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsc}{\textsc{Text Roman Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xss}{\textsf{Text Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsssl}{\textsf{\slshape Text Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsssc}{\textsf{\scshape Text Sans Serif Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xtt}{\texttt{Text Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xttsl}{\texttt{\slshape Text Typewriter Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xttsc}{\texttt{\scshape Text Typewriter Cap \& Small Cap}}}
+\end{center}
+
+\subsection{LY1 \TeX-and-ANSI Encoding Text Fonts}
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableD \fonttab{tyxr}{Text Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxi}{\textit{Text Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsl}{\textsl{Text Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsc}{\textsc{Text Roman Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxss}{\textsf{Text Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsssl}{\textsf{\slshape Text Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsssc}{\textsf{\scshape Text Sans Serif Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxtt}{\texttt{Text Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxttsl}{\texttt{\slshape Text Typewriter Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxttsc}{\texttt{\scshape Text Typewriter Cap \& Small Cap}}}
+\end{center}
+
+\subsection{TS1 (TC) Encoding Text Companion Fonts}
+
+These fonts' encodings are identical to those of corresponding TC fonts.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableE \fonttab{tcxr}{Text Companion Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxi}{\textit{Text Companion Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxsl}{\textsl{Text Companion Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxss}{\textsf{Text Companion Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxsssl}{\textsf{\slshape Text Companion Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxtt}{\texttt{Text Companion Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxttsl}{\texttt{\slshape Text Companion Typewriter Slanted}}}
+\end{center}
+
+\subsection{Math Fonts}
+
+These fonts' encodings are identical to those of corresponding CM
+and AMS Math fonts.
+Additional math fonts are provided.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\table \fonttab{txmi}{Math Italic (Corresponding to CMMI)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txmi1}{Math Italic (Corresponding to CMMI) used with the \texttt{varg} option}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableF \fonttab{txmia}{Math Italic A}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txsy}{Math Symbols (Corresponding to CMSY)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txsya}{Math Symbols A (Corresponding to MSAM)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txsyb}{Math Symbols B (Corresponding to MSBM)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableC \fonttab{txsyc}{Math Symbols C}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txex}{Math Extension (Corresponding to CMEX)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableB \fonttab{txexa}{Math Extension A}}
+\end{center}
+
+Bold versions of all fonts are available.
+
+
+\end{document}
diff --git a/Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdf b/Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdf
new file mode 100644
index 00000000000..af40793367d
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.tex b/Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.tex
new file mode 100644
index 00000000000..171666ac3fd
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/txfontsdocA4.tex
@@ -0,0 +1,1220 @@
+\documentclass[11pt]{article}
+
+\usepackage{a4wide,amsmath}
+\usepackage{txfonts}
+%\normalfont
+%\usepackage[T1]{fontenc}
+%\usepackage{textcomp}
+\let\orgnonumber=\nonumber\usepackage{mathenv}\let\nonumb=\nonumber\let\nonumber=\orgnonumber
+
+\allowdisplaybreaks
+
+\newcommand{\bs}{\symbol{'134}}
+
+
+\def\Ent#1{\csname #1\endcsname & \texttt{\bs #1}}
+\def\EEnt#1#2{\csname #1\endcsname & \texttt{\bs #1},\,\texttt{\bs #2}}
+
+\makeatletter
+\newcount\curchar \newcount\currow \newcount\curcol
+\newdimen\indexwd \newdimen\tempcellwd
+\setbox0\hbox{\ttfamily0\kern.2em}
+\indexwd=\wd0
+
+\def\ident#1{#1}
+\def\hexnumber#1{\ifcase\expandafter\ident\expandafter{\number#1} 0\or
+1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or 9\or A\or B\or C\or D\or E\or
+F\else ?\fi}
+
+\def\rownumber{\ttfamily\hexnumber\currow}
+\def\colnumber{\ttfamily\hexnumber\curcol \global\advance\curcol 1 }
+
+\def\charnumber{\setbox0=\hbox{\char\curchar}%
+ \ifdim\ht0>7.5pt\reposition
+ \else\ifdim\dp0>2.5pt\reposition\fi\fi
+ \box0 \global\advance\curchar1 }
+\def\reposition{\setbox0=\hbox{$\vcenter{\kern1.5pt\box0\kern1.5pt}$}}
+
+\def\dochart#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartA#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrowX\setrow\setrowX %
+% \hline %
+ \setrow\setrowX\setrow\setrowX %
+ \hline %
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartB#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow%\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartC#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartD#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+\def\dochartE#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrowX\setrow\setrowX\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+\def\colnumbers{\hbox to\hsize{\global\curcol 0
+ \def\1{\hbox to\cellwd{\curcol}{\hfil\colnumber\hfil}}%
+ \kern\indexwd\hfil\hfil
+ \1\1\1\1\hfil\hfil \1\1\1\1\hfil\hfil
+ \1\1\1\1\hfil\hfil \1\1\1\1\hfil\hfil
+ \kern\indexwd}%
+}
+
+\def\dochartF#1{%
+ \begingroup
+ \global\curchar=0 \global\currow=0 \global\curcol=0
+ \def\hline{\kern2pt\hrule\kern3pt }%
+ \setbox0\vbox{#1%
+ \def\0{\hbox to\cellwd{\curcol}{\hss\charnumber\hss}}%
+ \colnumbers
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow\setrow
+ \hline
+ \setrow\setrow\setrow
+ \hline
+ \colnumbers
+ }%
+ \vbox{%
+ \hbox to\hsize{\kern\indexwd
+ \def\fullrule{\hfil\vrule height\ht0 depth\dp0\hfil}%
+ \fullrule\kern\cellwd{0}\kern\cellwd{1}\kern\cellwd{2}\kern\cellwd{3}%
+ \fullrule\kern\cellwd{4}\kern\cellwd{5}\kern\cellwd{6}\kern\cellwd{7}%
+ \fullrule\kern\cellwd{8}\kern\cellwd{9}\kern\cellwd{10}\kern\cellwd{11}%
+ \fullrule\kern\cellwd{12}\kern\cellwd{13}\kern\cellwd{14}\kern\cellwd{15}%
+ \fullrule\kern\indexwd}%
+ \kern-\ht0 \kern-\dp0 \unvbox0}%
+ \endgroup
+}
+
+
+\def\setrow{\hbox to\hsize{%
+ \hbox to\indexwd{\hfil\rownumber\kern.2em}\hfil\hfil
+ \0\0\0\0\hfil\hfil \0\0\0\0\hfil\hfil
+ \0\0\0\0\hfil\hfil \0\0\0\0\hfil\hfil
+ \hbox to\indexwd{\ttfamily\kern.2em \rownumber\hfil}}%
+ \global\advance\currow 1 }%
+
+\def\setrowX{\global\advance\curchar16\global\advance\currow 1\relax}
+
+\def\cellwd#1{20pt}% initialize
+
+\def\measurecolwidths#1{%
+ \tempcellwd\hsize \advance\tempcellwd-2\indexwd
+ \advance\tempcellwd -12pt
+ \divide\tempcellwd 16
+ \xdef\cellwd##1{\the\tempcellwd}%
+}
+
+\def \table #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochart{#1}%
+}}
+
+
+\def \tableA #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartA{#1}%
+}}
+
+\def \tableB #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartB{#1}%
+}}
+
+\def \tableC #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartC{#1}%
+}}
+
+\def \tableD #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartD{#1}%
+}}
+
+\def \tableE #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartE{#1}%
+}}
+
+\def \tableF #1#2#3{\par\penalty-200 \bigskip
+ \font #1=#2 \relax
+ \vbox{\hsize=29pc
+ \measurecolwidths{#1}%
+ \centerline{#3 -- {\tt#2}}%
+ \medskip
+ \dochartF{#1}%
+}}
+
+\makeatother
+
+\begin{document}
+
+\title{The \texttt{TX} Fonts%
+\thanks{Special thanks to those who reported problems of
+\texttt{TX} fonts and provided suggestions!}}
+
+\author{Young Ryu}
+
+\date{December 15, 2000}
+
+\maketitle
+
+\tableofcontents
+
+\clearpage
+\section{Introduction}
+
+The \texttt{TX} fonts consist of
+\begin{enumerate}\itemsep=0pt
+\item virtual text roman fonts using Adobe Times (or URW NimbusRomNo9L) with
+ some modified and additional text symbols in OT1, T1, TS1, and LY1 encodings
+\item \textsf{virtual text sans serif fonts using Adobe Helvetica (or URW NimbusSanL) with
+ additional text symbols in OT1, T1, TS1, and LY1 encodings}
+\item \texttt{monospaced typewriter fonts in OT1, T1, TS1, and LY1 encodings}
+\item math alphabets using Adobe Times (or URW NimbusRomNo9L)
+ with modified metrics
+\item math fonts of all symbols corresponding to those of Computer Modern
+ math fonts (CMSY, CMMI, CMEX, and Greek letters of CMR)
+\item math fonts of all symbols corresponding to those of AMS fonts
+ (MSAM and MSBM)
+\item additional math fonts of various symbols
+\end{enumerate}
+%
+All fonts are in the Type 1 format (in \texttt{afm} and \texttt{pfb} files).
+Necessary \texttt{tfm} and \texttt{vf} files together with
+\LaTeXe\ package files and font map files for \texttt{dvips} are
+provided.
+
+\begin{bfseries}%\itshape
+The \texttt{TX} fonts and related files are distributed
+without any guaranty or warranty.
+I do not assume responsibility for any actual or possible
+damages or losses, directly or indirectly caused by the
+distributed files.
+\end{bfseries}
+The \texttt{TX} fonts are distributed under the GNU public license (GPL)\@.
+The fonts will be improved and additional glyphs will be added
+in the future.
+
+\section{Changes}
+
+\begin{description}
+\item[1.0] (October 25, 2000) 1st public release
+\item[2.0] (November 2, 2000)
+ \begin{itemize}
+ \item An encoding error in txi and txbi (`\textdollar' \texttt{"24}) is fixed.
+ \item Mistakes in symbol declarations for `\AA' and `\aa' in \texttt{txfonts.sty}
+ are fixed.
+ \item $\lambda$ (\texttt{"15} of txmi and txbmi),
+ $\lambdaslash$ (\texttt{"6E} of txsyc and txbsyc), and
+ $\lambdabar$ (\texttt{"6F} of txsyc and txbsyc)
+ are updated to be more slanted.
+ \item More symbols added in txexa and txbexa (\texttt{"29}--\texttt{"2E})
+ and in txsyc and txbsyc (\texttt{"80}--\texttt{"94}).
+ \item Some fine tuning of a few glyphs.
+ \item Math italic font metrics are improved.
+ \item Text font metrics are improved.
+ \item T1 and TS1 encodings are supported. (Not all TS1 encoding glyphs are implemented.)
+ \end{itemize}
+\item[2.1] (November 18, 2000)
+ \begin{itemize}
+ \item Complete implementation of TS1 encoding fonts.
+ \item Various improvements of font metrics and font encodings. For instance,
+ the bogus entry of char \texttt{'27} in T1 encoding virtual font files
+ are removed. (This bogus entry caused ``warning char 23 replaced
+ by \bs.notdef'' with PDF\TeX/PDF\LaTeX.)
+ \item Helvetica-based TX sans serif fonts in OT1, T1, and TS1 encodings.
+ \item Monospaced TX typewriter fonts, which are thicker than Courier (and thus may look better
+ with Times), in OT1, T1, and TS1 encodings.
+ \end{itemize}
+\item[2.2] (November 22, 2000)
+ \begin{itemize}
+ \item LY1 encoding support
+ \item Monospaced typewriter fonts redone (Uppercase letters are tall enough to match with Times.)
+ \item Various glyph and metric improvement
+ \end{itemize}
+\item[2.3] (December 6, 2000)
+ \begin{itemize}
+ \item Math extension fonts (radical symbols) updated
+ \item Alternative blackboard bold letters ($\varmathbb{A}\ldots\varmathbb{Z}$ and $\varBbbk$)
+ introduced. (Enter \verb|$\varmathbb{...}$| and \verb|$\varBbk$| to get them.)
+ \item More large operators symbols
+ \item Now \verb|\lbag| ($\lbag$) and \verb|\rbag| ($\rbag$) are
+ delimiters.
+ \item Alternative math alphabets $\varg$ and $\vary$ added
+ \end{itemize}
+\item[2.4] (December 12, 2000)
+ \begin{itemize}
+ \item An encoding mistake in text companion typewriter fonts fixed
+ \item Bugs in \LaTeX\ input files fixed
+ \end{itemize}
+\item[3.0] (December 14, 2000)
+ \begin{itemize}
+ \item Minor problem fixes.
+ \end{itemize}
+\item[3.1] (December 15, 2000)
+ \begin{itemize}
+ \item Alternative math alphabets $\varv$ and $\varw$ added
+ \item Hopefully, this is the final release \ldots
+ \end{itemize}
+\end{description}
+
+\section{A Problem: \texttt{DVIPS} Partial Font Downloading}
+
+It was reported that when \texttt{TX} fonts
+are partially downloaded with \texttt{dvips},
+some HP Laserprinters (with Postscript) cannot
+print documents. To resolve this problem,
+turn the partial font downloading off.
+See the \texttt{dvips} document for various ways to
+turn off partial font downloading.
+
+\textbf{\itshape Even though one does not observe such a problem,
+I would like to strongly recommend to turn off \texttt{dvips}
+partial font downloading.}
+%I think the \texttt{dvips} partial font downloading
+%mechanism appears to have some problems. For instance,
+%when Adobe Times fonts are set to be downloaded, e.g.,
+%\begin{verbatim}
+% ptmr8r Times-Roman "TeXBase1Encoding ReEncodeFont" <8r.enc <tir_____.pfb
+%\end{verbatim}
+%\TeX ing \texttt{testfont.tex} on \texttt{ptmr8r}
+%and \texttt{dvips}ing \texttt{testfont.dvi}
+%with partial font download on give
+%\begin{verbatim}
+% WARNING: Not all chars found
+%\end{verbatim}
+%This specific warning seems to be harmless. But,
+%in my opinion, this should not happen.
+
+
+\section{Installation}
+
+Put all files in \texttt{afm}, \texttt{tfm}, \texttt{vf},
+and \texttt{pfb} files in proper locations of your \TeX\ system.
+For Mik\TeX, they may go
+\begin{verbatim}
+ \localtexmf\fonts\afm\txr\
+ \localtexmf\fonts\tfm\txr\
+ \localtexmf\fonts\vf\txr\
+ \localtexmf\fonts\type1\txr\
+\end{verbatim}
+All files of the \texttt{input} directory must
+be placed where \LaTeX\ finds its package files.
+For Mik\TeX, they may go
+\begin{verbatim}
+ \localtexmf\tex\latex\txr\
+\end{verbatim}
+Put the \texttt{txr.map}, \texttt{txr1.map}, \texttt{txr2.map}, and \texttt{tx8r.enc}%
+\footnote{The \texttt{tx8r.enc} file is identical to \texttt{8r.enc}.
+I included \texttt{tx8r.enc} because (1)~some \TeX\ installation might not have \texttt{8r.enc} and
+(2)~including \texttt{8r.enc} would result in multiple copies of \texttt{8r.enc} for \TeX\ systems
+that already have it.}
+files of the \texttt{dvips}
+directory in a proper place that \texttt{dvips} refers to.
+For Mik\TeX, they may go
+\begin{verbatim}
+ \localtexmf\dvips\config\
+\end{verbatim}
+Also add the reference to \texttt{txr.map} in
+the \texttt{dvips} configuration file (\texttt{config.ps})
+\begin{verbatim}
+ . . .
+ % Configuration of postscript type 1 fonts:
+ p psfonts.map
+ p +txr.map
+ . . .
+\end{verbatim}
+and in the PDF\TeX\ configuration file (\texttt{pdftex.cfg})
+\begin{verbatim}
+ . . .
+ % pdftex.map is set up by texmf/dvips/config/updmap
+ map pdftex.map
+ map +txr.map
+ . . .
+\end{verbatim}
+(The \texttt{txr.map} file has only named references to the Adobe Times fonts;
+the \texttt{txr1.map} file makes \texttt{dvips} load Adobe Times font files;
+and the \texttt{txr2.map} file makes \texttt{dvips} load URW NimbusRomNo9L font files.)
+
+\section{Using the \texttt{TX} Fonts with \LaTeX}
+
+It is as simple as
+\begin{verbatim}
+ \documentclass{article}
+ \usepackage{txfonts}
+ %\normalfont % Just in case ...
+ %\usepackage[T1]{fontenc} % To use T1 encoding fonts
+ %\usepackage[LY1]{fontenc} % To use LY1 encoding fonts
+ %\usepackage{textcomp} % To use text companion fonts
+
+ \begin{document}
+
+ This is a very short article.
+
+ \end{document}
+\end{verbatim}
+
+The standard \LaTeX\ distribution does not include
+files supporting the LY1 encoding.
+One needs at least \texttt{ly1enc.def}, which is available
+from both CTAN and Y\&Y (\texttt{www.yandy.com}).
+At the time this document was written, CTAN had
+an old version (1997/03/21 v0.3); \texttt{ly1enc.def}
+available from Y\&Y's downloads sites was dated on 1998/04/21 v0.4.
+
+\section{Additional Symbols in the \texttt{TX} Math Fonts}
+
+\emph{All} CM symbols are included in the \texttt{TX} math fonts.
+In addition, the \texttt{TX} math fonts provide or modify
+the following symbols, including all of AMS and most of \LaTeX\ symbols.
+
+\subsubsection*{Binary Operator Symbols}
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Ent{medcirc}&
+\Ent{medbullet}&
+\Ent{invamp}\\
+\Ent{circledwedge}&
+\Ent{circledvee}&
+\Ent{circledbar}\\
+\Ent{circledbslash}&
+\Ent{nplus}&
+\Ent{boxast}\\
+\Ent{boxbslash}&
+\Ent{boxbar}&
+\Ent{boxslash}\\
+\Ent{Wr}&
+\Ent{sqcupplus}&
+\Ent{sqcapplus}\\
+\Ent{rhd}&
+\Ent{lhd}&
+\Ent{unrhd}\\
+\Ent{unlhd}
+\end{eqnarray*}
+
+\subsubsection*{Binary Relation Symbols}
+\begin{eqnarray*}[c@{\enskip}l@{\quad}c@{\enskip}l@{\quad}c@{\enskip}l]
+\Ent{mappedfrom}&
+\Ent{longmappedfrom}&
+\Ent{Mapsto}\\
+\Ent{Longmapsto}&
+\Ent{Mappedfrom}&
+\Ent{Longmappedfrom}\\
+\Ent{mmapsto}&
+\Ent{longmmapsto}&
+\Ent{mmappedfrom}\\
+\Ent{longmmappedfrom}&
+\Ent{Mmapsto}&
+\Ent{Longmmapsto}\\
+\Ent{Mmappedfrom}&
+\Ent{Longmmappedfrom}&
+\Ent{varparallel}\\
+\Ent{varparallelinv}&
+\Ent{nvarparallel}&
+\Ent{nvarparallelinv}\\
+\Ent{colonapprox}&
+\Ent{colonsim}&
+\Ent{Colonapprox}\\
+\Ent{Colonsim}&
+\Ent{doteq}&
+\Ent{multimapinv}\\
+\Ent{multimapboth}&
+\Ent{multimapdot}&
+\Ent{multimapdotinv}\\
+\Ent{multimapdotboth}&
+\Ent{multimapdotbothA}&
+\Ent{multimapdotbothB}\\
+\Ent{VDash}&
+\Ent{VvDash}&
+\Ent{cong}\\
+\Ent{preceqq}&
+\Ent{succeqq}&
+\Ent{nprecsim}\\
+\Ent{nsuccsim}&
+\Ent{nlesssim}&
+\Ent{ngtrsim}\\
+\Ent{nlessapprox}&
+\Ent{ngtrapprox}&
+\Ent{npreccurlyeq}\\
+\Ent{nsucccurlyeq}&
+\Ent{ngtrless}&
+\Ent{nlessgtr}\\
+\Ent{nbumpeq}&
+\Ent{nBumpeq}&
+\Ent{nbacksim}\\
+\Ent{nbacksimeq}&
+\EEnt{neq}{ne}&
+\Ent{nasymp}\\
+\Ent{nequiv}&
+\Ent{nsim}&
+\Ent{napprox}\\
+\Ent{nsubset}&
+\Ent{nsupset}&
+\Ent{nll}\\
+\Ent{ngg}&
+\Ent{nthickapprox}&
+\Ent{napproxeq}\\
+\Ent{nprecapprox}&
+\Ent{nsuccapprox}&
+\Ent{npreceqq}\\
+\Ent{nsucceqq}&
+\Ent{nsimeq}&
+\Ent{notin}\\
+\EEnt{notni}{notowns}&
+\Ent{nSubset}&
+\Ent{nSupset}\\
+\Ent{nsqsubseteq}&
+\Ent{nsqsupseteq}&
+\Ent{coloneqq}\\
+\Ent{eqqcolon}&
+\Ent{coloneq}&
+\Ent{eqcolon}\\
+\Ent{Coloneqq}&
+\Ent{Eqqcolon}&
+\Ent{Coloneq}\\
+\Ent{Eqcolon}&
+\Ent{strictif}&
+\Ent{strictfi}\\
+\Ent{strictiff}&
+\Ent{circledless}&
+\Ent{circledgtr}\\
+\Ent{lJoin}&
+\Ent{rJoin}&
+\EEnt{Join}{lrJoin}\\
+\Ent{openJoin}&
+\Ent{lrtimes}&
+\Ent{opentimes}\\
+\Ent{nsqsubset}&
+\Ent{nsqsupset}&
+\Ent{dashleftarrow}\\
+%\EEnt{dashrightarrow}{dasharrow}&
+\Ent{dashrightarrow}&
+\Ent{dashleftrightarrow}&
+\Ent{leftsquigarrow}\\
+\Ent{ntwoheadrightarrow}&
+\Ent{ntwoheadleftarrow}&
+\Ent{Nearrow}\\
+\Ent{Searrow}&
+\Ent{Nwarrow}&
+\Ent{Swarrow}\\
+\Ent{Perp}&
+\Ent{leadstoext}&
+\Ent{leadsto}\\
+\Ent{boxright}&
+\Ent{boxleft}&
+\Ent{boxdotright}\\
+\Ent{boxdotleft}&
+\Ent{Diamondright}&
+\Ent{Diamondleft}\\
+\Ent{Diamonddotright}&
+\Ent{Diamonddotleft}&
+\Ent{boxRight}\\
+\Ent{boxLeft}&
+\Ent{boxdotRight}&
+\Ent{boxdotLeft}\\
+\Ent{DiamondRight}&
+\Ent{DiamondLeft}&
+\Ent{DiamonddotRight}\\
+\Ent{DiamonddotLeft}&
+\Ent{circleright}&
+\Ent{circleleft}\\
+\Ent{circleddotright}&
+\Ent{circleddotleft}&
+\Ent{multimapbothvert}\\
+\Ent{multimapdotbothvert}&
+\Ent{multimapdotbothAvert}&
+\Ent{multimapdotbothBvert}
+\end{eqnarray*}
+
+\subsubsection*{Ordinary Symbols}
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Ent{alphaup}&
+\Ent{betaup}&
+\Ent{gammaup}\\
+\Ent{deltaup}&
+\Ent{epsilonup}&
+\Ent{varepsilonup}\\
+\Ent{zetaup}&
+\Ent{etaup}&
+\Ent{thetaup}\\
+\Ent{varthetaup}&
+\Ent{iotaup}&
+\Ent{kappaup}\\
+\Ent{lambdaup}&
+\Ent{muup}&
+\Ent{nuup}\\
+\Ent{xiup}&
+\Ent{piup}&
+\Ent{varpiup}\\
+\Ent{rhoup}&
+\Ent{varrhoup}&
+\Ent{sigmaup}\\
+\Ent{varsigmaup}&
+\Ent{tauup}&
+\Ent{upsilonup}\\
+\Ent{phiup}&
+\Ent{varphiup}&
+\Ent{chiup}\\
+\Ent{psiup}&
+\Ent{omegaup}&
+\Ent{Diamond}\\
+\Ent{Diamonddot}&
+\Ent{Diamondblack}&
+\Ent{lambdaslash}\\
+\Ent{lambdabar}&
+\Ent{varclubsuit}&
+\Ent{vardiamondsuit}\\
+\Ent{varheartsuit}&
+\Ent{varspadesuit}&
+\Ent{Top}\\
+\Ent{Bot}
+\end{eqnarray*}
+
+\subsubsection*{Math Alphabets}
+
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Ent{varg} &
+\Ent{varv} &
+\Ent{varw} &
+\Ent{vary}
+\end{eqnarray*}
+In order to replace math alphabets $g$, $v$, $w$, and $y$ by these alternatives,
+use the \texttt{varg} option with the \texttt{txfonts} package:
+\begin{verbatim}
+ \usepackage[varg]{txfonts}
+\end{verbatim}
+Then, \verb|$g$|, \verb|$v$|, \verb|$w$|, and \verb|$y$| will produce
+these $\varg$, $\varv$, $\varw$, and~$\vary$ (instead of $g$, $v$, $w$, and~$y$).
+%
+Notice that $\varv$ (the alternative \textit{v})
+is more clearly distingiushed from $\nu$ (the lowercase Greek nu).
+However, this is not without cost:
+it looks similar to $\upsilon$ (the lowercase Greek upsilon).
+
+%\footnote{A comment on Times New Roman fonts:
+%the italic \textit{v} of Times New Roman (both Type 1 and TrueType versions),
+%but not that of Times, is very badly designed. The starting serif at the left-top
+%corner of the letter is very different from other letters' corresponding portion.
+%However, that of Times New Roman bold italic is consistent with others.
+%Further, in the TrueType version of Times New Roman italic and bold italic,
+%the lowercase Greek $\nu$ (nu) is exactly same as \textit{v} (i.e., linked to \textit{v}).
+%For the mathematical typesetting purpose, this is undesirable.
+%In \texttt{TX} fonts, the lowercase Greek $\nu$ (nu) is not identical to
+%\textit{v}, but very similar. The alternative $\varv$ is provided to
+%be more clearly distingiushed from the lowercase Greek $\nu$ (nu).
+%The alternative $\varw$ is provided to ensure consistency.}
+
+\subsubsection*{Large Operator Symbols}
+
+\begin{eqnarray*}[c@{\enskip}l@{\quad}c@{\enskip}l@{\quad}c@{\enskip}l]
+\Ent{bignplus}&
+\Ent{bigsqcupplus}&
+\Ent{bigsqcapplus}\\
+\Ent{bigsqcap}&
+\Ent{bigsqcap}&
+\Ent{varprod}\\
+\Ent{oiint}&
+\Ent{oiiint}&
+\Ent{ointctrclockwise}\\
+\Ent{ointclockwise}&
+\Ent{varointctrclockwise}&
+\Ent{varointclockwise}\\
+\Ent{sqint}&
+\Ent{sqiintop}&
+\Ent{sqiiintop}\\
+\Ent{fint}&
+\Ent{iint}&
+\Ent{iiint}\\
+\Ent{iiiint}&
+\Ent{idotsint}&
+\Ent{oiintctrclockwise}\\
+\Ent{oiintclockwise}&
+\Ent{varoiintctrclockwise}&
+\Ent{varoiintclockwise}\\
+\Ent{oiiintctrclockwise}&
+\Ent{oiiintclockwise}&
+\Ent{varoiiintctrclockwise}\\
+\Ent{varoiiintclockwise}&
+\end{eqnarray*}
+
+\subsubsection*{Delimiters}
+\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+\Big\llbracket&\texttt{\bs llbracket}&
+\Big\rrbracket&\texttt{\bs rrbracket}&
+\Big\lbag&\texttt{\bs lbag}&
+\Big\rbag&\texttt{\bs rbag}
+\end{eqnarray*}
+
+%\subsubsection*{Parentheses}
+%\begin{eqnarray*}[c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l@{\qquad\qquad\qquad}c@{\enskip}l]
+%\Ent{lbag}&
+%\Ent{rbag}&
+%\Ent{Lbag}&
+%\Ent{Rbag}
+%\end{eqnarray*}
+
+\subsubsection*{Miscellaneous}
+
+\verb|$\mathfrak{...}$| produces
+$\mathfrak{A} \ldots \mathfrak{Z}$ and $\mathfrak{a} \ldots \mathfrak{z}$.
+\verb|$\varmathbb{...}$| produces
+$\varmathbb{A} \ldots \varmathbb{Z}$ (lowercase letters only);
+\verb|\varBbbk| produces $\varBbbk$.
+Note that the \AmS\ math font command \verb|$\mathbb{...}$| produces
+$\mathbb{A} \ldots \mathbb{Z}$;
+\verb|\Bbbk| produces $\Bbbk$.
+If you find the alternative blackboard letters are better, then do
+\begin{verbatim}
+ \let\mathbb=\varmathbb
+ \let\Bbbk=\varBbbk
+\end{verbatim}
+
+
+\section{Remarks}
+
+\subsection{Some Font Design Issues}
+
+The Adobe Times fonts are thicker than the CM fonts.
+Designing math fonts for Times based on the rule thickness of Times
+`$=$', `$-$', `$+$', `/', `$<$', etc.\
+would result in too thick math symbols,
+in my opinion.\footnote{I have designed many math symbols
+(corresponding to those in CMMI and CMSY)
+based on the rule thickness of original Times `$=$', etc.
+At that time, I noticed that the symbols,
+especially some bold math symbols, are extremely thick.
+Perhaps, in the future, I will complete all math symbols
+based on the rule thickness of original Times `$=$', etc.\
+and release in public, so that users will judge
+whether they are acceptable or not~\ldots.}
+In the \texttt{TX} fonts, these glyphs are thinner
+than those of original Times fonts. That is, the rule thickness
+of these glyphs is around 85\% of that of the Times fonts,
+but still thicker than that of the CM fonts.
+
+For negated relation symbols, the CM fonts composes
+relation symbols with the negation slash (\texttt{"36} in CMSY).
+Even though the CM fonts were very carefully designed
+to look reasonable when negated relation symbols are composed
+(except `$\notin$' \verb|\notin|, which is composed of
+`$\in$' and the normal slash `$/$'),
+the AMS font set includes many negated relation symbols,
+mainly because the vertical placement and
+height\slash depth of the negation slash are not optimal
+when composed with certain relation symbols, I guess.
+The \texttt{TX} fonts include the negation slash symbol
+(\texttt{"36} in txsy), which could be composed with
+relation symbols to give reasonably looking negated related symbols.
+I believe, however, explicitly designed negated relation symbols
+are looking better than composed relation symbols.
+Thus, in addition to negated relation symbols matching those of
+the AMS fonts, many negated symbols such as `$\neq$' are introduced
+in the \texttt{TX} fonts.
+
+Further, in order to maintain editing compatibility with
+vanilla \LaTeXe\ typesetting, \verb|\not| is redefined in \texttt{txfonts.sty}
+so that when \verb|\not\XYZ| is processed,
+if \verb|\notXYZ| or \verb|\nXYZ| is defined, it will be used
+in place of \verb|\not\XYZ|; otherwise,
+\verb|\XYZ| is composed with the negation slash.
+For instance, `$\nprecsim$' is available as \verb|\nprecsim| in the \texttt{TX} fonts.
+Thus, if \verb|\not\precsim| is typed in the document,
+the \verb|\nprecsim| symbol, instead of \verb|\precsim| composed
+with the negation slash, is printed.
+
+\subsection{Times vs.\ Times New Roman}
+
+The recent version of Acrobat is shipped with
+Times New Roman instead of Times fonts.
+Times New Roman fonts' italic letters (e.g.,
+`\textit{A}') are substantially different from those
+of Times fonts. Thus, when documents with the \texttt{TX} fonts
+are processed with Acrobat, accents may not be correctly placed.
+If this is a noticeable problem, use the NimbusRomNo9L fonts
+(included in the Ghostscript distribution) with the \texttt{TX} fonts
+through \texttt{txr2.map}.
+
+\subsection{PDF\TeX/PDF\LaTeX\ and Standard Postscript Fonts}
+
+PDF\TeX/PDF\LaTeX\ does not handle slanting of fonts not embedded
+in the document.
+Note, in the standard setup, PDF\TeX/PDF\LaTeX\ does not embed
+the 14 standard Postscript fonts (Times $\times$~4,
+Helvetica $\times$~4, Courier $\times$~4, Symbol, and ZapfDingbats).
+As the result, PDF\TeX/PDF\LaTeX\ issues warning
+(and may try to generate and use bitmapped fonts for these fonts).
+If it is not desirable, a solution would be to use URW NimbusRomNo9L
+and NimbusSanL fonts
+which are an Adobe Times and Helvetica fonts clone. That is, in the
+PDF\TeX/PDF\LaTeX\ configuration file (\texttt{pdftex.cfg}),
+put \texttt{txr2.map} instead of \texttt{txr.map}
+\begin{verbatim}
+ . . .
+ % pdftex.map is set up by texmf/dvips/config/updmap
+ map pdftex.map
+ map +txr2.map
+ . . .
+\end{verbatim}
+Be sure to properly install URW NimbusRomNo9L and NimbusSanL fonts (which are
+included in the Ghostscript distribution) in your texmf tree.
+
+If you have Adobe Times and Helvetica font files, and want to embed them
+in your PDF document file, do the following trick to fool PDF\TeX/PDF\LaTeX.
+\begin{enumerate}\itemsep=0pt%\parskip=0pt
+\item Copy \texttt{txr1.map} in the dvips configuration directory
+ to \texttt{txrpdf.map} in the PDF\TeX/PDF\LaTeX\ configuration directory.
+\item Edit txrpdf.map and have
+\begin{small}
+\begin{verbatim}
+rtxptmb "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tib_____.pfb
+rtxptmbo ".167 SlantFont TeXBase1Encoding ReEncodeFont" <tx8r.enc <tib_____.pfb
+rtxptmbi "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tibi____.pfb
+rtxptmr "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tir_____.pfb
+rtxptmro ".167 SlantFont TeXBase1Encoding ReEncodeFont" <tx8r.enc <tir_____.pfb
+rtxptmri "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tii_____.pfb
+. . .
+\end{verbatim}
+\end{small}
+instead of
+\begin{small}
+\begin{verbatim}
+rtxptmb Times-Bold "TeXBase1Encoding ReEncodeFont" <tx8r.enc <tib_____.pfb
+. . .
+. . .
+\end{verbatim}
+\end{small}
+Note, the actual standard Postscript fonts names such as \texttt{"Times-Bold"}
+are removed. As the result, PDF\TeX/PDF\LaTeX\ will embed these standard
+Postscript fonts and there will be no warning for slanting them.
+\item Put \texttt{txrpdf.map} in the PDF\TeX/PDF\LaTeX\ configuration
+ file (\texttt{pdftex.cfg}).
+\begin{small}
+\begin{verbatim}
+. . .
+% pdftex.map is set up by texmf/dvips/config/updmap
+map pdftex.map
+map +txrpdf.map
+. . .
+\end{verbatim}
+\end{small}
+\end{enumerate}
+
+\subsection{Glyph Hinting}
+
+The hinting of the \texttt{TX} fonts is far from ideal.
+As a result, when documents with the \texttt{TX} fonts
+are \emph{viewed} with Gsview (or Ghostview), you might notice
+some display quality problem. When they are \emph{viewed}
+with Acrobat, they look much better.
+However, when they are \emph{printed} in laser printers,
+there will be no quality problem.
+(Note, hinting is to improve display quality on low resolution devices such as
+display screens.)
+
+\subsection{Glyphs in Low Positions}
+
+It is known that Acrobat often does not properly handle
+CM font glyphs placed between \texttt{"00} and \texttt{"1F}.
+Thus, most Type 1 versions of CM fonts publicly available
+have these glyphs in higher positions above \texttt{"7F}.
+When the \texttt{-G} flag is used with \texttt{dvips},
+those glyphs in low positions are shifted to higher positions.
+The \texttt{TX} text fonts have
+glyphs in the low positions between \texttt{"00} and \texttt{"1F}.
+As of now, these glyphs are not available in higher positions above \texttt{"7F}.
+Thus, when run \texttt{dvips}, do not use the \texttt{-G}
+flag (or remove \texttt{G} in the \texttt{dvips} configuration file).
+Especially, do not use \texttt{config.pdf}.
+In my computer systems, Acrobat correctly handles glyphs in low positions.
+However, if this known Acrobat problem occurs in other computer systems,
+I will modify the \texttt{TX} fonts so that glyphs in low positions
+are also available in higher positions.
+
+\section{Font Charts}
+
+The original Computer Modern (CM) text fonts (aka \TeX\ text fonts)
+have the OT1 encoding. The OT1 \texttt{TX} text fonts follow
+the CM fonts' encoding as much as possible, but have some
+variations and additions:
+\begin{itemize}\parskip=0pt\itemsep=0pt
+\item The position \texttt{"24} of text italic fonts has
+ the dollar symbol (\textit{\textdollar}), not the sterling symbol (\textit{\textsterling}).
+\item The uppercase and lowercase lslash (\L, \l) and aring (\AA, \aa) letters are added.
+\item The cent (\ifx\textcentoldstyle\undefined\textcent\else\textcentoldstyle\fi)
+ and sterling (\textsterling) symbols are added.
+\end{itemize}
+The original CM text fonts have somewhat different encodings in
+\textsc{cap \& small cap} and \texttt{typewriter} fonts.
+\texttt{TX} fonts corresponding to them have the original CM encodings,
+not the strict OT1 encoding.
+
+The T1 encoding text fonts (known as EC fonts) are designed to
+replace the CM text fonts in the OT1 encoding.
+The LY1 encoding is another text font encoding, which is based
+on both \TeX\ and ANSI encodings.
+Both T1 and LY1 encoding fonts are especially useful to typeset
+European languages with proper hyphenation.
+The TS1 encoding text companion fonts (known as TC fonts) have
+additional text symbols.
+All corresponding \texttt{TX} fonts are implemented.
+
+The Computer Modern (CM) math fonts (aka \TeX\ math fonts)
+consist of three fonts: math italic (CMMI), math symbols (CMSY), and
+math extension (CMEX). The American Mathematical Society provided
+two additional math symbol fonts (MSAM and MSBM).
+The \texttt{TX} math fonts include those exactly corresponding to them.
+In addition, the \texttt{TX} math fonts include math italic A,
+math symbols C, and math extension A fonts.
+
+
+\subsection{OT1 (CM) Encoding Text Fonts}
+
+These fonts' encodings are identical to those of corresponding CM fonts,
+except 6~additional glyphs.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableA \fonttab{txr}{Text Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txi}{\textit{Text Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsl}{\textsl{Text Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsc}{\textsc{Text Roman Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txss}{\textsf{Text Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsssl}{\textsf{\slshape Text Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txsssc}{\textsf{\scshape Text Sans Serif Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txtt}{\texttt{Text Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txttsl}{\texttt{\slshape Text Typewriter Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableA \fonttab{txttsc}{\texttt{\scshape Text Typewriter Cap \& Small Cap}}}
+\end{center}
+
+\subsection{T1 (EC) Cork Encoding Text Fonts}
+
+These fonts' encodings are identical to those of corresponding EC fonts.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableD \fonttab{t1xr}{Text Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xi}{\textit{Text Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsl}{\textsl{Text Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsc}{\textsc{Text Roman Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xss}{\textsf{Text Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsssl}{\textsf{\slshape Text Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xsssc}{\textsf{\scshape Text Sans Serif Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xtt}{\texttt{Text Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xttsl}{\texttt{\slshape Text Typewriter Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{t1xttsc}{\texttt{\scshape Text Typewriter Cap \& Small Cap}}}
+\end{center}
+
+\subsection{LY1 \TeX\ and ANSI Encoding Text Fonts}
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableD \fonttab{tyxr}{Text Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxi}{\textit{Text Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsl}{\textsl{Text Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsc}{\textsc{Text Roman Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxss}{\textsf{Text Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsssl}{\textsf{\slshape Text Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxsssc}{\textsf{\scshape Text Sans Serif Cap \& Small Cap}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxtt}{\texttt{Text Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxttsl}{\texttt{\slshape Text Typewriter Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableD \fonttab{tyxttsc}{\texttt{\scshape Text Typewriter Cap \& Small Cap}}}
+\end{center}
+
+\subsection{TS1 (TC) Encoding Text Companion Fonts}
+
+These fonts' encodings are identical to those of corresponding TC fonts.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\tableE \fonttab{tcxr}{Text Companion Roman Upright}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxi}{\textit{Text Companion Roman Italic}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxsl}{\textsl{Text Companion Roman Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxss}{\textsf{Text Companion Sans Serif Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxsssl}{\textsf{\slshape Text Companion Sans Serif Slanted}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxtt}{\texttt{Text Companion Typewriter Upright}}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableE \fonttab{tcxttsl}{\texttt{\slshape Text Companion Typewriter Slanted}}}
+\end{center}
+
+\subsection{Math Fonts}
+
+These fonts' encodings are identical to those of corresponding CM
+and AMS Math fonts.
+Additional math fonts are provided.
+
+\begin{center}
+\centering
+\leavevmode\hbox{\table \fonttab{txmi}{Math Italic (Corresponding to CMMI)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txmi1}{Math Italic (Corresponding to CMMI) used with the \texttt{varg} option}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableF \fonttab{txmia}{Math Italic A}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txsy}{Math Symbols (Corresponding to CMSY)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txsya}{Math Symbols A (Corresponding to MSAM)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txsyb}{Math Symbols B (Corresponding to MSBM)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableC \fonttab{txsyc}{Math Symbols C}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\table \fonttab{txex}{Math Extension (Corresponding to CMEX)}}
+
+\bigskip\bigskip
+\leavevmode\hbox{\tableB \fonttab{txexa}{Math Extension A}}
+\end{center}
+
+Bold versions of all fonts are available.
+
+
+\end{document}
diff --git a/Master/texmf-dist/doc/fonts/txfonts/txmi.vpl b/Master/texmf-dist/doc/fonts/txfonts/txmi.vpl
new file mode 100644
index 00000000000..448aaa6c212
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/txmi.vpl
@@ -0,0 +1,1260 @@
+(FAMILY TXMI)
+(CODINGSCHEME FontSpecific + CMMIEncoding)
+(DESIGNSIZE R 10.0)
+(FONTDIMEN
+ (SLANT R 0.277)
+ (SPACE R 0.0)
+ (STRETCH R 0.0)
+ (SHRINK R 0.0)
+ (XHEIGHT R 0.441)
+ (QUAD R 1.000)
+ (EXTRASPACE R 0.0)
+ )
+(MAPFONT D 0
+ (FONTNAME rtxmi)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 1
+ (FONTNAME rtxptmri)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(LIGTABLE
+ (LABEL O 0) (comment Gamma)
+ (KRN O 177 R 0.029) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 1) (comment Delta)
+ (KRN O 177 R 0.040) (comment tie)
+ (STOP)
+ (LABEL O 2) (comment Theta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 3) (comment Lambda)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 4) (comment Xi)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 5) (comment Pi)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 6) (comment Sigma)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 7) (comment Upsilon)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 10) (comment Phi)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 11) (comment Psi)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 12) (comment Omega)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 13) (comment alpha)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 14) (comment beta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 16) (comment delta)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 17) (comment epsilon1)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 20) (comment zeta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 21) (comment eta)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 22) (comment theta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 23) (comment iota)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 26) (comment mu)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 27) (comment nu)
+ (KRN O 177 R 0.010) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 30) (comment xi)
+ (KRN O 177 R 0.038) (comment tie)
+ (STOP)
+ (LABEL O 32) (comment rho)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 33) (comment sigma)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 34) (comment tau)
+ (KRN O 177 R 0.010) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 35) (comment upsilon)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 36) (comment phi)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 37) (comment chi)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 40) (comment psi)
+ (KRN O 177 R 0.038) (comment tie)
+ (STOP)
+ (LABEL O 42) (comment epsilon)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 43) (comment theta1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 45) (comment rho1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 46) (comment sigma1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 47) (comment phi1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 75) (comment slash)
+ (KRN O 132 R -0.055) (comment Z)
+ (KRN O 131 R 0.055) (comment Y)
+ (KRN O 116 R -0.055) (comment N)
+ (KRN O 115 R -0.055) (comment M)
+ (KRN O 1 R -0.055) (comment Delta)
+ (KRN O 101 R -0.055) (comment A)
+ (STOP)
+ (LABEL O 100) (comment partialdiff)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 101) (comment A)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 102) (comment B)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 103) (comment C)
+ (KRN O 177 R 0.111) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 104) (comment D)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 105) (comment E)
+ (KRN O 177 R 0.096) (comment tie)
+ (STOP)
+ (LABEL O 106) (comment F)
+ (KRN O 177 R 0.096) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 107) (comment G)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 110) (comment H)
+ (KRN O 177 R 0.096) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 111) (comment I)
+ (KRN O 177 R 0.096) (comment tie)
+ (STOP)
+ (LABEL O 112) (comment J)
+ (KRN O 177 R 0.180) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 113) (comment K)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 114) (comment L)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 115) (comment M)
+ (KRN O 177 R 0.087) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 116) (comment N)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 117) (comment O)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 120) (comment P)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 121) (comment Q)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 122) (comment R)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 123) (comment S)
+ (KRN O 177 R 0.018) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 124) (comment T)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 125) (comment U)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 126) (comment V)
+ (KRN O 75 R -0.130) (comment slash)
+ (KRN O 72 R -0.166) (comment period)
+ (KRN O 73 R -0.166) (comment comma)
+ (STOP)
+ (LABEL O 127) (comment W)
+ (KRN O 75 R -0.130) (comment slash)
+ (KRN O 72 R -0.166) (comment period)
+ (KRN O 73 R -0.166) (comment comma)
+ (STOP)
+ (LABEL O 130) (comment X)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 131) (comment Y)
+ (KRN O 177 R 0.029) (comment tie)
+ (KRN O 75 R -0.111) (comment slash)
+ (KRN O 72 R -0.166) (comment period)
+ (KRN O 73 R -0.166) (comment comma)
+ (STOP)
+ (LABEL O 132) (comment Z)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 140) (comment lscript)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 143) (comment c)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 144) (comment d)
+ (KRN O 177 R 0.130) (comment tie)
+ (STOP)
+ (LABEL O 145) (comment e)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 146) (comment f)
+ (KRN O 177 R 0.186) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 147) (comment g)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 150) (comment h)
+ (KRN O 177 R -0.010) (comment tie)
+ (STOP)
+ (LABEL O 152) (comment j)
+ (KRN O 177 R 0.075) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 154) (comment l)
+ (KRN O 177 R 0.087) (comment tie)
+ (STOP)
+ (LABEL O 157) (comment o)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 160) (comment p)
+ (KRN O 177 R 0.059) (comment tie)
+ (STOP)
+ (LABEL O 161) (comment q)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 162) (comment r)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 163) (comment s)
+ (KRN O 177 R 0.069) (comment tie)
+ (STOP)
+ (LABEL O 164) (comment t)
+ (KRN O 177 R 0.087) (comment tie)
+ (STOP)
+ (LABEL O 165) (comment u)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 166) (comment v)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 167) (comment w)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 170) (comment x)
+ (KRN O 177 R 0.06) (comment tie)
+ (STOP)
+ (LABEL O 171) (comment y)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 172) (comment z)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 173) (comment dotlessi)
+ (KRN O 177 R 0.039) (comment tie)
+ (STOP)
+ (LABEL O 174) (comment dotlessj)
+ (KRN O 177 R 0.142) (comment tie)
+ (STOP)
+ (LABEL O 175) (comment weierstrass)
+ (KRN O 177 R 0.038) (comment tie)
+ (STOP)
+ (LABEL O 200) (comment GammaUp)
+ (KRN O 75 R -0.111) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 207) (comment UpsilonUp)
+ (KRN O 75 R -0.111) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 211) (comment PsiUp)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 213) (comment lscript1)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ )
+(CHARACTER O 0 (comment Gamma)
+ (CHARWD R 0.611)
+ (CHARHT R 0.653)
+ (CHARIC R 0.033)
+ )
+(CHARACTER O 1 (comment Delta)
+ (CHARWD R 0.587)
+ (CHARHT R 0.677)
+ )
+(CHARACTER O 2 (comment Theta)
+ (CHARWD R 0.722)
+ (CHARHT R 0.666)
+ (CHARDP R 0.018)
+ )
+(CHARACTER O 3 (comment Lambda)
+ (CHARWD R 0.636)
+ (CHARHT R 0.653)
+ (CHARDP R 0.018)
+ )
+(CHARACTER O 4 (comment Xi)
+ (CHARWD R 0.639)
+ (CHARHT R 0.662)
+ (CHARIC R 0.049)
+ )
+(CHARACTER O 5 (comment Pi)
+ (CHARWD R 0.722)
+ (CHARHT R 0.662)
+ (CHARIC R 0.084)
+ )
+(CHARACTER O 6 (comment Sigma)
+ (CHARWD R 0.594)
+ (CHARHT R 0.662)
+ (CHARIC R 0.061)
+ )
+(CHARACTER O 7 (comment Upsilon)
+ (CHARWD R 0.676)
+ (CHARHT R 0.672)
+ (CHARIC R 0.020)
+ )
+(CHARACTER O 10 (comment Phi)
+ (CHARWD R 0.761)
+ (CHARHT R 0.662)
+ )
+(CHARACTER O 11 (comment Psi)
+ (CHARWD R 0.703)
+ (CHARHT R 0.670)
+ (CHARIC R 0.105)
+ )
+(CHARACTER O 12 (comment Omega)
+ (CHARWD R 0.723)
+ (CHARHT R 0.677)
+ (CHARIC R 0.002)
+ )
+(CHARACTER O 13 (comment alpha)
+ (CHARWD R 0.593)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 14 (comment beta)
+ (CHARWD R 0.508)
+ (CHARHT R 0.655)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 15 (comment gamma)
+ (CHARWD R 0.518)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ (CHARIC R 0.013)
+ )
+(CHARACTER O 16 (comment delta)
+ (CHARWD R 0.465)
+ (CHARHT R 0.657)
+ (CHARDP R 0.015)
+ )
+(CHARACTER O 17 (comment epsilon1)
+ (CHARWD R 0.390)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (CHARIC R 0.060)
+ )
+(CHARACTER O 20 (comment zeta)
+ (CHARWD R 0.421)
+ (CHARHT R 0.645)
+ (CHARDP R 0.207)
+ (CHARIC R 0.061)
+ )
+(CHARACTER O 21 (comment eta)
+ (CHARWD R 0.495)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 22 (comment theta)
+ (CHARWD R 0.439)
+ (CHARHT R 0.654)
+ (CHARDP R 0.011)
+ (CHARIC R 0.014)
+ )
+(CHARACTER O 23 (comment iota)
+ (CHARWD R 0.284)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 24 (comment kappa)
+ (CHARWD R 0.434)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (CHARIC R 0.013)
+ )
+(CHARACTER O 25 (comment lambda)
+ (CHARWD R 0.530)
+ (CHARHT R 0.655)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 26 (comment mu)
+ (CHARWD R 0.535)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 27 (comment nu)
+ (CHARWD R 0.460)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (CHARIC R 0.002)
+ )
+(CHARACTER O 30 (comment xi)
+ (CHARWD R 0.437)
+ (CHARHT R 0.654)
+ (CHARDP R 0.207)
+ (CHARIC R 0.029)
+ )
+(CHARACTER O 31 (comment pi)
+ (CHARWD R 0.524)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 32 (comment rho)
+ (CHARWD R 0.508)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 33 (comment sigma)
+ (CHARWD R 0.679)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 34 (comment tau)
+ (CHARWD R 0.474)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 35 (comment upsilon)
+ (CHARWD R 0.525)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 36 (comment phi)
+ (CHARWD R 0.550)
+ (CHARHT R 0.630)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 37 (comment chi)
+ (CHARWD R 0.555)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 40 (comment psi)
+ (CHARWD R 0.617)
+ (CHARHT R 0.624)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 41 (comment omega)
+ (CHARWD R 0.691)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 42 (comment epsilon)
+ (CHARWD R 0.481)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 43 (comment theta1)
+ (CHARWD R 0.587)
+ (CHARHT R 0.678)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 44 (comment pi1)
+ (CHARWD R 0.822)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 45 (comment rho1)
+ (CHARWD R 0.499)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 46 (comment sigma1)
+ (CHARWD R 0.473)
+ (CHARHT R 0.441)
+ (CHARDP R 0.171)
+ (CHARIC R 0.028)
+ )
+(CHARACTER O 47 (comment phi1)
+ (CHARWD R 0.569)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 50 (comment arrowlefttophalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.462)
+ )
+(CHARACTER O 51 (comment arrowleftbothalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.285)
+ )
+(CHARACTER O 52 (comment arrowrighttophalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.462)
+ )
+(CHARACTER O 53 (comment arrowrightbothalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.285)
+ )
+(CHARACTER O 54 (comment arrowhookleft)
+ (CHARWD R 0.319)
+ (CHARHT R 0.489)
+ )
+(CHARACTER O 55 (comment arrowhookright)
+ (CHARWD R 0.319)
+ (CHARHT R 0.489)
+ )
+(CHARACTER O 56 (comment triangleright)
+ (CHARWD R 0.418)
+ (CHARHT R 0.446)
+ )
+(CHARACTER O 57 (comment triangleleft)
+ (CHARWD R 0.418)
+ (CHARHT R 0.449)
+ )
+(CHARACTER O 60 (comment zero)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.014)
+ )
+(CHARACTER O 61 (comment one)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ )
+(CHARACTER O 62 (comment two)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ )
+(CHARACTER O 63 (comment three)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.181)
+ )
+(CHARACTER O 64 (comment four)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.167)
+ )
+(CHARACTER O 65 (comment five)
+ (CHARWD R 0.500)
+ (CHARHT R 0.521)
+ (CHARDP R 0.181)
+ )
+(CHARACTER O 66 (comment six)
+ (CHARWD R 0.500)
+ (CHARHT R 0.684)
+ (CHARDP R 0.014)
+ )
+(CHARACTER O 67 (comment seven)
+ (CHARWD R 0.500)
+ (CHARHT R 0.495)
+ (CHARDP R 0.175)
+ )
+(CHARACTER O 70 (comment eight)
+ (CHARWD R 0.500)
+ (CHARHT R 0.676)
+ (CHARDP R 0.014)
+ )
+(CHARACTER O 71 (comment nine)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.189)
+ )
+(CHARACTER O 72 (comment period)
+ (CHARWD R 0.250)
+ (CHARHT R 0.100)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 73 (comment comma)
+ (CHARWD R 0.250)
+ (CHARHT R 0.102)
+ (CHARDP R 0.141)
+ )
+(CHARACTER O 74 (comment less)
+ (CHARWD R 0.636)
+ (CHARHT R 0.508)
+ )
+(CHARACTER O 75 (comment slash)
+ (CHARWD R 0.441)
+ (CHARHT R 0.678)
+ (CHARDP R 0.161)
+ )
+(CHARACTER O 76 (comment greater)
+ (CHARWD R 0.636)
+ (CHARHT R 0.508)
+ )
+(CHARACTER O 77 (comment star)
+ (CHARWD R 0.672)
+ (CHARHT R 0.550)
+ (CHARDP R 0.006)
+ )
+(CHARACTER O 100 (comment partialdiff)
+ (CHARWD R 0.512)
+ (CHARHT R 0.692)
+ (CHARDP R 0.016)
+ )
+(CHARACTER C A
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C A)
+ )
+ )
+(CHARACTER C B
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.035)
+ (SELECTFONT D 1)
+ (SETCHAR C B)
+ )
+ )
+(CHARACTER C C
+ (CHARWD R 0.667)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.022)
+ (MAP
+ (MOVERIGHT R -0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C C)
+ )
+ )
+(CHARACTER C D
+ (CHARWD R 0.747)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C D)
+ )
+ )
+(CHARACTER C E
+ (CHARWD R 0.661)
+ (CHARHT R 0.659)
+ (CHARIC R 0.023)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C E)
+ )
+ )
+(CHARACTER C F
+ (CHARWD R 0.661)
+ (CHARHT R 0.659)
+ (CHARIC R 0.034)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C F)
+ )
+ )
+(CHARACTER C G
+ (CHARWD R 0.722)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (MAP
+ (MOVERIGHT R -0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C G)
+ )
+ )
+(CHARACTER C H
+ (CHARWD R 0.747)
+ (CHARHT R 0.659)
+ (CHARIC R 0.045)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C H)
+ )
+ )
+(CHARACTER C I
+ (CHARWD R 0.358)
+ (CHARHT R 0.659)
+ (CHARIC R 0.051)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C I)
+ )
+ )
+(CHARACTER C J
+ (CHARWD R 0.494)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.047)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C J)
+ )
+ )
+(CHARACTER C K
+ (CHARWD R 0.692)
+ (CHARHT R 0.659)
+ (CHARIC R 0.055)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C K)
+ )
+ )
+(CHARACTER C L
+ (CHARWD R 0.581)
+ (CHARHT R 0.659)
+ (CHARIC R 0.003)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C L)
+ )
+ )
+(CHARACTER C M
+ (CHARWD R 0.883)
+ (CHARHT R 0.659)
+ (CHARIC R 0.04)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C M)
+ )
+ )
+(CHARACTER C N
+ (CHARWD R 0.692)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.06)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C N)
+ )
+ )
+(CHARACTER C O
+ (CHARWD R 0.722)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C O)
+ )
+ )
+(CHARACTER C P
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C P)
+ )
+ )
+(CHARACTER C Q
+ (CHARWD R 0.748)
+ (CHARHT R 0.659)
+ (CHARDP R 0.179)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C Q)
+ )
+ )
+(CHARACTER C R
+ (CHARWD R 0.611)
+ (CHARHT R 0.659)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C R)
+ )
+ )
+(CHARACTER C S
+ (CHARWD R 0.65)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.008)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C S)
+ )
+ )
+(CHARACTER C T
+ (CHARWD R 0.597)
+ (CHARHT R 0.659)
+ (CHARIC R 0.077)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C T)
+ )
+ )
+(CHARACTER C U
+ (CHARWD R 0.747)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.043)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C U)
+ )
+ )
+(CHARACTER C V
+ (CHARWD R 0.611)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.077)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C V)
+ )
+ )
+(CHARACTER C W
+ (CHARWD R 0.833)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.073)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C W)
+ )
+ )
+(CHARACTER C X
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (CHARIC R 0.044)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C X)
+ )
+ )
+(CHARACTER C Y
+ (CHARWD R 0.556)
+ (CHARHT R 0.659)
+ (CHARIC R 0.077)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C Y)
+ )
+ )
+(CHARACTER C Z
+ (CHARWD R 0.556)
+ (CHARHT R 0.659)
+ (CHARIC R 0.05)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C Z)
+ )
+ )
+(CHARACTER O 133 (comment flat)
+ (CHARWD R 0.415)
+ (CHARHT R 0.730)
+ (CHARDP R 0.021)
+ )
+(CHARACTER O 134 (comment natural)
+ (CHARWD R 0.377)
+ (CHARHT R 0.712)
+ (CHARDP R 0.214)
+ )
+(CHARACTER O 135 (comment sharp)
+ (CHARWD R 0.402)
+ (CHARHT R 0.762)
+ (CHARDP R 0.197)
+ )
+(CHARACTER O 136 (comment slurabove)
+ (CHARWD R 0.964)
+ (CHARHT R 0.342)
+ (MAP
+ (SELECTFONT D 0)
+ (SETCHAR O 137)
+ )
+ )
+(CHARACTER O 137 (comment slurbelow)
+ (CHARWD R 0.964)
+ (CHARHT R 0.399)
+ (MAP
+ (SELECTFONT D 0)
+ (SETCHAR O 136)
+ )
+ )
+(CHARACTER O 140 (comment lscript)
+ (CHARWD R 0.417)
+ (CHARHT R 0.677)
+ (CHARDP R 0.011)
+ (CHARIC R 0.015)
+ )
+(CHARACTER C a
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C a)
+ )
+ )
+(CHARACTER C b
+ (CHARWD R 0.5)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C b)
+ )
+ )
+(CHARACTER C c
+ (CHARWD R 0.444)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C c)
+ )
+ )
+(CHARACTER C d
+ (CHARWD R 0.5)
+ (CHARHT R 0.678)
+ (CHARDP R 0.016)
+ (CHARIC R 0.027)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C d)
+ )
+ )
+(CHARACTER C e
+ (CHARWD R 0.444)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C e)
+ )
+ )
+(CHARACTER C f
+ (CHARWD R 0.428)
+ (CHARHT R 0.678)
+ (CHARDP R 0.205)
+ (CHARIC R 0.146)
+ (MAP
+ (MOVERIGHT R 0.15)
+ (SELECTFONT D 1)
+ (SETCHAR C f)
+ )
+ )
+(CHARACTER C g
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.205)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C g)
+ )
+ )
+(CHARACTER C h
+ (CHARWD R 0.5)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C h)
+ )
+ )
+(CHARACTER C i
+ (CHARWD R 0.278)
+ (CHARHT R 0.659)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C i)
+ )
+ )
+(CHARACTER C j
+ (CHARWD R 0.428)
+ (CHARHT R 0.659)
+ (CHARDP R 0.207)
+ (MAP
+ (MOVERIGHT R 0.15)
+ (SELECTFONT D 1)
+ (SETCHAR C j)
+ )
+ )
+(CHARACTER C k
+ (CHARWD R 0.444)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (CHARIC R 0.017)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C k)
+ )
+ )
+(CHARACTER C l
+ (CHARWD R 0.278)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (CHARIC R 0.001)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C l)
+ )
+ )
+(CHARACTER C m
+ (CHARWD R 0.722)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C m)
+ )
+ )
+(CHARACTER C n
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C n)
+ )
+ )
+(CHARACTER C o
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C o)
+ )
+ )
+(CHARACTER C p
+ (CHARWD R 0.575)
+ (CHARHT R 0.435)
+ (CHARDP R 0.205)
+ (MAP
+ (MOVERIGHT R 0.075)
+ (SELECTFONT D 1)
+ (SETCHAR C p)
+ )
+ )
+(CHARACTER C q
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.209)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C q)
+ )
+ )
+(CHARACTER C r
+ (CHARWD R 0.389)
+ (CHARHT R 0.435)
+ (CHARIC R 0.023)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C r)
+ )
+ )
+(CHARACTER C s
+ (CHARWD R 0.439)
+ (CHARHT R 0.435)
+ (CHARDP R 0.016)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C s)
+ )
+ )
+(CHARACTER C t
+ (CHARWD R 0.278)
+ (CHARHT R 0.553)
+ (CHARDP R 0.009)
+ (CHARIC R 0.018)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C t)
+ )
+ )
+(CHARACTER C u
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C u)
+ )
+ )
+(CHARACTER C v
+ (CHARWD R 0.444)
+ (CHARHT R 0.435)
+ (CHARDP R 0.016)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C v)
+ )
+ )
+(CHARACTER C w
+ (CHARWD R 0.667)
+ (CHARHT R 0.435)
+ (CHARDP R 0.016)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C w)
+ )
+ )
+(CHARACTER C x
+ (CHARWD R 0.494)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (CHARIC R 0.003)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C x)
+ )
+ )
+(CHARACTER C y
+ (CHARWD R 0.444)
+ (CHARHT R 0.435)
+ (CHARDP R 0.205)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C y)
+ )
+ )
+(CHARACTER C z
+ (CHARWD R 0.389)
+ (CHARHT R 0.435)
+ (CHARDP R 0.081)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C z)
+ )
+ )
+(CHARACTER O 173 (comment dotlessi)
+ (CHARWD R 0.278)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 174 (comment dotlessj)
+ (CHARWD R 0.402)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ (MAP
+ (MOVERIGHT R 0.15)
+ (SETCHAR O 174)
+ )
+ )
+(CHARACTER O 175 (comment weierstrass)
+ (CHARWD R 0.624)
+ (CHARHT R 0.479)
+ (CHARDP R 0.193)
+ )
+(CHARACTER O 176 (comment vector)
+ (CHARWD R 0.486)
+ (CHARHT R 0.745)
+ (CHARIC R 0.108)
+ )
+(CHARACTER O 177 (comment tie)
+ (CHARWD R 0.260)
+ (CHARHT R 0.650)
+ (CHARIC R 0.353)
+ )
+
diff --git a/Master/texmf-dist/doc/fonts/txfonts/txmi1.vpl b/Master/texmf-dist/doc/fonts/txfonts/txmi1.vpl
new file mode 100644
index 00000000000..89cad5477c0
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/txfonts/txmi1.vpl
@@ -0,0 +1,1256 @@
+(FAMILY TXMI)
+(CODINGSCHEME FontSpecific + CMMIEncoding)
+(DESIGNSIZE R 10.0)
+(FONTDIMEN
+ (SLANT R 0.277)
+ (SPACE R 0.0)
+ (STRETCH R 0.0)
+ (SHRINK R 0.0)
+ (XHEIGHT R 0.441)
+ (QUAD R 1.000)
+ (EXTRASPACE R 0.0)
+ )
+(MAPFONT D 0
+ (FONTNAME rtxmi)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(MAPFONT D 1
+ (FONTNAME rtxptmri)
+ (FONTAT R 1.0)
+ (FONTDSIZE R 10.0)
+ )
+(LIGTABLE
+ (LABEL O 0) (comment Gamma)
+ (KRN O 177 R 0.029) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 1) (comment Delta)
+ (KRN O 177 R 0.040) (comment tie)
+ (STOP)
+ (LABEL O 2) (comment Theta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 3) (comment Lambda)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 4) (comment Xi)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 5) (comment Pi)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 6) (comment Sigma)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 7) (comment Upsilon)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 10) (comment Phi)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 11) (comment Psi)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 12) (comment Omega)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 13) (comment alpha)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 14) (comment beta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 16) (comment delta)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 17) (comment epsilon1)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 20) (comment zeta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 21) (comment eta)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 22) (comment theta)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 23) (comment iota)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 26) (comment mu)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 27) (comment nu)
+ (KRN O 177 R 0.010) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 30) (comment xi)
+ (KRN O 177 R 0.038) (comment tie)
+ (STOP)
+ (LABEL O 32) (comment rho)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 33) (comment sigma)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 34) (comment tau)
+ (KRN O 177 R 0.010) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 35) (comment upsilon)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 36) (comment phi)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 37) (comment chi)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 40) (comment psi)
+ (KRN O 177 R 0.038) (comment tie)
+ (STOP)
+ (LABEL O 42) (comment epsilon)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 43) (comment theta1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 45) (comment rho1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 46) (comment sigma1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 47) (comment phi1)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 75) (comment slash)
+ (KRN O 132 R -0.055) (comment Z)
+ (KRN O 131 R 0.055) (comment Y)
+ (KRN O 116 R -0.055) (comment N)
+ (KRN O 115 R -0.055) (comment M)
+ (KRN O 1 R -0.055) (comment Delta)
+ (KRN O 101 R -0.055) (comment A)
+ (STOP)
+ (LABEL O 100) (comment partialdiff)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 101) (comment A)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 102) (comment B)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 103) (comment C)
+ (KRN O 177 R 0.111) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 104) (comment D)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 105) (comment E)
+ (KRN O 177 R 0.096) (comment tie)
+ (STOP)
+ (LABEL O 106) (comment F)
+ (KRN O 177 R 0.096) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 107) (comment G)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 110) (comment H)
+ (KRN O 177 R 0.096) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 111) (comment I)
+ (KRN O 177 R 0.096) (comment tie)
+ (STOP)
+ (LABEL O 112) (comment J)
+ (KRN O 177 R 0.180) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 113) (comment K)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 114) (comment L)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 115) (comment M)
+ (KRN O 177 R 0.087) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 116) (comment N)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 117) (comment O)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 120) (comment P)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 121) (comment Q)
+ (KRN O 177 R 0.111) (comment tie)
+ (STOP)
+ (LABEL O 122) (comment R)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 123) (comment S)
+ (KRN O 177 R 0.018) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 124) (comment T)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 125) (comment U)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 126) (comment V)
+ (KRN O 75 R -0.130) (comment slash)
+ (KRN O 72 R -0.166) (comment period)
+ (KRN O 73 R -0.166) (comment comma)
+ (STOP)
+ (LABEL O 127) (comment W)
+ (KRN O 75 R -0.130) (comment slash)
+ (KRN O 72 R -0.166) (comment period)
+ (KRN O 73 R -0.166) (comment comma)
+ (STOP)
+ (LABEL O 130) (comment X)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.028) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 131) (comment Y)
+ (KRN O 177 R 0.029) (comment tie)
+ (KRN O 75 R -0.111) (comment slash)
+ (KRN O 72 R -0.166) (comment period)
+ (KRN O 73 R -0.166) (comment comma)
+ (STOP)
+ (LABEL O 132) (comment Z)
+ (KRN O 177 R 0.058) (comment tie)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 140) (comment lscript)
+ (KRN O 177 R 0.058) (comment tie)
+ (STOP)
+ (LABEL O 143) (comment c)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 144) (comment d)
+ (KRN O 177 R 0.130) (comment tie)
+ (STOP)
+ (LABEL O 145) (comment e)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 146) (comment f)
+ (KRN O 177 R 0.186) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 147) (comment g)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 150) (comment h)
+ (KRN O 177 R -0.010) (comment tie)
+ (STOP)
+ (LABEL O 152) (comment j)
+ (KRN O 177 R 0.075) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 154) (comment l)
+ (KRN O 177 R 0.087) (comment tie)
+ (STOP)
+ (LABEL O 157) (comment o)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 160) (comment p)
+ (KRN O 177 R 0.059) (comment tie)
+ (STOP)
+ (LABEL O 161) (comment q)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 162) (comment r)
+ (KRN O 177 R 0.019) (comment tie)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 163) (comment s)
+ (KRN O 177 R 0.069) (comment tie)
+ (STOP)
+ (LABEL O 164) (comment t)
+ (KRN O 177 R 0.087) (comment tie)
+ (STOP)
+ (LABEL O 165) (comment u)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 166) (comment v)
+ (KRN O 177 R 0.010) (comment tie)
+ (STOP)
+ (LABEL O 167) (comment w)
+ (KRN O 177 R 0.029) (comment tie)
+ (STOP)
+ (LABEL O 170) (comment x)
+ (KRN O 177 R 0.06) (comment tie)
+ (STOP)
+ (LABEL O 171) (comment y)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 172) (comment z)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ (LABEL O 173) (comment dotlessi)
+ (KRN O 177 R 0.039) (comment tie)
+ (STOP)
+ (LABEL O 174) (comment dotlessj)
+ (KRN O 177 R 0.142) (comment tie)
+ (STOP)
+ (LABEL O 175) (comment weierstrass)
+ (KRN O 177 R 0.038) (comment tie)
+ (STOP)
+ (LABEL O 200) (comment GammaUp)
+ (KRN O 75 R -0.111) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 207) (comment UpsilonUp)
+ (KRN O 75 R -0.111) (comment slash)
+ (KRN O 72 R -0.111) (comment period)
+ (KRN O 73 R -0.111) (comment comma)
+ (STOP)
+ (LABEL O 211) (comment PsiUp)
+ (KRN O 75 R -0.055) (comment slash)
+ (KRN O 72 R -0.055) (comment period)
+ (KRN O 73 R -0.055) (comment comma)
+ (STOP)
+ (LABEL O 213) (comment lscript1)
+ (KRN O 177 R 0.019) (comment tie)
+ (STOP)
+ )
+(CHARACTER O 0 (comment Gamma)
+ (CHARWD R 0.611)
+ (CHARHT R 0.653)
+ (CHARIC R 0.033)
+ )
+(CHARACTER O 1 (comment Delta)
+ (CHARWD R 0.587)
+ (CHARHT R 0.677)
+ )
+(CHARACTER O 2 (comment Theta)
+ (CHARWD R 0.722)
+ (CHARHT R 0.666)
+ (CHARDP R 0.018)
+ )
+(CHARACTER O 3 (comment Lambda)
+ (CHARWD R 0.636)
+ (CHARHT R 0.653)
+ (CHARDP R 0.018)
+ )
+(CHARACTER O 4 (comment Xi)
+ (CHARWD R 0.639)
+ (CHARHT R 0.662)
+ (CHARIC R 0.049)
+ )
+(CHARACTER O 5 (comment Pi)
+ (CHARWD R 0.722)
+ (CHARHT R 0.662)
+ (CHARIC R 0.084)
+ )
+(CHARACTER O 6 (comment Sigma)
+ (CHARWD R 0.594)
+ (CHARHT R 0.662)
+ (CHARIC R 0.061)
+ )
+(CHARACTER O 7 (comment Upsilon)
+ (CHARWD R 0.676)
+ (CHARHT R 0.672)
+ (CHARIC R 0.020)
+ )
+(CHARACTER O 10 (comment Phi)
+ (CHARWD R 0.761)
+ (CHARHT R 0.662)
+ )
+(CHARACTER O 11 (comment Psi)
+ (CHARWD R 0.703)
+ (CHARHT R 0.670)
+ (CHARIC R 0.105)
+ )
+(CHARACTER O 12 (comment Omega)
+ (CHARWD R 0.723)
+ (CHARHT R 0.677)
+ (CHARIC R 0.002)
+ )
+(CHARACTER O 13 (comment alpha)
+ (CHARWD R 0.593)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 14 (comment beta)
+ (CHARWD R 0.508)
+ (CHARHT R 0.655)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 15 (comment gamma)
+ (CHARWD R 0.518)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ (CHARIC R 0.013)
+ )
+(CHARACTER O 16 (comment delta)
+ (CHARWD R 0.465)
+ (CHARHT R 0.657)
+ (CHARDP R 0.015)
+ )
+(CHARACTER O 17 (comment epsilon1)
+ (CHARWD R 0.390)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (CHARIC R 0.060)
+ )
+(CHARACTER O 20 (comment zeta)
+ (CHARWD R 0.421)
+ (CHARHT R 0.645)
+ (CHARDP R 0.207)
+ (CHARIC R 0.061)
+ )
+(CHARACTER O 21 (comment eta)
+ (CHARWD R 0.495)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 22 (comment theta)
+ (CHARWD R 0.439)
+ (CHARHT R 0.654)
+ (CHARDP R 0.011)
+ (CHARIC R 0.014)
+ )
+(CHARACTER O 23 (comment iota)
+ (CHARWD R 0.284)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 24 (comment kappa)
+ (CHARWD R 0.434)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (CHARIC R 0.013)
+ )
+(CHARACTER O 25 (comment lambda)
+ (CHARWD R 0.530)
+ (CHARHT R 0.655)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 26 (comment mu)
+ (CHARWD R 0.535)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 27 (comment nu)
+ (CHARWD R 0.460)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (CHARIC R 0.002)
+ )
+(CHARACTER O 30 (comment xi)
+ (CHARWD R 0.437)
+ (CHARHT R 0.654)
+ (CHARDP R 0.207)
+ (CHARIC R 0.029)
+ )
+(CHARACTER O 31 (comment pi)
+ (CHARWD R 0.524)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 32 (comment rho)
+ (CHARWD R 0.508)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 33 (comment sigma)
+ (CHARWD R 0.679)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 34 (comment tau)
+ (CHARWD R 0.474)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 35 (comment upsilon)
+ (CHARWD R 0.525)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 36 (comment phi)
+ (CHARWD R 0.550)
+ (CHARHT R 0.630)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 37 (comment chi)
+ (CHARWD R 0.555)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 40 (comment psi)
+ (CHARWD R 0.617)
+ (CHARHT R 0.624)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 41 (comment omega)
+ (CHARWD R 0.691)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 42 (comment epsilon)
+ (CHARWD R 0.481)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 43 (comment theta1)
+ (CHARWD R 0.587)
+ (CHARHT R 0.678)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 44 (comment pi1)
+ (CHARWD R 0.822)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 45 (comment rho1)
+ (CHARWD R 0.499)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 46 (comment sigma1)
+ (CHARWD R 0.473)
+ (CHARHT R 0.441)
+ (CHARDP R 0.171)
+ (CHARIC R 0.028)
+ )
+(CHARACTER O 47 (comment phi1)
+ (CHARWD R 0.569)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ )
+(CHARACTER O 50 (comment arrowlefttophalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.462)
+ )
+(CHARACTER O 51 (comment arrowleftbothalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.285)
+ )
+(CHARACTER O 52 (comment arrowrighttophalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.462)
+ )
+(CHARACTER O 53 (comment arrowrightbothalf)
+ (CHARWD R 0.964)
+ (CHARHT R 0.285)
+ )
+(CHARACTER O 54 (comment arrowhookleft)
+ (CHARWD R 0.319)
+ (CHARHT R 0.489)
+ )
+(CHARACTER O 55 (comment arrowhookright)
+ (CHARWD R 0.319)
+ (CHARHT R 0.489)
+ )
+(CHARACTER O 56 (comment triangleright)
+ (CHARWD R 0.418)
+ (CHARHT R 0.446)
+ )
+(CHARACTER O 57 (comment triangleleft)
+ (CHARWD R 0.418)
+ (CHARHT R 0.449)
+ )
+(CHARACTER O 60 (comment zero)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.014)
+ )
+(CHARACTER O 61 (comment one)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ )
+(CHARACTER O 62 (comment two)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ )
+(CHARACTER O 63 (comment three)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.181)
+ )
+(CHARACTER O 64 (comment four)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.167)
+ )
+(CHARACTER O 65 (comment five)
+ (CHARWD R 0.500)
+ (CHARHT R 0.521)
+ (CHARDP R 0.181)
+ )
+(CHARACTER O 66 (comment six)
+ (CHARWD R 0.500)
+ (CHARHT R 0.684)
+ (CHARDP R 0.014)
+ )
+(CHARACTER O 67 (comment seven)
+ (CHARWD R 0.500)
+ (CHARHT R 0.495)
+ (CHARDP R 0.175)
+ )
+(CHARACTER O 70 (comment eight)
+ (CHARWD R 0.500)
+ (CHARHT R 0.676)
+ (CHARDP R 0.014)
+ )
+(CHARACTER O 71 (comment nine)
+ (CHARWD R 0.500)
+ (CHARHT R 0.509)
+ (CHARDP R 0.189)
+ )
+(CHARACTER O 72 (comment period)
+ (CHARWD R 0.250)
+ (CHARHT R 0.100)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 73 (comment comma)
+ (CHARWD R 0.250)
+ (CHARHT R 0.102)
+ (CHARDP R 0.141)
+ )
+(CHARACTER O 74 (comment less)
+ (CHARWD R 0.636)
+ (CHARHT R 0.508)
+ )
+(CHARACTER O 75 (comment slash)
+ (CHARWD R 0.441)
+ (CHARHT R 0.678)
+ (CHARDP R 0.161)
+ )
+(CHARACTER O 76 (comment greater)
+ (CHARWD R 0.636)
+ (CHARHT R 0.508)
+ )
+(CHARACTER O 77 (comment star)
+ (CHARWD R 0.672)
+ (CHARHT R 0.550)
+ (CHARDP R 0.006)
+ )
+(CHARACTER O 100 (comment partialdiff)
+ (CHARWD R 0.512)
+ (CHARHT R 0.692)
+ (CHARDP R 0.016)
+ )
+(CHARACTER C A
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C A)
+ )
+ )
+(CHARACTER C B
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.035)
+ (SELECTFONT D 1)
+ (SETCHAR C B)
+ )
+ )
+(CHARACTER C C
+ (CHARWD R 0.667)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.022)
+ (MAP
+ (MOVERIGHT R -0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C C)
+ )
+ )
+(CHARACTER C D
+ (CHARWD R 0.747)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C D)
+ )
+ )
+(CHARACTER C E
+ (CHARWD R 0.661)
+ (CHARHT R 0.659)
+ (CHARIC R 0.023)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C E)
+ )
+ )
+(CHARACTER C F
+ (CHARWD R 0.661)
+ (CHARHT R 0.659)
+ (CHARIC R 0.034)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C F)
+ )
+ )
+(CHARACTER C G
+ (CHARWD R 0.722)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (MAP
+ (MOVERIGHT R -0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C G)
+ )
+ )
+(CHARACTER C H
+ (CHARWD R 0.747)
+ (CHARHT R 0.659)
+ (CHARIC R 0.045)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C H)
+ )
+ )
+(CHARACTER C I
+ (CHARWD R 0.358)
+ (CHARHT R 0.659)
+ (CHARIC R 0.051)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C I)
+ )
+ )
+(CHARACTER C J
+ (CHARWD R 0.494)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.047)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C J)
+ )
+ )
+(CHARACTER C K
+ (CHARWD R 0.692)
+ (CHARHT R 0.659)
+ (CHARIC R 0.055)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C K)
+ )
+ )
+(CHARACTER C L
+ (CHARWD R 0.581)
+ (CHARHT R 0.659)
+ (CHARIC R 0.003)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C L)
+ )
+ )
+(CHARACTER C M
+ (CHARWD R 0.883)
+ (CHARHT R 0.659)
+ (CHARIC R 0.04)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C M)
+ )
+ )
+(CHARACTER C N
+ (CHARWD R 0.692)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.06)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C N)
+ )
+ )
+(CHARACTER C O
+ (CHARWD R 0.722)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C O)
+ )
+ )
+(CHARACTER C P
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C P)
+ )
+ )
+(CHARACTER C Q
+ (CHARWD R 0.748)
+ (CHARHT R 0.659)
+ (CHARDP R 0.179)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C Q)
+ )
+ )
+(CHARACTER C R
+ (CHARWD R 0.611)
+ (CHARHT R 0.659)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C R)
+ )
+ )
+(CHARACTER C S
+ (CHARWD R 0.65)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.008)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C S)
+ )
+ )
+(CHARACTER C T
+ (CHARWD R 0.597)
+ (CHARHT R 0.659)
+ (CHARIC R 0.077)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C T)
+ )
+ )
+(CHARACTER C U
+ (CHARWD R 0.747)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.043)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C U)
+ )
+ )
+(CHARACTER C V
+ (CHARWD R 0.611)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.077)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C V)
+ )
+ )
+(CHARACTER C W
+ (CHARWD R 0.833)
+ (CHARHT R 0.659)
+ (CHARDP R 0.016)
+ (CHARIC R 0.073)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C W)
+ )
+ )
+(CHARACTER C X
+ (CHARWD R 0.636)
+ (CHARHT R 0.659)
+ (CHARIC R 0.044)
+ (MAP
+ (MOVERIGHT R 0.025)
+ (SELECTFONT D 1)
+ (SETCHAR C X)
+ )
+ )
+(CHARACTER C Y
+ (CHARWD R 0.556)
+ (CHARHT R 0.659)
+ (CHARIC R 0.077)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C Y)
+ )
+ )
+(CHARACTER C Z
+ (CHARWD R 0.556)
+ (CHARHT R 0.659)
+ (CHARIC R 0.05)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C Z)
+ )
+ )
+(CHARACTER O 133 (comment flat)
+ (CHARWD R 0.415)
+ (CHARHT R 0.730)
+ (CHARDP R 0.021)
+ )
+(CHARACTER O 134 (comment natural)
+ (CHARWD R 0.377)
+ (CHARHT R 0.712)
+ (CHARDP R 0.214)
+ )
+(CHARACTER O 135 (comment sharp)
+ (CHARWD R 0.402)
+ (CHARHT R 0.762)
+ (CHARDP R 0.197)
+ )
+(CHARACTER O 136 (comment slurabove)
+ (CHARWD R 0.964)
+ (CHARHT R 0.342)
+ (MAP
+ (SELECTFONT D 0)
+ (SETCHAR O 137)
+ )
+ )
+(CHARACTER O 137 (comment slurbelow)
+ (CHARWD R 0.964)
+ (CHARHT R 0.399)
+ (MAP
+ (SELECTFONT D 0)
+ (SETCHAR O 136)
+ )
+ )
+(CHARACTER O 140 (comment lscript)
+ (CHARWD R 0.417)
+ (CHARHT R 0.677)
+ (CHARDP R 0.011)
+ (CHARIC R 0.015)
+ )
+(CHARACTER C a
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C a)
+ )
+ )
+(CHARACTER C b
+ (CHARWD R 0.5)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C b)
+ )
+ )
+(CHARACTER C c
+ (CHARWD R 0.444)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C c)
+ )
+ )
+(CHARACTER C d
+ (CHARWD R 0.5)
+ (CHARHT R 0.678)
+ (CHARDP R 0.016)
+ (CHARIC R 0.027)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C d)
+ )
+ )
+(CHARACTER C e
+ (CHARWD R 0.444)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C e)
+ )
+ )
+(CHARACTER C f
+ (CHARWD R 0.428)
+ (CHARHT R 0.678)
+ (CHARDP R 0.205)
+ (CHARIC R 0.146)
+ (MAP
+ (MOVERIGHT R 0.15)
+ (SELECTFONT D 1)
+ (SETCHAR C f)
+ )
+ )
+(CHARACTER C g
+ (CHARWD R 0.500)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ (MAP
+ (SETCHAR C g)
+ )
+ )
+(CHARACTER C h
+ (CHARWD R 0.5)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C h)
+ )
+ )
+(CHARACTER C i
+ (CHARWD R 0.278)
+ (CHARHT R 0.659)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C i)
+ )
+ )
+(CHARACTER C j
+ (CHARWD R 0.428)
+ (CHARHT R 0.659)
+ (CHARDP R 0.207)
+ (MAP
+ (MOVERIGHT R 0.15)
+ (SELECTFONT D 1)
+ (SETCHAR C j)
+ )
+ )
+(CHARACTER C k
+ (CHARWD R 0.444)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (CHARIC R 0.017)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C k)
+ )
+ )
+(CHARACTER C l
+ (CHARWD R 0.278)
+ (CHARHT R 0.678)
+ (CHARDP R 0.009)
+ (CHARIC R 0.001)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C l)
+ )
+ )
+(CHARACTER C m
+ (CHARWD R 0.722)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C m)
+ )
+ )
+(CHARACTER C n
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C n)
+ )
+ )
+(CHARACTER C o
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C o)
+ )
+ )
+(CHARACTER C p
+ (CHARWD R 0.575)
+ (CHARHT R 0.435)
+ (CHARDP R 0.205)
+ (MAP
+ (MOVERIGHT R 0.075)
+ (SELECTFONT D 1)
+ (SETCHAR C p)
+ )
+ )
+(CHARACTER C q
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.209)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C q)
+ )
+ )
+(CHARACTER C r
+ (CHARWD R 0.389)
+ (CHARHT R 0.435)
+ (CHARIC R 0.023)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C r)
+ )
+ )
+(CHARACTER C s
+ (CHARWD R 0.439)
+ (CHARHT R 0.435)
+ (CHARDP R 0.016)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C s)
+ )
+ )
+(CHARACTER C t
+ (CHARWD R 0.278)
+ (CHARHT R 0.553)
+ (CHARDP R 0.009)
+ (CHARIC R 0.018)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C t)
+ )
+ )
+(CHARACTER C u
+ (CHARWD R 0.5)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C u)
+ )
+ )
+(CHARACTER C v
+ (CHARWD R 0.393)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (MAP
+ (SETCHAR C v)
+ )
+ )
+(CHARACTER C w
+ (CHARWD R 0.626)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ (MAP
+ (SETCHAR C w)
+ )
+ )
+(CHARACTER C x
+ (CHARWD R 0.494)
+ (CHARHT R 0.435)
+ (CHARDP R 0.009)
+ (CHARIC R 0.003)
+ (MAP
+ (MOVERIGHT R 0.05)
+ (SELECTFONT D 1)
+ (SETCHAR C x)
+ )
+ )
+(CHARACTER C y
+ (CHARWD R 0.478)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ (MAP
+ (SETCHAR C y)
+ )
+ )
+(CHARACTER C z
+ (CHARWD R 0.389)
+ (CHARHT R 0.435)
+ (CHARDP R 0.081)
+ (MAP
+ (SELECTFONT D 1)
+ (SETCHAR C z)
+ )
+ )
+(CHARACTER O 173 (comment dotlessi)
+ (CHARWD R 0.278)
+ (CHARHT R 0.441)
+ (CHARDP R 0.011)
+ )
+(CHARACTER O 174 (comment dotlessj)
+ (CHARWD R 0.402)
+ (CHARHT R 0.441)
+ (CHARDP R 0.207)
+ (MAP
+ (MOVERIGHT R 0.15)
+ (SETCHAR O 174)
+ )
+ )
+(CHARACTER O 175 (comment weierstrass)
+ (CHARWD R 0.624)
+ (CHARHT R 0.479)
+ (CHARDP R 0.193)
+ )
+(CHARACTER O 176 (comment vector)
+ (CHARWD R 0.486)
+ (CHARHT R 0.745)
+ (CHARIC R 0.108)
+ )
+(CHARACTER O 177 (comment tie)
+ (CHARWD R 0.260)
+ (CHARHT R 0.650)
+ (CHARIC R 0.353)
+ )
+