diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-13 22:13:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-13 22:13:25 +0000 |
commit | 5906c200b7cd57180e022da5b2b0171290b3b5b1 (patch) | |
tree | eebe05b4f06db804b98e9cade201246c8a2fe676 /Master | |
parent | 4065c882e0f8f03db7efccc7374a81450ce7b0e5 (diff) |
mlmodern (13jan21)
git-svn-id: svn://tug.org/texlive/trunk@57411 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
98 files changed, 1461 insertions, 602 deletions
diff --git a/Master/texmf-dist/doc/fonts/mlmodern/README b/Master/texmf-dist/doc/fonts/mlmodern/README index 007e4f62cd2..68aa978c626 100644 --- a/Master/texmf-dist/doc/fonts/mlmodern/README +++ b/Master/texmf-dist/doc/fonts/mlmodern/README @@ -1,10 +1,15 @@ -mlmodern 1.0 -January 11, 2021 +mlmodern 1.1a +January 13, 2021 This package provides support for the mlmodern fonts. For basic use: \usepackage{mlmodern} +You may also replace the Computer Modern and Latin Modern fonts by using +the map file "mlm-substitute.map" with dvips or pdfTeX. DON'T enable this +map by default unless you want to ALWAYS use MLModern as your default version +of Computer Modern. + See mlmodern.pdf for more information. This work may be distributed and/or modified under the conditions @@ -14,5 +19,5 @@ license or (at your option) any later version. Copyright 2003--2009 by B. Jackowski and J. M. Nowacki. Copyright 2021 by Daniel Benjamin Miller. -This work has the LPPL maintenance status "maintained". +This work has the LPPL maintenance status "maintained." The Current Maintainer of this work is Daniel Benjamin Miller. diff --git a/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.pdf b/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.pdf Binary files differindex f9ef4a1db62..d302a83d5e3 100644 --- a/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.pdf +++ b/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.pdf diff --git a/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.tex b/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.tex index c0c618902ce..9bc947ae67d 100644 --- a/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.tex +++ b/Master/texmf-dist/doc/fonts/mlmodern/mlmodern.tex @@ -5,12 +5,16 @@ \usepackage[expansion=false,protrusion]{microtype} \title{The MLModern fonts} \author{Daniel Benjamin Miller} -\date{Version 1.0\\January 11, 2021} +\date{Version 1.1a\\January 13, 2021} \usepackage{titlesec}\titleformat*{\section}{\bfseries}\titleformat*{\subsection}{\bfseries} \usepackage{hologo} \begin{document} \maketitle -MLModern is a text and math font family with \hologo{(La)TeX} support, based on the design of Donald Knuth's Computer Modern and the Latin Modern project. Some find the default version of Computer Modern used by default in most \hologo{TeX} distributions to be spindly, sometimes making it hard to read on screen as well as on paper. The original Computer Modern is a \hologo{METAFONT}, and so, before the advent of the Type 1 versions, it was rendered as a bitmap whenever it was to be printed. There are already a number of ways of getting a sturdier version of Computer Modern. One can simply generate bitmaps the old-fashioned way, using a mode which provides for blacker output, such as \texttt{lexmarkr}; this works well in print (so long as you are targeting the correct \textsc{dpi}), but produces mediocre results on screen. The author's own \texttt{mpfonts} package provides support for Type 3 PostScript fonts which are direct translations of the original \hologo{METAFONT} source into vector images, but these do not fare much better on paper and are usually even less readable on screen. Further, the original OT1-encoded Computer Modern fonts have lacking support for many non-English languages. The highest-quality adaptation of the Computer Modern design to non-OT1 encodings is Latin Modern, which provides more glyphs and good accent placement, but is still too spindly. MLModern is blacker drop-in replacement for Latin Modern. To use it, simply add \texttt{\textbackslash usepackage\{mlmodern\}} to your preamble, or (for non-\hologo{LaTeX} use) replace references to \texttt{lm*} fonts with those to \texttt{mlm*} ones. You must have the Latin Modern fonts installed, since this package expects their encoding files to be present. MLModern is available in unhinted Type 1 format, and should be good for both printing and on-screen reading. +MLModern is a text and math font family with \hologo{(La)TeX} support, based on the design of Donald Knuth's Computer Modern and the Latin Modern project. Some find the default vector version of Computer Modern used by default in most \hologo{TeX} distributions to be spindly, sometimes making it hard to read on screen as well as on paper; this is in contrast with the older bitmap versions of Computer Modern. MLModern provides a sturdy rendition of the Computer Modern design. + +MLModern is based on Latin Modern, a version of Computer Modern with enhanced multilingual support. For basic use, add \texttt{\textbackslash usepackage\{mlmodern\}} to your preamble, or (for non-\hologo{LaTeX} use) replace references to \texttt{lm*} fonts with those to \texttt{mlm*} ones. You may also replace the Computer Modern and Latin Modern fonts (as well as the Vn\TeX\ fonts, etc.) without modifying a \hologo{TeX} file (or changing metrics) by using the map file \texttt{mlm-substitute.map} with \texttt{dvips} or \hologo{pdfTeX}. + +You must have the Latin Modern fonts installed, since this package expects their encoding files to be present. MLModern is available in unhinted Type 1 format, and should be good for both printing and on-screen reading. \section*{Licensing information} diff --git a/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm-substitute.map b/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm-substitute.map new file mode 100644 index 00000000000..5cd479d5e6b --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm-substitute.map @@ -0,0 +1,850 @@ +%This package provides support for the mlmodern fonts. See mlmodern.pdf +%for more information. +%This work may be distributed and/or modified under the conditions +%of the LaTeX Project Public License, either version 1.3c of this +%license or (at your option) any later version. +%Copyright 2003--2009 by B. Jackowski and J.M. Nowacki. +%Copyright 2021 by Daniel Benjamin Miller. +%This work has the LPPL maintenance status "maintained". +%The Current Maintainer of this work is Daniel Benjamin Miller. + +% ENABLING THIS MAP BY DEFAULT WILL MAKE MMLMODERN YOUR DEFAULT COMPUTER MODERN + +vnb10 MLMRomanDemi10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmb10.pfb +vnbx10 MLMRoman10-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx10.pfb +vnbx12 MLMRoman12-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx12.pfb +vnbx5 MLMRoman5-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx5.pfb +vnbx6 MLMRoman6-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx6.pfb +vnbx7 MLMRoman7-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx7.pfb +vnbx8 MLMRoman8-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx8.pfb +vnbx9 MLMRoman9-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbx9.pfb +vnbxsl10 MLMRomanSlant10-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbxo10.pfb +vnbxti10 MLMRoman10-BoldItalic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmbxi10.pfb +vncsc10 MLMRomanCaps10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmcsc10.pfb +vndunh10 MLMRomanDunh10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmdunh10.pfb +vnitt10 MLMMono10-Italic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtti10.pfb +vnr10 MLMRoman10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr10.pfb +vnr12 MLMRoman12-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr12.pfb +vnr17 MLMRoman17-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr17.pfb +vnr5 MLMRoman5-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr5.pfb +vnr6 MLMRoman6-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr6.pfb +vnr7 MLMRoman7-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr7.pfb +vnr8 MLMRoman8-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr8.pfb +vnr9 MLMRoman9-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmr9.pfb +vnsl10 MLMRomanSlant10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmro10.pfb +vnsl12 MLMRomanSlant12-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmro12.pfb +vnsl8 MLMRomanSlant8-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmro8.pfb +vnsl9 MLMRomanSlant9-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmro9.pfb +vnsltt10 MLMMonoSlant10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtto10.pfb +vnss10 MLMSans10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmss10.pfb +vnss12 MLMSans12-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmss12.pfb +vnss17 MLMSans17-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmss17.pfb +vnss8 MLMSans8-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmss8.pfb +vnss9 MLMSans9-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmss9.pfb +vnssbx10 MLMSans10-Bold "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmssbx10.pfb +vnssdc10 MLMSansDemiCond10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmssdc10.pfb +vnssi10 MLMSans10-Oblique "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmsso10.pfb +vnssi12 MLMSans12-Oblique "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmsso12.pfb +vnssi17 MLMSans17-Oblique "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmsso17.pfb +vnssi8 MLMSans8-Oblique "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmsso8.pfb +vnssi9 MLMSans9-Oblique "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmsso9.pfb +vnssq8 MLMSansQuot8-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmssq8.pfb +vnssqi8 MLMSansQuot8-Oblique "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmssqo8.pfb +vntcsc10 MLMMonoCaps10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtcsc10.pfb +vnti10 MLMRoman10-Italic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmri10.pfb +vnti12 MLMRoman12-Italic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmri12.pfb +vnti7 MLMRoman7-Italic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmri7.pfb +vnti8 MLMRoman8-Italic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmri8.pfb +vnti9 MLMRoman9-Italic "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmri9.pfb +vntt10 MLMMono10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtt10.pfb +vntt12 MLMMono12-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtt12.pfb +vntt8 MLMMono8-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtt8.pfb +vntt9 MLMMono9-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmtt9.pfb +vnu10 MLMRomanUnsl10-Regular "enclmrepplit ReEncodeFont" <lm-rep-t5psn.enc <mlmu10.pfb +vnvtt10 MLMMonoProp10-Regular "enclmrept5psn ReEncodeFont" <lm-rep-t5psn.enc <mlmvtt10.pfb +plb10 MLMRomanDemi10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmb10.pfb +plbx10 MLMRoman10-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx10.pfb +plbx12 MLMRoman12-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx12.pfb +plbx5 MLMRoman5-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx5.pfb +plbx6 MLMRoman6-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx6.pfb +plbx7 MLMRoman7-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx7.pfb +plbx8 MLMRoman8-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx8.pfb +plbx9 MLMRoman9-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbx9.pfb +plbxsl10 MLMRomanSlant10-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmbxo10.pfb +plbxti10 MLMRoman10-BoldItalic "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmbxi10.pfb +plcsc10 MLMRomanCaps10-Regular "enclmrepplsc ReEncodeFont" <lm-rep-plsc.enc <mlmcsc10.pfb +pldunh10 MLMRomanDunh10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmdunh10.pfb +plinch MLMSans10-Bold "enclmrepplin ReEncodeFont" <lm-rep-plin.enc <mlmssbx10.pfb +plitt10 MLMMono10-Italic "enclmrepplitt ReEncodeFont" <lm-rep-plitt.enc <mlmtti10.pfb +plr10 MLMRoman10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr10.pfb +plr12 MLMRoman12-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr12.pfb +plr17 MLMRoman17-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr17.pfb +plr5 MLMRoman5-Regular "enclmrepplsc ReEncodeFont" <lm-rep-plsc.enc <mlmr5.pfb +plr6 MLMRoman6-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr6.pfb +plr7 MLMRoman7-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr7.pfb +plr8 MLMRoman8-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr8.pfb +plr9 MLMRoman9-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmr9.pfb +plsl10 MLMRomanSlant10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmro10.pfb +plsl12 MLMRomanSlant12-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmro12.pfb +plsl8 MLMRomanSlant8-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmro8.pfb +plsl9 MLMRomanSlant9-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmro9.pfb +plsltt10 MLMMonoSlant10-Regular "enclmreppltt ReEncodeFont" <lm-rep-pltt.enc <mlmtto10.pfb +plss10 MLMSans10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmss10.pfb +plss12 MLMSans12-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmss12.pfb +plss17 MLMSans17-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmss17.pfb +plss8 MLMSans8-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmss8.pfb +plss9 MLMSans9-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmss9.pfb +plssbi10 MLMSans10-BoldOblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmssbo10.pfb +plssbx10 MLMSans10-Bold "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmssbx10.pfb +plssdc10 MLMSansDemiCond10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmssdc10.pfb +plssi10 MLMSans10-Oblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmsso10.pfb +plssi12 MLMSans12-Oblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmsso12.pfb +plssi17 MLMSans17-Oblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmsso17.pfb +plssi8 MLMSans8-Oblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmsso8.pfb +plssi9 MLMSans9-Oblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmsso9.pfb +plssq8 MLMSansQuot8-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmssq8.pfb +plssqi8 MLMSansQuot8-Oblique "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmssqo8.pfb +pltcsc10 MLMMonoCaps10-Regular "enclmreppltt ReEncodeFont" <lm-rep-pltt.enc <mlmtcsc10.pfb +plti10 MLMRoman10-Italic "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmri10.pfb +plti12 MLMRoman12-Italic "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmri12.pfb +plti7 MLMRoman7-Italic "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmri7.pfb +plti8 MLMRoman8-Italic "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmri8.pfb +plti9 MLMRoman9-Italic "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmri9.pfb +pltt10 MLMMono10-Regular "enclmreppltt ReEncodeFont" <lm-rep-pltt.enc <mlmtt10.pfb +pltt12 MLMMono12-Regular "enclmreppltt ReEncodeFont" <lm-rep-pltt.enc <mlmtt12.pfb +pltt8 MLMMono8-Regular "enclmreppltt ReEncodeFont" <lm-rep-pltt.enc <mlmtt8.pfb +pltt9 MLMMono9-Regular "enclmreppltt ReEncodeFont" <lm-rep-pltt.enc <mlmtt9.pfb +plu10 MLMRomanUnsl10-Regular "enclmrepplit ReEncodeFont" <lm-rep-plit.enc <mlmu10.pfb +plvtt10 MLMMonoProp10-Regular "enclmrepplrm ReEncodeFont" <lm-rep-plrm.enc <mlmvtt10.pfb +csb10 MLMRomanDemi10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmb10.pfb +csbx10 MLMRoman10-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx10.pfb +csbx12 MLMRoman12-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx12.pfb +csbx5 MLMRoman5-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx5.pfb +csbx6 MLMRoman6-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx6.pfb +csbx7 MLMRoman7-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx7.pfb +csbx8 MLMRoman8-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx8.pfb +csbx9 MLMRoman9-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbx9.pfb +csbxsl10 MLMRomanSlant10-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbxo10.pfb +csbxti10 MLMRoman10-BoldItalic "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmbxi10.pfb +cscsc10 MLMRomanCaps10-Regular "enclmrepcssc ReEncodeFont" <lm-rep-cssc.enc <mlmcsc10.pfb +csdunh10 MLMRomanDunh10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-cssc.enc <mlmdunh10.pfb +csinch MLMSans10-Bold "enclmrepcsin ReEncodeFont" <lm-rep-csin.enc <mlmssbx10.pfb +csitt10 MLMMono10-Italic "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtti10.pfb +csr10 MLMRoman10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr10.pfb +csr12 MLMRoman12-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr12.pfb +csr17 MLMRoman17-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr17.pfb +csr5 MLMRoman5-Regular "enclmrepcssc ReEncodeFont" <lm-rep-cssc.enc <mlmr5.pfb +csr6 MLMRoman6-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr6.pfb +csr7 MLMRoman7-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr7.pfb +csr8 MLMRoman8-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr8.pfb +csr9 MLMRoman9-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmr9.pfb +cssl10 MLMRomanSlant10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmro10.pfb +cssl12 MLMRomanSlant12-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmro12.pfb +cssl8 MLMRomanSlant8-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmro8.pfb +cssl9 MLMRomanSlant9-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmro9.pfb +cssltt10 MLMMonoSlant10-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtto10.pfb +csss10 MLMSans10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmss10.pfb +csss12 MLMSans12-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmss12.pfb +csss17 MLMSans17-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmss17.pfb +csss8 MLMSans8-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmss8.pfb +csss9 MLMSans9-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmss9.pfb +csssbx10 MLMSans10-Bold "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmssbx10.pfb +csssdc10 MLMSansDemiCond10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmssdc10.pfb +csssi10 MLMSans10-Oblique "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmsso10.pfb +csssi12 MLMSans12-Oblique "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmsso12.pfb +csssi17 MLMSans17-Oblique "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmsso17.pfb +csssi8 MLMSans8-Oblique "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmsso8.pfb +csssi9 MLMSans9-Oblique "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmsso9.pfb +csssq8 MLMSansQuot8-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmssq8.pfb +csssqi8 MLMSansQuot8-Oblique "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmssqo8.pfb +cstcsc10 MLMMonoCaps10-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtcsc10.pfb +csti10 MLMRoman10-Italic "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmri10.pfb +csti12 MLMRoman12-Italic "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmri12.pfb +csti7 MLMRoman7-Italic "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmri7.pfb +csti8 MLMRoman8-Italic "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmri8.pfb +csti9 MLMRoman9-Italic "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmri9.pfb +cstt10 MLMMono10-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtt10.pfb +cstt12 MLMMono12-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtt12.pfb +cstt8 MLMMono8-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtt8.pfb +cstt9 MLMMono9-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmtt9.pfb +csu10 MLMRomanUnsl10-Regular "enclmrepcsrm ReEncodeFont" <lm-rep-csrm.enc <mlmu10.pfb +csvtt10 MLMMonoProp10-Regular "enclmrepcstt ReEncodeFont" <lm-rep-cstt.enc <mlmvtt10.pfb +cmb10 MLMRomanDemi10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmb10.pfb +cmbx10 MLMRoman10-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx10.pfb +cmbx12 MLMRoman12-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx12.pfb +cmbx5 MLMRoman5-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx5.pfb +cmbx6 MLMRoman6-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx6.pfb +cmbx7 MLMRoman7-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx7.pfb +cmbx8 MLMRoman8-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx8.pfb +cmbx9 MLMRoman9-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbx9.pfb +cmbxsl10 MLMRomanSlant10-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmbxo10.pfb +cmbxti10 MLMRoman10-BoldItalic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmbxi10.pfb +cmcsc10 MLMRomanCaps10-Regular "enclmrepcmsc ReEncodeFont" <lm-rep-cmsc.enc <mlmcsc10.pfb +cmcscsl10 MLMRomanCaps10-Oblique "enclmrepcmsc ReEncodeFont" <lm-rep-cmsc.enc <mlmcsco10.pfb +cmdunh10 MLMRomanDunh10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmdunh10.pfb +cminch MLMSans10-Bold "enclmrepcmin ReEncodeFont" <lm-rep-cmin.enc <mlmssbx10.pfb +cmitt10 MLMMono10-Italic "enclmrepcmitt ReEncodeFont" <lm-rep-cmitt.enc <mlmtti10.pfb +cmr10 MLMRoman10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr10.pfb +cmr12 MLMRoman12-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr12.pfb +cmr17 MLMRoman17-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr17.pfb +cmr5 MLMRoman5-Regular "enclmrepcmsc ReEncodeFont" <lm-rep-cmsc.enc <mlmr5.pfb +cmr6 MLMRoman6-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr6.pfb +cmr7 MLMRoman7-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr7.pfb +cmr8 MLMRoman8-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr8.pfb +cmr9 MLMRoman9-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmr9.pfb +cmsl10 MLMRomanSlant10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmro10.pfb +cmsl12 MLMRomanSlant12-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmro12.pfb +cmsl8 MLMRomanSlant8-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmro8.pfb +cmsl9 MLMRomanSlant9-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmro9.pfb +cmsltt10 MLMMonoSlant10-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtto10.pfb +cmss10 MLMSans10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmss10.pfb +cmss12 MLMSans12-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmss12.pfb +cmss17 MLMSans17-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmss17.pfb +cmss8 MLMSans8-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmss8.pfb +cmss9 MLMSans9-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmss9.pfb +cmssbx10 MLMSans10-Bold "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmssbx10.pfb +cmssbxo10 MLMSans10-BoldOblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmssbo10.pfb +cmssdc10 MLMSansDemiCond10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmssdc10.pfb +cmssi10 MLMSans10-Oblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmsso10.pfb +cmssi12 MLMSans12-Oblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmsso12.pfb +cmssi17 MLMSans17-Oblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmsso17.pfb +cmssi8 MLMSans8-Oblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmsso8.pfb +cmssi9 MLMSans9-Oblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmsso9.pfb +cmssq8 MLMSansQuot8-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmssq8.pfb +cmssqi8 MLMSansQuot8-Oblique "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmssqo8.pfb +cmtcsc10 MLMMonoCaps10-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtcsc10.pfb +cmti10 MLMRoman10-Italic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmri10.pfb +cmti12 MLMRoman12-Italic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmri12.pfb +cmti7 MLMRoman7-Italic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmri7.pfb +cmti8 MLMRoman8-Italic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmri8.pfb +cmti9 MLMRoman9-Italic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmri9.pfb +cmtt10 MLMMono10-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtt10.pfb +cmtt12 MLMMono12-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtt12.pfb +cmtt8 MLMMono8-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtt8.pfb +cmtt9 MLMMono9-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtt9.pfb +cmu10 MLMRomanUnsl10-Regular "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmu10.pfb +cmvtt10 MLMMonoProp10-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmvtt10.pfb +cmbxti12 MLMRoman10-BoldItalic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmbxi10.pfb +cmbxti7 MLMRoman10-BoldItalic "enclmrepcmit ReEncodeFont" <lm-rep-cmit.enc <mlmbxi10.pfb +cmcsc8 MLMRomanCaps10-Regular "enclmrepcmsc ReEncodeFont" <lm-rep-cmsc.enc <mlmcsc10.pfb +cmcsc9 MLMRomanCaps10-Regular "enclmrepcmsc ReEncodeFont" <lm-rep-cmsc.enc <mlmcsc10.pfb +cmitt12 MLMMono10-Italic "enclmrepcmitt ReEncodeFont" <lm-rep-cmitt.enc <mlmtti10.pfb +cmitt9 MLMMono10-Italic "enclmrepcmitt ReEncodeFont" <lm-rep-cmitt.enc <mlmtti10.pfb +cmsl6 MLMRomanSlant8-Regular "enclmrepcmrm ReEncodeFont" <lm-rep-cmrm.enc <mlmro8.pfb +cmsltt9 MLMMonoSlant10-Regular "enclmrepcmtt ReEncodeFont" <lm-rep-cmtt.enc <mlmtto10.pfb +cmbsy5 MLMMathSymbols5-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy5.pfb +cmbsy7 MLMMathSymbols7-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy7.pfb +cmbsy10 MLMMathSymbols10-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy10.pfb +cmsy5 MLMMathSymbols5-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy5.pfb +cmsy6 MLMMathSymbols6-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy6.pfb +cmsy7 MLMMathSymbols7-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy7.pfb +cmsy8 MLMMathSymbols8-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy8.pfb +cmsy9 MLMMathSymbols9-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy9.pfb +cmsy10 MLMMathSymbols10-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy10.pfb +cmex10 MLMMathExtension10-Regular "enclmmathex ReEncodeFont" <lm-mathex.enc <mlmex10.pfb +cmmi5 MLMMathItalic5-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi5.pfb +cmmi6 MLMMathItalic6-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi6.pfb +cmmi7 MLMMathItalic7-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi7.pfb +cmmi8 MLMMathItalic8-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi8.pfb +cmmi9 MLMMathItalic9-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi9.pfb +cmmi10 MLMMathItalic10-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi10.pfb +cmmi12 MLMMathItalic12-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi12.pfb +cmmib5 MLMMathItalic5-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib5.pfb +cmmib7 MLMMathItalic7-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib7.pfb +cmmib10 MLMMathItalic10-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib10.pfb +cs-lmb10 MLMRomanDemi10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmb10.pfb +cs-lmbo10 MLMRomanDemi10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmbo10.pfb +cs-lmbx10 MLMRoman10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx10.pfb +cs-lmbx12 MLMRoman12-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx12.pfb +cs-lmbx5 MLMRoman5-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx5.pfb +cs-lmbx6 MLMRoman6-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx6.pfb +cs-lmbx7 MLMRoman7-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx7.pfb +cs-lmbx8 MLMRoman8-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx8.pfb +cs-lmbx9 MLMRoman9-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx9.pfb +cs-lmbxi10 MLMRoman10-BoldItalic "enclmcs ReEncodeFont" <lm-cs.enc <mlmbxi10.pfb +cs-lmbxo10 MLMRomanSlant10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbxo10.pfb +cs-lmcsc10 MLMRomanCaps10-Regular "enclmcssc ReEncodeFont" <lm-cssc.enc <mlmcsc10.pfb +cs-lmcsco10 MLMRomanCaps10-Oblique "enclmcssc ReEncodeFont" <lm-cssc.enc <mlmcsco10.pfb +cs-lmdunh10 MLMRomanDunh10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmdunh10.pfb +cs-lmduno10 MLMRomanDunh10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmduno10.pfb +cs-lmr10 MLMRoman10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr10.pfb +cs-lmr12 MLMRoman12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr12.pfb +cs-lmr17 MLMRoman17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr17.pfb +cs-lmr5 MLMRoman5-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr5.pfb +cs-lmr6 MLMRoman6-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr6.pfb +cs-lmr7 MLMRoman7-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr7.pfb +cs-lmr8 MLMRoman8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr8.pfb +cs-lmr9 MLMRoman9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr9.pfb +cs-lmri10 MLMRoman10-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri10.pfb +cs-lmri12 MLMRoman12-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri12.pfb +cs-lmri7 MLMRoman7-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri7.pfb +cs-lmri8 MLMRoman8-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri8.pfb +cs-lmri9 MLMRoman9-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri9.pfb +cs-lmro10 MLMRomanSlant10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro10.pfb +cs-lmro12 MLMRomanSlant12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro12.pfb +cs-lmro17 MLMRomanSlant17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro17.pfb +cs-lmro8 MLMRomanSlant8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro8.pfb +cs-lmro9 MLMRomanSlant9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro9.pfb +cs-lmss10 MLMSans10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss10.pfb +cs-lmss12 MLMSans12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss12.pfb +cs-lmss17 MLMSans17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss17.pfb +cs-lmss8 MLMSans8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss8.pfb +cs-lmss9 MLMSans9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss9.pfb +cs-lmssbo10 MLMSans10-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssbo10.pfb +cs-lmssbx10 MLMSans10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmssbx10.pfb +cs-lmssdc10 MLMSansDemiCond10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmssdc10.pfb +cs-lmssdo10 MLMSansDemiCond10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssdo10.pfb +cs-lmsso10 MLMSans10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso10.pfb +cs-lmsso12 MLMSans12-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso12.pfb +cs-lmsso17 MLMSans17-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso17.pfb +cs-lmsso8 MLMSans8-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso8.pfb +cs-lmsso9 MLMSans9-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso9.pfb +cs-lmssq8 MLMSansQuot8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmssq8.pfb +cs-lmssqbo8 MLMSansQuot8-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqbo8.pfb +cs-lmssqbx8 MLMSansQuot8-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqbx8.pfb +cs-lmssqo8 MLMSansQuot8-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqo8.pfb +cs-lmtcsc10 MLMMonoCaps10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtcsc10.pfb +cs-lmtcso10 MLMMonoCaps10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtcso10.pfb +cs-lmtk10 MLMMonoLt10-Bold "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtk10.pfb +cs-lmtko10 MLMMonoLt10-BoldOblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtko10.pfb +cs-lmtl10 MLMMonoLt10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtl10.pfb +cs-lmtlc10 MLMMonoLtCond10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlc10.pfb +cs-lmtlco10 MLMMonoLtCond10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlco10.pfb +cs-lmtlo10 MLMMonoLt10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlo10.pfb +cs-lmtt10 MLMMono10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt10.pfb +cs-lmtt12 MLMMono12-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt12.pfb +cs-lmtt8 MLMMono8-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt8.pfb +cs-lmtt9 MLMMono9-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt9.pfb +cs-lmtti10 MLMMono10-Italic "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtti10.pfb +cs-lmtto10 MLMMonoSlant10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtto10.pfb +cs-lmu10 MLMRomanUnsl10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmu10.pfb +cs-lmvtk10 MLMMonoPropLt10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtk10.pfb +cs-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtko10.pfb +cs-lmvtl10 MLMMonoPropLt10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtl10.pfb +cs-lmvtlo10 MLMMonoPropLt10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtlo10.pfb +cs-lmvtt10 MLMMonoProp10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtt10.pfb +cs-lmvtto10 MLMMonoProp10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtto10.pfb +ec-lmb10 MLMRomanDemi10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmb10.pfb +ec-lmbo10 MLMRomanDemi10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmbo10.pfb +ec-lmbx10 MLMRoman10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx10.pfb +ec-lmbx12 MLMRoman12-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx12.pfb +ec-lmbx5 MLMRoman5-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx5.pfb +ec-lmbx6 MLMRoman6-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx6.pfb +ec-lmbx7 MLMRoman7-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx7.pfb +ec-lmbx8 MLMRoman8-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx8.pfb +ec-lmbx9 MLMRoman9-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx9.pfb +ec-lmbxi10 MLMRoman10-BoldItalic "enclmec ReEncodeFont" <lm-ec.enc <mlmbxi10.pfb +ec-lmbxo10 MLMRomanSlant10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbxo10.pfb +ec-lmcsc10 MLMRomanCaps10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmcsc10.pfb +ec-lmcsco10 MLMRomanCaps10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmcsco10.pfb +ec-lmdunh10 MLMRomanDunh10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmdunh10.pfb +ec-lmduno10 MLMRomanDunh10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmduno10.pfb +ec-lmr10 MLMRoman10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr10.pfb +ec-lmr12 MLMRoman12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr12.pfb +ec-lmr17 MLMRoman17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr17.pfb +ec-lmr5 MLMRoman5-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr5.pfb +ec-lmr6 MLMRoman6-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr6.pfb +ec-lmr7 MLMRoman7-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr7.pfb +ec-lmr8 MLMRoman8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr8.pfb +ec-lmr9 MLMRoman9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr9.pfb +ec-lmri10 MLMRoman10-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri10.pfb +ec-lmri12 MLMRoman12-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri12.pfb +ec-lmri7 MLMRoman7-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri7.pfb +ec-lmri8 MLMRoman8-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri8.pfb +ec-lmri9 MLMRoman9-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri9.pfb +ec-lmro10 MLMRomanSlant10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro10.pfb +ec-lmro12 MLMRomanSlant12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro12.pfb +ec-lmro17 MLMRomanSlant17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro17.pfb +ec-lmro8 MLMRomanSlant8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro8.pfb +ec-lmro9 MLMRomanSlant9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro9.pfb +ec-lmss10 MLMSans10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss10.pfb +ec-lmss12 MLMSans12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss12.pfb +ec-lmss17 MLMSans17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss17.pfb +ec-lmss8 MLMSans8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss8.pfb +ec-lmss9 MLMSans9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss9.pfb +ec-lmssbo10 MLMSans10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssbo10.pfb +ec-lmssbx10 MLMSans10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmssbx10.pfb +ec-lmssdc10 MLMSansDemiCond10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmssdc10.pfb +ec-lmssdo10 MLMSansDemiCond10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssdo10.pfb +ec-lmsso10 MLMSans10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso10.pfb +ec-lmsso12 MLMSans12-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso12.pfb +ec-lmsso17 MLMSans17-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso17.pfb +ec-lmsso8 MLMSans8-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso8.pfb +ec-lmsso9 MLMSans9-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso9.pfb +ec-lmssq8 MLMSansQuot8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmssq8.pfb +ec-lmssqbo8 MLMSansQuot8-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssqbo8.pfb +ec-lmssqbx8 MLMSansQuot8-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmssqbx8.pfb +ec-lmssqo8 MLMSansQuot8-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssqo8.pfb +ec-lmtcsc10 MLMMonoCaps10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtcsc10.pfb +ec-lmtcso10 MLMMonoCaps10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtcso10.pfb +ec-lmtk10 MLMMonoLt10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmtk10.pfb +ec-lmtko10 MLMMonoLt10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtko10.pfb +ec-lmtl10 MLMMonoLt10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtl10.pfb +ec-lmtlc10 MLMMonoLtCond10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtlc10.pfb +ec-lmtlco10 MLMMonoLtCond10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtlco10.pfb +ec-lmtlo10 MLMMonoLt10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtlo10.pfb +ec-lmtt10 MLMMono10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt10.pfb +ec-lmtt12 MLMMono12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt12.pfb +ec-lmtt8 MLMMono8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt8.pfb +ec-lmtt9 MLMMono9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt9.pfb +ec-lmtti10 MLMMono10-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmtti10.pfb +ec-lmtto10 MLMMonoSlant10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtto10.pfb +ec-lmu10 MLMRomanUnsl10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmu10.pfb +ec-lmvtk10 MLMMonoPropLt10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmvtk10.pfb +ec-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtko10.pfb +ec-lmvtl10 MLMMonoPropLt10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmvtl10.pfb +ec-lmvtlo10 MLMMonoPropLt10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtlo10.pfb +ec-lmvtt10 MLMMonoProp10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmvtt10.pfb +ec-lmvtto10 MLMMonoProp10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtto10.pfb +l7x-lmb10 MLMRomanDemi10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmb10.pfb +l7x-lmbo10 MLMRomanDemi10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbo10.pfb +l7x-lmbx10 MLMRoman10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx10.pfb +l7x-lmbx12 MLMRoman12-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx12.pfb +l7x-lmbx5 MLMRoman5-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx5.pfb +l7x-lmbx6 MLMRoman6-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx6.pfb +l7x-lmbx7 MLMRoman7-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx7.pfb +l7x-lmbx8 MLMRoman8-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx8.pfb +l7x-lmbx9 MLMRoman9-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx9.pfb +l7x-lmbxi10 MLMRoman10-BoldItalic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbxi10.pfb +l7x-lmbxo10 MLMRomanSlant10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbxo10.pfb +l7x-lmcsc10 MLMRomanCaps10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmcsc10.pfb +l7x-lmcsco10 MLMRomanCaps10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmcsco10.pfb +l7x-lmdunh10 MLMRomanDunh10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmdunh10.pfb +l7x-lmduno10 MLMRomanDunh10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmduno10.pfb +l7x-lmr10 MLMRoman10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr10.pfb +l7x-lmr12 MLMRoman12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr12.pfb +l7x-lmr17 MLMRoman17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr17.pfb +l7x-lmr5 MLMRoman5-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr5.pfb +l7x-lmr6 MLMRoman6-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr6.pfb +l7x-lmr7 MLMRoman7-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr7.pfb +l7x-lmr8 MLMRoman8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr8.pfb +l7x-lmr9 MLMRoman9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr9.pfb +l7x-lmri10 MLMRoman10-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri10.pfb +l7x-lmri12 MLMRoman12-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri12.pfb +l7x-lmri7 MLMRoman7-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri7.pfb +l7x-lmri8 MLMRoman8-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri8.pfb +l7x-lmri9 MLMRoman9-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri9.pfb +l7x-lmro10 MLMRomanSlant10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro10.pfb +l7x-lmro12 MLMRomanSlant12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro12.pfb +l7x-lmro17 MLMRomanSlant17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro17.pfb +l7x-lmro8 MLMRomanSlant8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro8.pfb +l7x-lmro9 MLMRomanSlant9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro9.pfb +l7x-lmss10 MLMSans10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss10.pfb +l7x-lmss12 MLMSans12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss12.pfb +l7x-lmss17 MLMSans17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss17.pfb +l7x-lmss8 MLMSans8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss8.pfb +l7x-lmss9 MLMSans9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss9.pfb +l7x-lmssbo10 MLMSans10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssbo10.pfb +l7x-lmssbx10 MLMSans10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssbx10.pfb +l7x-lmssdc10 MLMSansDemiCond10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssdc10.pfb +l7x-lmssdo10 MLMSansDemiCond10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssdo10.pfb +l7x-lmsso10 MLMSans10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso10.pfb +l7x-lmsso12 MLMSans12-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso12.pfb +l7x-lmsso17 MLMSans17-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso17.pfb +l7x-lmsso8 MLMSans8-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso8.pfb +l7x-lmsso9 MLMSans9-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso9.pfb +l7x-lmssq8 MLMSansQuot8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssq8.pfb +l7x-lmssqbo8 MLMSansQuot8-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqbo8.pfb +l7x-lmssqbx8 MLMSansQuot8-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqbx8.pfb +l7x-lmssqo8 MLMSansQuot8-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqo8.pfb +l7x-lmtcsc10 MLMMonoCaps10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtcsc10.pfb +l7x-lmtcso10 MLMMonoCaps10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtcso10.pfb +l7x-lmtk10 MLMMonoLt10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtk10.pfb +l7x-lmtko10 MLMMonoLt10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtko10.pfb +l7x-lmtl10 MLMMonoLt10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtl10.pfb +l7x-lmtlc10 MLMMonoLtCond10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlc10.pfb +l7x-lmtlco10 MLMMonoLtCond10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlco10.pfb +l7x-lmtlo10 MLMMonoLt10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlo10.pfb +l7x-lmtt10 MLMMono10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt10.pfb +l7x-lmtt12 MLMMono12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt12.pfb +l7x-lmtt8 MLMMono8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt8.pfb +l7x-lmtt9 MLMMono9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt9.pfb +l7x-lmtti10 MLMMono10-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtti10.pfb +l7x-lmtto10 MLMMonoSlant10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtto10.pfb +l7x-lmu10 MLMRomanUnsl10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmu10.pfb +l7x-lmvtk10 MLMMonoPropLt10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtk10.pfb +l7x-lmvtko10 MLMMonoPropLt10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtko10.pfb +l7x-lmvtl10 MLMMonoPropLt10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtl10.pfb +l7x-lmvtlo10 MLMMonoPropLt10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtlo10.pfb +l7x-lmvtt10 MLMMonoProp10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtt10.pfb +l7x-lmvtto10 MLMMonoProp10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtto10.pfb +qx-lmb10 MLMRomanDemi10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmb10.pfb +qx-lmbo10 MLMRomanDemi10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmbo10.pfb +qx-lmbx10 MLMRoman10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx10.pfb +qx-lmbx12 MLMRoman12-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx12.pfb +qx-lmbx5 MLMRoman5-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx5.pfb +qx-lmbx6 MLMRoman6-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx6.pfb +qx-lmbx7 MLMRoman7-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx7.pfb +qx-lmbx8 MLMRoman8-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx8.pfb +qx-lmbx9 MLMRoman9-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx9.pfb +qx-lmbxi10 MLMRoman10-BoldItalic "enclmqx ReEncodeFont" <lm-qx.enc <mlmbxi10.pfb +qx-lmbxo10 MLMRomanSlant10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbxo10.pfb +qx-lmcsc10 MLMRomanCaps10-Regular "enclmqxsc ReEncodeFont" <lm-qxsc.enc <mlmcsc10.pfb +qx-lmcsco10 MLMRomanCaps10-Oblique "enclmqxsc ReEncodeFont" <lm-qxsc.enc <mlmcsco10.pfb +qx-lmdunh10 MLMRomanDunh10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmdunh10.pfb +qx-lmduno10 MLMRomanDunh10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmduno10.pfb +qx-lmr10 MLMRoman10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr10.pfb +qx-lmr12 MLMRoman12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr12.pfb +qx-lmr17 MLMRoman17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr17.pfb +qx-lmr5 MLMRoman5-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr5.pfb +qx-lmr6 MLMRoman6-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr6.pfb +qx-lmr7 MLMRoman7-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr7.pfb +qx-lmr8 MLMRoman8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr8.pfb +qx-lmr9 MLMRoman9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr9.pfb +qx-lmri10 MLMRoman10-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri10.pfb +qx-lmri12 MLMRoman12-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri12.pfb +qx-lmri7 MLMRoman7-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri7.pfb +qx-lmri8 MLMRoman8-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri8.pfb +qx-lmri9 MLMRoman9-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri9.pfb +qx-lmro10 MLMRomanSlant10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro10.pfb +qx-lmro12 MLMRomanSlant12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro12.pfb +qx-lmro17 MLMRomanSlant17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro17.pfb +qx-lmro8 MLMRomanSlant8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro8.pfb +qx-lmro9 MLMRomanSlant9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro9.pfb +qx-lmss10 MLMSans10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss10.pfb +qx-lmss12 MLMSans12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss12.pfb +qx-lmss17 MLMSans17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss17.pfb +qx-lmss8 MLMSans8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss8.pfb +qx-lmss9 MLMSans9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss9.pfb +qx-lmssbo10 MLMSans10-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssbo10.pfb +qx-lmssbx10 MLMSans10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmssbx10.pfb +qx-lmssdc10 MLMSansDemiCond10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmssdc10.pfb +qx-lmssdo10 MLMSansDemiCond10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssdo10.pfb +qx-lmsso10 MLMSans10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso10.pfb +qx-lmsso12 MLMSans12-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso12.pfb +qx-lmsso17 MLMSans17-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso17.pfb +qx-lmsso8 MLMSans8-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso8.pfb +qx-lmsso9 MLMSans9-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso9.pfb +qx-lmssq8 MLMSansQuot8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmssq8.pfb +qx-lmssqbo8 MLMSansQuot8-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqbo8.pfb +qx-lmssqbx8 MLMSansQuot8-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqbx8.pfb +qx-lmssqo8 MLMSansQuot8-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqo8.pfb +qx-lmtcsc10 MLMMonoCaps10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtcsc10.pfb +qx-lmtcso10 MLMMonoCaps10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtcso10.pfb +qx-lmtk10 MLMMonoLt10-Bold "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtk10.pfb +qx-lmtko10 MLMMonoLt10-BoldOblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtko10.pfb +qx-lmtl10 MLMMonoLt10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtl10.pfb +qx-lmtlc10 MLMMonoLtCond10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlc10.pfb +qx-lmtlco10 MLMMonoLtCond10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlco10.pfb +qx-lmtlo10 MLMMonoLt10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlo10.pfb +qx-lmtt10 MLMMono10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt10.pfb +qx-lmtt12 MLMMono12-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt12.pfb +qx-lmtt8 MLMMono8-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt8.pfb +qx-lmtt9 MLMMono9-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt9.pfb +qx-lmtti10 MLMMono10-Italic "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtti10.pfb +qx-lmtto10 MLMMonoSlant10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtto10.pfb +qx-lmu10 MLMRomanUnsl10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmu10.pfb +qx-lmvtk10 MLMMonoPropLt10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtk10.pfb +qx-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtko10.pfb +qx-lmvtl10 MLMMonoPropLt10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtl10.pfb +qx-lmvtlo10 MLMMonoPropLt10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtlo10.pfb +qx-lmvtt10 MLMMonoProp10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtt10.pfb +qx-lmvtto10 MLMMonoProp10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtto10.pfb +rm-lmb10 MLMRomanDemi10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmb10.pfb +rm-lmbo10 MLMRomanDemi10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmbo10.pfb +rm-lmbx10 MLMRoman10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx10.pfb +rm-lmbx12 MLMRoman12-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx12.pfb +rm-lmbx5 MLMRoman5-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx5.pfb +rm-lmbx6 MLMRoman6-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx6.pfb +rm-lmbx7 MLMRoman7-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx7.pfb +rm-lmbx8 MLMRoman8-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx8.pfb +rm-lmbx9 MLMRoman9-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx9.pfb +rm-lmbxi10 MLMRoman10-BoldItalic "enclmrm ReEncodeFont" <lm-rm.enc <mlmbxi10.pfb +rm-lmbxo10 MLMRomanSlant10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbxo10.pfb +rm-lmcsc10 MLMRomanCaps10-Regular "enclmrmsc ReEncodeFont" <lm-rmsc.enc <mlmcsc10.pfb +rm-lmcsco10 MLMRomanCaps10-Oblique "enclmrmsc ReEncodeFont" <lm-rmsc.enc <mlmcsco10.pfb +rm-lmdunh10 MLMRomanDunh10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmdunh10.pfb +rm-lmduno10 MLMRomanDunh10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmduno10.pfb +rm-lmr10 MLMRoman10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr10.pfb +rm-lmr12 MLMRoman12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr12.pfb +rm-lmr17 MLMRoman17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr17.pfb +rm-lmr5 MLMRoman5-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr5.pfb +rm-lmr6 MLMRoman6-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr6.pfb +rm-lmr7 MLMRoman7-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr7.pfb +rm-lmr8 MLMRoman8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr8.pfb +rm-lmr9 MLMRoman9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr9.pfb +rm-lmri10 MLMRoman10-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri10.pfb +rm-lmri12 MLMRoman12-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri12.pfb +rm-lmri7 MLMRoman7-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri7.pfb +rm-lmri8 MLMRoman8-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri8.pfb +rm-lmri9 MLMRoman9-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri9.pfb +rm-lmro10 MLMRomanSlant10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro10.pfb +rm-lmro12 MLMRomanSlant12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro12.pfb +rm-lmro17 MLMRomanSlant17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro17.pfb +rm-lmro8 MLMRomanSlant8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro8.pfb +rm-lmro9 MLMRomanSlant9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro9.pfb +rm-lmss10 MLMSans10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss10.pfb +rm-lmss12 MLMSans12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss12.pfb +rm-lmss17 MLMSans17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss17.pfb +rm-lmss8 MLMSans8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss8.pfb +rm-lmss9 MLMSans9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss9.pfb +rm-lmssbo10 MLMSans10-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssbo10.pfb +rm-lmssbx10 MLMSans10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmssbx10.pfb +rm-lmssdc10 MLMSansDemiCond10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmssdc10.pfb +rm-lmssdo10 MLMSansDemiCond10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssdo10.pfb +rm-lmsso10 MLMSans10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso10.pfb +rm-lmsso12 MLMSans12-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso12.pfb +rm-lmsso17 MLMSans17-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso17.pfb +rm-lmsso8 MLMSans8-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso8.pfb +rm-lmsso9 MLMSans9-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso9.pfb +rm-lmssq8 MLMSansQuot8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmssq8.pfb +rm-lmssqbo8 MLMSansQuot8-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqbo8.pfb +rm-lmssqbx8 MLMSansQuot8-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqbx8.pfb +rm-lmssqo8 MLMSansQuot8-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqo8.pfb +rm-lmtcsc10 MLMMonoCaps10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtcsc10.pfb +rm-lmtcso10 MLMMonoCaps10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtcso10.pfb +rm-lmtk10 MLMMonoLt10-Bold "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtk10.pfb +rm-lmtko10 MLMMonoLt10-BoldOblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtko10.pfb +rm-lmtl10 MLMMonoLt10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtl10.pfb +rm-lmtlc10 MLMMonoLtCond10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlc10.pfb +rm-lmtlco10 MLMMonoLtCond10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlco10.pfb +rm-lmtlo10 MLMMonoLt10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlo10.pfb +rm-lmtt10 MLMMono10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt10.pfb +rm-lmtt12 MLMMono12-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt12.pfb +rm-lmtt8 MLMMono8-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt8.pfb +rm-lmtt9 MLMMono9-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt9.pfb +rm-lmtti10 MLMMono10-Italic "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtti10.pfb +rm-lmtto10 MLMMonoSlant10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtto10.pfb +rm-lmu10 MLMRomanUnsl10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmu10.pfb +rm-lmvtk10 MLMMonoPropLt10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtk10.pfb +rm-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtko10.pfb +rm-lmvtl10 MLMMonoPropLt10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtl10.pfb +rm-lmvtlo10 MLMMonoPropLt10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtlo10.pfb +rm-lmvtt10 MLMMonoProp10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtt10.pfb +rm-lmvtto10 MLMMonoProp10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtto10.pfb +texnansi-lmb10 MLMRomanDemi10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmb10.pfb +texnansi-lmbo10 MLMRomanDemi10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbo10.pfb +texnansi-lmbx10 MLMRoman10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx10.pfb +texnansi-lmbx12 MLMRoman12-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx12.pfb +texnansi-lmbx5 MLMRoman5-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx5.pfb +texnansi-lmbx6 MLMRoman6-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx6.pfb +texnansi-lmbx7 MLMRoman7-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx7.pfb +texnansi-lmbx8 MLMRoman8-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx8.pfb +texnansi-lmbx9 MLMRoman9-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx9.pfb +texnansi-lmbxi10 MLMRoman10-BoldItalic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbxi10.pfb +texnansi-lmbxo10 MLMRomanSlant10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbxo10.pfb +texnansi-lmcsc10 MLMRomanCaps10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmcsc10.pfb +texnansi-lmcsco10 MLMRomanCaps10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmcsco10.pfb +texnansi-lmdunh10 MLMRomanDunh10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmdunh10.pfb +texnansi-lmduno10 MLMRomanDunh10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmduno10.pfb +texnansi-lmr10 MLMRoman10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr10.pfb +texnansi-lmr12 MLMRoman12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr12.pfb +texnansi-lmr17 MLMRoman17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr17.pfb +texnansi-lmr5 MLMRoman5-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr5.pfb +texnansi-lmr6 MLMRoman6-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr6.pfb +texnansi-lmr7 MLMRoman7-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr7.pfb +texnansi-lmr8 MLMRoman8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr8.pfb +texnansi-lmr9 MLMRoman9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr9.pfb +texnansi-lmri10 MLMRoman10-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri10.pfb +texnansi-lmri12 MLMRoman12-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri12.pfb +texnansi-lmri7 MLMRoman7-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri7.pfb +texnansi-lmri8 MLMRoman8-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri8.pfb +texnansi-lmri9 MLMRoman9-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri9.pfb +texnansi-lmro10 MLMRomanSlant10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro10.pfb +texnansi-lmro12 MLMRomanSlant12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro12.pfb +texnansi-lmro17 MLMRomanSlant17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro17.pfb +texnansi-lmro8 MLMRomanSlant8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro8.pfb +texnansi-lmro9 MLMRomanSlant9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro9.pfb +texnansi-lmss10 MLMSans10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss10.pfb +texnansi-lmss12 MLMSans12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss12.pfb +texnansi-lmss17 MLMSans17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss17.pfb +texnansi-lmss8 MLMSans8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss8.pfb +texnansi-lmss9 MLMSans9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss9.pfb +texnansi-lmssbo10 MLMSans10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssbo10.pfb +texnansi-lmssbx10 MLMSans10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssbx10.pfb +texnansi-lmssdc10 MLMSansDemiCond10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssdc10.pfb +texnansi-lmssdo10 MLMSansDemiCond10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssdo10.pfb +texnansi-lmsso10 MLMSans10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso10.pfb +texnansi-lmsso12 MLMSans12-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso12.pfb +texnansi-lmsso17 MLMSans17-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso17.pfb +texnansi-lmsso8 MLMSans8-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso8.pfb +texnansi-lmsso9 MLMSans9-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso9.pfb +texnansi-lmssq8 MLMSansQuot8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssq8.pfb +texnansi-lmssqbo8 MLMSansQuot8-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqbo8.pfb +texnansi-lmssqbx8 MLMSansQuot8-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqbx8.pfb +texnansi-lmssqo8 MLMSansQuot8-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqo8.pfb +texnansi-lmtcsc10 MLMMonoCaps10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtcsc10.pfb +texnansi-lmtcso10 MLMMonoCaps10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtcso10.pfb +texnansi-lmtk10 MLMMonoLt10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtk10.pfb +texnansi-lmtko10 MLMMonoLt10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtko10.pfb +texnansi-lmtl10 MLMMonoLt10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtl10.pfb +texnansi-lmtlc10 MLMMonoLtCond10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlc10.pfb +texnansi-lmtlco10 MLMMonoLtCond10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlco10.pfb +texnansi-lmtlo10 MLMMonoLt10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlo10.pfb +texnansi-lmtt10 MLMMono10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt10.pfb +texnansi-lmtt12 MLMMono12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt12.pfb +texnansi-lmtt8 MLMMono8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt8.pfb +texnansi-lmtt9 MLMMono9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt9.pfb +texnansi-lmtti10 MLMMono10-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtti10.pfb +texnansi-lmtto10 MLMMonoSlant10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtto10.pfb +texnansi-lmu10 MLMRomanUnsl10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmu10.pfb +texnansi-lmvtk10 MLMMonoPropLt10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtk10.pfb +texnansi-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtko10.pfb +texnansi-lmvtl10 MLMMonoPropLt10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtl10.pfb +texnansi-lmvtlo10 MLMMonoPropLt10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtlo10.pfb +texnansi-lmvtt10 MLMMonoProp10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtt10.pfb +texnansi-lmvtto10 MLMMonoProp10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtto10.pfb +t5-lmb10 MLMRomanDemi10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmb10.pfb +t5-lmbo10 MLMRomanDemi10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbo10.pfb +t5-lmbx10 MLMRoman10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx10.pfb +t5-lmbx12 MLMRoman12-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx12.pfb +t5-lmbx5 MLMRoman5-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx5.pfb +t5-lmbx6 MLMRoman6-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx6.pfb +t5-lmbx7 MLMRoman7-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx7.pfb +t5-lmbx8 MLMRoman8-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx8.pfb +t5-lmbx9 MLMRoman9-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx9.pfb +t5-lmbxi10 MLMRoman10-BoldItalic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbxi10.pfb +t5-lmbxo10 MLMRomanSlant10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbxo10.pfb +t5-lmcsc10 MLMRomanCaps10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmcsc10.pfb +t5-lmcsco10 MLMRomanCaps10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmcsco10.pfb +t5-lmdunh10 MLMRomanDunh10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmdunh10.pfb +t5-lmduno10 MLMRomanDunh10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmduno10.pfb +t5-lmr10 MLMRoman10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr10.pfb +t5-lmr12 MLMRoman12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr12.pfb +t5-lmr17 MLMRoman17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr17.pfb +t5-lmr5 MLMRoman5-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr5.pfb +t5-lmr6 MLMRoman6-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr6.pfb +t5-lmr7 MLMRoman7-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr7.pfb +t5-lmr8 MLMRoman8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr8.pfb +t5-lmr9 MLMRoman9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr9.pfb +t5-lmri10 MLMRoman10-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri10.pfb +t5-lmri12 MLMRoman12-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri12.pfb +t5-lmri7 MLMRoman7-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri7.pfb +t5-lmri8 MLMRoman8-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri8.pfb +t5-lmri9 MLMRoman9-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri9.pfb +t5-lmro10 MLMRomanSlant10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro10.pfb +t5-lmro12 MLMRomanSlant12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro12.pfb +t5-lmro17 MLMRomanSlant17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro17.pfb +t5-lmro8 MLMRomanSlant8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro8.pfb +t5-lmro9 MLMRomanSlant9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro9.pfb +t5-lmss10 MLMSans10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss10.pfb +t5-lmss12 MLMSans12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss12.pfb +t5-lmss17 MLMSans17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss17.pfb +t5-lmss8 MLMSans8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss8.pfb +t5-lmss9 MLMSans9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss9.pfb +t5-lmssbo10 MLMSans10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssbo10.pfb +t5-lmssbx10 MLMSans10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssbx10.pfb +t5-lmssdc10 MLMSansDemiCond10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssdc10.pfb +t5-lmssdo10 MLMSansDemiCond10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssdo10.pfb +t5-lmsso10 MLMSans10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso10.pfb +t5-lmsso12 MLMSans12-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso12.pfb +t5-lmsso17 MLMSans17-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso17.pfb +t5-lmsso8 MLMSans8-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso8.pfb +t5-lmsso9 MLMSans9-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso9.pfb +t5-lmssq8 MLMSansQuot8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssq8.pfb +t5-lmssqbo8 MLMSansQuot8-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqbo8.pfb +t5-lmssqbx8 MLMSansQuot8-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqbx8.pfb +t5-lmssqo8 MLMSansQuot8-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqo8.pfb +t5-lmtcsc10 MLMMonoCaps10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtcsc10.pfb +t5-lmtcso10 MLMMonoCaps10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtcso10.pfb +t5-lmtk10 MLMMonoLt10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtk10.pfb +t5-lmtko10 MLMMonoLt10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtko10.pfb +t5-lmtl10 MLMMonoLt10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtl10.pfb +t5-lmtlc10 MLMMonoLtCond10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlc10.pfb +t5-lmtlco10 MLMMonoLtCond10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlco10.pfb +t5-lmtlo10 MLMMonoLt10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlo10.pfb +t5-lmtt10 MLMMono10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt10.pfb +t5-lmtt12 MLMMono12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt12.pfb +t5-lmtt8 MLMMono8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt8.pfb +t5-lmtt9 MLMMono9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt9.pfb +t5-lmtti10 MLMMono10-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtti10.pfb +t5-lmtto10 MLMMonoSlant10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtto10.pfb +t5-lmu10 MLMRomanUnsl10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmu10.pfb +t5-lmvtk10 MLMMonoPropLt10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtk10.pfb +t5-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtko10.pfb +t5-lmvtl10 MLMMonoPropLt10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtl10.pfb +t5-lmvtlo10 MLMMonoPropLt10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtlo10.pfb +t5-lmvtt10 MLMMonoProp10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtt10.pfb +t5-lmvtto10 MLMMonoProp10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtto10.pfb +ts1-lmb10 MLMRomanDemi10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmb10.pfb +ts1-lmbo10 MLMRomanDemi10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbo10.pfb +ts1-lmbx10 MLMRoman10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx10.pfb +ts1-lmbx12 MLMRoman12-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx12.pfb +ts1-lmbx5 MLMRoman5-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx5.pfb +ts1-lmbx6 MLMRoman6-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx6.pfb +ts1-lmbx7 MLMRoman7-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx7.pfb +ts1-lmbx8 MLMRoman8-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx8.pfb +ts1-lmbx9 MLMRoman9-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx9.pfb +ts1-lmbxi10 MLMRoman10-BoldItalic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbxi10.pfb +ts1-lmbxo10 MLMRomanSlant10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbxo10.pfb +ts1-lmcsc10 MLMRomanCaps10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmcsc10.pfb +ts1-lmcsco10 MLMRomanCaps10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmcsco10.pfb +ts1-lmdunh10 MLMRomanDunh10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmdunh10.pfb +ts1-lmduno10 MLMRomanDunh10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmduno10.pfb +ts1-lmr10 MLMRoman10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr10.pfb +ts1-lmr12 MLMRoman12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr12.pfb +ts1-lmr17 MLMRoman17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr17.pfb +ts1-lmr5 MLMRoman5-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr5.pfb +ts1-lmr6 MLMRoman6-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr6.pfb +ts1-lmr7 MLMRoman7-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr7.pfb +ts1-lmr8 MLMRoman8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr8.pfb +ts1-lmr9 MLMRoman9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr9.pfb +ts1-lmri10 MLMRoman10-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri10.pfb +ts1-lmri12 MLMRoman12-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri12.pfb +ts1-lmri7 MLMRoman7-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri7.pfb +ts1-lmri8 MLMRoman8-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri8.pfb +ts1-lmri9 MLMRoman9-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri9.pfb +ts1-lmro10 MLMRomanSlant10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro10.pfb +ts1-lmro12 MLMRomanSlant12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro12.pfb +ts1-lmro17 MLMRomanSlant17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro17.pfb +ts1-lmro8 MLMRomanSlant8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro8.pfb +ts1-lmro9 MLMRomanSlant9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro9.pfb +ts1-lmss10 MLMSans10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss10.pfb +ts1-lmss12 MLMSans12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss12.pfb +ts1-lmss17 MLMSans17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss17.pfb +ts1-lmss8 MLMSans8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss8.pfb +ts1-lmss9 MLMSans9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss9.pfb +ts1-lmssbo10 MLMSans10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssbo10.pfb +ts1-lmssbx10 MLMSans10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssbx10.pfb +ts1-lmssdc10 MLMSansDemiCond10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssdc10.pfb +ts1-lmssdo10 MLMSansDemiCond10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssdo10.pfb +ts1-lmsso10 MLMSans10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso10.pfb +ts1-lmsso12 MLMSans12-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso12.pfb +ts1-lmsso17 MLMSans17-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso17.pfb +ts1-lmsso8 MLMSans8-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso8.pfb +ts1-lmsso9 MLMSans9-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso9.pfb +ts1-lmssq8 MLMSansQuot8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssq8.pfb +ts1-lmssqbo8 MLMSansQuot8-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqbo8.pfb +ts1-lmssqbx8 MLMSansQuot8-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqbx8.pfb +ts1-lmssqo8 MLMSansQuot8-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqo8.pfb +ts1-lmtcsc10 MLMMonoCaps10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtcsc10.pfb +ts1-lmtcso10 MLMMonoCaps10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtcso10.pfb +ts1-lmtk10 MLMMonoLt10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtk10.pfb +ts1-lmtko10 MLMMonoLt10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtko10.pfb +ts1-lmtl10 MLMMonoLt10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtl10.pfb +ts1-lmtlc10 MLMMonoLtCond10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlc10.pfb +ts1-lmtlco10 MLMMonoLtCond10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlco10.pfb +ts1-lmtlo10 MLMMonoLt10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlo10.pfb +ts1-lmtt10 MLMMono10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt10.pfb +ts1-lmtt12 MLMMono12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt12.pfb +ts1-lmtt8 MLMMono8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt8.pfb +ts1-lmtt9 MLMMono9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt9.pfb +ts1-lmtti10 MLMMono10-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtti10.pfb +ts1-lmtto10 MLMMonoSlant10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtto10.pfb +ts1-lmu10 MLMRomanUnsl10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmu10.pfb +ts1-lmvtk10 MLMMonoPropLt10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtk10.pfb +ts1-lmvtko10 MLMMonoPropLt10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtko10.pfb +ts1-lmvtl10 MLMMonoPropLt10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtl10.pfb +ts1-lmvtlo10 MLMMonoPropLt10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtlo10.pfb +ts1-lmvtt10 MLMMonoProp10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtt10.pfb +ts1-lmvtto10 MLMMonoProp10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtto10.pfb +lmbsy5 MLMMathSymbols5-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy5.pfb +lmbsy7 MLMMathSymbols7-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy7.pfb +lmbsy10 MLMMathSymbols10-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy10.pfb +lmsy5 MLMMathSymbols5-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy5.pfb +lmsy6 MLMMathSymbols6-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy6.pfb +lmsy7 MLMMathSymbols7-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy7.pfb +lmsy8 MLMMathSymbols8-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy8.pfb +lmsy9 MLMMathSymbols9-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy9.pfb +lmsy10 MLMMathSymbols10-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy10.pfb +lmex10 MLMMathExtension10-Regular "enclmmathex ReEncodeFont" <lm-mathex.enc <mlmex10.pfb +lmmi5 MLMMathItalic5-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi5.pfb +lmmi6 MLMMathItalic6-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi6.pfb +lmmi7 MLMMathItalic7-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi7.pfb +lmmi8 MLMMathItalic8-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi8.pfb +lmmi9 MLMMathItalic9-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi9.pfb +lmmi10 MLMMathItalic10-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi10.pfb +lmmi12 MLMMathItalic12-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi12.pfb +lmmib5 MLMMathItalic5-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib5.pfb +lmmib7 MLMMathItalic7-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib7.pfb +lmmib10 MLMMathItalic10-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib10.pfb diff --git a/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm.map b/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm.map index fa4a759129a..eceb913e19b 100644 --- a/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm.map +++ b/Master/texmf-dist/fonts/map/dvips/mlmodern/mlm.map @@ -8,600 +8,600 @@ %This work has the LPPL maintenance status "maintained". %The Current Maintainer of this work is Daniel Benjamin Miller. -cs-mlmb10 LMRomanDemi10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmb10.pfb -cs-mlmbo10 LMRomanDemi10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmbo10.pfb -cs-mlmbx10 LMRoman10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx10.pfb -cs-mlmbx12 LMRoman12-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx12.pfb -cs-mlmbx5 LMRoman5-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx5.pfb -cs-mlmbx6 LMRoman6-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx6.pfb -cs-mlmbx7 LMRoman7-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx7.pfb -cs-mlmbx8 LMRoman8-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx8.pfb -cs-mlmbx9 LMRoman9-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx9.pfb -cs-mlmbxi10 LMRoman10-BoldItalic "enclmcs ReEncodeFont" <lm-cs.enc <mlmbxi10.pfb -cs-mlmbxo10 LMRomanSlant10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbxo10.pfb -cs-mlmcsc10 LMRomanCaps10-Regular "enclmcssc ReEncodeFont" <lm-cssc.enc <mlmcsc10.pfb -cs-mlmcsco10 LMRomanCaps10-Oblique "enclmcssc ReEncodeFont" <lm-cssc.enc <mlmcsco10.pfb -cs-mlmdunh10 LMRomanDunh10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmdunh10.pfb -cs-mlmduno10 LMRomanDunh10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmduno10.pfb -cs-mlmr10 LMRoman10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr10.pfb -cs-mlmr12 LMRoman12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr12.pfb -cs-mlmr17 LMRoman17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr17.pfb -cs-mlmr5 LMRoman5-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr5.pfb -cs-mlmr6 LMRoman6-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr6.pfb -cs-mlmr7 LMRoman7-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr7.pfb -cs-mlmr8 LMRoman8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr8.pfb -cs-mlmr9 LMRoman9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr9.pfb -cs-mlmri10 LMRoman10-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri10.pfb -cs-mlmri12 LMRoman12-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri12.pfb -cs-mlmri7 LMRoman7-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri7.pfb -cs-mlmri8 LMRoman8-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri8.pfb -cs-mlmri9 LMRoman9-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri9.pfb -cs-mlmro10 LMRomanSlant10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro10.pfb -cs-mlmro12 LMRomanSlant12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro12.pfb -cs-mlmro17 LMRomanSlant17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro17.pfb -cs-mlmro8 LMRomanSlant8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro8.pfb -cs-mlmro9 LMRomanSlant9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro9.pfb -cs-mlmss10 LMSans10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss10.pfb -cs-mlmss12 LMSans12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss12.pfb -cs-mlmss17 LMSans17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss17.pfb -cs-mlmss8 LMSans8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss8.pfb -cs-mlmss9 LMSans9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss9.pfb -cs-mlmssbo10 LMSans10-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssbo10.pfb -cs-mlmssbx10 LMSans10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmssbx10.pfb -cs-mlmssdc10 LMSansDemiCond10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmssdc10.pfb -cs-mlmssdo10 LMSansDemiCond10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssdo10.pfb -cs-mlmsso10 LMSans10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso10.pfb -cs-mlmsso12 LMSans12-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso12.pfb -cs-mlmsso17 LMSans17-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso17.pfb -cs-mlmsso8 LMSans8-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso8.pfb -cs-mlmsso9 LMSans9-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso9.pfb -cs-mlmssq8 LMSansQuot8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmssq8.pfb -cs-mlmssqbo8 LMSansQuot8-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqbo8.pfb -cs-mlmssqbx8 LMSansQuot8-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqbx8.pfb -cs-mlmssqo8 LMSansQuot8-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqo8.pfb -cs-mlmtcsc10 LMMonoCaps10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtcsc10.pfb -cs-mlmtcso10 LMMonoCaps10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtcso10.pfb -cs-mlmtk10 LMMonoLt10-Bold "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtk10.pfb -cs-mlmtko10 LMMonoLt10-BoldOblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtko10.pfb -cs-mlmtl10 LMMonoLt10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtl10.pfb -cs-mlmtlc10 LMMonoLtCond10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlc10.pfb -cs-mlmtlco10 LMMonoLtCond10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlco10.pfb -cs-mlmtlo10 LMMonoLt10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlo10.pfb -cs-mlmtt10 LMMono10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt10.pfb -cs-mlmtt12 LMMono12-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt12.pfb -cs-mlmtt8 LMMono8-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt8.pfb -cs-mlmtt9 LMMono9-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt9.pfb -cs-mlmtti10 LMMono10-Italic "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtti10.pfb -cs-mlmtto10 LMMonoSlant10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtto10.pfb -cs-mlmu10 LMRomanUnsl10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmu10.pfb -cs-mlmvtk10 LMMonoPropLt10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtk10.pfb -cs-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtko10.pfb -cs-mlmvtl10 LMMonoPropLt10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtl10.pfb -cs-mlmvtlo10 LMMonoPropLt10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtlo10.pfb -cs-mlmvtt10 LMMonoProp10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtt10.pfb -cs-mlmvtto10 LMMonoProp10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtto10.pfb -ec-mlmb10 LMRomanDemi10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmb10.pfb -ec-mlmbo10 LMRomanDemi10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmbo10.pfb -ec-mlmbx10 LMRoman10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx10.pfb -ec-mlmbx12 LMRoman12-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx12.pfb -ec-mlmbx5 LMRoman5-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx5.pfb -ec-mlmbx6 LMRoman6-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx6.pfb -ec-mlmbx7 LMRoman7-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx7.pfb -ec-mlmbx8 LMRoman8-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx8.pfb -ec-mlmbx9 LMRoman9-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx9.pfb -ec-mlmbxi10 LMRoman10-BoldItalic "enclmec ReEncodeFont" <lm-ec.enc <mlmbxi10.pfb -ec-mlmbxo10 LMRomanSlant10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbxo10.pfb -ec-mlmcsc10 LMRomanCaps10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmcsc10.pfb -ec-mlmcsco10 LMRomanCaps10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmcsco10.pfb -ec-mlmdunh10 LMRomanDunh10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmdunh10.pfb -ec-mlmduno10 LMRomanDunh10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmduno10.pfb -ec-mlmr10 LMRoman10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr10.pfb -ec-mlmr12 LMRoman12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr12.pfb -ec-mlmr17 LMRoman17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr17.pfb -ec-mlmr5 LMRoman5-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr5.pfb -ec-mlmr6 LMRoman6-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr6.pfb -ec-mlmr7 LMRoman7-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr7.pfb -ec-mlmr8 LMRoman8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr8.pfb -ec-mlmr9 LMRoman9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr9.pfb -ec-mlmri10 LMRoman10-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri10.pfb -ec-mlmri12 LMRoman12-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri12.pfb -ec-mlmri7 LMRoman7-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri7.pfb -ec-mlmri8 LMRoman8-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri8.pfb -ec-mlmri9 LMRoman9-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri9.pfb -ec-mlmro10 LMRomanSlant10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro10.pfb -ec-mlmro12 LMRomanSlant12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro12.pfb -ec-mlmro17 LMRomanSlant17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro17.pfb -ec-mlmro8 LMRomanSlant8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro8.pfb -ec-mlmro9 LMRomanSlant9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro9.pfb -ec-mlmss10 LMSans10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss10.pfb -ec-mlmss12 LMSans12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss12.pfb -ec-mlmss17 LMSans17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss17.pfb -ec-mlmss8 LMSans8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss8.pfb -ec-mlmss9 LMSans9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss9.pfb -ec-mlmssbo10 LMSans10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssbo10.pfb -ec-mlmssbx10 LMSans10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmssbx10.pfb -ec-mlmssdc10 LMSansDemiCond10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmssdc10.pfb -ec-mlmssdo10 LMSansDemiCond10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssdo10.pfb -ec-mlmsso10 LMSans10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso10.pfb -ec-mlmsso12 LMSans12-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso12.pfb -ec-mlmsso17 LMSans17-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso17.pfb -ec-mlmsso8 LMSans8-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso8.pfb -ec-mlmsso9 LMSans9-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso9.pfb -ec-mlmssq8 LMSansQuot8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmssq8.pfb -ec-mlmssqbo8 LMSansQuot8-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssqbo8.pfb -ec-mlmssqbx8 LMSansQuot8-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmssqbx8.pfb -ec-mlmssqo8 LMSansQuot8-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssqo8.pfb -ec-mlmtcsc10 LMMonoCaps10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtcsc10.pfb -ec-mlmtcso10 LMMonoCaps10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtcso10.pfb -ec-mlmtk10 LMMonoLt10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmtk10.pfb -ec-mlmtko10 LMMonoLt10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtko10.pfb -ec-mlmtl10 LMMonoLt10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtl10.pfb -ec-mlmtlc10 LMMonoLtCond10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtlc10.pfb -ec-mlmtlco10 LMMonoLtCond10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtlco10.pfb -ec-mlmtlo10 LMMonoLt10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtlo10.pfb -ec-mlmtt10 LMMono10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt10.pfb -ec-mlmtt12 LMMono12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt12.pfb -ec-mlmtt8 LMMono8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt8.pfb -ec-mlmtt9 LMMono9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt9.pfb -ec-mlmtti10 LMMono10-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmtti10.pfb -ec-mlmtto10 LMMonoSlant10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtto10.pfb -ec-mlmu10 LMRomanUnsl10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmu10.pfb -ec-mlmvtk10 LMMonoPropLt10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmvtk10.pfb -ec-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtko10.pfb -ec-mlmvtl10 LMMonoPropLt10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmvtl10.pfb -ec-mlmvtlo10 LMMonoPropLt10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtlo10.pfb -ec-mlmvtt10 LMMonoProp10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmvtt10.pfb -ec-mlmvtto10 LMMonoProp10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtto10.pfb -l7x-mlmb10 LMRomanDemi10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmb10.pfb -l7x-mlmbo10 LMRomanDemi10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbo10.pfb -l7x-mlmbx10 LMRoman10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx10.pfb -l7x-mlmbx12 LMRoman12-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx12.pfb -l7x-mlmbx5 LMRoman5-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx5.pfb -l7x-mlmbx6 LMRoman6-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx6.pfb -l7x-mlmbx7 LMRoman7-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx7.pfb -l7x-mlmbx8 LMRoman8-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx8.pfb -l7x-mlmbx9 LMRoman9-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx9.pfb -l7x-mlmbxi10 LMRoman10-BoldItalic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbxi10.pfb -l7x-mlmbxo10 LMRomanSlant10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbxo10.pfb -l7x-mlmcsc10 LMRomanCaps10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmcsc10.pfb -l7x-mlmcsco10 LMRomanCaps10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmcsco10.pfb -l7x-mlmdunh10 LMRomanDunh10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmdunh10.pfb -l7x-mlmduno10 LMRomanDunh10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmduno10.pfb -l7x-mlmr10 LMRoman10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr10.pfb -l7x-mlmr12 LMRoman12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr12.pfb -l7x-mlmr17 LMRoman17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr17.pfb -l7x-mlmr5 LMRoman5-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr5.pfb -l7x-mlmr6 LMRoman6-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr6.pfb -l7x-mlmr7 LMRoman7-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr7.pfb -l7x-mlmr8 LMRoman8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr8.pfb -l7x-mlmr9 LMRoman9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr9.pfb -l7x-mlmri10 LMRoman10-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri10.pfb -l7x-mlmri12 LMRoman12-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri12.pfb -l7x-mlmri7 LMRoman7-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri7.pfb -l7x-mlmri8 LMRoman8-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri8.pfb -l7x-mlmri9 LMRoman9-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri9.pfb -l7x-mlmro10 LMRomanSlant10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro10.pfb -l7x-mlmro12 LMRomanSlant12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro12.pfb -l7x-mlmro17 LMRomanSlant17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro17.pfb -l7x-mlmro8 LMRomanSlant8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro8.pfb -l7x-mlmro9 LMRomanSlant9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro9.pfb -l7x-mlmss10 LMSans10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss10.pfb -l7x-mlmss12 LMSans12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss12.pfb -l7x-mlmss17 LMSans17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss17.pfb -l7x-mlmss8 LMSans8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss8.pfb -l7x-mlmss9 LMSans9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss9.pfb -l7x-mlmssbo10 LMSans10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssbo10.pfb -l7x-mlmssbx10 LMSans10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssbx10.pfb -l7x-mlmssdc10 LMSansDemiCond10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssdc10.pfb -l7x-mlmssdo10 LMSansDemiCond10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssdo10.pfb -l7x-mlmsso10 LMSans10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso10.pfb -l7x-mlmsso12 LMSans12-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso12.pfb -l7x-mlmsso17 LMSans17-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso17.pfb -l7x-mlmsso8 LMSans8-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso8.pfb -l7x-mlmsso9 LMSans9-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso9.pfb -l7x-mlmssq8 LMSansQuot8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssq8.pfb -l7x-mlmssqbo8 LMSansQuot8-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqbo8.pfb -l7x-mlmssqbx8 LMSansQuot8-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqbx8.pfb -l7x-mlmssqo8 LMSansQuot8-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqo8.pfb -l7x-mlmtcsc10 LMMonoCaps10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtcsc10.pfb -l7x-mlmtcso10 LMMonoCaps10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtcso10.pfb -l7x-mlmtk10 LMMonoLt10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtk10.pfb -l7x-mlmtko10 LMMonoLt10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtko10.pfb -l7x-mlmtl10 LMMonoLt10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtl10.pfb -l7x-mlmtlc10 LMMonoLtCond10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlc10.pfb -l7x-mlmtlco10 LMMonoLtCond10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlco10.pfb -l7x-mlmtlo10 LMMonoLt10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlo10.pfb -l7x-mlmtt10 LMMono10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt10.pfb -l7x-mlmtt12 LMMono12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt12.pfb -l7x-mlmtt8 LMMono8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt8.pfb -l7x-mlmtt9 LMMono9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt9.pfb -l7x-mlmtti10 LMMono10-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtti10.pfb -l7x-mlmtto10 LMMonoSlant10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtto10.pfb -l7x-mlmu10 LMRomanUnsl10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmu10.pfb -l7x-mlmvtk10 LMMonoPropLt10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtk10.pfb -l7x-mlmvtko10 LMMonoPropLt10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtko10.pfb -l7x-mlmvtl10 LMMonoPropLt10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtl10.pfb -l7x-mlmvtlo10 LMMonoPropLt10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtlo10.pfb -l7x-mlmvtt10 LMMonoProp10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtt10.pfb -l7x-mlmvtto10 LMMonoProp10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtto10.pfb -qx-mlmb10 LMRomanDemi10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmb10.pfb -qx-mlmbo10 LMRomanDemi10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmbo10.pfb -qx-mlmbx10 LMRoman10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx10.pfb -qx-mlmbx12 LMRoman12-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx12.pfb -qx-mlmbx5 LMRoman5-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx5.pfb -qx-mlmbx6 LMRoman6-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx6.pfb -qx-mlmbx7 LMRoman7-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx7.pfb -qx-mlmbx8 LMRoman8-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx8.pfb -qx-mlmbx9 LMRoman9-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx9.pfb -qx-mlmbxi10 LMRoman10-BoldItalic "enclmqx ReEncodeFont" <lm-qx.enc <mlmbxi10.pfb -qx-mlmbxo10 LMRomanSlant10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbxo10.pfb -qx-mlmcsc10 LMRomanCaps10-Regular "enclmqxsc ReEncodeFont" <lm-qxsc.enc <mlmcsc10.pfb -qx-mlmcsco10 LMRomanCaps10-Oblique "enclmqxsc ReEncodeFont" <lm-qxsc.enc <mlmcsco10.pfb -qx-mlmdunh10 LMRomanDunh10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmdunh10.pfb -qx-mlmduno10 LMRomanDunh10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmduno10.pfb -qx-mlmr10 LMRoman10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr10.pfb -qx-mlmr12 LMRoman12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr12.pfb -qx-mlmr17 LMRoman17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr17.pfb -qx-mlmr5 LMRoman5-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr5.pfb -qx-mlmr6 LMRoman6-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr6.pfb -qx-mlmr7 LMRoman7-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr7.pfb -qx-mlmr8 LMRoman8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr8.pfb -qx-mlmr9 LMRoman9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr9.pfb -qx-mlmri10 LMRoman10-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri10.pfb -qx-mlmri12 LMRoman12-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri12.pfb -qx-mlmri7 LMRoman7-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri7.pfb -qx-mlmri8 LMRoman8-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri8.pfb -qx-mlmri9 LMRoman9-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri9.pfb -qx-mlmro10 LMRomanSlant10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro10.pfb -qx-mlmro12 LMRomanSlant12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro12.pfb -qx-mlmro17 LMRomanSlant17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro17.pfb -qx-mlmro8 LMRomanSlant8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro8.pfb -qx-mlmro9 LMRomanSlant9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro9.pfb -qx-mlmss10 LMSans10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss10.pfb -qx-mlmss12 LMSans12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss12.pfb -qx-mlmss17 LMSans17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss17.pfb -qx-mlmss8 LMSans8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss8.pfb -qx-mlmss9 LMSans9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss9.pfb -qx-mlmssbo10 LMSans10-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssbo10.pfb -qx-mlmssbx10 LMSans10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmssbx10.pfb -qx-mlmssdc10 LMSansDemiCond10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmssdc10.pfb -qx-mlmssdo10 LMSansDemiCond10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssdo10.pfb -qx-mlmsso10 LMSans10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso10.pfb -qx-mlmsso12 LMSans12-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso12.pfb -qx-mlmsso17 LMSans17-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso17.pfb -qx-mlmsso8 LMSans8-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso8.pfb -qx-mlmsso9 LMSans9-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso9.pfb -qx-mlmssq8 LMSansQuot8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmssq8.pfb -qx-mlmssqbo8 LMSansQuot8-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqbo8.pfb -qx-mlmssqbx8 LMSansQuot8-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqbx8.pfb -qx-mlmssqo8 LMSansQuot8-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqo8.pfb -qx-mlmtcsc10 LMMonoCaps10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtcsc10.pfb -qx-mlmtcso10 LMMonoCaps10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtcso10.pfb -qx-mlmtk10 LMMonoLt10-Bold "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtk10.pfb -qx-mlmtko10 LMMonoLt10-BoldOblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtko10.pfb -qx-mlmtl10 LMMonoLt10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtl10.pfb -qx-mlmtlc10 LMMonoLtCond10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlc10.pfb -qx-mlmtlco10 LMMonoLtCond10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlco10.pfb -qx-mlmtlo10 LMMonoLt10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlo10.pfb -qx-mlmtt10 LMMono10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt10.pfb -qx-mlmtt12 LMMono12-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt12.pfb -qx-mlmtt8 LMMono8-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt8.pfb -qx-mlmtt9 LMMono9-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt9.pfb -qx-mlmtti10 LMMono10-Italic "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtti10.pfb -qx-mlmtto10 LMMonoSlant10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtto10.pfb -qx-mlmu10 LMRomanUnsl10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmu10.pfb -qx-mlmvtk10 LMMonoPropLt10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtk10.pfb -qx-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtko10.pfb -qx-mlmvtl10 LMMonoPropLt10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtl10.pfb -qx-mlmvtlo10 LMMonoPropLt10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtlo10.pfb -qx-mlmvtt10 LMMonoProp10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtt10.pfb -qx-mlmvtto10 LMMonoProp10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtto10.pfb -rm-mlmb10 LMRomanDemi10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmb10.pfb -rm-mlmbo10 LMRomanDemi10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmbo10.pfb -rm-mlmbx10 LMRoman10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx10.pfb -rm-mlmbx12 LMRoman12-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx12.pfb -rm-mlmbx5 LMRoman5-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx5.pfb -rm-mlmbx6 LMRoman6-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx6.pfb -rm-mlmbx7 LMRoman7-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx7.pfb -rm-mlmbx8 LMRoman8-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx8.pfb -rm-mlmbx9 LMRoman9-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx9.pfb -rm-mlmbxi10 LMRoman10-BoldItalic "enclmrm ReEncodeFont" <lm-rm.enc <mlmbxi10.pfb -rm-mlmbxo10 LMRomanSlant10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbxo10.pfb -rm-mlmcsc10 LMRomanCaps10-Regular "enclmrmsc ReEncodeFont" <lm-rmsc.enc <mlmcsc10.pfb -rm-mlmcsco10 LMRomanCaps10-Oblique "enclmrmsc ReEncodeFont" <lm-rmsc.enc <mlmcsco10.pfb -rm-mlmdunh10 LMRomanDunh10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmdunh10.pfb -rm-mlmduno10 LMRomanDunh10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmduno10.pfb -rm-mlmr10 LMRoman10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr10.pfb -rm-mlmr12 LMRoman12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr12.pfb -rm-mlmr17 LMRoman17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr17.pfb -rm-mlmr5 LMRoman5-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr5.pfb -rm-mlmr6 LMRoman6-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr6.pfb -rm-mlmr7 LMRoman7-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr7.pfb -rm-mlmr8 LMRoman8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr8.pfb -rm-mlmr9 LMRoman9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr9.pfb -rm-mlmri10 LMRoman10-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri10.pfb -rm-mlmri12 LMRoman12-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri12.pfb -rm-mlmri7 LMRoman7-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri7.pfb -rm-mlmri8 LMRoman8-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri8.pfb -rm-mlmri9 LMRoman9-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri9.pfb -rm-mlmro10 LMRomanSlant10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro10.pfb -rm-mlmro12 LMRomanSlant12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro12.pfb -rm-mlmro17 LMRomanSlant17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro17.pfb -rm-mlmro8 LMRomanSlant8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro8.pfb -rm-mlmro9 LMRomanSlant9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro9.pfb -rm-mlmss10 LMSans10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss10.pfb -rm-mlmss12 LMSans12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss12.pfb -rm-mlmss17 LMSans17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss17.pfb -rm-mlmss8 LMSans8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss8.pfb -rm-mlmss9 LMSans9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss9.pfb -rm-mlmssbo10 LMSans10-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssbo10.pfb -rm-mlmssbx10 LMSans10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmssbx10.pfb -rm-mlmssdc10 LMSansDemiCond10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmssdc10.pfb -rm-mlmssdo10 LMSansDemiCond10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssdo10.pfb -rm-mlmsso10 LMSans10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso10.pfb -rm-mlmsso12 LMSans12-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso12.pfb -rm-mlmsso17 LMSans17-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso17.pfb -rm-mlmsso8 LMSans8-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso8.pfb -rm-mlmsso9 LMSans9-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso9.pfb -rm-mlmssq8 LMSansQuot8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmssq8.pfb -rm-mlmssqbo8 LMSansQuot8-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqbo8.pfb -rm-mlmssqbx8 LMSansQuot8-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqbx8.pfb -rm-mlmssqo8 LMSansQuot8-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqo8.pfb -rm-mlmtcsc10 LMMonoCaps10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtcsc10.pfb -rm-mlmtcso10 LMMonoCaps10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtcso10.pfb -rm-mlmtk10 LMMonoLt10-Bold "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtk10.pfb -rm-mlmtko10 LMMonoLt10-BoldOblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtko10.pfb -rm-mlmtl10 LMMonoLt10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtl10.pfb -rm-mlmtlc10 LMMonoLtCond10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlc10.pfb -rm-mlmtlco10 LMMonoLtCond10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlco10.pfb -rm-mlmtlo10 LMMonoLt10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlo10.pfb -rm-mlmtt10 LMMono10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt10.pfb -rm-mlmtt12 LMMono12-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt12.pfb -rm-mlmtt8 LMMono8-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt8.pfb -rm-mlmtt9 LMMono9-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt9.pfb -rm-mlmtti10 LMMono10-Italic "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtti10.pfb -rm-mlmtto10 LMMonoSlant10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtto10.pfb -rm-mlmu10 LMRomanUnsl10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmu10.pfb -rm-mlmvtk10 LMMonoPropLt10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtk10.pfb -rm-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtko10.pfb -rm-mlmvtl10 LMMonoPropLt10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtl10.pfb -rm-mlmvtlo10 LMMonoPropLt10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtlo10.pfb -rm-mlmvtt10 LMMonoProp10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtt10.pfb -rm-mlmvtto10 LMMonoProp10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtto10.pfb -texnansi-mlmb10 LMRomanDemi10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmb10.pfb -texnansi-mlmbo10 LMRomanDemi10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbo10.pfb -texnansi-mlmbx10 LMRoman10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx10.pfb -texnansi-mlmbx12 LMRoman12-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx12.pfb -texnansi-mlmbx5 LMRoman5-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx5.pfb -texnansi-mlmbx6 LMRoman6-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx6.pfb -texnansi-mlmbx7 LMRoman7-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx7.pfb -texnansi-mlmbx8 LMRoman8-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx8.pfb -texnansi-mlmbx9 LMRoman9-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx9.pfb -texnansi-mlmbxi10 LMRoman10-BoldItalic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbxi10.pfb -texnansi-mlmbxo10 LMRomanSlant10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbxo10.pfb -texnansi-mlmcsc10 LMRomanCaps10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmcsc10.pfb -texnansi-mlmcsco10 LMRomanCaps10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmcsco10.pfb -texnansi-mlmdunh10 LMRomanDunh10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmdunh10.pfb -texnansi-mlmduno10 LMRomanDunh10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmduno10.pfb -texnansi-mlmr10 LMRoman10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr10.pfb -texnansi-mlmr12 LMRoman12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr12.pfb -texnansi-mlmr17 LMRoman17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr17.pfb -texnansi-mlmr5 LMRoman5-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr5.pfb -texnansi-mlmr6 LMRoman6-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr6.pfb -texnansi-mlmr7 LMRoman7-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr7.pfb -texnansi-mlmr8 LMRoman8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr8.pfb -texnansi-mlmr9 LMRoman9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr9.pfb -texnansi-mlmri10 LMRoman10-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri10.pfb -texnansi-mlmri12 LMRoman12-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri12.pfb -texnansi-mlmri7 LMRoman7-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri7.pfb -texnansi-mlmri8 LMRoman8-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri8.pfb -texnansi-mlmri9 LMRoman9-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri9.pfb -texnansi-mlmro10 LMRomanSlant10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro10.pfb -texnansi-mlmro12 LMRomanSlant12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro12.pfb -texnansi-mlmro17 LMRomanSlant17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro17.pfb -texnansi-mlmro8 LMRomanSlant8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro8.pfb -texnansi-mlmro9 LMRomanSlant9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro9.pfb -texnansi-mlmss10 LMSans10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss10.pfb -texnansi-mlmss12 LMSans12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss12.pfb -texnansi-mlmss17 LMSans17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss17.pfb -texnansi-mlmss8 LMSans8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss8.pfb -texnansi-mlmss9 LMSans9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss9.pfb -texnansi-mlmssbo10 LMSans10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssbo10.pfb -texnansi-mlmssbx10 LMSans10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssbx10.pfb -texnansi-mlmssdc10 LMSansDemiCond10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssdc10.pfb -texnansi-mlmssdo10 LMSansDemiCond10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssdo10.pfb -texnansi-mlmsso10 LMSans10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso10.pfb -texnansi-mlmsso12 LMSans12-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso12.pfb -texnansi-mlmsso17 LMSans17-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso17.pfb -texnansi-mlmsso8 LMSans8-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso8.pfb -texnansi-mlmsso9 LMSans9-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso9.pfb -texnansi-mlmssq8 LMSansQuot8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssq8.pfb -texnansi-mlmssqbo8 LMSansQuot8-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqbo8.pfb -texnansi-mlmssqbx8 LMSansQuot8-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqbx8.pfb -texnansi-mlmssqo8 LMSansQuot8-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqo8.pfb -texnansi-mlmtcsc10 LMMonoCaps10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtcsc10.pfb -texnansi-mlmtcso10 LMMonoCaps10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtcso10.pfb -texnansi-mlmtk10 LMMonoLt10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtk10.pfb -texnansi-mlmtko10 LMMonoLt10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtko10.pfb -texnansi-mlmtl10 LMMonoLt10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtl10.pfb -texnansi-mlmtlc10 LMMonoLtCond10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlc10.pfb -texnansi-mlmtlco10 LMMonoLtCond10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlco10.pfb -texnansi-mlmtlo10 LMMonoLt10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlo10.pfb -texnansi-mlmtt10 LMMono10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt10.pfb -texnansi-mlmtt12 LMMono12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt12.pfb -texnansi-mlmtt8 LMMono8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt8.pfb -texnansi-mlmtt9 LMMono9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt9.pfb -texnansi-mlmtti10 LMMono10-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtti10.pfb -texnansi-mlmtto10 LMMonoSlant10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtto10.pfb -texnansi-mlmu10 LMRomanUnsl10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmu10.pfb -texnansi-mlmvtk10 LMMonoPropLt10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtk10.pfb -texnansi-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtko10.pfb -texnansi-mlmvtl10 LMMonoPropLt10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtl10.pfb -texnansi-mlmvtlo10 LMMonoPropLt10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtlo10.pfb -texnansi-mlmvtt10 LMMonoProp10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtt10.pfb -texnansi-mlmvtto10 LMMonoProp10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtto10.pfb -t5-mlmb10 LMRomanDemi10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmb10.pfb -t5-mlmbo10 LMRomanDemi10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbo10.pfb -t5-mlmbx10 LMRoman10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx10.pfb -t5-mlmbx12 LMRoman12-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx12.pfb -t5-mlmbx5 LMRoman5-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx5.pfb -t5-mlmbx6 LMRoman6-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx6.pfb -t5-mlmbx7 LMRoman7-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx7.pfb -t5-mlmbx8 LMRoman8-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx8.pfb -t5-mlmbx9 LMRoman9-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx9.pfb -t5-mlmbxi10 LMRoman10-BoldItalic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbxi10.pfb -t5-mlmbxo10 LMRomanSlant10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbxo10.pfb -t5-mlmcsc10 LMRomanCaps10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmcsc10.pfb -t5-mlmcsco10 LMRomanCaps10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmcsco10.pfb -t5-mlmdunh10 LMRomanDunh10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmdunh10.pfb -t5-mlmduno10 LMRomanDunh10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmduno10.pfb -t5-mlmr10 LMRoman10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr10.pfb -t5-mlmr12 LMRoman12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr12.pfb -t5-mlmr17 LMRoman17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr17.pfb -t5-mlmr5 LMRoman5-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr5.pfb -t5-mlmr6 LMRoman6-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr6.pfb -t5-mlmr7 LMRoman7-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr7.pfb -t5-mlmr8 LMRoman8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr8.pfb -t5-mlmr9 LMRoman9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr9.pfb -t5-mlmri10 LMRoman10-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri10.pfb -t5-mlmri12 LMRoman12-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri12.pfb -t5-mlmri7 LMRoman7-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri7.pfb -t5-mlmri8 LMRoman8-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri8.pfb -t5-mlmri9 LMRoman9-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri9.pfb -t5-mlmro10 LMRomanSlant10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro10.pfb -t5-mlmro12 LMRomanSlant12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro12.pfb -t5-mlmro17 LMRomanSlant17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro17.pfb -t5-mlmro8 LMRomanSlant8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro8.pfb -t5-mlmro9 LMRomanSlant9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro9.pfb -t5-mlmss10 LMSans10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss10.pfb -t5-mlmss12 LMSans12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss12.pfb -t5-mlmss17 LMSans17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss17.pfb -t5-mlmss8 LMSans8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss8.pfb -t5-mlmss9 LMSans9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss9.pfb -t5-mlmssbo10 LMSans10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssbo10.pfb -t5-mlmssbx10 LMSans10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssbx10.pfb -t5-mlmssdc10 LMSansDemiCond10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssdc10.pfb -t5-mlmssdo10 LMSansDemiCond10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssdo10.pfb -t5-mlmsso10 LMSans10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso10.pfb -t5-mlmsso12 LMSans12-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso12.pfb -t5-mlmsso17 LMSans17-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso17.pfb -t5-mlmsso8 LMSans8-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso8.pfb -t5-mlmsso9 LMSans9-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso9.pfb -t5-mlmssq8 LMSansQuot8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssq8.pfb -t5-mlmssqbo8 LMSansQuot8-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqbo8.pfb -t5-mlmssqbx8 LMSansQuot8-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqbx8.pfb -t5-mlmssqo8 LMSansQuot8-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqo8.pfb -t5-mlmtcsc10 LMMonoCaps10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtcsc10.pfb -t5-mlmtcso10 LMMonoCaps10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtcso10.pfb -t5-mlmtk10 LMMonoLt10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtk10.pfb -t5-mlmtko10 LMMonoLt10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtko10.pfb -t5-mlmtl10 LMMonoLt10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtl10.pfb -t5-mlmtlc10 LMMonoLtCond10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlc10.pfb -t5-mlmtlco10 LMMonoLtCond10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlco10.pfb -t5-mlmtlo10 LMMonoLt10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlo10.pfb -t5-mlmtt10 LMMono10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt10.pfb -t5-mlmtt12 LMMono12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt12.pfb -t5-mlmtt8 LMMono8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt8.pfb -t5-mlmtt9 LMMono9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt9.pfb -t5-mlmtti10 LMMono10-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtti10.pfb -t5-mlmtto10 LMMonoSlant10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtto10.pfb -t5-mlmu10 LMRomanUnsl10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmu10.pfb -t5-mlmvtk10 LMMonoPropLt10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtk10.pfb -t5-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtko10.pfb -t5-mlmvtl10 LMMonoPropLt10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtl10.pfb -t5-mlmvtlo10 LMMonoPropLt10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtlo10.pfb -t5-mlmvtt10 LMMonoProp10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtt10.pfb -t5-mlmvtto10 LMMonoProp10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtto10.pfb -ts1-mlmb10 LMRomanDemi10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmb10.pfb -ts1-mlmbo10 LMRomanDemi10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbo10.pfb -ts1-mlmbx10 LMRoman10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx10.pfb -ts1-mlmbx12 LMRoman12-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx12.pfb -ts1-mlmbx5 LMRoman5-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx5.pfb -ts1-mlmbx6 LMRoman6-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx6.pfb -ts1-mlmbx7 LMRoman7-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx7.pfb -ts1-mlmbx8 LMRoman8-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx8.pfb -ts1-mlmbx9 LMRoman9-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx9.pfb -ts1-mlmbxi10 LMRoman10-BoldItalic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbxi10.pfb -ts1-mlmbxo10 LMRomanSlant10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbxo10.pfb -ts1-mlmcsc10 LMRomanCaps10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmcsc10.pfb -ts1-mlmcsco10 LMRomanCaps10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmcsco10.pfb -ts1-mlmdunh10 LMRomanDunh10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmdunh10.pfb -ts1-mlmduno10 LMRomanDunh10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmduno10.pfb -ts1-mlmr10 LMRoman10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr10.pfb -ts1-mlmr12 LMRoman12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr12.pfb -ts1-mlmr17 LMRoman17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr17.pfb -ts1-mlmr5 LMRoman5-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr5.pfb -ts1-mlmr6 LMRoman6-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr6.pfb -ts1-mlmr7 LMRoman7-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr7.pfb -ts1-mlmr8 LMRoman8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr8.pfb -ts1-mlmr9 LMRoman9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr9.pfb -ts1-mlmri10 LMRoman10-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri10.pfb -ts1-mlmri12 LMRoman12-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri12.pfb -ts1-mlmri7 LMRoman7-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri7.pfb -ts1-mlmri8 LMRoman8-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri8.pfb -ts1-mlmri9 LMRoman9-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri9.pfb -ts1-mlmro10 LMRomanSlant10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro10.pfb -ts1-mlmro12 LMRomanSlant12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro12.pfb -ts1-mlmro17 LMRomanSlant17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro17.pfb -ts1-mlmro8 LMRomanSlant8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro8.pfb -ts1-mlmro9 LMRomanSlant9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro9.pfb -ts1-mlmss10 LMSans10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss10.pfb -ts1-mlmss12 LMSans12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss12.pfb -ts1-mlmss17 LMSans17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss17.pfb -ts1-mlmss8 LMSans8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss8.pfb -ts1-mlmss9 LMSans9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss9.pfb -ts1-mlmssbo10 LMSans10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssbo10.pfb -ts1-mlmssbx10 LMSans10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssbx10.pfb -ts1-mlmssdc10 LMSansDemiCond10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssdc10.pfb -ts1-mlmssdo10 LMSansDemiCond10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssdo10.pfb -ts1-mlmsso10 LMSans10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso10.pfb -ts1-mlmsso12 LMSans12-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso12.pfb -ts1-mlmsso17 LMSans17-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso17.pfb -ts1-mlmsso8 LMSans8-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso8.pfb -ts1-mlmsso9 LMSans9-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso9.pfb -ts1-mlmssq8 LMSansQuot8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssq8.pfb -ts1-mlmssqbo8 LMSansQuot8-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqbo8.pfb -ts1-mlmssqbx8 LMSansQuot8-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqbx8.pfb -ts1-mlmssqo8 LMSansQuot8-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqo8.pfb -ts1-mlmtcsc10 LMMonoCaps10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtcsc10.pfb -ts1-mlmtcso10 LMMonoCaps10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtcso10.pfb -ts1-mlmtk10 LMMonoLt10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtk10.pfb -ts1-mlmtko10 LMMonoLt10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtko10.pfb -ts1-mlmtl10 LMMonoLt10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtl10.pfb -ts1-mlmtlc10 LMMonoLtCond10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlc10.pfb -ts1-mlmtlco10 LMMonoLtCond10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlco10.pfb -ts1-mlmtlo10 LMMonoLt10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlo10.pfb -ts1-mlmtt10 LMMono10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt10.pfb -ts1-mlmtt12 LMMono12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt12.pfb -ts1-mlmtt8 LMMono8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt8.pfb -ts1-mlmtt9 LMMono9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt9.pfb -ts1-mlmtti10 LMMono10-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtti10.pfb -ts1-mlmtto10 LMMonoSlant10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtto10.pfb -ts1-mlmu10 LMRomanUnsl10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmu10.pfb -ts1-mlmvtk10 LMMonoPropLt10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtk10.pfb -ts1-mlmvtko10 LMMonoPropLt10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtko10.pfb -ts1-mlmvtl10 LMMonoPropLt10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtl10.pfb -ts1-mlmvtlo10 LMMonoPropLt10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtlo10.pfb -ts1-mlmvtt10 LMMonoProp10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtt10.pfb -ts1-mlmvtto10 LMMonoProp10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtto10.pfb -mlmbsy5 LMMathSymbols5-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy5.pfb -mlmbsy7 LMMathSymbols7-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy7.pfb -mlmbsy10 LMMathSymbols10-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy10.pfb -mlmsy5 LMMathSymbols5-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy5.pfb -mlmsy6 LMMathSymbols6-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy6.pfb -mlmsy7 LMMathSymbols7-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy7.pfb -mlmsy8 LMMathSymbols8-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy8.pfb -mlmsy9 LMMathSymbols9-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy9.pfb -mlmsy10 LMMathSymbols10-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy10.pfb -mlmex10 LMMathExtension10-Regular "enclmmathex ReEncodeFont" <lm-mathex.enc <mlmex10.pfb -mlmmi5 LMMathItalic5-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi5.pfb -mlmmi6 LMMathItalic6-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi6.pfb -mlmmi7 LMMathItalic7-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi7.pfb -mlmmi8 LMMathItalic8-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi8.pfb -mlmmi9 LMMathItalic9-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi9.pfb -mlmmi10 LMMathItalic10-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi10.pfb -mlmmi12 LMMathItalic12-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi12.pfb -mlmmib5 LMMathItalic5-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib5.pfb -mlmmib7 LMMathItalic7-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib7.pfb -mlmmib10 LMMathItalic10-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib10.pfb +cs-mlmb10 MLMRomanDemi10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmb10.pfb +cs-mlmbo10 MLMRomanDemi10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmbo10.pfb +cs-mlmbx10 MLMRoman10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx10.pfb +cs-mlmbx12 MLMRoman12-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx12.pfb +cs-mlmbx5 MLMRoman5-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx5.pfb +cs-mlmbx6 MLMRoman6-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx6.pfb +cs-mlmbx7 MLMRoman7-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx7.pfb +cs-mlmbx8 MLMRoman8-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx8.pfb +cs-mlmbx9 MLMRoman9-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbx9.pfb +cs-mlmbxi10 MLMRoman10-BoldItalic "enclmcs ReEncodeFont" <lm-cs.enc <mlmbxi10.pfb +cs-mlmbxo10 MLMRomanSlant10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmbxo10.pfb +cs-mlmcsc10 MLMRomanCaps10-Regular "enclmcssc ReEncodeFont" <lm-cssc.enc <mlmcsc10.pfb +cs-mlmcsco10 MLMRomanCaps10-Oblique "enclmcssc ReEncodeFont" <lm-cssc.enc <mlmcsco10.pfb +cs-mlmdunh10 MLMRomanDunh10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmdunh10.pfb +cs-mlmduno10 MLMRomanDunh10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmduno10.pfb +cs-mlmr10 MLMRoman10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr10.pfb +cs-mlmr12 MLMRoman12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr12.pfb +cs-mlmr17 MLMRoman17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr17.pfb +cs-mlmr5 MLMRoman5-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr5.pfb +cs-mlmr6 MLMRoman6-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr6.pfb +cs-mlmr7 MLMRoman7-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr7.pfb +cs-mlmr8 MLMRoman8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr8.pfb +cs-mlmr9 MLMRoman9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmr9.pfb +cs-mlmri10 MLMRoman10-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri10.pfb +cs-mlmri12 MLMRoman12-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri12.pfb +cs-mlmri7 MLMRoman7-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri7.pfb +cs-mlmri8 MLMRoman8-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri8.pfb +cs-mlmri9 MLMRoman9-Italic "enclmcs ReEncodeFont" <lm-cs.enc <mlmri9.pfb +cs-mlmro10 MLMRomanSlant10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro10.pfb +cs-mlmro12 MLMRomanSlant12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro12.pfb +cs-mlmro17 MLMRomanSlant17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro17.pfb +cs-mlmro8 MLMRomanSlant8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro8.pfb +cs-mlmro9 MLMRomanSlant9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmro9.pfb +cs-mlmss10 MLMSans10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss10.pfb +cs-mlmss12 MLMSans12-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss12.pfb +cs-mlmss17 MLMSans17-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss17.pfb +cs-mlmss8 MLMSans8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss8.pfb +cs-mlmss9 MLMSans9-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmss9.pfb +cs-mlmssbo10 MLMSans10-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssbo10.pfb +cs-mlmssbx10 MLMSans10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmssbx10.pfb +cs-mlmssdc10 MLMSansDemiCond10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmssdc10.pfb +cs-mlmssdo10 MLMSansDemiCond10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssdo10.pfb +cs-mlmsso10 MLMSans10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso10.pfb +cs-mlmsso12 MLMSans12-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso12.pfb +cs-mlmsso17 MLMSans17-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso17.pfb +cs-mlmsso8 MLMSans8-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso8.pfb +cs-mlmsso9 MLMSans9-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmsso9.pfb +cs-mlmssq8 MLMSansQuot8-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmssq8.pfb +cs-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqbo8.pfb +cs-mlmssqbx8 MLMSansQuot8-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqbx8.pfb +cs-mlmssqo8 MLMSansQuot8-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmssqo8.pfb +cs-mlmtcsc10 MLMMonoCaps10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtcsc10.pfb +cs-mlmtcso10 MLMMonoCaps10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtcso10.pfb +cs-mlmtk10 MLMMonoLt10-Bold "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtk10.pfb +cs-mlmtko10 MLMMonoLt10-BoldOblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtko10.pfb +cs-mlmtl10 MLMMonoLt10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtl10.pfb +cs-mlmtlc10 MLMMonoLtCond10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlc10.pfb +cs-mlmtlco10 MLMMonoLtCond10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlco10.pfb +cs-mlmtlo10 MLMMonoLt10-Oblique "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtlo10.pfb +cs-mlmtt10 MLMMono10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt10.pfb +cs-mlmtt12 MLMMono12-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt12.pfb +cs-mlmtt8 MLMMono8-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt8.pfb +cs-mlmtt9 MLMMono9-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtt9.pfb +cs-mlmtti10 MLMMono10-Italic "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtti10.pfb +cs-mlmtto10 MLMMonoSlant10-Regular "enclmcstt ReEncodeFont" <lm-cstt.enc <mlmtto10.pfb +cs-mlmu10 MLMRomanUnsl10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmu10.pfb +cs-mlmvtk10 MLMMonoPropLt10-Bold "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtk10.pfb +cs-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtko10.pfb +cs-mlmvtl10 MLMMonoPropLt10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtl10.pfb +cs-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtlo10.pfb +cs-mlmvtt10 MLMMonoProp10-Regular "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtt10.pfb +cs-mlmvtto10 MLMMonoProp10-Oblique "enclmcs ReEncodeFont" <lm-cs.enc <mlmvtto10.pfb +ec-mlmb10 MLMRomanDemi10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmb10.pfb +ec-mlmbo10 MLMRomanDemi10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmbo10.pfb +ec-mlmbx10 MLMRoman10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx10.pfb +ec-mlmbx12 MLMRoman12-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx12.pfb +ec-mlmbx5 MLMRoman5-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx5.pfb +ec-mlmbx6 MLMRoman6-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx6.pfb +ec-mlmbx7 MLMRoman7-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx7.pfb +ec-mlmbx8 MLMRoman8-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx8.pfb +ec-mlmbx9 MLMRoman9-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbx9.pfb +ec-mlmbxi10 MLMRoman10-BoldItalic "enclmec ReEncodeFont" <lm-ec.enc <mlmbxi10.pfb +ec-mlmbxo10 MLMRomanSlant10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmbxo10.pfb +ec-mlmcsc10 MLMRomanCaps10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmcsc10.pfb +ec-mlmcsco10 MLMRomanCaps10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmcsco10.pfb +ec-mlmdunh10 MLMRomanDunh10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmdunh10.pfb +ec-mlmduno10 MLMRomanDunh10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmduno10.pfb +ec-mlmr10 MLMRoman10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr10.pfb +ec-mlmr12 MLMRoman12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr12.pfb +ec-mlmr17 MLMRoman17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr17.pfb +ec-mlmr5 MLMRoman5-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr5.pfb +ec-mlmr6 MLMRoman6-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr6.pfb +ec-mlmr7 MLMRoman7-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr7.pfb +ec-mlmr8 MLMRoman8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr8.pfb +ec-mlmr9 MLMRoman9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmr9.pfb +ec-mlmri10 MLMRoman10-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri10.pfb +ec-mlmri12 MLMRoman12-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri12.pfb +ec-mlmri7 MLMRoman7-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri7.pfb +ec-mlmri8 MLMRoman8-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri8.pfb +ec-mlmri9 MLMRoman9-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmri9.pfb +ec-mlmro10 MLMRomanSlant10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro10.pfb +ec-mlmro12 MLMRomanSlant12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro12.pfb +ec-mlmro17 MLMRomanSlant17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro17.pfb +ec-mlmro8 MLMRomanSlant8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro8.pfb +ec-mlmro9 MLMRomanSlant9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmro9.pfb +ec-mlmss10 MLMSans10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss10.pfb +ec-mlmss12 MLMSans12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss12.pfb +ec-mlmss17 MLMSans17-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss17.pfb +ec-mlmss8 MLMSans8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss8.pfb +ec-mlmss9 MLMSans9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmss9.pfb +ec-mlmssbo10 MLMSans10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssbo10.pfb +ec-mlmssbx10 MLMSans10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmssbx10.pfb +ec-mlmssdc10 MLMSansDemiCond10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmssdc10.pfb +ec-mlmssdo10 MLMSansDemiCond10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssdo10.pfb +ec-mlmsso10 MLMSans10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso10.pfb +ec-mlmsso12 MLMSans12-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso12.pfb +ec-mlmsso17 MLMSans17-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso17.pfb +ec-mlmsso8 MLMSans8-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso8.pfb +ec-mlmsso9 MLMSans9-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmsso9.pfb +ec-mlmssq8 MLMSansQuot8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmssq8.pfb +ec-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssqbo8.pfb +ec-mlmssqbx8 MLMSansQuot8-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmssqbx8.pfb +ec-mlmssqo8 MLMSansQuot8-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmssqo8.pfb +ec-mlmtcsc10 MLMMonoCaps10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtcsc10.pfb +ec-mlmtcso10 MLMMonoCaps10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtcso10.pfb +ec-mlmtk10 MLMMonoLt10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmtk10.pfb +ec-mlmtko10 MLMMonoLt10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtko10.pfb +ec-mlmtl10 MLMMonoLt10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtl10.pfb +ec-mlmtlc10 MLMMonoLtCond10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtlc10.pfb +ec-mlmtlco10 MLMMonoLtCond10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtlco10.pfb +ec-mlmtlo10 MLMMonoLt10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmtlo10.pfb +ec-mlmtt10 MLMMono10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt10.pfb +ec-mlmtt12 MLMMono12-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt12.pfb +ec-mlmtt8 MLMMono8-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt8.pfb +ec-mlmtt9 MLMMono9-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtt9.pfb +ec-mlmtti10 MLMMono10-Italic "enclmec ReEncodeFont" <lm-ec.enc <mlmtti10.pfb +ec-mlmtto10 MLMMonoSlant10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmtto10.pfb +ec-mlmu10 MLMRomanUnsl10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmu10.pfb +ec-mlmvtk10 MLMMonoPropLt10-Bold "enclmec ReEncodeFont" <lm-ec.enc <mlmvtk10.pfb +ec-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtko10.pfb +ec-mlmvtl10 MLMMonoPropLt10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmvtl10.pfb +ec-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtlo10.pfb +ec-mlmvtt10 MLMMonoProp10-Regular "enclmec ReEncodeFont" <lm-ec.enc <mlmvtt10.pfb +ec-mlmvtto10 MLMMonoProp10-Oblique "enclmec ReEncodeFont" <lm-ec.enc <mlmvtto10.pfb +l7x-mlmb10 MLMRomanDemi10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmb10.pfb +l7x-mlmbo10 MLMRomanDemi10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbo10.pfb +l7x-mlmbx10 MLMRoman10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx10.pfb +l7x-mlmbx12 MLMRoman12-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx12.pfb +l7x-mlmbx5 MLMRoman5-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx5.pfb +l7x-mlmbx6 MLMRoman6-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx6.pfb +l7x-mlmbx7 MLMRoman7-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx7.pfb +l7x-mlmbx8 MLMRoman8-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx8.pfb +l7x-mlmbx9 MLMRoman9-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbx9.pfb +l7x-mlmbxi10 MLMRoman10-BoldItalic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbxi10.pfb +l7x-mlmbxo10 MLMRomanSlant10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmbxo10.pfb +l7x-mlmcsc10 MLMRomanCaps10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmcsc10.pfb +l7x-mlmcsco10 MLMRomanCaps10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmcsco10.pfb +l7x-mlmdunh10 MLMRomanDunh10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmdunh10.pfb +l7x-mlmduno10 MLMRomanDunh10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmduno10.pfb +l7x-mlmr10 MLMRoman10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr10.pfb +l7x-mlmr12 MLMRoman12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr12.pfb +l7x-mlmr17 MLMRoman17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr17.pfb +l7x-mlmr5 MLMRoman5-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr5.pfb +l7x-mlmr6 MLMRoman6-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr6.pfb +l7x-mlmr7 MLMRoman7-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr7.pfb +l7x-mlmr8 MLMRoman8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr8.pfb +l7x-mlmr9 MLMRoman9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmr9.pfb +l7x-mlmri10 MLMRoman10-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri10.pfb +l7x-mlmri12 MLMRoman12-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri12.pfb +l7x-mlmri7 MLMRoman7-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri7.pfb +l7x-mlmri8 MLMRoman8-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri8.pfb +l7x-mlmri9 MLMRoman9-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmri9.pfb +l7x-mlmro10 MLMRomanSlant10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro10.pfb +l7x-mlmro12 MLMRomanSlant12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro12.pfb +l7x-mlmro17 MLMRomanSlant17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro17.pfb +l7x-mlmro8 MLMRomanSlant8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro8.pfb +l7x-mlmro9 MLMRomanSlant9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmro9.pfb +l7x-mlmss10 MLMSans10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss10.pfb +l7x-mlmss12 MLMSans12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss12.pfb +l7x-mlmss17 MLMSans17-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss17.pfb +l7x-mlmss8 MLMSans8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss8.pfb +l7x-mlmss9 MLMSans9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmss9.pfb +l7x-mlmssbo10 MLMSans10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssbo10.pfb +l7x-mlmssbx10 MLMSans10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssbx10.pfb +l7x-mlmssdc10 MLMSansDemiCond10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssdc10.pfb +l7x-mlmssdo10 MLMSansDemiCond10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssdo10.pfb +l7x-mlmsso10 MLMSans10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso10.pfb +l7x-mlmsso12 MLMSans12-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso12.pfb +l7x-mlmsso17 MLMSans17-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso17.pfb +l7x-mlmsso8 MLMSans8-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso8.pfb +l7x-mlmsso9 MLMSans9-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmsso9.pfb +l7x-mlmssq8 MLMSansQuot8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssq8.pfb +l7x-mlmssqbo8 MLMSansQuot8-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqbo8.pfb +l7x-mlmssqbx8 MLMSansQuot8-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqbx8.pfb +l7x-mlmssqo8 MLMSansQuot8-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmssqo8.pfb +l7x-mlmtcsc10 MLMMonoCaps10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtcsc10.pfb +l7x-mlmtcso10 MLMMonoCaps10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtcso10.pfb +l7x-mlmtk10 MLMMonoLt10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtk10.pfb +l7x-mlmtko10 MLMMonoLt10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtko10.pfb +l7x-mlmtl10 MLMMonoLt10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtl10.pfb +l7x-mlmtlc10 MLMMonoLtCond10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlc10.pfb +l7x-mlmtlco10 MLMMonoLtCond10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlco10.pfb +l7x-mlmtlo10 MLMMonoLt10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtlo10.pfb +l7x-mlmtt10 MLMMono10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt10.pfb +l7x-mlmtt12 MLMMono12-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt12.pfb +l7x-mlmtt8 MLMMono8-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt8.pfb +l7x-mlmtt9 MLMMono9-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtt9.pfb +l7x-mlmtti10 MLMMono10-Italic "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtti10.pfb +l7x-mlmtto10 MLMMonoSlant10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmtto10.pfb +l7x-mlmu10 MLMRomanUnsl10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmu10.pfb +l7x-mlmvtk10 MLMMonoPropLt10-Bold "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtk10.pfb +l7x-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtko10.pfb +l7x-mlmvtl10 MLMMonoPropLt10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtl10.pfb +l7x-mlmvtlo10 MLMMonoPropLt10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtlo10.pfb +l7x-mlmvtt10 MLMMonoProp10-Regular "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtt10.pfb +l7x-mlmvtto10 MLMMonoProp10-Oblique "enclml7x ReEncodeFont" <lm-l7x.enc <mlmvtto10.pfb +qx-mlmb10 MLMRomanDemi10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmb10.pfb +qx-mlmbo10 MLMRomanDemi10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmbo10.pfb +qx-mlmbx10 MLMRoman10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx10.pfb +qx-mlmbx12 MLMRoman12-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx12.pfb +qx-mlmbx5 MLMRoman5-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx5.pfb +qx-mlmbx6 MLMRoman6-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx6.pfb +qx-mlmbx7 MLMRoman7-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx7.pfb +qx-mlmbx8 MLMRoman8-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx8.pfb +qx-mlmbx9 MLMRoman9-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbx9.pfb +qx-mlmbxi10 MLMRoman10-BoldItalic "enclmqx ReEncodeFont" <lm-qx.enc <mlmbxi10.pfb +qx-mlmbxo10 MLMRomanSlant10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmbxo10.pfb +qx-mlmcsc10 MLMRomanCaps10-Regular "enclmqxsc ReEncodeFont" <lm-qxsc.enc <mlmcsc10.pfb +qx-mlmcsco10 MLMRomanCaps10-Oblique "enclmqxsc ReEncodeFont" <lm-qxsc.enc <mlmcsco10.pfb +qx-mlmdunh10 MLMRomanDunh10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmdunh10.pfb +qx-mlmduno10 MLMRomanDunh10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmduno10.pfb +qx-mlmr10 MLMRoman10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr10.pfb +qx-mlmr12 MLMRoman12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr12.pfb +qx-mlmr17 MLMRoman17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr17.pfb +qx-mlmr5 MLMRoman5-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr5.pfb +qx-mlmr6 MLMRoman6-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr6.pfb +qx-mlmr7 MLMRoman7-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr7.pfb +qx-mlmr8 MLMRoman8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr8.pfb +qx-mlmr9 MLMRoman9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmr9.pfb +qx-mlmri10 MLMRoman10-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri10.pfb +qx-mlmri12 MLMRoman12-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri12.pfb +qx-mlmri7 MLMRoman7-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri7.pfb +qx-mlmri8 MLMRoman8-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri8.pfb +qx-mlmri9 MLMRoman9-Italic "enclmqx ReEncodeFont" <lm-qx.enc <mlmri9.pfb +qx-mlmro10 MLMRomanSlant10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro10.pfb +qx-mlmro12 MLMRomanSlant12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro12.pfb +qx-mlmro17 MLMRomanSlant17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro17.pfb +qx-mlmro8 MLMRomanSlant8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro8.pfb +qx-mlmro9 MLMRomanSlant9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmro9.pfb +qx-mlmss10 MLMSans10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss10.pfb +qx-mlmss12 MLMSans12-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss12.pfb +qx-mlmss17 MLMSans17-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss17.pfb +qx-mlmss8 MLMSans8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss8.pfb +qx-mlmss9 MLMSans9-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmss9.pfb +qx-mlmssbo10 MLMSans10-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssbo10.pfb +qx-mlmssbx10 MLMSans10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmssbx10.pfb +qx-mlmssdc10 MLMSansDemiCond10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmssdc10.pfb +qx-mlmssdo10 MLMSansDemiCond10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssdo10.pfb +qx-mlmsso10 MLMSans10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso10.pfb +qx-mlmsso12 MLMSans12-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso12.pfb +qx-mlmsso17 MLMSans17-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso17.pfb +qx-mlmsso8 MLMSans8-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso8.pfb +qx-mlmsso9 MLMSans9-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmsso9.pfb +qx-mlmssq8 MLMSansQuot8-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmssq8.pfb +qx-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqbo8.pfb +qx-mlmssqbx8 MLMSansQuot8-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqbx8.pfb +qx-mlmssqo8 MLMSansQuot8-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmssqo8.pfb +qx-mlmtcsc10 MLMMonoCaps10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtcsc10.pfb +qx-mlmtcso10 MLMMonoCaps10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtcso10.pfb +qx-mlmtk10 MLMMonoLt10-Bold "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtk10.pfb +qx-mlmtko10 MLMMonoLt10-BoldOblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtko10.pfb +qx-mlmtl10 MLMMonoLt10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtl10.pfb +qx-mlmtlc10 MLMMonoLtCond10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlc10.pfb +qx-mlmtlco10 MLMMonoLtCond10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlco10.pfb +qx-mlmtlo10 MLMMonoLt10-Oblique "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtlo10.pfb +qx-mlmtt10 MLMMono10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt10.pfb +qx-mlmtt12 MLMMono12-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt12.pfb +qx-mlmtt8 MLMMono8-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt8.pfb +qx-mlmtt9 MLMMono9-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtt9.pfb +qx-mlmtti10 MLMMono10-Italic "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtti10.pfb +qx-mlmtto10 MLMMonoSlant10-Regular "enclmqxtt ReEncodeFont" <lm-qxtt.enc <mlmtto10.pfb +qx-mlmu10 MLMRomanUnsl10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmu10.pfb +qx-mlmvtk10 MLMMonoPropLt10-Bold "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtk10.pfb +qx-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtko10.pfb +qx-mlmvtl10 MLMMonoPropLt10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtl10.pfb +qx-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtlo10.pfb +qx-mlmvtt10 MLMMonoProp10-Regular "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtt10.pfb +qx-mlmvtto10 MLMMonoProp10-Oblique "enclmqx ReEncodeFont" <lm-qx.enc <mlmvtto10.pfb +rm-mlmb10 MLMRomanDemi10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmb10.pfb +rm-mlmbo10 MLMRomanDemi10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmbo10.pfb +rm-mlmbx10 MLMRoman10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx10.pfb +rm-mlmbx12 MLMRoman12-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx12.pfb +rm-mlmbx5 MLMRoman5-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx5.pfb +rm-mlmbx6 MLMRoman6-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx6.pfb +rm-mlmbx7 MLMRoman7-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx7.pfb +rm-mlmbx8 MLMRoman8-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx8.pfb +rm-mlmbx9 MLMRoman9-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbx9.pfb +rm-mlmbxi10 MLMRoman10-BoldItalic "enclmrm ReEncodeFont" <lm-rm.enc <mlmbxi10.pfb +rm-mlmbxo10 MLMRomanSlant10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmbxo10.pfb +rm-mlmcsc10 MLMRomanCaps10-Regular "enclmrmsc ReEncodeFont" <lm-rmsc.enc <mlmcsc10.pfb +rm-mlmcsco10 MLMRomanCaps10-Oblique "enclmrmsc ReEncodeFont" <lm-rmsc.enc <mlmcsco10.pfb +rm-mlmdunh10 MLMRomanDunh10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmdunh10.pfb +rm-mlmduno10 MLMRomanDunh10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmduno10.pfb +rm-mlmr10 MLMRoman10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr10.pfb +rm-mlmr12 MLMRoman12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr12.pfb +rm-mlmr17 MLMRoman17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr17.pfb +rm-mlmr5 MLMRoman5-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr5.pfb +rm-mlmr6 MLMRoman6-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr6.pfb +rm-mlmr7 MLMRoman7-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr7.pfb +rm-mlmr8 MLMRoman8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr8.pfb +rm-mlmr9 MLMRoman9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmr9.pfb +rm-mlmri10 MLMRoman10-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri10.pfb +rm-mlmri12 MLMRoman12-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri12.pfb +rm-mlmri7 MLMRoman7-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri7.pfb +rm-mlmri8 MLMRoman8-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri8.pfb +rm-mlmri9 MLMRoman9-Italic "enclmrm ReEncodeFont" <lm-rm.enc <mlmri9.pfb +rm-mlmro10 MLMRomanSlant10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro10.pfb +rm-mlmro12 MLMRomanSlant12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro12.pfb +rm-mlmro17 MLMRomanSlant17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro17.pfb +rm-mlmro8 MLMRomanSlant8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro8.pfb +rm-mlmro9 MLMRomanSlant9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmro9.pfb +rm-mlmss10 MLMSans10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss10.pfb +rm-mlmss12 MLMSans12-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss12.pfb +rm-mlmss17 MLMSans17-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss17.pfb +rm-mlmss8 MLMSans8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss8.pfb +rm-mlmss9 MLMSans9-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmss9.pfb +rm-mlmssbo10 MLMSans10-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssbo10.pfb +rm-mlmssbx10 MLMSans10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmssbx10.pfb +rm-mlmssdc10 MLMSansDemiCond10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmssdc10.pfb +rm-mlmssdo10 MLMSansDemiCond10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssdo10.pfb +rm-mlmsso10 MLMSans10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso10.pfb +rm-mlmsso12 MLMSans12-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso12.pfb +rm-mlmsso17 MLMSans17-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso17.pfb +rm-mlmsso8 MLMSans8-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso8.pfb +rm-mlmsso9 MLMSans9-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmsso9.pfb +rm-mlmssq8 MLMSansQuot8-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmssq8.pfb +rm-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqbo8.pfb +rm-mlmssqbx8 MLMSansQuot8-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqbx8.pfb +rm-mlmssqo8 MLMSansQuot8-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmssqo8.pfb +rm-mlmtcsc10 MLMMonoCaps10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtcsc10.pfb +rm-mlmtcso10 MLMMonoCaps10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtcso10.pfb +rm-mlmtk10 MLMMonoLt10-Bold "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtk10.pfb +rm-mlmtko10 MLMMonoLt10-BoldOblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtko10.pfb +rm-mlmtl10 MLMMonoLt10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtl10.pfb +rm-mlmtlc10 MLMMonoLtCond10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlc10.pfb +rm-mlmtlco10 MLMMonoLtCond10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlco10.pfb +rm-mlmtlo10 MLMMonoLt10-Oblique "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtlo10.pfb +rm-mlmtt10 MLMMono10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt10.pfb +rm-mlmtt12 MLMMono12-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt12.pfb +rm-mlmtt8 MLMMono8-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt8.pfb +rm-mlmtt9 MLMMono9-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtt9.pfb +rm-mlmtti10 MLMMono10-Italic "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtti10.pfb +rm-mlmtto10 MLMMonoSlant10-Regular "enclmrmtt ReEncodeFont" <lm-rmtt.enc <mlmtto10.pfb +rm-mlmu10 MLMRomanUnsl10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmu10.pfb +rm-mlmvtk10 MLMMonoPropLt10-Bold "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtk10.pfb +rm-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtko10.pfb +rm-mlmvtl10 MLMMonoPropLt10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtl10.pfb +rm-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtlo10.pfb +rm-mlmvtt10 MLMMonoProp10-Regular "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtt10.pfb +rm-mlmvtto10 MLMMonoProp10-Oblique "enclmrm ReEncodeFont" <lm-rm.enc <mlmvtto10.pfb +texnansi-mlmb10 MLMRomanDemi10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmb10.pfb +texnansi-mlmbo10 MLMRomanDemi10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbo10.pfb +texnansi-mlmbx10 MLMRoman10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx10.pfb +texnansi-mlmbx12 MLMRoman12-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx12.pfb +texnansi-mlmbx5 MLMRoman5-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx5.pfb +texnansi-mlmbx6 MLMRoman6-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx6.pfb +texnansi-mlmbx7 MLMRoman7-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx7.pfb +texnansi-mlmbx8 MLMRoman8-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx8.pfb +texnansi-mlmbx9 MLMRoman9-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbx9.pfb +texnansi-mlmbxi10 MLMRoman10-BoldItalic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbxi10.pfb +texnansi-mlmbxo10 MLMRomanSlant10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmbxo10.pfb +texnansi-mlmcsc10 MLMRomanCaps10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmcsc10.pfb +texnansi-mlmcsco10 MLMRomanCaps10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmcsco10.pfb +texnansi-mlmdunh10 MLMRomanDunh10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmdunh10.pfb +texnansi-mlmduno10 MLMRomanDunh10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmduno10.pfb +texnansi-mlmr10 MLMRoman10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr10.pfb +texnansi-mlmr12 MLMRoman12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr12.pfb +texnansi-mlmr17 MLMRoman17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr17.pfb +texnansi-mlmr5 MLMRoman5-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr5.pfb +texnansi-mlmr6 MLMRoman6-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr6.pfb +texnansi-mlmr7 MLMRoman7-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr7.pfb +texnansi-mlmr8 MLMRoman8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr8.pfb +texnansi-mlmr9 MLMRoman9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmr9.pfb +texnansi-mlmri10 MLMRoman10-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri10.pfb +texnansi-mlmri12 MLMRoman12-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri12.pfb +texnansi-mlmri7 MLMRoman7-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri7.pfb +texnansi-mlmri8 MLMRoman8-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri8.pfb +texnansi-mlmri9 MLMRoman9-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmri9.pfb +texnansi-mlmro10 MLMRomanSlant10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro10.pfb +texnansi-mlmro12 MLMRomanSlant12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro12.pfb +texnansi-mlmro17 MLMRomanSlant17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro17.pfb +texnansi-mlmro8 MLMRomanSlant8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro8.pfb +texnansi-mlmro9 MLMRomanSlant9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmro9.pfb +texnansi-mlmss10 MLMSans10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss10.pfb +texnansi-mlmss12 MLMSans12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss12.pfb +texnansi-mlmss17 MLMSans17-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss17.pfb +texnansi-mlmss8 MLMSans8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss8.pfb +texnansi-mlmss9 MLMSans9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmss9.pfb +texnansi-mlmssbo10 MLMSans10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssbo10.pfb +texnansi-mlmssbx10 MLMSans10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssbx10.pfb +texnansi-mlmssdc10 MLMSansDemiCond10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssdc10.pfb +texnansi-mlmssdo10 MLMSansDemiCond10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssdo10.pfb +texnansi-mlmsso10 MLMSans10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso10.pfb +texnansi-mlmsso12 MLMSans12-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso12.pfb +texnansi-mlmsso17 MLMSans17-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso17.pfb +texnansi-mlmsso8 MLMSans8-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso8.pfb +texnansi-mlmsso9 MLMSans9-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmsso9.pfb +texnansi-mlmssq8 MLMSansQuot8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssq8.pfb +texnansi-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqbo8.pfb +texnansi-mlmssqbx8 MLMSansQuot8-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqbx8.pfb +texnansi-mlmssqo8 MLMSansQuot8-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmssqo8.pfb +texnansi-mlmtcsc10 MLMMonoCaps10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtcsc10.pfb +texnansi-mlmtcso10 MLMMonoCaps10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtcso10.pfb +texnansi-mlmtk10 MLMMonoLt10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtk10.pfb +texnansi-mlmtko10 MLMMonoLt10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtko10.pfb +texnansi-mlmtl10 MLMMonoLt10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtl10.pfb +texnansi-mlmtlc10 MLMMonoLtCond10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlc10.pfb +texnansi-mlmtlco10 MLMMonoLtCond10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlco10.pfb +texnansi-mlmtlo10 MLMMonoLt10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtlo10.pfb +texnansi-mlmtt10 MLMMono10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt10.pfb +texnansi-mlmtt12 MLMMono12-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt12.pfb +texnansi-mlmtt8 MLMMono8-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt8.pfb +texnansi-mlmtt9 MLMMono9-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtt9.pfb +texnansi-mlmtti10 MLMMono10-Italic "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtti10.pfb +texnansi-mlmtto10 MLMMonoSlant10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmtto10.pfb +texnansi-mlmu10 MLMRomanUnsl10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmu10.pfb +texnansi-mlmvtk10 MLMMonoPropLt10-Bold "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtk10.pfb +texnansi-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtko10.pfb +texnansi-mlmvtl10 MLMMonoPropLt10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtl10.pfb +texnansi-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtlo10.pfb +texnansi-mlmvtt10 MLMMonoProp10-Regular "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtt10.pfb +texnansi-mlmvtto10 MLMMonoProp10-Oblique "enclmtexnansi ReEncodeFont" <lm-texnansi.enc <mlmvtto10.pfb +t5-mlmb10 MLMRomanDemi10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmb10.pfb +t5-mlmbo10 MLMRomanDemi10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbo10.pfb +t5-mlmbx10 MLMRoman10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx10.pfb +t5-mlmbx12 MLMRoman12-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx12.pfb +t5-mlmbx5 MLMRoman5-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx5.pfb +t5-mlmbx6 MLMRoman6-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx6.pfb +t5-mlmbx7 MLMRoman7-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx7.pfb +t5-mlmbx8 MLMRoman8-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx8.pfb +t5-mlmbx9 MLMRoman9-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbx9.pfb +t5-mlmbxi10 MLMRoman10-BoldItalic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbxi10.pfb +t5-mlmbxo10 MLMRomanSlant10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmbxo10.pfb +t5-mlmcsc10 MLMRomanCaps10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmcsc10.pfb +t5-mlmcsco10 MLMRomanCaps10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmcsco10.pfb +t5-mlmdunh10 MLMRomanDunh10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmdunh10.pfb +t5-mlmduno10 MLMRomanDunh10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmduno10.pfb +t5-mlmr10 MLMRoman10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr10.pfb +t5-mlmr12 MLMRoman12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr12.pfb +t5-mlmr17 MLMRoman17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr17.pfb +t5-mlmr5 MLMRoman5-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr5.pfb +t5-mlmr6 MLMRoman6-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr6.pfb +t5-mlmr7 MLMRoman7-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr7.pfb +t5-mlmr8 MLMRoman8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr8.pfb +t5-mlmr9 MLMRoman9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmr9.pfb +t5-mlmri10 MLMRoman10-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri10.pfb +t5-mlmri12 MLMRoman12-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri12.pfb +t5-mlmri7 MLMRoman7-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri7.pfb +t5-mlmri8 MLMRoman8-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri8.pfb +t5-mlmri9 MLMRoman9-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmri9.pfb +t5-mlmro10 MLMRomanSlant10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro10.pfb +t5-mlmro12 MLMRomanSlant12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro12.pfb +t5-mlmro17 MLMRomanSlant17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro17.pfb +t5-mlmro8 MLMRomanSlant8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro8.pfb +t5-mlmro9 MLMRomanSlant9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmro9.pfb +t5-mlmss10 MLMSans10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss10.pfb +t5-mlmss12 MLMSans12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss12.pfb +t5-mlmss17 MLMSans17-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss17.pfb +t5-mlmss8 MLMSans8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss8.pfb +t5-mlmss9 MLMSans9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmss9.pfb +t5-mlmssbo10 MLMSans10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssbo10.pfb +t5-mlmssbx10 MLMSans10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssbx10.pfb +t5-mlmssdc10 MLMSansDemiCond10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssdc10.pfb +t5-mlmssdo10 MLMSansDemiCond10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssdo10.pfb +t5-mlmsso10 MLMSans10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso10.pfb +t5-mlmsso12 MLMSans12-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso12.pfb +t5-mlmsso17 MLMSans17-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso17.pfb +t5-mlmsso8 MLMSans8-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso8.pfb +t5-mlmsso9 MLMSans9-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmsso9.pfb +t5-mlmssq8 MLMSansQuot8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssq8.pfb +t5-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqbo8.pfb +t5-mlmssqbx8 MLMSansQuot8-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqbx8.pfb +t5-mlmssqo8 MLMSansQuot8-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmssqo8.pfb +t5-mlmtcsc10 MLMMonoCaps10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtcsc10.pfb +t5-mlmtcso10 MLMMonoCaps10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtcso10.pfb +t5-mlmtk10 MLMMonoLt10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtk10.pfb +t5-mlmtko10 MLMMonoLt10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtko10.pfb +t5-mlmtl10 MLMMonoLt10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtl10.pfb +t5-mlmtlc10 MLMMonoLtCond10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlc10.pfb +t5-mlmtlco10 MLMMonoLtCond10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlco10.pfb +t5-mlmtlo10 MLMMonoLt10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtlo10.pfb +t5-mlmtt10 MLMMono10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt10.pfb +t5-mlmtt12 MLMMono12-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt12.pfb +t5-mlmtt8 MLMMono8-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt8.pfb +t5-mlmtt9 MLMMono9-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtt9.pfb +t5-mlmtti10 MLMMono10-Italic "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtti10.pfb +t5-mlmtto10 MLMMonoSlant10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmtto10.pfb +t5-mlmu10 MLMRomanUnsl10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmu10.pfb +t5-mlmvtk10 MLMMonoPropLt10-Bold "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtk10.pfb +t5-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtko10.pfb +t5-mlmvtl10 MLMMonoPropLt10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtl10.pfb +t5-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtlo10.pfb +t5-mlmvtt10 MLMMonoProp10-Regular "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtt10.pfb +t5-mlmvtto10 MLMMonoProp10-Oblique "enclmt5 ReEncodeFont" <lm-t5.enc <mlmvtto10.pfb +ts1-mlmb10 MLMRomanDemi10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmb10.pfb +ts1-mlmbo10 MLMRomanDemi10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbo10.pfb +ts1-mlmbx10 MLMRoman10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx10.pfb +ts1-mlmbx12 MLMRoman12-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx12.pfb +ts1-mlmbx5 MLMRoman5-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx5.pfb +ts1-mlmbx6 MLMRoman6-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx6.pfb +ts1-mlmbx7 MLMRoman7-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx7.pfb +ts1-mlmbx8 MLMRoman8-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx8.pfb +ts1-mlmbx9 MLMRoman9-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbx9.pfb +ts1-mlmbxi10 MLMRoman10-BoldItalic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbxi10.pfb +ts1-mlmbxo10 MLMRomanSlant10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmbxo10.pfb +ts1-mlmcsc10 MLMRomanCaps10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmcsc10.pfb +ts1-mlmcsco10 MLMRomanCaps10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmcsco10.pfb +ts1-mlmdunh10 MLMRomanDunh10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmdunh10.pfb +ts1-mlmduno10 MLMRomanDunh10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmduno10.pfb +ts1-mlmr10 MLMRoman10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr10.pfb +ts1-mlmr12 MLMRoman12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr12.pfb +ts1-mlmr17 MLMRoman17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr17.pfb +ts1-mlmr5 MLMRoman5-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr5.pfb +ts1-mlmr6 MLMRoman6-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr6.pfb +ts1-mlmr7 MLMRoman7-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr7.pfb +ts1-mlmr8 MLMRoman8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr8.pfb +ts1-mlmr9 MLMRoman9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmr9.pfb +ts1-mlmri10 MLMRoman10-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri10.pfb +ts1-mlmri12 MLMRoman12-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri12.pfb +ts1-mlmri7 MLMRoman7-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri7.pfb +ts1-mlmri8 MLMRoman8-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri8.pfb +ts1-mlmri9 MLMRoman9-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmri9.pfb +ts1-mlmro10 MLMRomanSlant10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro10.pfb +ts1-mlmro12 MLMRomanSlant12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro12.pfb +ts1-mlmro17 MLMRomanSlant17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro17.pfb +ts1-mlmro8 MLMRomanSlant8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro8.pfb +ts1-mlmro9 MLMRomanSlant9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmro9.pfb +ts1-mlmss10 MLMSans10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss10.pfb +ts1-mlmss12 MLMSans12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss12.pfb +ts1-mlmss17 MLMSans17-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss17.pfb +ts1-mlmss8 MLMSans8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss8.pfb +ts1-mlmss9 MLMSans9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmss9.pfb +ts1-mlmssbo10 MLMSans10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssbo10.pfb +ts1-mlmssbx10 MLMSans10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssbx10.pfb +ts1-mlmssdc10 MLMSansDemiCond10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssdc10.pfb +ts1-mlmssdo10 MLMSansDemiCond10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssdo10.pfb +ts1-mlmsso10 MLMSans10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso10.pfb +ts1-mlmsso12 MLMSans12-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso12.pfb +ts1-mlmsso17 MLMSans17-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso17.pfb +ts1-mlmsso8 MLMSans8-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso8.pfb +ts1-mlmsso9 MLMSans9-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmsso9.pfb +ts1-mlmssq8 MLMSansQuot8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssq8.pfb +ts1-mlmssqbo8 MLMSansQuot8-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqbo8.pfb +ts1-mlmssqbx8 MLMSansQuot8-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqbx8.pfb +ts1-mlmssqo8 MLMSansQuot8-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmssqo8.pfb +ts1-mlmtcsc10 MLMMonoCaps10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtcsc10.pfb +ts1-mlmtcso10 MLMMonoCaps10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtcso10.pfb +ts1-mlmtk10 MLMMonoLt10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtk10.pfb +ts1-mlmtko10 MLMMonoLt10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtko10.pfb +ts1-mlmtl10 MLMMonoLt10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtl10.pfb +ts1-mlmtlc10 MLMMonoLtCond10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlc10.pfb +ts1-mlmtlco10 MLMMonoLtCond10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlco10.pfb +ts1-mlmtlo10 MLMMonoLt10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtlo10.pfb +ts1-mlmtt10 MLMMono10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt10.pfb +ts1-mlmtt12 MLMMono12-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt12.pfb +ts1-mlmtt8 MLMMono8-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt8.pfb +ts1-mlmtt9 MLMMono9-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtt9.pfb +ts1-mlmtti10 MLMMono10-Italic "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtti10.pfb +ts1-mlmtto10 MLMMonoSlant10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmtto10.pfb +ts1-mlmu10 MLMRomanUnsl10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmu10.pfb +ts1-mlmvtk10 MLMMonoPropLt10-Bold "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtk10.pfb +ts1-mlmvtko10 MLMMonoPropLt10-BoldOblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtko10.pfb +ts1-mlmvtl10 MLMMonoPropLt10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtl10.pfb +ts1-mlmvtlo10 MLMMonoPropLt10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtlo10.pfb +ts1-mlmvtt10 MLMMonoProp10-Regular "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtt10.pfb +ts1-mlmvtto10 MLMMonoProp10-Oblique "enclmts1 ReEncodeFont" <lm-ts1.enc <mlmvtto10.pfb +mlmbsy5 MLMMathSymbols5-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy5.pfb +mlmbsy7 MLMMathSymbols7-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy7.pfb +mlmbsy10 MLMMathSymbols10-Bold "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmbsy10.pfb +mlmsy5 MLMMathSymbols5-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy5.pfb +mlmsy6 MLMMathSymbols6-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy6.pfb +mlmsy7 MLMMathSymbols7-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy7.pfb +mlmsy8 MLMMathSymbols8-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy8.pfb +mlmsy9 MLMMathSymbols9-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy9.pfb +mlmsy10 MLMMathSymbols10-Regular "enclmmathsy ReEncodeFont" <lm-mathsy.enc <mlmsy10.pfb +mlmex10 MLMMathExtension10-Regular "enclmmathex ReEncodeFont" <lm-mathex.enc <mlmex10.pfb +mlmmi5 MLMMathItalic5-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi5.pfb +mlmmi6 MLMMathItalic6-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi6.pfb +mlmmi7 MLMMathItalic7-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi7.pfb +mlmmi8 MLMMathItalic8-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi8.pfb +mlmmi9 MLMMathItalic9-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi9.pfb +mlmmi10 MLMMathItalic10-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi10.pfb +mlmmi12 MLMMathItalic12-Regular "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmi12.pfb +mlmmib5 MLMMathItalic5-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib5.pfb +mlmmib7 MLMMathItalic7-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib7.pfb +mlmmib10 MLMMathItalic10-Bold "enclmmathit ReEncodeFont" <lm-mathit.enc <mlmmib10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmb10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmb10.pfb Binary files differindex 2dec267772e..62276a69777 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmb10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmb10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbo10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbo10.pfb Binary files differindex 459c90f1213..f43b9b617df 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbo10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbo10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy10.pfb Binary files differindex 3b3e838c003..e1db5974725 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy5.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy5.pfb Binary files differindex f54987d2f90..cc330e8b2ee 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy5.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy5.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy7.pfb Binary files differindex ecc25a9b3e4..c2d2e064dd6 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbsy7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx10.pfb Binary files differindex 3e29e1d5e46..df074400a7a 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb Binary files differindex 676fc75b89b..8d29564d3eb 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx5.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx5.pfb Binary files differindex a0e4d9d4a49..cec49fd725a 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx5.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx5.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx6.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx6.pfb Binary files differindex bc537f78b98..8dff27e20b0 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx6.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx6.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx7.pfb Binary files differindex b4afa98222a..628fb6768b0 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx8.pfb Binary files differindex e6af487891f..5b19d9d297f 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx9.pfb Binary files differindex f45e3245641..9cd2c4f5225 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbx9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxi10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxi10.pfb Binary files differindex 92f61a55fa3..20dfbce2d17 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxi10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxi10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxo10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxo10.pfb Binary files differindex 05fb5869ddb..b78004ec6a4 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxo10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmbxo10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsc10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsc10.pfb Binary files differindex e6bc4aa4069..10ba535d0a7 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsc10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsc10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsco10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsco10.pfb Binary files differindex 656764d2d15..735cc84e0e4 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsco10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmcsco10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmdunh10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmdunh10.pfb Binary files differindex a8a380551f7..0f2335617d1 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmdunh10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmdunh10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmduno10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmduno10.pfb Binary files differindex 18d3a18c518..daa0fc2d73c 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmduno10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmduno10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb Binary files differindex bd80e00e310..9e66270a8fb 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmex10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi10.pfb Binary files differindex 348f6d92e8a..51a8ff0551c 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi12.pfb Binary files differindex ec6cc25031e..b1c50f79c86 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi5.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi5.pfb Binary files differindex 3f248abfe21..0888697f001 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi5.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi5.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi6.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi6.pfb Binary files differindex 41afd684ccb..1dc3a93d529 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi6.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi6.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi7.pfb Binary files differindex cf77dfef429..23f39b0c47b 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi8.pfb Binary files differindex e308a0f04a4..4edfc895043 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi9.pfb Binary files differindex c091b4323bb..d0b17a9c723 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmi9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib10.pfb Binary files differindex fc558fe5a77..c3f4012bf19 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib5.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib5.pfb Binary files differindex cf04e7a9071..b74b2aebb39 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib5.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib5.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib7.pfb Binary files differindex 9d1cd087471..3a9846fc966 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmmib7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr10.pfb Binary files differindex ce417bf5197..a47f20f4ce0 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb Binary files differindex 20b03fa6a12..7526ff54901 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr17.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr17.pfb Binary files differindex e423900d61f..c90d8cd0fe3 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr17.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr17.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr5.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr5.pfb Binary files differindex 7a400fceddf..1416d20614c 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr5.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr5.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr6.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr6.pfb Binary files differindex cf84e56997a..bfc38098993 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr6.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr6.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr7.pfb Binary files differindex 3bbf7ebab42..e8035b289ef 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr8.pfb Binary files differindex 6188526a247..78a2867eba3 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr9.pfb Binary files differindex 32197e8c4c2..c7cb50ca8fe 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmr9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri10.pfb Binary files differindex 33ba12ada4c..4a67a4ca3ff 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri12.pfb Binary files differindex a6c99928796..1236a07f6a2 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri7.pfb Binary files differindex 7f987a10eff..e972dc379b7 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri8.pfb Binary files differindex 5b1c6220c51..1cd625905c0 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri9.pfb Binary files differindex a5259ff9d2b..f23d3fe36d7 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmri9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb Binary files differindex 4901a036485..c20b96e9058 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro12.pfb Binary files differindex ee4fafea84e..0e0aca5ed1a 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro17.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro17.pfb Binary files differindex d96357c2d7a..138485111d9 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro17.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro17.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro8.pfb Binary files differindex 93852d24612..0424d5231ea 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro9.pfb Binary files differindex bb60f609384..0de8e57b1a4 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmro9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss10.pfb Binary files differindex db367b05642..d2c9e39612b 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss12.pfb Binary files differindex a27951cd3c1..d00c82dfbc2 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss17.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss17.pfb Binary files differindex f682f160514..5a5649090f0 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss17.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss17.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss8.pfb Binary files differindex a7349810f5a..ca8a33c654e 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss9.pfb Binary files differindex d9b6841da78..e4d44ed8d74 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmss9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbo10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbo10.pfb Binary files differindex 4de6e124941..540ced0a582 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbo10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbo10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbx10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbx10.pfb Binary files differindex 5b6ba73f4fa..0ddda9674ec 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbx10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssbx10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdc10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdc10.pfb Binary files differindex 8671c7648cc..36792018b66 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdc10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdc10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdo10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdo10.pfb Binary files differindex c26cef13bce..c503ebf6512 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdo10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssdo10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso10.pfb Binary files differindex 44d3993cd67..0bffe7c748c 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso12.pfb Binary files differindex b42db8f263f..59ba11660e4 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso17.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso17.pfb Binary files differindex 62ee273e8a4..a813b377fdb 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso17.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso17.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso8.pfb Binary files differindex ad2edafb084..a4b9b069bc2 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso9.pfb Binary files differindex d0c2713ec80..cf489a33757 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsso9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssq8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssq8.pfb Binary files differindex daf4927d422..cf1ad35e77b 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssq8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssq8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbo8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbo8.pfb Binary files differindex 5413933e183..cae2b23fc35 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbo8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbo8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbx8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbx8.pfb Binary files differindex 0c049d715f8..6f58daae08d 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbx8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqbx8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqo8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqo8.pfb Binary files differindex 330a0a7e85a..e18ce81de55 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqo8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmssqo8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy10.pfb Binary files differindex c5d2b92a731..762ee7eeafe 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy5.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy5.pfb Binary files differindex 890fb65808d..b312ca4853c 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy5.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy5.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy6.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy6.pfb Binary files differindex 8e3463ec8a7..3d970fef198 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy6.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy6.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy7.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy7.pfb Binary files differindex e48c796bdd3..d455ea5bc19 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy7.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy7.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy8.pfb Binary files differindex 924844ce382..2e87aa8786e 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy9.pfb Binary files differindex 27e71b4e155..77cf5218999 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmsy9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcsc10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcsc10.pfb Binary files differindex 216a589517e..3c144891813 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcsc10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcsc10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcso10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcso10.pfb Binary files differindex bbde61d70b9..19a042b83f3 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcso10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtcso10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtk10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtk10.pfb Binary files differindex c61b765b507..d416356ba8d 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtk10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtk10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtko10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtko10.pfb Binary files differindex e22fd2a1e68..71e3b52fce2 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtko10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtko10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtl10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtl10.pfb Binary files differindex 7450abc55ef..2ac2da6a3f0 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtl10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtl10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlc10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlc10.pfb Binary files differindex 4bebd2da474..96e55612d6e 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlc10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlc10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlco10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlco10.pfb Binary files differindex 37f5324bd15..c97326d57df 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlco10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlco10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlo10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlo10.pfb Binary files differindex fe211a0aa8f..2e8c1ae928c 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlo10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtlo10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt10.pfb Binary files differindex 3517bee01a6..bb0bb87319b 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt12.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt12.pfb Binary files differindex b771d7a255a..e1f861dfb4b 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt12.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt12.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt8.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt8.pfb Binary files differindex 93be673b864..d8cfdd57236 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt8.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt8.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt9.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt9.pfb Binary files differindex 1e643c10252..3802f82a9a2 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt9.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtt9.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtti10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtti10.pfb Binary files differindex 4d6868368e2..2b3c4e5ec68 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtti10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtti10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtto10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtto10.pfb Binary files differindex c155003ef4e..7c1bf7a66b5 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtto10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmtto10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmu10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmu10.pfb Binary files differindex d37da4e4560..b50cae2b733 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmu10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmu10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtk10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtk10.pfb Binary files differindex 18ef5089c44..5887b09e97f 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtk10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtk10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtko10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtko10.pfb Binary files differindex fdde36b03a0..9d678081e85 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtko10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtko10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtl10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtl10.pfb Binary files differindex 8c2a125649d..0af2c8dc5c6 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtl10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtl10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtlo10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtlo10.pfb Binary files differindex 26685d65f24..d0f3500f097 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtlo10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtlo10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtt10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtt10.pfb Binary files differindex 68435860a87..cae1c62cd2d 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtt10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtt10.pfb diff --git a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtto10.pfb b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtto10.pfb Binary files differindex 3d00d970782..7cc37443f05 100644 --- a/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtto10.pfb +++ b/Master/texmf-dist/fonts/type1/public/mlmodern/mlmvtto10.pfb diff --git a/Master/texmf-dist/tex/latex/mlmodern/mlmodern.sty b/Master/texmf-dist/tex/latex/mlmodern/mlmodern.sty index 2f09a736f1d..85f04468387 100644 --- a/Master/texmf-dist/tex/latex/mlmodern/mlmodern.sty +++ b/Master/texmf-dist/tex/latex/mlmodern/mlmodern.sty @@ -9,7 +9,7 @@ %The Current Maintainer of this work is Daniel Benjamin Miller. -\ProvidesPackage{mlmodern}[2021/01/11 v1.0 Modified Latin Modern Fonts] +\ProvidesPackage{mlmodern}[2021/01/12 v1.1 Modified Latin Modern Fonts] \renewcommand{\rmdefault}{mlmr} \renewcommand{\sfdefault}{mlmss} |