summaryrefslogtreecommitdiff
path: root/fonts/minion2newtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /fonts/minion2newtx
Initial commit
Diffstat (limited to 'fonts/minion2newtx')
-rw-r--r--fonts/minion2newtx/README92
-rw-r--r--fonts/minion2newtx/doc/minion2newtxdoc.pdfbin0 -> 405553 bytes
-rw-r--r--fonts/minion2newtx/doc/minion2newtxdoc.tex161
-rw-r--r--fonts/minion2newtx/doc/minion2pro.sty147
-rw-r--r--fonts/minion2newtx/tfm/rzmn-gr-b.tfmbin0 -> 900 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmn-gr-bit.tfmbin0 -> 976 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmn-gr-it.tfmbin0 -> 948 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmn-gr-r.tfmbin0 -> 888 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmnb.tfmbin0 -> 1772 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmnbi.tfmbin0 -> 2008 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmnr.tfmbin0 -> 1832 bytes
-rw-r--r--fonts/minion2newtx/tfm/rzmnri.tfmbin0 -> 1968 bytes
-rw-r--r--fonts/minion2newtx/tfm/zmnbmi.tfmbin0 -> 1812 bytes
-rw-r--r--fonts/minion2newtx/tfm/zmnbmia.tfmbin0 -> 2272 bytes
-rw-r--r--fonts/minion2newtx/tfm/zmnmi.tfmbin0 -> 1832 bytes
-rw-r--r--fonts/minion2newtx/tfm/zmnmia.tfmbin0 -> 2404 bytes
-rw-r--r--fonts/minion2newtx/vf/zmnbmi.vfbin0 -> 1268 bytes
-rw-r--r--fonts/minion2newtx/vf/zmnbmia.vfbin0 -> 1856 bytes
-rw-r--r--fonts/minion2newtx/vf/zmnmi.vfbin0 -> 1264 bytes
-rw-r--r--fonts/minion2newtx/vf/zmnmia.vfbin0 -> 2160 bytes
20 files changed, 400 insertions, 0 deletions
diff --git a/fonts/minion2newtx/README b/fonts/minion2newtx/README
new file mode 100644
index 0000000000..6b1b84646a
--- /dev/null
+++ b/fonts/minion2newtx/README
@@ -0,0 +1,92 @@
+This package is an add-on to the newtxmath package, providing metric files that allow use the Roman and Greek letters from MinionPro Version 2, except with a math italic v distinct from \nu, within newtxmath using the 'minion' option.
+
+Current version: 1.061 2015-04-11
+
+This material is subject to the LaTeX Project Public License 1.3 or later. See
+http://www.ctan.org/license/lppl1.3
+for the details of that license.
+
+Changes in version 1.061
+Small changes to optional minion2pro.sty file and to documentation.
+
+Changes in version 1.06
+Modified zmnmia and zmnbmia to add varkappa in italic and upright shapes, not requiring the AMS fonts or their substitutes.
+
+Changes in version 1.05
+Regenerated zmnmia and zmnbmia in line with changes to ntxmia and ntxbmia, providing bigdelims option as well as timesmathacc option.
+
+Changes in version 1.04
+1. Revised description for generating zmn*.pfb, due to cfftot1 in this case not creating type1 fonts compatible with those generated by FontForge.
+2. Revised metric files, in view of 1.
+
+Changes in version 1.03
+1. Resolved problem in script creating zmn*.pfb.
+2. Brought MathItalicA into conformity with other newtx addons. Newtxmath, version 1.15 or higher, is required.
+
+Changes in version 1.02
+1. Substantial changes to documentation and simpler conversion procedures.
+
+Changes in version 1.01
+1. Provided expanded symbolsA font.
+
+Requirements:
+1. You must have in your possession Version 2 or later of MinionPro-Regular.otf, MinionPro-Bold.otf, MinionPro-It.otf and MinionPro-BoldIt.otf. These fonts must be converted to PostScript format with modifications to the filenames and the PostScript names as specified in the documentation.
+2. The map file zmn.map must be enabled before using the option 'minion' with newtxmath.
+
+Installation:
+
+It is simplest to carry out the font conversion first, as described in the documentation, placing the resulting .pfb files in the downloaded TDS inside fonts/type1/adobe/minion2. The install the TDS as follows:
+
+Mac OS X: To install, open a Terminal window and cd to inside the downloaded TDS folder.
+
+Method A (recommended): type
+
+sudo cp -Rfp * /usr/local/texlive/texmf-local
+
+then
+
+sudo mktexlsr
+
+then
+
+sudo -H updmap-sys --enable Map=zmn.map
+
+Method B: If you insist on making your font installations in your home folder, potentially making your personal installation become out of sync with updates to TeXLive, use instead
+
+(i) if you checked Update for All Users in TeXLive utility
+
+cp -Rfp * ~/Library/texmf
+
+then
+
+updmap --enable Map=zmn.map
+
+(ii) otherwise
+
+cp -Rfp * ~/Library/texmf
+
+then
+
+sudo updmap-sys --enable Map=zmn.map
+
+Linux: Very similar to Mac OS X.
+
+MikTeX: Copy the newtxTDS.zip to the root of the folder you use for personal additions to the TeX trees, open a command window, chdir to that folder, and type
+
+unzip newtxtds
+initexmf --update-fndb
+initexmf --edit-config-file updmap
+
+The latter command should open updmap.cfg in your default editor, commonly Notepad. Add the line
+
+Map zmn.map
+
+to updmap.cfg, save and close. Then, in the command window, type
+
+initexmf --mkmaps
+
+You can ignore error messages that may occur here. This should result in a properly enabled zmn.
+
+Please send comments and bug reports or suggestions for improvement to
+
+msharpe at ucsd dot edu \ No newline at end of file
diff --git a/fonts/minion2newtx/doc/minion2newtxdoc.pdf b/fonts/minion2newtx/doc/minion2newtxdoc.pdf
new file mode 100644
index 0000000000..48747c8301
--- /dev/null
+++ b/fonts/minion2newtx/doc/minion2newtxdoc.pdf
Binary files differ
diff --git a/fonts/minion2newtx/doc/minion2newtxdoc.tex b/fonts/minion2newtx/doc/minion2newtxdoc.tex
new file mode 100644
index 0000000000..43d144a586
--- /dev/null
+++ b/fonts/minion2newtx/doc/minion2newtxdoc.tex
@@ -0,0 +1,161 @@
+% !TEX TS-program = pdflatexmk
+\documentclass[11pt]{article}
+\usepackage[margin=1in]{geometry}
+\usepackage[parfill]{parskip}%
+\usepackage{url}
+\pdfmapfile{=Minion2Pro.map}
+%SetFonts
+% Minion2Pro+newtxmath
+\usepackage{minion2pro}% no osf in math
+\usepackage{MyriadPro}
+\usepackage[T1]{fontenc}
+\usepackage[scaled=0.85]{beramono}
+\usepackage[leqno]{amsmath}
+\usepackage[minion,vvarbb,bigdelims,cmintegrals]{newtxmath}
+\usepackage{bm}
+\usepackage[cal=boondoxo]{mathalfa}
+%SetFonts
+\usepackage{booktabs,url}
+\usepackage{hyperref}
+\title{Minion2 (zmn) as an add-on to the New TX font package}
+\author{Michael Sharpe}
+\date{\today} % Activate to display a given date or no date
+
+\begin{document}
+\maketitle
+\section{Preliminaries}
+The package \textsf{newtxmath} (versions 1.00 and higher) has an option {\tt minion} that allows the use of MinionPro as math letters (Latin and Greek) within the math font, with a modified math italic v ($v$) that is distinct from \verb|\nu| ($\nu$), unlike the MinionPro package on \textsc{CTAN}. There are some caveats:
+\begin{itemize}
+\item
+You must use a recent version (2.0 or higher) of MinionPro, such as the version that comes with recent versions of Adobe Reader.
+\item In addition, the fonts must installed under special names so they can be recognized by the support files and have distinct tfm and PostScript names which will not interfere with a separate installation of MinionPro as a text file---the details are spelled out below.
+\end{itemize}
+\subsection{How to install your MinionPro fonts}
+The underlying issue is that the new versions (version 2.00 and greater) have glyphs that were not present in the original family, and the names of some glyphs have been changed. (You may see this problem if you try to install the MinionPro package from 2007 (on CTAN) where the encoding files are no longer entirely appropriate.) My goal is to allow you to use older versions of the MinionPro fonts with that package for text only, while not raising conflicts with the use of the new versions in \textsf{newtxmath}. To cover the possible sources of problems, we need to give the new versions new filenames and, in addition, new PostScript names. The methods described below are revisions of the original, made necessary by the apparent failure in this case of cfftot1 to make pfb files compatible with those generated by FontForge.
+
+The following subsection provides the basic procedure.
+\subsection{A method that works for all platforms}
+Navigate to \url{http://www.freefontconverter.com} and use their File Chooser to choose, one at a time, the files
+\begin{verbatim}
+MinionPro-Regular.otf
+MinionPro-Bold.otf
+MinionPro-It.otf
+MinionPro-BoldIt.otf
+\end{verbatim}
+choosing the {\tt pfa (PostScript)} as the output file format. Move the output files to a working folder and change their names to:
+\begin{verbatim}
+zmnr.pfa ## from minionproregular.pfa
+zmnb.pfa ## from minionprobold.pfa
+zmnri.pfa ## from minionproit.pfa
+zmnbi.pfa ## from minionproboldit.pfa
+\end{verbatim}
+Using a plain text editor (\emph{not} Word), change the text in the line near the top starting with
+\begin{verbatim}
+/FontName /MinionPro
+\end{verbatim}
+to
+\begin{verbatim}
+/FontName /Minion2Pro
+\end{verbatim}
+in each of the four {\tt.pfa} files.
+Finally, change the resulting {\tt pfa} files to {\tt pfb (PostScript)} format using once again the {\tt freefontconverter} site. You should now have four {\tt pfb} files named {\tt zmnr.pfb}, {\tt zmnri.pfb}, {\tt zmnb.pfb}, {\tt zmnbi.pfb}) that can be copied into the {\tt fonts/type1/adobe/minion2} subfolder of your downloaded {\tt minion2newtx.tds}, ready to install as instructed in the accompanying README.
+
+(These names are used to preserve the Karl Berry font naming scheme to some extent---{\tt mn} is the symbol for MinionPro, but your original versions most likely used {\tt pmn}, the initial {\tt p} indicating Adobe. We can't reuse {\tt pmn} so we use {\tt zmn}, the initial {\tt z} indicating a non-standard situation, but this avoids a naming conflict.)
+
+After refreshing your database, you need to enable the map file {\tt zmn.map} and run the appropriate version of {\tt updmap} for your setup. See the README for details.
+
+\subsection{Using the same fonts for text}
+If you wish to use the new versions also as text fonts with [pdf]latex, you will also need to convert them to {\tt .pfb} format without changing the names, which may be achieved as above to make
+{\tt MinionPro-Regular.pfb}, etc
+ and using the MinionPro package from CTAN.
+
+If you wish to avoid encoding problems with version 2 MinionPro, replace the original encoding files
+\begin{verbatim}
+base-MinionPro-aa.enc
+base-MinionPro-ab.enc
+base-MinionPro-ac.enc
+base-MinionPro-ad.enc
+base-MinionPro-ae.enc
+\end{verbatim}
+ with those in the file {\tt attachment.zip} from\\
+\url{https://lists.berlios.de/pipermail/minionpro-devel/attachments/20090814/4e956ea2/}
+(This site seems to no longer exist.)
+
+Another option is to use \textsf{otfinst} or {\tt autoinst} to make a text package. One advantage over the package on CTAN is that you have the option to scale all text as you wish. (With Mac OS X, \textsf{TeXFontUtility2013} handles generating the text support files and enabling them automatically.) To use {\tt autoinst}, make a folder with just the {\tt.otf} files, create a subfolder named {\tt texmf}, and run the version of the following command line appropriate to your platform:
+\begin{verbatim}
+# OS X
+/usr/texbin/autoinst --inferiors --fractions --verbose --noupdmap\
+ --notitling --target=./texmf --encoding=OT1,LY1,T1 --vendor=adobe\
+ --typeface=minion2pro *.otf
+
+# Linux---assumes you have added path to TeXLive's bin to your $PATH
+autoinst --inferiors --fractions --verbose --noupdmap\
+ --notitling --target=./texmf --encoding=OT1,LY1,T1 --vendor=adobe\
+ --typeface=minion2pro *.otf
+
+# Windows---assumes you have installed the current TeX Live.
+autoinst --inferiors --fractions --verbose --noupdmap\
+ --notitling --target=./texmf --encoding=OT1,LY1,T1 --vendor=adobe\
+ --typeface=minion2pro *.otf
+\end{verbatim}
+The result will be \LaTeX\ support files created in standard TDS layout within the folder {\tt texmf}, which may be installed in the usual way. If you do use {\tt autoinst} to generate the support files, you may find that {\tt minion2pro.sty} (in a subfolder of the {\tt doc} folder) is much more capable than the one generated, and can be used in its place.
+
+\textsc{Notes for Windows users:}
+To install \TeX\ Live, navigate to \url{https://www.tug.org/texlive/quickinstall.html} and follow the directions. Choose the full installation. You will end up, after a lengthy download, with the full array of packages, the binaries (this is the part you really want) and scripts. After installation, your PATH will be modified to place the {\tt texlive} installation {\tt bin} ahead of MikTeX's binaries, and you will most likely wish to undo that after finishing the project. There is no need after that to erase the {\tt texlive} installation unless you are short of space on your machine. By the way, the support files can be made on any platform, so you can simply take your {\tt.otf} files to a friendly mathematician who has an account on a {\tt *nix} machine (even a Raspberry Pi) with \TeX Live installed and ask them to make the support files.
+
+
+\textsc{Example:}
+\begin{verbatim}
+\usepackage[lf,onlytext]{MinionPro}% no osf, no math
+\usepackage[sf]{myriad}
+\usepackage[T1]{fontenc}
+\usepackage[scaled=0.85]{beramono}
+\usepackage[leqno]{amsmath}
+\usepackage[minion,vvarbb,bigdelims,cmintegrals]{newtxmath}
+\usepackage[bb=boondox,frak=boondox]{mathalfa}
+\usepackage{bm}
+\renewcommand{\rmdefault}{MinionPro-TOSF} % use osf except in math
+\end{verbatim}
+
+\textsc{Sample output}:
+
+\def\Pr{\ensuremath{\mathbb{P}}}
+\def\rmd{\mathrm{d}}
+The typeset math below follows the ISO recommendations that only variables
+be set in italic. Note the use of upright shapes for $\rmd$, $\mathrm{e}$
+and $\uppi$. (The first two are entered as \verb|\mathrm{d}| and
+\verb|\mathrm{e}|, and in fonts derived from {\tt newtxmath} or {\tt mtpro2},
+ the last is entered as \verb|\uppi|.)
+
+\textbf{Simplest form of the \textit{Central Limit Theorem}:} \textit{Let
+$X_1$, $X_2,\cdots$ be a sequence of iid random variables with mean $0$
+and variance $1$ on a probability space $(\Omega,\mathcal{F},\Pr)$. Then}
+\[\Pr\left(\frac{X_1+\cdots+X_n}{\sqrt{n}}\le y\right)\to\mathfrak{N}(y)\coloneq
+\int_{-\infty}^y \frac{\mathrm{e}^{-t^2/2}}{\sqrt{2\uppi}}\,
+\mathrm{d}t\quad\mbox{as $n\to\infty$,}\]
+\textit{or, equivalently, letting} $S_n\coloneq\sum_1^n X_k$,
+\[\mathbb{E} f(S_n/\sqrt{n})\to \int_{-\infty}^\infty f(t)
+\frac{\mathrm{e}^{-t^2/2}}{\sqrt{2\uppi}}\,\mathrm{d}t
+\quad\mbox{as $n\to\infty$, for every $f\in\mathrm{b}
+\mathcal{C}(\mathbb{R})$.}\]
+
+
+\section{Manifest}
+
+\begin{verbatim}
+rzmn-gr-b.tfm % bold greek from new MinionPro (zmn)
+rzmn-gr-bit.tfm % bold italic greek from new MinionPro
+rzmn-gr-it.tfm % italic greek from new MinionPro
+rzmn-gr-r.tfm % regular greek from new MinionPro
+rzmnb.tfm % raw tfm for bold new MinionPro
+rzmnbi.tfm % raw tfm for bold italic new MinionPro
+rzmnr.tfm % raw tfm for regular new MinionPro
+rzmnri.tfm % raw tfm for italic new MinionPro
+zmnbmi.{tfm,vf} % virtual font---bold math italic, zmn letters
+zmnbmia.{tfm,vf} % virtual font---bold math italicA, zmn letters
+zmnmi.{tfm,vf} % virtual font---math italic, zmn letters
+zmnmia.{tfm,vf} % virtual font---math italicA, zmn letters
+\end{verbatim}
+
+
+ \end{document} \ No newline at end of file
diff --git a/fonts/minion2newtx/doc/minion2pro.sty b/fonts/minion2newtx/doc/minion2pro.sty
new file mode 100644
index 0000000000..b8da0c5c11
--- /dev/null
+++ b/fonts/minion2newtx/doc/minion2pro.sty
@@ -0,0 +1,147 @@
+%%
+\NeedsTeXFormat{LaTeX2e}
+\def\fileversion{1.061}
+\def\filedate{2015/04/11}
+\ProvidesPackage{minion2pro}[\filedate\space v\fileversion]
+
+\RequirePackage[T1]{fontenc}
+\RequirePackage{textcomp}
+\let\orig@footnote=\thefootnote
+\let\orig@makefnmark=\@makefnmark
+\RequirePackage{etoolbox}
+\renewcommand*{\rmdefault}{MinionPro-TLF} % the default until end of preamble
+\def\useosf{\edef\zmn@figurestyle{OsF}}
+\@onlypreamble\useosf
+\def\useproportional{\edef\zmn@figurealign{}}
+\@onlypreamble\useproportional
+\newif\ifzmn@sups
+\newif\ifzmn@scosf
+\newif\ifzmn@babel
+\ifdefined\bbl@tempa \zmn@babeltrue\fi
+
+\IfFileExists{fontaxes.sty}{
+ \RequirePackage{fontaxes}
+ \DeclareRobustCommand\swshape{\not@math@alphabet\swshape\relax
+ \fontprimaryshape\itdefault\fontsecondaryshape\swdefault\selectfont}
+ \fa@naming@exception{shape}{{n}{sw}}{nw}
+ \fa@naming@exception{shape}{{it}{sw}}{sw}
+
+ \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
+ \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
+ \def\sufigures{\@nomath\sufigures
+ \fontfigurestyle{superior}\selectfont}
+ \DeclareTextFontCommand{\textsu}{\sufigures}
+ \let\textsuperior\textsu
+
+ \fa@naming@exception{figures}{{inferior}{proportional}}{Inf}
+ \fa@naming@exception{figures}{{inferior}{tabular}}{Inf}
+ \def\infigures{\@nomath\infigures
+ \fontfigurestyle{inferior}\selectfont}
+ \DeclareTextFontCommand{\textin}{\infigures}
+ \let\textinferior\textin
+
+ \fa@naming@exception{figures}{{ornament}{proportional}}{Orn}
+ \fa@naming@exception{figures}{{ornament}{tabular}}{Orn}
+ \def\ornaments{\@nomath\ornaments
+ \fontencoding{U}\fontfigurestyle{ornament}\selectfont}
+ \DeclareTextFontCommand{\textornaments}{\ornaments}
+ \providecommand{\ornament}[1]{\textornaments{\char##1}}
+
+ \fa@naming@exception{figures}{{numerators}{proportional}}{Numr}
+ \fa@naming@exception{figures}{{numerators}{tabular}}{Numr}
+
+ \fa@naming@exception{figures}{{denominators}{proportional}}{Dnom}
+ \fa@naming@exception{figures}{{denominators}{tabular}}{Dnom}
+
+}{}
+
+\IfFileExists{xkeyval.sty}{
+ \newcommand*{\MinionPro@scale}{1}
+ \RequirePackage{xkeyval}
+ \DeclareOptionX{scale}{\renewcommand*{\MinionPro@scale}{##1}}
+ \DeclareOptionX{scaled}{\renewcommand*{\MinionPro@scale}{##1}}
+}{
+ \let\DeclareOptionX\DeclareOption
+ \let\ExecuteOptionsX\ExecuteOptions
+ \let\ProcessOptionsX\ProcessOptions
+}
+
+\DeclareOptionX{lining}{\edef\zmn@figurestyle{LF}}
+\DeclareOptionX{lf}{\edef\zmn@figurestyle{LF}}
+\DeclareOptionX{oldstyle}{\useosf}
+\DeclareOptionX{osf}{\useosf}
+\DeclareOptionX{tabular}{\edef\zmn@figurealign{T}}
+\DeclareOptionX{proportional}{\useproportional}
+\DeclareOptionX{p}{\useproportional}
+\DeclareOptionX{sups}{\zmn@supstrue}
+\DeclareOptionX{scosf}{\zmn@scosftrue}
+\ExecuteOptionsX{lining,tabular}
+\ProcessOptionsX\relax
+
+\ifzmn@sups %
+ \def\f@@tn@te{footnote}
+ \def\@makefnmark{%
+ \ifx\@mpfn\f@@tn@te%
+ \ifx\thefootnote\orig@footnote%
+ \hbox{\sustyle\hspace*{.04em}\@thefnmark\hspace*{.04em}}%
+ \else%
+ \orig@makefnmark%
+ \fi
+ \else%
+ \orig@makefnmark%
+ \fi}
+\fi
+
+\DeclareRobustCommand{\lfstyle}{%
+ \not@math@alphabet\lfstyle\relax
+ \fontfamily{MinionPro-LF}\selectfont %
+}% to get lf
+\DeclareRobustCommand{\tlfstyle}{%
+ \not@math@alphabet\tlfstyle\relax
+ \fontfamily{MinionPro-TLF}\selectfont %
+}% to get tlf
+\DeclareRobustCommand{\osfstyle}{%
+ \not@math@alphabet\osfstyle\relax
+ \fontfamily{MinionPro-OsF}\selectfont %
+}% to get osf
+\DeclareRobustCommand{\tosfstyle}{%
+ \not@math@alphabet\tosfstyle\relax
+ \fontfamily{MinionPro-TOsF}\selectfont %
+}% to get tosf
+\DeclareRobustCommand{\textlf}[1]{%
+ {\lfstyle #1}%
+}% to get lf
+\DeclareRobustCommand{\texttlf}[1]{%
+ {\tlfstyle #1}%
+}% to get tlf
+\DeclareRobustCommand{\textosf}[1]{%
+ {\osfstyle #1}%
+}% to get osf
+\DeclareRobustCommand{\texttosf}[1]{%
+ {\tosfstyle #1}%
+}% to get tosf
+\DeclareRobustCommand{\textsu}[1]{%
+ {\sustyle #1}%
+}% to get sup style
+
+\ifzmn@scosf %
+\DeclareRobustCommand{\textsc}[1]{%
+{\fontfamily{MinionPro-\zmn@figurealign OsF}\scshape\selectfont #1}%
+}\fi% use OsF in small caps
+
+%\renewcommand*
+% {\rmdefault}
+% {MinionPro-\MinionPro@figurealign\MinionPro@figurestyle}
+%\renewcommand*{\familydefault}{\rmdefault}
+\ifzmn@babel
+ \renewcommand*{\rmdefault}{MinionPro-\zmn@figurealign%
+\zmn@figurestyle}
+ \normalfont
+\else
+ \AtEndPreamble{%
+\renewcommand*{\rmdefault}{MinionPro-\zmn@figurealign%
+\zmn@figurestyle}
+ \normalfont}
+\fi
+
+\endinput
diff --git a/fonts/minion2newtx/tfm/rzmn-gr-b.tfm b/fonts/minion2newtx/tfm/rzmn-gr-b.tfm
new file mode 100644
index 0000000000..728a4c062d
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmn-gr-b.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmn-gr-bit.tfm b/fonts/minion2newtx/tfm/rzmn-gr-bit.tfm
new file mode 100644
index 0000000000..431d1b77c2
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmn-gr-bit.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmn-gr-it.tfm b/fonts/minion2newtx/tfm/rzmn-gr-it.tfm
new file mode 100644
index 0000000000..4c1c65b144
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmn-gr-it.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmn-gr-r.tfm b/fonts/minion2newtx/tfm/rzmn-gr-r.tfm
new file mode 100644
index 0000000000..5eb7694d07
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmn-gr-r.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmnb.tfm b/fonts/minion2newtx/tfm/rzmnb.tfm
new file mode 100644
index 0000000000..968a8d27ff
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmnb.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmnbi.tfm b/fonts/minion2newtx/tfm/rzmnbi.tfm
new file mode 100644
index 0000000000..9de5faeeda
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmnbi.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmnr.tfm b/fonts/minion2newtx/tfm/rzmnr.tfm
new file mode 100644
index 0000000000..2ea8597231
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmnr.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/rzmnri.tfm b/fonts/minion2newtx/tfm/rzmnri.tfm
new file mode 100644
index 0000000000..38c72f5cd2
--- /dev/null
+++ b/fonts/minion2newtx/tfm/rzmnri.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/zmnbmi.tfm b/fonts/minion2newtx/tfm/zmnbmi.tfm
new file mode 100644
index 0000000000..c52bf16e27
--- /dev/null
+++ b/fonts/minion2newtx/tfm/zmnbmi.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/zmnbmia.tfm b/fonts/minion2newtx/tfm/zmnbmia.tfm
new file mode 100644
index 0000000000..cd93105dee
--- /dev/null
+++ b/fonts/minion2newtx/tfm/zmnbmia.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/zmnmi.tfm b/fonts/minion2newtx/tfm/zmnmi.tfm
new file mode 100644
index 0000000000..56617b2bae
--- /dev/null
+++ b/fonts/minion2newtx/tfm/zmnmi.tfm
Binary files differ
diff --git a/fonts/minion2newtx/tfm/zmnmia.tfm b/fonts/minion2newtx/tfm/zmnmia.tfm
new file mode 100644
index 0000000000..0457b3b016
--- /dev/null
+++ b/fonts/minion2newtx/tfm/zmnmia.tfm
Binary files differ
diff --git a/fonts/minion2newtx/vf/zmnbmi.vf b/fonts/minion2newtx/vf/zmnbmi.vf
new file mode 100644
index 0000000000..b85ef9c9f1
--- /dev/null
+++ b/fonts/minion2newtx/vf/zmnbmi.vf
Binary files differ
diff --git a/fonts/minion2newtx/vf/zmnbmia.vf b/fonts/minion2newtx/vf/zmnbmia.vf
new file mode 100644
index 0000000000..c34b44162d
--- /dev/null
+++ b/fonts/minion2newtx/vf/zmnbmia.vf
Binary files differ
diff --git a/fonts/minion2newtx/vf/zmnmi.vf b/fonts/minion2newtx/vf/zmnmi.vf
new file mode 100644
index 0000000000..adc72c8d2d
--- /dev/null
+++ b/fonts/minion2newtx/vf/zmnmi.vf
Binary files differ
diff --git a/fonts/minion2newtx/vf/zmnmia.vf b/fonts/minion2newtx/vf/zmnmia.vf
new file mode 100644
index 0000000000..5c05bdb77d
--- /dev/null
+++ b/fonts/minion2newtx/vf/zmnmia.vf
Binary files differ