diff options
author | Karl Berry <karl@freefriends.org> | 2013-11-03 23:50:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-11-03 23:50:26 +0000 |
commit | ae8d79bea3ee120c9735424380e2983af5f3bf4f (patch) | |
tree | a6a8dfba9255534962fca9c48317925c3316a424 | |
parent | 47e8672bf0b15bc52f7579525cafbf76f3e05cbd (diff) |
xcharter
git-svn-id: svn://tug.org/texlive/trunk@32055 c570f23f-e606-0410-a88d-b1316a301751
239 files changed, 2350 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/xcharter/README b/Master/texmf-dist/doc/fonts/xcharter/README new file mode 100644 index 00000000000..b6eaceaddb9 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/xcharter/README @@ -0,0 +1,101 @@ + XCharter Fonts + Michael Sharpe + 2013-10-28 + +This package is an extension of Bitstream Charter, whose original license is reproduced below, as required under the terms of that license. The extension provides small caps, oldstyle figures and superior figures in all four styles, accompanied by LaTeX font support files. The font files themselves are in otf and pfb formats. The fonts are licensed as Free fonts under the same terms as the original from Bitstream. All other support files are subject to the LaTeX Project Public License. See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +for the details of that license. + +Original Bitstream Free font license: + + (c) Copyright 1989-1992, Bitstream Inc., Cambridge, MA. + + You are hereby granted permission under all Bitstream propriety rights + to use, copy, modify, sublicense, sell, and redistribute the 4 + Bitstream Charter (r) Type 1 outline fonts for any purpose and without + restriction; provided, that this notice is left intact on all copies + of such fonts and that Bitstream's trademark is acknowledged as shown + below on all unmodified copies of the 4 Charter Type 1 fonts. + + BITSTREAM CHARTER is a registered trademark of Bitstream Inc. + +The font modifications are Copyright (c) 2013, Michael Sharpe. + + +Current version: 1.00 + +The otf fonts contain all the kerning and other tables. Should you wish to modify these yourself, the basic LaTeX support files may be re-created using the command + +/usr/texbin/autoinst --noupdmap --noswash --notitling --noornaments --target=./texmf --encoding=TS1,T1,LY1 --vendor=public --typeface=xcharter *.otf + +after cding to the folder containing just the modified otf fonts and a subfolder named texmf. You should replace the newly generated XCharter.sty with the one from the distribution in order to preserve its functionality. The names of the encoding files should also be modified appropriately from those assigned by autoinst. I used the following bash shell script, which assumed you are in the directory holding the otf files and a texmf subfolder: + +#!/bin/bash +pushd texmf/fonts/map/dvips/xcharter +sed -i '' 's/<\[a_/<\[XCh_/g' XCharter.map +popd +pushd texmf/fonts/enc/dvips/xcharter +for f in *.enc; do mv ${f} XCh${f:1}; done +popd + +Creating the parallel version of the osf fonts (labelled osfx) with a small 1 rather than a short I for oldstyle one was somewhat laborious: +1. Copy the relevant .enc files, providing them new names, and replace one.oldstyle to oneAlt.oldstyle in each. Change the internal encoding name as well. +2. Use afm2tfm to create a new raw tfm file for each, with names like XCharter-Roman-osfx-t1--base.tfm. The commands were + + afm2tfm XCharter-Bold -T XCh_o3e.enc XCharter-Bold-osfx-ly1--base + afm2tfm XCharter-Bold -T XCh_57c.enc XCharter-Bold-osfx-t1--base + afm2tfm XCharter-Bold -T XCh_gev.enc XCharter-Bold-osfx-sc-ly1--base + afm2tfm XCharter-Bold -T XCh_7ya.enc XCharter-Bold-osfx-sc-t1--base + afm2tfm XCharter-BoldItalic -T XCh_o3e.enc XCharter-BoldItalic-osfx-ly1--base + afm2tfm XCharter-BoldItalic -T XCh_57c.enc XCharter-BoldItalic-osfx-t1--base + afm2tfm XCharter-BoldItalic -T XCh_gev.enc XCharter-BoldItalic-osfx-sc-ly1--base + afm2tfm XCharter-BoldItalic -T XCh_7ya.enc XCharter-BoldItalic-osfx-sc-t1--base + afm2tfm XCharter-Italic -T XCh_o3e.enc XCharter-Italic-osfx-ly1--base + afm2tfm XCharter-Italic -T XCh_57c.enc XCharter-Italic-osfx-t1--base + afm2tfm XCharter-Italic -T XCh_gev.enc XCharter-Italic-osfx-sc-ly1--base + afm2tfm XCharter-Italic -T XCh_7ya.enc XCharter-Italic-osfx-sc-t1--base + afm2tfm XCharter-Roman -T XCh_o3e.enc XCharter-Roman-osfx-ly1--base + afm2tfm XCharter-Roman -T XCh_57c.enc XCharter-Roman-osfx-t1--base + afm2tfm XCharter-Roman -T XCh_nhq.enc XCharter-Roman-osfx-sc-ly1--base + afm2tfm XCharter-Roman -T XCh_774.enc XCharter-Roman-osfx-sc-t1--base + +Copy the resulting tfm files to the tfm folder and assemble the output with appropriate pfb files appended to XCharter.map. + +3. Create virtual vpl files for each osf tfm/vf pair, using + +vftovp XCharter-Roman-osf-t1 XCharter-Roman-osf-t1 XCharter-Roman-osf-t1 +vftovp XCharter-Roman-osf-ly1 XCharter-Roman-osf-ly1 XCharter-Roman-osf-ly1 +vftovp XCharter-Roman-osf-sc-t1 XCharter-Roman-osf-sc-t1 XCharter-Roman-osf-sc-t1 +#tftopl XCharter-Roman-osf-sc-ot1 XCharter-Roman-osf-sc-ot1 +vftovp XCharter-Roman-osf-sc-ly1 XCharter-Roman-osf-sc-ly1 XCharter-Roman-osf-sc-ly1 +vftovp XCharter-Bold-osf-t1 XCharter-Bold-osf-t1 XCharter-Bold-osf-t1 +vftovp XCharter-Bold-osf-ly1 XCharter-Bold-osf-ly1 XCharter-Bold-osf-ly1 +vftovp XCharter-Bold-osf-sc-t1 XCharter-Bold-osf-sc-t1 XCharter-Bold-osf-sc-t1 +vftovp XCharter-Bold-osf-sc-ly1 XCharter-Bold-osf-sc-ly1 XCharter-Bold-osf-sc-ly1 +vftovp XCharter-BoldItalic-osf-t1 XCharter-BoldItalic-osf-t1 XCharter-BoldItalic-osf-t1 +vftovp XCharter-BoldItalic-osf-ly1 XCharter-BoldItalic-osf-ly1 XCharter-BoldItalic-osf-ly1 +vftovp XCharter-BoldItalic-osf-sc-t1 XCharter-BoldItalic-osf-sc-t1 XCharter-BoldItalic-osf-sc-t1 +vftovp XCharter-BoldItalic-osf-sc-ly1 XCharter-BoldItalic-osf-sc-ly1 XCharter-BoldItalic-osf-sc-ly1 +vftovp XCharter-Italic-osf-t1 XCharter-Italic-osf-t1 XCharter-Italic-osf-t1 +vftovp XCharter-Italic-osf-ly1 XCharter-Italic-osf-ly1 XCharter-Italic-osf-ly1 +vftovp XCharter-Italic-osf-sc-t1 XCharter-Italic-osf-sc-t1 XCharter-Italic-osf-sc-t1 +vftovp XCharter-Italic-osf-sc-ly1 XCharter-Italic-osf-sc-ly1 XCharter-Italic-osf-sc-ly1 + +4 For each resulting vpl, change the name fragment -osf- to -osfx- and within the file, remove the two checksum lines and change the source file name similarly. That is, in the section + +MAPFONT D 0 + +change + +(FONTNAME XCharter-Bold-osf-t1--base) to (FONTNAME XCharter-Bold-osfx-t1--base) + +5. Copy the resulting vpl files to a new empty folder, cd to that folder and run + +apply vptovf *.vpl + +to produce the required tfm/vf alternate pairs, and move them to appropriate locations. + +(It would have been much easier to write a simple fontinst driver script for this, but the current version of otftotfm does not place all f-ligatures in the correct slots as specified by the T1 and LY1 encodings.) + +Please send comments and bug reports or suggestions for improvement to + +msharpe at ucsd dot edu
\ No newline at end of file diff --git a/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf Binary files differnew file mode 100644 index 00000000000..9dbc8527106 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.pdf diff --git a/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex new file mode 100644 index 00000000000..58a1c9dfc69 --- /dev/null +++ b/Master/texmf-dist/doc/fonts/xcharter/xcharter-doc.tex @@ -0,0 +1,92 @@ +\documentclass[11pt]{article} +\usepackage[margin=1in]{geometry} +\usepackage[parfill]{parskip} + +\usepackage[scaled=1.03,varqu,varl]{zi4} +\usepackage[type1]{cabin} +\pdfmapfile{+XCharter.map} +\usepackage[scaled=.98]{XCharter} +\usepackage[T1]{fontenc} +\linespread{1.04} +\usepackage[libertine,scaled=1.07]{newtxmath} +\usepackage[cal=boondoxo,bb=boondox,frak=boondox]{mathalfa} +\useosf +\font\osfIfnt=XCharter-Roman-osf-t1 at 11pt +\font\osffnt=XCharter-Roman-osfx-t1 at 11pt + +%\usepackage[cal=rsfso]{mathalfa} +%\usepackage{bm}% load after all math to give access to bold math +\title{The XCharter Font Package} +\author{Michael Sharpe} +%\date{} +\begin{document} +\maketitle + + +\section{Package Features} +The XCharter fonts are extensions of the Bitstream Charter fonts, adding oldstyle figures (proportionally spaced only), superior figures and small caps in all styles. The original Charter fonts were designed by famed font designer Matthew Carter in the late 1980's to enhance legibility of the output from printers of that era (laser, dot matrix, thermal and inkjet) with resolutions that would now be considered low---not far from modern screen resolutions. Their low contrasts, high x-heights and use of piecewise linear outlines where possible may make them interesting again as fonts that will render well on small devices and perhaps projected slides. (It's worth noting that the same designer provided Georgia for Microsoft. It is widely considered to be one of the clearest serifed fonts for viewing on screen, and bears a number of similarities to Charter, though the latter is heavier.) + +Support files are provided for T$1$, TS$1$ and LY$1$ encodings. The package has a number of options: +\begin{itemize} +\item +{\tt scaled=.98}, for example, scales all text to 98\% of specified size; +\item {\tt lining} (or just {\tt lf}) makes lining figures ($0123456789$) the default for text---this is set automatically and does not need to be entered explicitly; +\item {\tt oldstyle} (or {\tt osf}) sets the figure style to oldstyle (\textosf{0123456789}) with numeral one like a shortened $1$; +\item {\tt oldstyleI} (or {\tt osfI}) sets the figure style to oldstyle (\textosfI{0123456789}) with numeral one like a shortened I; +\item {\tt sups} sets the style for superscript figures (eg, footnote markers) to XCharter's superior figures rather than using the default text inserts in mathematical superscripts. +\end{itemize} +\textsc{Special Macros:} +\begin{itemize} +\item +\verb|\useosf| (usable only in the preamble) is handy for changing the text figure style to {\tt osf}---see example 2 below. It must be loaded after {\tt newtxmath} so that math mode doesn't use oldstyle figures. +\item \verb|\useosfI| (usable only in the preamble) is handy for changing the text figure style to {\tt osfI}. It must be loaded after {\tt newtxmath} so that math mode doesn't use oldstyle figures. +\item \verb|\textsu| prints its argument in superior figures, eg \verb|\textsu{12}| results in \textsu{12}. The effect is the same with \verb|{\sustyle 12}|. +\item \verb|\textlf| prints its argument in lining figures, eg \verb|\textlf{12}| results in \textlf{12}. The effect is the same with \verb|{\lfstyle 12}|. +\item \verb|{\osfstyle 23}| prints \textosf{23} using whatever oldstyle option is in force. +\item \verb|\textosf| prints its argument in oldstyle figures using, in effect, the {\tt osf} option---eg \verb|\textosf{12}| results in \textosf{12}. +\item \verb|\textosfI| prints its argument in oldstyle figures using, in effect, the {\tt osfI} option---eg \verb|\textosfI{12}| results in \textosfI{12}. \end{itemize} + +Two math packages seem to provide reasonable companions for \textsf{XCharter}. The first example uses Charter italics as math italics, but doesn't provide arbitrary scaling and doesn't sufficiently distinguish math italic v from mathematical Greek \verb|\nu|. Moreover, it is not easy to redefine \verb|\mathcal| to get a better math calligraphic alphabet---eg, the {\tt mathalfa} package fails. The second uses \textsf{libertine} italics and Greek in math mode, which is a good match to Charter in style and weight after scaling up, is arbitrarily scalable, has distinct math italic v and mathematical Greek \verb|\nu|, and is completely compatible with {\tt mathalfa}. + +\textsc{Example 1:} +\begin{verbatim} +\usepackage[charter,expert]{mathdesign} +\usepackage[scaled=.96,osf]{XCharter}% matches the size used in math +\linespread{1.04} +\end{verbatim} + +\textsc{Example 2:} +\begin{verbatim} +\usepackage[scaled=.98,sups]{XCharter}% lining figures in math +\usepackage[scaled=1.04,varqu,varl]{zi4}% inconsolata typewriter +\usepackage[type1]{cabin}% sans serif +\usepackage[libertine,bigdelims,scaled=1.07]{newtxmath} +\usepackage[cal=boondoxo,bb=boondox,frak=boondox]{mathalfa} +\linespread{1.04} +\useosf % oldstyle figures in text +\end{verbatim} +Here is a short sample based on the preamble of \textsc{Example 2}:\\[4pt] +\def\Pr{\ensuremath{\mathbb{P}}} +\def\rmd{\mathrm{d}} +The typeset math below follows the ISO recommendations that only variables +be set in italic. Note the use of upright shapes for $\rmd$, $\mathrm{e}$ +and $\uppi$. (The first two are entered as \verb|\mathrm{d}| and +\verb|\mathrm{e}|, and in fonts derived from {\tt newtxmath} or {\tt mtpro2}, + the latter is entered as \verb|\uppi|.) + +\textbf{Simplest form of the \textit{Central Limit Theorem}:} \textit{Let +$X_1$, $X_2,\cdots$ be a sequence of iid random variables with mean $0$ +and variance $1$ on a probability space $(\Omega,\mathcal{F},\Pr)$. Then} +\[\Pr\left(\frac{X_1+\cdots+X_n}{\sqrt{n}}\le y\right)\to\mathfrak{N}(y)\coloneq +\int_{-\infty}^y \frac{\mathrm{e}^{-t^2/2}}{\sqrt{2\uppi}}\, +\mathrm{d}t\quad\mbox{as $n\to\infty$,}\] +\textit{or, equivalently, letting} $S_n\coloneq\sum_1^n X_k$, +\[\mathbb{E} f(S_n/\sqrt{n})\to \int_{-\infty}^\infty f(t) +\frac{\mathrm{e}^{-t^2/2}}{\sqrt{2\uppi}}\,\mathrm{d}t +\quad\mbox{as $n\to\infty$, for every $f\in\mathrm{b} +\mathcal{C}(\mathbb{R})$.}\] + +\section{Text effects under \texttt{fontaxes}} +This package loads the {\tt fontaxes} package in order to access italic small caps. You should pay attention to the fact that {\tt fontaxes} modifies the behavior of some basic \LaTeX\ text macros such as \verb|\textsc| and \verb|\textup|. Under normal \LaTeX, some text effects are combined, so that, for example, \verb|\textbf{\textit{a}}| produces bold italic {\tt a}, while other effects are not, eg, \verb|\textsc{\textup{a}}| has the same effect as \verb|\textup{a}|, producing the letter {\tt a} in upright, not small cap, style. With {\tt fontaxes}, \verb|\textsc{\textup{a}}| produces instead upright small cap {\tt a}. It offers a macro \verb|\textulc| that undoes small caps, so that, eg, \verb|\textsc{\textulc{a}}| produces {\tt a} in non-small cap mode, with whatever other style choices were in force, such as bold or italics. + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_2bziiw.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_2bziiw.enc new file mode 100644 index 00000000000..9d4e5e70981 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_2bziiw.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_2bziiwlsccqh4lfqa5z3xb56pd +% Encoding created by otftotfm on Sun Oct 27 15:20:11 2013 +% Command line follows encoding +/AutoEnc_2bziiwlsccqh4lfqa5z3xb56pd [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zerosuperior /onesuperior /twosuperior /threesuperior /foursuperior /fivesuperior /sixsuperior /sevensuperior + /eightsuperior /ninesuperior /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis /.notdef /zcaron /.notdef /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=sups --ligkern=* {KL} * XCharter-Bold.otf +% XCharter-Bold-sup-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_57c.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_57c.enc new file mode 100644 index 00000000000..028b8f1e557 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_57c.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_57c3kjpgjfgm77mkj7rccpop3bX +% Encoding created by otftotfm on Sun Oct 27 15:20:13 2013 +% Command line follows encoding +/AutoEnc_57c3kjpgjfgm77mkj7rccpop3bX [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /fi /fl /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /oneAlt.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis /.notdef /zcaron /.notdef /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum XCharter-Bold.otf XCharter-Bold-tosf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_57c3kj.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_57c3kj.enc new file mode 100644 index 00000000000..f02d620dc53 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_57c3kj.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_57c3kjpgjfgm77mkj7rccpop3b +% Encoding created by otftotfm on Sun Oct 27 15:20:13 2013 +% Command line follows encoding +/AutoEnc_57c3kjpgjfgm77mkj7rccpop3b [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /fi /fl /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis /.notdef /zcaron /.notdef /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum XCharter-Bold.otf XCharter-Bold-tosf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_774.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_774.enc new file mode 100644 index 00000000000..d163c4f19ca --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_774.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_774cbp6dtpfhjjvh4rbnfjz76eX +% Encoding created by otftotfm on Sun Oct 27 15:21:02 2013 +% Command line follows encoding +/AutoEnc_774cbp6dtpfhjjvh4rbnfjz76eX [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /oneAlt.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at.sc /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron.sc /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis.sc /.notdef /zcaron.sc /.notdef /.notdef /exclamdown.sc /questiondown.sc /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /oe.sc + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Roman.otf XCharter-Roman-tosf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_774cbp.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_774cbp.enc new file mode 100644 index 00000000000..d9fb29362a6 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_774cbp.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_774cbp6dtpfhjjvh4rbnfjz76e +% Encoding created by otftotfm on Sun Oct 27 15:21:02 2013 +% Command line follows encoding +/AutoEnc_774cbp6dtpfhjjvh4rbnfjz76e [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at.sc /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron.sc /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis.sc /.notdef /zcaron.sc /.notdef /.notdef /exclamdown.sc /questiondown.sc /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /oe.sc + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Roman.otf XCharter-Roman-tosf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7xsilo.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7xsilo.enc new file mode 100644 index 00000000000..6195e8b56c8 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7xsilo.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_7xsilovt7bdwbwvxblu7xil3ac +% Encoding created by otftotfm on Sun Oct 27 15:20:08 2013 +% Command line follows encoding +/AutoEnc_7xsilovt7bdwbwvxblu7xil3ac [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /ae.sc /oe.sc /oslash.sc /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron.sc /guilsinglright /oe.sc /zcaron.sc /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown.sc /cent.sc /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two /three /acute /mu /paragraph /periodcentered + /cedilla /one /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown.sc +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /divide + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /ydieresis.sc +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Bold.otf XCharter-Bold-tlf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7ya.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7ya.enc new file mode 100644 index 00000000000..5b6200e6600 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7ya.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_7yasjxah7llw4rtugy54bqnqofX +% Encoding created by otftotfm on Sun Oct 27 15:20:14 2013 +% Command line follows encoding +/AutoEnc_7yasjxah7llw4rtugy54bqnqofX [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /oneAlt.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron.sc /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis.sc /.notdef /zcaron.sc /.notdef /.notdef /exclamdown.sc /questiondown.sc /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /oe.sc + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Bold.otf XCharter-Bold-tosf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7yasjx.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7yasjx.enc new file mode 100644 index 00000000000..5fab8267409 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_7yasjx.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_7yasjxah7llw4rtugy54bqnqof +% Encoding created by otftotfm on Sun Oct 27 15:20:14 2013 +% Command line follows encoding +/AutoEnc_7yasjxah7llw4rtugy54bqnqof [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron.sc /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis.sc /.notdef /zcaron.sc /.notdef /.notdef /exclamdown.sc /questiondown.sc /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /oe.sc + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Bold.otf XCharter-Bold-tosf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_gev.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_gev.enc new file mode 100644 index 00000000000..a6dae74a858 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_gev.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_gev73zslq7un6el5psm4425p2eX +% Encoding created by otftotfm on Sun Oct 27 15:20:13 2013 +% Command line follows encoding +/AutoEnc_gev73zslq7un6el5psm4425p2eX [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /ae.sc /oe.sc /oslash.sc /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /oneAlt.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron.sc /guilsinglright /oe.sc /zcaron.sc /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown.sc /cent.sc /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /acute /mu /paragraph /periodcentered + /cedilla /one.oldstyle /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown.sc +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /divide + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /ydieresis.sc +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Bold.otf XCharter-Bold-tosf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_gev73z.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_gev73z.enc new file mode 100644 index 00000000000..59c750d8ba9 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_gev73z.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_gev73zslq7un6el5psm4425p2e +% Encoding created by otftotfm on Sun Oct 27 15:20:13 2013 +% Command line follows encoding +/AutoEnc_gev73zslq7un6el5psm4425p2e [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /ae.sc /oe.sc /oslash.sc /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron.sc /guilsinglright /oe.sc /zcaron.sc /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown.sc /cent.sc /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /acute /mu /paragraph /periodcentered + /cedilla /one.oldstyle /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown.sc +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /divide + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /ydieresis.sc +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Bold.otf XCharter-Bold-tosf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_kaakcj.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_kaakcj.enc new file mode 100644 index 00000000000..e2d7dfebbc1 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_kaakcj.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_kaakcjyb4jlgitatdq753repib +% Encoding created by otftotfm on Sun Oct 27 15:20:10 2013 +% Command line follows encoding +/AutoEnc_kaakcjyb4jlgitatdq753repib [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zerosuperior /onesuperior /twosuperior /threesuperior /foursuperior /fivesuperior /sixsuperior /sevensuperior + /eightsuperior /ninesuperior /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown /cent /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /twosuperior /threesuperior /acute /mu /paragraph /periodcentered + /cedilla /onesuperior /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=sups --ligkern=* {KL} * XCharter-Bold.otf +% XCharter-Bold-sup-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_mbz2ag.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_mbz2ag.enc new file mode 100644 index 00000000000..d1813e60eaf --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_mbz2ag.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_mbz2ag7dzq6cnzvufdp3mnjjkg +% Encoding created by otftotfm on Sun Oct 27 15:20:46 2013 +% Command line follows encoding +/AutoEnc_mbz2ag7dzq6cnzvufdp3mnjjkg [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at.sc /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron.sc /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis.sc /.notdef /zcaron.sc /.notdef /.notdef /exclamdown.sc /questiondown.sc /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /oe.sc + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Roman.otf XCharter-Roman-tlf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_nhq.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_nhq.enc new file mode 100644 index 00000000000..52e59ea2473 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_nhq.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_nhqiuun3uzujlzih2vbqcnuk7aX +% Encoding created by otftotfm on Sun Oct 27 15:21:01 2013 +% Command line follows encoding +/AutoEnc_nhqiuun3uzujlzih2vbqcnuk7aX [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /ae.sc /oe.sc /oslash.sc /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /oneAlt.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at.sc /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron.sc /guilsinglright /oe.sc /zcaron.sc /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown.sc /cent.sc /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /acute /mu /paragraph /periodcentered + /cedilla /one.oldstyle /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown.sc +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /divide + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /ydieresis.sc +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Roman.otf XCharter-Roman-tosf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_nhqiuu.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_nhqiuu.enc new file mode 100644 index 00000000000..b62bc862849 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_nhqiuu.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_nhqiuun3uzujlzih2vbqcnuk7a +% Encoding created by otftotfm on Sun Oct 27 15:21:01 2013 +% Command line follows encoding +/AutoEnc_nhqiuun3uzujlzih2vbqcnuk7a [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /ae.sc /oe.sc /oslash.sc /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at.sc /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron.sc /guilsinglright /oe.sc /zcaron.sc /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown.sc /cent.sc /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /acute /mu /paragraph /periodcentered + /cedilla /one.oldstyle /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown.sc +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /divide + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /ydieresis.sc +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Roman.otf XCharter-Roman-tosf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_o3e.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_o3e.enc new file mode 100644 index 00000000000..a3c06f9f756 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_o3e.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_o3eiyzejerk3kg6suhmkr63b3hX +% Encoding created by otftotfm on Sun Oct 27 15:20:12 2013 +% Command line follows encoding +/AutoEnc_o3eiyzejerk3kg6suhmkr63b3hX [ +%00 + /fi /.notdef /fl /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /oneAlt.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown /cent /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /acute /mu /paragraph /periodcentered + /cedilla /one.oldstyle /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum XCharter-Bold.otf XCharter-Bold-tosf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_o3eiyz.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_o3eiyz.enc new file mode 100644 index 00000000000..26f28047430 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_o3eiyz.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_o3eiyzejerk3kg6suhmkr63b3h +% Encoding created by otftotfm on Sun Oct 27 15:20:12 2013 +% Command line follows encoding +/AutoEnc_o3eiyzejerk3kg6suhmkr63b3h [ +%00 + /fi /.notdef /fl /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown /cent /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /acute /mu /paragraph /periodcentered + /cedilla /one.oldstyle /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum XCharter-Bold.otf XCharter-Bold-tosf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_rqpru4.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_rqpru4.enc new file mode 100644 index 00000000000..6422dd2a062 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_rqpru4.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_rqpru4nwt3wdlmctj3bjbnxvbb +% Encoding created by otftotfm on Sun Oct 27 15:20:09 2013 +% Command line follows encoding +/AutoEnc_rqpru4nwt3wdlmctj3bjbnxvbb [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /.notdef /.notdef /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash.sc /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron.sc /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis.sc /.notdef /zcaron.sc /.notdef /.notdef /exclamdown.sc /questiondown.sc /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /oe.sc + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Bold.otf XCharter-Bold-tlf-sc-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_rvnb4v.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_rvnb4v.enc new file mode 100644 index 00000000000..afc990e3ee6 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_rvnb4v.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_rvnb4vwnh67sodmukenhr2ljra +% Encoding created by otftotfm on Sun Oct 27 15:20:10 2013 +% Command line follows encoding +/AutoEnc_rvnb4vwnh67sodmukenhr2ljra [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /exclam /asterisk +%10 + /question /C /quotedblbase /bar /exclamdown /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /questiondown /.notdef +%20 + /.notdef /endash /.notdef /.notdef /dollar /.notdef /.notdef /quotesingle + /.notdef /.notdef /.notdef /.notdef /comma /.notdef /period /fraction +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /five.oldstyle /six.oldstyle /seven.oldstyle + /eight.oldstyle /nine.oldstyle /.notdef /.notdef /.notdef /minus /.notdef /.notdef +%40 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%50 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%60 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%70 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%80 + /.notdef /.notdef /.notdef /.notdef /dagger /daggerdbl /.notdef /perthousand + /bullet /.notdef /.notdef /.notdef /florin /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /trademark + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /cent /sterling /currency /yen /brokenbar /section + /.notdef /copyright /ordfeminine /.notdef /logicalnot /.notdef /registered /.notdef +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /.notdef /mu /paragraph /periodcentered + /.notdef /one.oldstyle /ordmasculine /.notdef /onequarter /onehalf /threequarters /.notdef +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /multiply /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef + /f_f_l /f_f_i /ff /fl /l /fi /i /f +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ts1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl XCharter-Bold.otf XCharter-Bold-tlf-ts1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_tsbasn.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_tsbasn.enc new file mode 100644 index 00000000000..ec9dfe4a2a4 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_tsbasn.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_tsbasnwupqq7mugdupbyhyep6c +% Encoding created by otftotfm on Sun Oct 27 15:20:45 2013 +% Command line follows encoding +/AutoEnc_tsbasnwupqq7mugdupbyhyep6c [ +%00 + /.notdef /.notdef /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /.notdef /ae.sc /oe.sc /oslash.sc /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar.sc /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at.sc /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a.sc /b.sc /c.sc /d.sc /e.sc /f.sc /g.sc + /h.sc /i.sc /j.sc /k.sc /l.sc /m.sc /n.sc /o.sc +%70 + /p.sc /q.sc /r.sc /s.sc /t.sc /u.sc /v.sc /w.sc + /x.sc /y.sc /z.sc /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash.sc /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron.sc /guilsinglright /oe.sc /zcaron.sc /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown.sc /cent.sc /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two /three /acute /mu /paragraph /periodcentered + /cedilla /one /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown.sc +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave.sc /aacute.sc /acircumflex.sc /atilde.sc /adieresis.sc /aring /ae.sc /ccedilla.sc + /egrave.sc /eacute.sc /ecircumflex.sc /edieresis.sc /igrave /iacute /icircumflex /idieresis +%F0 + /eth.sc /ntilde.sc /ograve.sc /oacute.sc /ocircumflex /otilde.sc /odieresis.sc /divide + /oslash.sc /ugrave.sc /uacute.sc /ucircumflex.sc /udieresis.sc /yacute.sc /thorn.sc /ydieresis.sc +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum --feature=smcp --unicoding=germandbls =: +% SSsmall XCharter-Roman.otf XCharter-Roman-tlf-sc-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_ttrny6.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_ttrny6.enc new file mode 100644 index 00000000000..33e1b5b17f7 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_ttrny6.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ttrny6gcwrot42gjvhf5fyk5ug +% Encoding created by otftotfm on Sun Oct 27 15:20:07 2013 +% Command line follows encoding +/AutoEnc_ttrny6gcwrot42gjvhf5fyk5ug [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /dotlessj /fi /fl /.notdef /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde /hyphen +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /Scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /Ydieresis /.notdef /Zcaron /.notdef /.notdef /.notdef /.notdef /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /scaron /.notdef /.notdef /.notdef /.notdef /.notdef + /ydieresis /.notdef /zcaron /.notdef /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum XCharter-Bold.otf XCharter-Bold-tlf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_x4fzx5.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_x4fzx5.enc new file mode 100644 index 00000000000..0dda5be36eb --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_x4fzx5.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_x4fzx5xyhchposxsrhan4pg3wg +% Encoding created by otftotfm on Sun Oct 27 15:20:07 2013 +% Command line follows encoding +/AutoEnc_x4fzx5xyhchposxsrhan4pg3wg [ +%00 + /fi /.notdef /fl /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /dotlessj /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /florin /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis +%A0 + /.notdef /exclamdown /cent /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /.notdef /registered /macron +%B0 + /degree /plusminus /two /three /acute /mu /paragraph /periodcentered + /cedilla /one /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum XCharter-Bold.otf XCharter-Bold-tlf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_xeu7sg.enc b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_xeu7sg.enc new file mode 100644 index 00000000000..ea082c25112 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/xcharter/XCh_xeu7sg.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_xeu7sgpkkatwmf7mtl7d4lyhya +% Encoding created by otftotfm on Sun Oct 27 15:20:22 2013 +% Command line follows encoding +/AutoEnc_xeu7sgpkkatwmf7mtl7d4lyhya [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /exclam /asterisk +%10 + /question /C /quotedblbase /bar /exclamdown /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /questiondown /.notdef +%20 + /.notdef /endash /.notdef /.notdef /dollar /.notdef /.notdef /quotesingle + /.notdef /.notdef /.notdef /.notdef /comma /.notdef /period /fraction +%30 + /zero.oldstyle /one.oldstyle /two.oldstyle /three.oldstyle /four.oldstyle /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /minus /.notdef /.notdef +%40 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%50 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%60 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%70 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%80 + /.notdef /.notdef /.notdef /.notdef /dagger /daggerdbl /.notdef /perthousand + /bullet /.notdef /.notdef /.notdef /florin /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /trademark + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /cent /sterling /currency /yen /brokenbar /section + /.notdef /copyright /ordfeminine /.notdef /logicalnot /.notdef /registered /.notdef +%B0 + /degree /plusminus /two.oldstyle /three.oldstyle /.notdef /mu /paragraph /periodcentered + /.notdef /one.oldstyle /ordmasculine /.notdef /onequarter /onehalf /threequarters /.notdef +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /multiply /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef + /f_f_l /f_f_i /ff /fl /l /fi /i /f +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ts1 +% --tfm-directory=texmf/fonts/tfm/public/xcharter +% --vf-directory=texmf/fonts/vf/public/xcharter +% --type1-directory=texmf/fonts/type1/public/xcharter +% --truetype-directory=texmf/fonts/truetype/public/xcharter +% --encoding-directory=texmf/fonts/enc/dvips/xcharter +% --map-file=texmf/fonts/map/dvips/xcharter/XCharter.map --no-updmap +% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl XCharter-BoldItalic.otf +% XCharter-BoldItalic-tlf-ts1' diff --git a/Master/texmf-dist/fonts/map/dvips/xcharter/XCharter.map b/Master/texmf-dist/fonts/map/dvips/xcharter/XCharter.map new file mode 100644 index 00000000000..ab9046ac8a0 --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/xcharter/XCharter.map @@ -0,0 +1,66 @@ +% Automatically maintained by otftotfm or other programs. Do not edit. + +XCharter-Bold-tlf-ly1--base XCharter-Bold "AutoEnc_x4fzx5xyhchposxsrhan4pg3wg ReEncodeFont" <[XCh_x4fzx5.enc <XCharter-Bold.pfb +XCharter-Bold-tlf-t1--base XCharter-Bold "AutoEnc_ttrny6gcwrot42gjvhf5fyk5ug ReEncodeFont" <[XCh_ttrny6.enc <XCharter-Bold.pfb +XCharter-Bold-tlf-sc-ly1--base XCharter-Bold "AutoEnc_7xsilovt7bdwbwvxblu7xil3ac ReEncodeFont" <[XCh_7xsilo.enc <XCharter-Bold.pfb +XCharter-Bold-tlf-sc-t1--base XCharter-Bold "AutoEnc_rqpru4nwt3wdlmctj3bjbnxvbb ReEncodeFont" <[XCh_rqpru4.enc <XCharter-Bold.pfb +XCharter-Bold-tlf-ts1--base XCharter-Bold "AutoEnc_rvnb4vwnh67sodmukenhr2ljra ReEncodeFont" <[XCh_rvnb4v.enc <XCharter-Bold.pfb +XCharter-Bold-sup-ly1--base XCharter-Bold "AutoEnc_kaakcjyb4jlgitatdq753repib ReEncodeFont" <[XCh_kaakcj.enc <XCharter-Bold.pfb +XCharter-Bold-sup-t1--base XCharter-Bold "AutoEnc_2bziiwlsccqh4lfqa5z3xb56pd ReEncodeFont" <[XCh_2bziiw.enc <XCharter-Bold.pfb +XCharter-Bold-osf-ly1--base XCharter-Bold "AutoEnc_o3eiyzejerk3kg6suhmkr63b3h ReEncodeFont" <[XCh_o3eiyz.enc <XCharter-Bold.pfb +XCharter-Bold-osf-t1--base XCharter-Bold "AutoEnc_57c3kjpgjfgm77mkj7rccpop3b ReEncodeFont" <[XCh_57c3kj.enc <XCharter-Bold.pfb +XCharter-Bold-osf-sc-ly1--base XCharter-Bold "AutoEnc_gev73zslq7un6el5psm4425p2e ReEncodeFont" <[XCh_gev73z.enc <XCharter-Bold.pfb +XCharter-Bold-osf-sc-t1--base XCharter-Bold "AutoEnc_7yasjxah7llw4rtugy54bqnqof ReEncodeFont" <[XCh_7yasjx.enc <XCharter-Bold.pfb +XCharter-Bold-osf-ts1--base XCharter-Bold "AutoEnc_rvnb4vwnh67sodmukenhr2ljra ReEncodeFont" <[XCh_rvnb4v.enc <XCharter-Bold.pfb +XCharter-BoldItalic-tlf-ly1--base XCharter-BoldItalic "AutoEnc_x4fzx5xyhchposxsrhan4pg3wg ReEncodeFont" <[XCh_x4fzx5.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-tlf-t1--base XCharter-BoldItalic "AutoEnc_ttrny6gcwrot42gjvhf5fyk5ug ReEncodeFont" <[XCh_ttrny6.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-tlf-sc-ly1--base XCharter-BoldItalic "AutoEnc_7xsilovt7bdwbwvxblu7xil3ac ReEncodeFont" <[XCh_7xsilo.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-tlf-sc-t1--base XCharter-BoldItalic "AutoEnc_rqpru4nwt3wdlmctj3bjbnxvbb ReEncodeFont" <[XCh_rqpru4.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-tlf-ts1--base XCharter-BoldItalic "AutoEnc_xeu7sgpkkatwmf7mtl7d4lyhya ReEncodeFont" <[XCh_xeu7sg.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-sup-ly1--base XCharter-BoldItalic "AutoEnc_kaakcjyb4jlgitatdq753repib ReEncodeFont" <[XCh_kaakcj.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-sup-t1--base XCharter-BoldItalic "AutoEnc_2bziiwlsccqh4lfqa5z3xb56pd ReEncodeFont" <[XCh_2bziiw.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osf-ly1--base XCharter-BoldItalic "AutoEnc_o3eiyzejerk3kg6suhmkr63b3h ReEncodeFont" <[XCh_o3eiyz.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osf-t1--base XCharter-BoldItalic "AutoEnc_57c3kjpgjfgm77mkj7rccpop3b ReEncodeFont" <[XCh_57c3kj.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osf-sc-ly1--base XCharter-BoldItalic "AutoEnc_gev73zslq7un6el5psm4425p2e ReEncodeFont" <[XCh_gev73z.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osf-sc-t1--base XCharter-BoldItalic "AutoEnc_7yasjxah7llw4rtugy54bqnqof ReEncodeFont" <[XCh_7yasjx.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osf-ts1--base XCharter-BoldItalic "AutoEnc_xeu7sgpkkatwmf7mtl7d4lyhya ReEncodeFont" <[XCh_xeu7sg.enc <XCharter-BoldItalic.pfb +XCharter-Italic-tlf-ly1--base XCharter-Italic "AutoEnc_x4fzx5xyhchposxsrhan4pg3wg ReEncodeFont" <[XCh_x4fzx5.enc <XCharter-Italic.pfb +XCharter-Italic-tlf-t1--base XCharter-Italic "AutoEnc_ttrny6gcwrot42gjvhf5fyk5ug ReEncodeFont" <[XCh_ttrny6.enc <XCharter-Italic.pfb +XCharter-Italic-tlf-sc-ly1--base XCharter-Italic "AutoEnc_7xsilovt7bdwbwvxblu7xil3ac ReEncodeFont" <[XCh_7xsilo.enc <XCharter-Italic.pfb +XCharter-Italic-tlf-sc-t1--base XCharter-Italic "AutoEnc_rqpru4nwt3wdlmctj3bjbnxvbb ReEncodeFont" <[XCh_rqpru4.enc <XCharter-Italic.pfb +XCharter-Italic-tlf-ts1--base XCharter-Italic "AutoEnc_xeu7sgpkkatwmf7mtl7d4lyhya ReEncodeFont" <[XCh_xeu7sg.enc <XCharter-Italic.pfb +XCharter-Italic-sup-ly1--base XCharter-Italic "AutoEnc_kaakcjyb4jlgitatdq753repib ReEncodeFont" <[XCh_kaakcj.enc <XCharter-Italic.pfb +XCharter-Italic-sup-t1--base XCharter-Italic "AutoEnc_2bziiwlsccqh4lfqa5z3xb56pd ReEncodeFont" <[XCh_2bziiw.enc <XCharter-Italic.pfb +XCharter-Italic-osf-ly1--base XCharter-Italic "AutoEnc_o3eiyzejerk3kg6suhmkr63b3h ReEncodeFont" <[XCh_o3eiyz.enc <XCharter-Italic.pfb +XCharter-Italic-osf-t1--base XCharter-Italic "AutoEnc_57c3kjpgjfgm77mkj7rccpop3b ReEncodeFont" <[XCh_57c3kj.enc <XCharter-Italic.pfb +XCharter-Italic-osf-sc-ly1--base XCharter-Italic "AutoEnc_gev73zslq7un6el5psm4425p2e ReEncodeFont" <[XCh_gev73z.enc <XCharter-Italic.pfb +XCharter-Italic-osf-sc-t1--base XCharter-Italic "AutoEnc_7yasjxah7llw4rtugy54bqnqof ReEncodeFont" <[XCh_7yasjx.enc <XCharter-Italic.pfb +XCharter-Italic-osf-ts1--base XCharter-Italic "AutoEnc_xeu7sgpkkatwmf7mtl7d4lyhya ReEncodeFont" <[XCh_xeu7sg.enc <XCharter-Italic.pfb +XCharter-Roman-tlf-ly1--base XCharter-Roman "AutoEnc_x4fzx5xyhchposxsrhan4pg3wg ReEncodeFont" <[XCh_x4fzx5.enc <XCharter-Roman.pfb +XCharter-Roman-tlf-t1--base XCharter-Roman "AutoEnc_ttrny6gcwrot42gjvhf5fyk5ug ReEncodeFont" <[XCh_ttrny6.enc <XCharter-Roman.pfb +XCharter-Roman-tlf-sc-ly1--base XCharter-Roman "AutoEnc_tsbasnwupqq7mugdupbyhyep6c ReEncodeFont" <[XCh_tsbasn.enc <XCharter-Roman.pfb +XCharter-Roman-tlf-sc-t1--base XCharter-Roman "AutoEnc_mbz2ag7dzq6cnzvufdp3mnjjkg ReEncodeFont" <[XCh_mbz2ag.enc <XCharter-Roman.pfb +XCharter-Roman-tlf-ts1--base XCharter-Roman "AutoEnc_rvnb4vwnh67sodmukenhr2ljra ReEncodeFont" <[XCh_rvnb4v.enc <XCharter-Roman.pfb +XCharter-Roman-sup-ly1--base XCharter-Roman "AutoEnc_kaakcjyb4jlgitatdq753repib ReEncodeFont" <[XCh_kaakcj.enc <XCharter-Roman.pfb +XCharter-Roman-sup-t1--base XCharter-Roman "AutoEnc_2bziiwlsccqh4lfqa5z3xb56pd ReEncodeFont" <[XCh_2bziiw.enc <XCharter-Roman.pfb +XCharter-Roman-osf-ly1--base XCharter-Roman "AutoEnc_o3eiyzejerk3kg6suhmkr63b3h ReEncodeFont" <[XCh_o3eiyz.enc <XCharter-Roman.pfb +XCharter-Roman-osf-t1--base XCharter-Roman "AutoEnc_57c3kjpgjfgm77mkj7rccpop3b ReEncodeFont" <[XCh_57c3kj.enc <XCharter-Roman.pfb +XCharter-Roman-osf-sc-ly1--base XCharter-Roman "AutoEnc_nhqiuun3uzujlzih2vbqcnuk7a ReEncodeFont" <[XCh_nhqiuu.enc <XCharter-Roman.pfb +XCharter-Roman-osf-sc-t1--base XCharter-Roman "AutoEnc_774cbp6dtpfhjjvh4rbnfjz76e ReEncodeFont" <[XCh_774cbp.enc <XCharter-Roman.pfb +XCharter-Roman-osf-ts1--base XCharter-Roman "AutoEnc_rvnb4vwnh67sodmukenhr2ljra ReEncodeFont" <[XCh_rvnb4v.enc <XCharter-Roman.pfb +XCharter-Bold-osfx-ly1--base XCharter-Bold " AutoEnc_o3eiyzejerk3kg6suhmkr63b3hX ReEncodeFont " <[XCh_o3e.enc <XCharter-Bold.pfb +XCharter-Bold-osfx-t1--base XCharter-Bold " AutoEnc_57c3kjpgjfgm77mkj7rccpop3bX ReEncodeFont " <[XCh_57c.enc <XCharter-Bold.pfb +XCharter-Bold-osfx-sc-ly1--base XCharter-Bold " AutoEnc_gev73zslq7un6el5psm4425p2eX ReEncodeFont " <[XCh_gev.enc <XCharter-Bold.pfb +XCharter-Bold-osfx-sc-t1--base XCharter-Bold " AutoEnc_7yasjxah7llw4rtugy54bqnqofX ReEncodeFont " <[XCh_7ya.enc <XCharter-Bold.pfb +XCharter-BoldItalic-osfx-ly1--base XCharter-BoldItalic " AutoEnc_o3eiyzejerk3kg6suhmkr63b3hX ReEncodeFont " <[XCh_o3e.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osfx-t1--base XCharter-BoldItalic " AutoEnc_57c3kjpgjfgm77mkj7rccpop3bX ReEncodeFont " <[XCh_57c.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osfx-sc-ly1--base XCharter-BoldItalic " AutoEnc_gev73zslq7un6el5psm4425p2eX ReEncodeFont " <[XCh_gev.enc <XCharter-BoldItalic.pfb +XCharter-BoldItalic-osfx-sc-t1--base XCharter-BoldItalic " AutoEnc_7yasjxah7llw4rtugy54bqnqofX ReEncodeFont " <[XCh_7ya.enc <XCharter-BoldItalic.pfb +XCharter-Italic-osfx-ly1--base XCharter-Italic " AutoEnc_o3eiyzejerk3kg6suhmkr63b3hX ReEncodeFont " <[XCh_o3e.enc <XCharter-Italic.pfb +XCharter-Italic-osfx-t1--base XCharter-Italic " AutoEnc_57c3kjpgjfgm77mkj7rccpop3bX ReEncodeFont " <[XCh_57c.enc <XCharter-Italic.pfb +XCharter-Italic-osfx-sc-ly1--base XCharter-Italic " AutoEnc_gev73zslq7un6el5psm4425p2eX ReEncodeFont " <[XCh_gev.enc <XCharter-Italic.pfb +XCharter-Italic-osfx-sc-t1--base XCharter-Italic " AutoEnc_7yasjxah7llw4rtugy54bqnqofX ReEncodeFont " <[XCh_7ya.enc <XCharter-Italic.pfb +XCharter-Roman-osfx-ly1--base XCharter-Roman " AutoEnc_o3eiyzejerk3kg6suhmkr63b3hX ReEncodeFont " <[XCh_o3e.enc <XCharter-Roman.pfb +XCharter-Roman-osfx-t1--base XCharter-Roman " AutoEnc_57c3kjpgjfgm77mkj7rccpop3bX ReEncodeFont " <[XCh_57c.enc <XCharter-Roman.pfb +XCharter-Roman-osfx-sc-ly1--base XCharter-Roman " AutoEnc_nhqiuun3uzujlzih2vbqcnuk7aX ReEncodeFont " <[XCh_nhq.enc <XCharter-Roman.pfb +XCharter-Roman-osfx-sc-t1--base XCharter-Roman " AutoEnc_774cbp6dtpfhjjvh4rbnfjz76eX ReEncodeFont " <[XCh_774.enc <XCharter-Roman.pfb diff --git a/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Bold.otf b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Bold.otf Binary files differnew file mode 100644 index 00000000000..c6e26f4147e --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Bold.otf diff --git a/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-BoldItalic.otf b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-BoldItalic.otf Binary files differnew file mode 100644 index 00000000000..27c3fd7d863 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-BoldItalic.otf diff --git a/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Italic.otf b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Italic.otf Binary files differnew file mode 100644 index 00000000000..7b002fde3e4 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Italic.otf diff --git a/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Roman.otf b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Roman.otf Binary files differnew file mode 100644 index 00000000000..7d4e2c5ffc1 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/public/xcharter/XCharter-Roman.otf diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..dfc37acca99 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8eac32f9389 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f3c317d7f38 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..aa239a1afd4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..39c412cda7e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..7054afa1704 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..68022e6a89c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e5a6fec1592 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..4a6150fd9ec --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1d07d8768c3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f5eaec7a3cb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8eac32f9389 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..1a60f0a8151 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..aa239a1afd4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f19f7116a42 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..7054afa1704 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8ad30c0edbc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-t1.tfm Binary files differnew file mode 100644 index 00000000000..e5a6fec1592 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-osfx-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..50b3f2a520d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7046cd5fbd1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..200029e95e4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..d77a6f934e4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..bed1105fd64 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..859ad577ce7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..a00d07c905a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..98df9caa408 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..4d23ad99490 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..d9ac35281ef --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f8748d7212c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..ab6ba4c8313 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..4a6150fd9ec --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1d07d8768c3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..dfc37acca99 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Bold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..ca4b621cac8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..90ea2825f5a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0d6c33fdf2b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..1279983ba02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e2d221eb598 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..d3ed2eaae0e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..dcddd7a1720 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..730c1175837 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..467af554ea0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..98384915b22 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..663153c3004 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-ly1.tfm Binary files differnew file mode 100644 index 00000000000..90ea2825f5a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..9e6227c8f84 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..1279983ba02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9ccaa9fc967 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..d3ed2eaae0e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..6923c5bab81 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-t1.tfm Binary files differnew file mode 100644 index 00000000000..730c1175837 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-osfx-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..1f601f6e6ea --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b1a86791adb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..91cc4791bc4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..f4ca424c021 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..ef41821b37f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..394adf6c3d3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..c1bab8ab6b2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8ce31363f85 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..65976f45535 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..d98ce570a16 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e66fe0e0c0d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e48beff8143 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..467af554ea0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..98384915b22 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-BoldItalic-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..36395fe4146 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..27dc363369d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..9fa924bfd60 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8ff649f9bb9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..961830b6f92 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..7bc07c4eee7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..39106f58f33 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..cb91a986c09 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..89f614e25a6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..95b959b0a6f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..3bcc96c8555 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-ly1.tfm Binary files differnew file mode 100644 index 00000000000..27dc363369d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..8158c163a0f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8ff649f9bb9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..508208fda54 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..7bc07c4eee7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..33e0ac46a95 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-t1.tfm Binary files differnew file mode 100644 index 00000000000..cb91a986c09 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-osfx-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..ad88ac3829e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..09e9518294f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..777569a8eeb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..397c5cdfc6b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..8c306387b0e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..da0f7c0d700 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..88a03019103 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..4919616e03e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8565fb13362 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..75eb3ba361f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..5e758b36526 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..ad7bacef277 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..89f614e25a6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..95b959b0a6f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Italic-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..3a83f67df04 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7864fed750b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..abe2fc00e5b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..46a2f3cbdc9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e9d0493d76e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..c3975f67ab1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..dc9d7ddea3c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..32a2ba86152 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e02049dd9b5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1efef712737 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..62bf6ccb122 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7864fed750b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..453a8cc1a0b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..46a2f3cbdc9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1bac353d56f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..c3975f67ab1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..3dc65f16cc8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-t1.tfm Binary files differnew file mode 100644 index 00000000000..32a2ba86152 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-osfx-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f5550ae22d2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..a4eff393801 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..638514c1ad4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..22b0f737570 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..304aab30b32 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..408d0405e04 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d95e2e3bfd6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0ab7b2c9e4a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..5490322701c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1.tfm Binary files differnew file mode 100644 index 00000000000..1ecfc3504b0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-sc-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..29b782febea --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..3ad0decf0fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e02049dd9b5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1efef712737 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/public/xcharter/XCharter-Roman-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Bold.pfb b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Bold.pfb Binary files differnew file mode 100644 index 00000000000..681869ece37 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Bold.pfb diff --git a/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-BoldItalic.pfb b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-BoldItalic.pfb Binary files differnew file mode 100644 index 00000000000..b0634c6a8cf --- /dev/null +++ b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-BoldItalic.pfb diff --git a/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Italic.pfb b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Italic.pfb Binary files differnew file mode 100644 index 00000000000..b93be1f34ae --- /dev/null +++ b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Italic.pfb diff --git a/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Roman.pfb b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Roman.pfb Binary files differnew file mode 100644 index 00000000000..031cd665501 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/public/xcharter/XCharter-Roman.pfb diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..8c26c03e244 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..a64de0d596f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..671835b53fe --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..8166cb61ceb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..bca3e83f2e8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-ly1.vf Binary files differnew file mode 100644 index 00000000000..44c0e28e9bb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..9c220acf60b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..536b8a182d0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-t1.vf Binary files differnew file mode 100644 index 00000000000..ea541ce1ed8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-osfx-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..61c1c493ffc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..a7092bbcc07 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..31bcb7fa8f7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..bec2f37f31d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2a25222ce85 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..d2efef98abc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..5f53a92729b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Bold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..f1428e6a52a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..39c0d142d0b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..9d18acda3be --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..26e5ad9b24d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..eae568df35c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-ly1.vf Binary files differnew file mode 100644 index 00000000000..25ceae4d08b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..cc70835fb2a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..7b9ed20674b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-t1.vf Binary files differnew file mode 100644 index 00000000000..1590f056c9c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-osfx-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..78ab4916f90 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..2a63048bf24 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..77a64c95c50 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..bd58c0045c6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..27febb32fe0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..7950fe92184 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..045b5094e61 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-BoldItalic-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..3bd3ccdd5ee --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..a77d7f857e1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..cd6b8f0c538 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..3527f249349 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..adfd5c60338 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-ly1.vf Binary files differnew file mode 100644 index 00000000000..16fe8a26bfd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..8f55f6a2218 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..dcc91e52609 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-t1.vf Binary files differnew file mode 100644 index 00000000000..67048deedd9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-osfx-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..aba49a160bb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..0fe4e735d8c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..5612cdd8d7d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..8d6507677d4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..c1444468730 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..b33e15ec33a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..53cece84530 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Italic-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..de10d3f2941 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..1bca47c90c1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..2b6032cd28e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..d77382e6419 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..26c028971ae --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-ly1.vf Binary files differnew file mode 100644 index 00000000000..6139cb7546b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..e40faef9048 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..097a65c33f3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-t1.vf Binary files differnew file mode 100644 index 00000000000..9188c63dd00 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-osfx-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..15650dcb649 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..326072dd89a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..da9a08092ef --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ly1.vf Binary files differnew file mode 100644 index 00000000000..1c43c988645 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-t1.vf Binary files differnew file mode 100644 index 00000000000..60ea4055ae6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-sc-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-t1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..617fb42b29d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..426951a76b7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..d44ad39a642 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/public/xcharter/XCharter-Roman-tosf-ly1.vf diff --git a/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-OsF.fd b/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-OsF.fd new file mode 100644 index 00000000000..4b1696f498f --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-OsF.fd @@ -0,0 +1,91 @@ +%% Generated by autoinst on 2013/10/24 +%% +\ProvidesFile{LY1XCharter-OsF.fd} + [2013/10/24 (autoinst) Font definitions for LY1/XCharter-OsF.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi +\expandafter\ifx\csname XCharter@altone\endcsname\relax + \let\XCharter@@altone\@empty +\else + \edef\XCharter@@altone{\XCharter@altone}% +\fi + +\DeclareFontFamily{LY1}{XCharter-OsF}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{b}{sc}{ + <-> \XCharter@@scale XCharter-Bold-osf\XCharter@@altone-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-osf\XCharter@@altone-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-osf\XCharter@@altone-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{b}{scit}{ + <-> \XCharter@@scale XCharter-BoldItalic-osf\XCharter@@altone-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{b}{scsl}{ + <-> ssub * XCharter-OsF/b/scit +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{b}{sl}{ + <-> ssub * XCharter-OsF/b/it +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{m}{sc}{ + <-> \XCharter@@scale XCharter-Roman-osf\XCharter@@altone-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-osf\XCharter@@altone-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-osf\XCharter@@altone-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{m}{scit}{ + <-> \XCharter@@scale XCharter-Italic-osf\XCharter@@altone-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{m}{scsl}{ + <-> ssub * XCharter-OsF/m/scit +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{m}{sl}{ + <-> ssub * XCharter-OsF/m/it +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{bx}{sl}{ + <-> ssub * XCharter-OsF/b/sl +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{bx}{scsl}{ + <-> ssub * XCharter-OsF/b/scsl +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{bx}{sc}{ + <-> ssub * XCharter-OsF/b/sc +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{bx}{n}{ + <-> ssub * XCharter-OsF/b/n +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{bx}{it}{ + <-> ssub * XCharter-OsF/b/it +}{} + +\DeclareFontShape{LY1}{XCharter-OsF}{bx}{scit}{ + <-> ssub * XCharter-OsF/b/scit +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-Sup.fd b/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-Sup.fd new file mode 100644 index 00000000000..96ad5475dcf --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-Sup.fd @@ -0,0 +1,50 @@ +%% Generated by autoinst on 2013/10/27 +%% +\ProvidesFile{LY1XCharter-Sup.fd} + [2013/10/27 (autoinst) Font definitions for LY1/XCharter-Sup.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{XCharter-Sup}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-sup-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-sup-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{b}{sl}{ + <-> ssub * XCharter-Sup/b/it +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-sup-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-sup-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{m}{sl}{ + <-> ssub * XCharter-Sup/m/it +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{bx}{sl}{ + <-> ssub * XCharter-Sup/b/sl +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{bx}{n}{ + <-> ssub * XCharter-Sup/b/n +}{} + +\DeclareFontShape{LY1}{XCharter-Sup}{bx}{it}{ + <-> ssub * XCharter-Sup/b/it +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-TLF.fd b/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-TLF.fd new file mode 100644 index 00000000000..e721284bde8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/LY1XCharter-TLF.fd @@ -0,0 +1,86 @@ +%% Generated by autoinst on 2013/10/27 +%% +\ProvidesFile{LY1XCharter-TLF.fd} + [2013/10/27 (autoinst) Font definitions for LY1/XCharter-TLF.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{XCharter-TLF}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{b}{sc}{ + <-> \XCharter@@scale XCharter-Bold-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{b}{scit}{ + <-> \XCharter@@scale XCharter-BoldItalic-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{b}{scsl}{ + <-> ssub * XCharter-TLF/b/scit +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{b}{sl}{ + <-> ssub * XCharter-TLF/b/it +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{m}{sc}{ + <-> \XCharter@@scale XCharter-Roman-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{m}{scit}{ + <-> \XCharter@@scale XCharter-Italic-tlf-sc-ly1 +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{m}{scsl}{ + <-> ssub * XCharter-TLF/m/scit +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{m}{sl}{ + <-> ssub * XCharter-TLF/m/it +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{bx}{sl}{ + <-> ssub * XCharter-TLF/b/sl +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{bx}{scsl}{ + <-> ssub * XCharter-TLF/b/scsl +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{bx}{sc}{ + <-> ssub * XCharter-TLF/b/sc +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{bx}{n}{ + <-> ssub * XCharter-TLF/b/n +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{bx}{it}{ + <-> ssub * XCharter-TLF/b/it +}{} + +\DeclareFontShape{LY1}{XCharter-TLF}{bx}{scit}{ + <-> ssub * XCharter-TLF/b/scit +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/T1XCharter-OsF.fd b/Master/texmf-dist/tex/latex/xcharter/T1XCharter-OsF.fd new file mode 100644 index 00000000000..332568db769 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/T1XCharter-OsF.fd @@ -0,0 +1,91 @@ +%% Generated by autoinst on 2013/10/24 +%% +\ProvidesFile{T1XCharter-OsF.fd} + [2013/10/24 (autoinst) Font definitions for T1/XCharter-OsF.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi +\expandafter\ifx\csname XCharter@altone\endcsname\relax + \let\XCharter@@altone\@empty +\else + \edef\XCharter@@altone{\XCharter@altone}% +\fi + +\DeclareFontFamily{T1}{XCharter-OsF}{} + +\DeclareFontShape{T1}{XCharter-OsF}{b}{sc}{ + <-> \XCharter@@scale XCharter-Bold-osf\XCharter@@altone-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-osf\XCharter@@altone-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-osf\XCharter@@altone-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{b}{scit}{ + <-> \XCharter@@scale XCharter-BoldItalic-osf-sc\XCharter@@altone-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{b}{scsl}{ + <-> ssub * XCharter-OsF/b/scit +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{b}{sl}{ + <-> ssub * XCharter-OsF/b/it +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{m}{sc}{ + <-> \XCharter@@scale XCharter-Roman-osf\XCharter@@altone-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-osf\XCharter@@altone-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-osf\XCharter@@altone-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{m}{scit}{ + <-> \XCharter@@scale XCharter-Italic-osf\XCharter@@altone-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{m}{scsl}{ + <-> ssub * XCharter-OsF/m/scit +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{m}{sl}{ + <-> ssub * XCharter-OsF/m/it +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{bx}{sl}{ + <-> ssub * XCharter-OsF/b/sl +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{bx}{scsl}{ + <-> ssub * XCharter-OsF/b/scsl +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{bx}{sc}{ + <-> ssub * XCharter-OsF/b/sc +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{bx}{n}{ + <-> ssub * XCharter-OsF/b/n +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{bx}{it}{ + <-> ssub * XCharter-OsF/b/it +}{} + +\DeclareFontShape{T1}{XCharter-OsF}{bx}{scit}{ + <-> ssub * XCharter-OsF/b/scit +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/T1XCharter-Sup.fd b/Master/texmf-dist/tex/latex/xcharter/T1XCharter-Sup.fd new file mode 100644 index 00000000000..3913c739d53 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/T1XCharter-Sup.fd @@ -0,0 +1,50 @@ +%% Generated by autoinst on 2013/10/27 +%% +\ProvidesFile{T1XCharter-Sup.fd} + [2013/10/27 (autoinst) Font definitions for T1/XCharter-Sup.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{XCharter-Sup}{} + +\DeclareFontShape{T1}{XCharter-Sup}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-sup-t1 +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-sup-t1 +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{b}{sl}{ + <-> ssub * XCharter-Sup/b/it +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-sup-t1 +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-sup-t1 +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{m}{sl}{ + <-> ssub * XCharter-Sup/m/it +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{bx}{sl}{ + <-> ssub * XCharter-Sup/b/sl +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{bx}{n}{ + <-> ssub * XCharter-Sup/b/n +}{} + +\DeclareFontShape{T1}{XCharter-Sup}{bx}{it}{ + <-> ssub * XCharter-Sup/b/it +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/T1XCharter-TLF.fd b/Master/texmf-dist/tex/latex/xcharter/T1XCharter-TLF.fd new file mode 100644 index 00000000000..4415e64909f --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/T1XCharter-TLF.fd @@ -0,0 +1,86 @@ +%% Generated by autoinst on 2013/10/27 +%% +\ProvidesFile{T1XCharter-TLF.fd} + [2013/10/27 (autoinst) Font definitions for T1/XCharter-TLF.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{XCharter-TLF}{} + +\DeclareFontShape{T1}{XCharter-TLF}{b}{sc}{ + <-> \XCharter@@scale XCharter-Bold-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-tlf-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{b}{scit}{ + <-> \XCharter@@scale XCharter-BoldItalic-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{b}{scsl}{ + <-> ssub * XCharter-TLF/b/scit +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{b}{sl}{ + <-> ssub * XCharter-TLF/b/it +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{m}{sc}{ + <-> \XCharter@@scale XCharter-Roman-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-tlf-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-tlf-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{m}{scit}{ + <-> \XCharter@@scale XCharter-Italic-tlf-sc-t1 +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{m}{scsl}{ + <-> ssub * XCharter-TLF/m/scit +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{m}{sl}{ + <-> ssub * XCharter-TLF/m/it +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{bx}{sl}{ + <-> ssub * XCharter-TLF/b/sl +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{bx}{scsl}{ + <-> ssub * XCharter-TLF/b/scsl +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{bx}{sc}{ + <-> ssub * XCharter-TLF/b/sc +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{bx}{n}{ + <-> ssub * XCharter-TLF/b/n +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{bx}{it}{ + <-> ssub * XCharter-TLF/b/it +}{} + +\DeclareFontShape{T1}{XCharter-TLF}{bx}{scit}{ + <-> ssub * XCharter-TLF/b/scit +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/TS1XCharter-OsF.fd b/Master/texmf-dist/tex/latex/xcharter/TS1XCharter-OsF.fd new file mode 100644 index 00000000000..2d0f47b5c28 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/TS1XCharter-OsF.fd @@ -0,0 +1,50 @@ +%% Generated by autoinst on 2013/10/27 +%% +\ProvidesFile{TS1XCharter-OsF.fd} + [2013/10/27 (autoinst) Font definitions for TS1/XCharter-OsF.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{XCharter-OsF}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-osf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{b}{sl}{ + <-> ssub * XCharter-OsF/b/it +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-osf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-osf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{m}{sl}{ + <-> ssub * XCharter-OsF/m/it +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{bx}{sl}{ + <-> ssub * XCharter-OsF/b/sl +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{bx}{n}{ + <-> ssub * XCharter-OsF/b/n +}{} + +\DeclareFontShape{TS1}{XCharter-OsF}{bx}{it}{ + <-> ssub * XCharter-OsF/b/it +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/TS1XCharter-TLF.fd b/Master/texmf-dist/tex/latex/xcharter/TS1XCharter-TLF.fd new file mode 100644 index 00000000000..090c543d077 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/TS1XCharter-TLF.fd @@ -0,0 +1,50 @@ +%% Generated by autoinst on 2013/10/27 +%% +\ProvidesFile{TS1XCharter-TLF.fd} + [2013/10/27 (autoinst) Font definitions for TS1/XCharter-TLF.] + +\expandafter\ifx\csname XCharter@scale\endcsname\relax + \let\XCharter@@scale\@empty +\else + \edef\XCharter@@scale{s*[\csname XCharter@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{XCharter-TLF}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{b}{n}{ + <-> \XCharter@@scale XCharter-Bold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{b}{it}{ + <-> \XCharter@@scale XCharter-BoldItalic-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{b}{sl}{ + <-> ssub * XCharter-TLF/b/it +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{m}{n}{ + <-> \XCharter@@scale XCharter-Roman-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{m}{it}{ + <-> \XCharter@@scale XCharter-Italic-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{m}{sl}{ + <-> ssub * XCharter-TLF/m/it +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{bx}{sl}{ + <-> ssub * XCharter-TLF/b/sl +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{bx}{n}{ + <-> ssub * XCharter-TLF/b/n +}{} + +\DeclareFontShape{TS1}{XCharter-TLF}{bx}{it}{ + <-> ssub * XCharter-TLF/b/it +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/xcharter/XCharter.sty b/Master/texmf-dist/tex/latex/xcharter/XCharter.sty new file mode 100644 index 00000000000..9ae032c2f90 --- /dev/null +++ b/Master/texmf-dist/tex/latex/xcharter/XCharter.sty @@ -0,0 +1,110 @@ +%% XCharter is an extension of the Bitstream Charter fonts, adding osf, +% small caps and superior figures. Generated 2013/10/27 by Michael Sharpe. +%% +\NeedsTeXFormat{LaTeX2e} + +\def\fileversion{1.00} +\def\filedate{2013/10/27} + +\ProvidesPackage{XCharter}[\filedate\space v\fileversion] + +\message{`XCharter' v\fileversion, \filedate\space Text macros for XCharter, an extension of Charter (msharpe)} + +\RequirePackage[LY1,T1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} +\IfFileExists{fontaxes.sty}{ + \RequirePackage{fontaxes} + \fa@naming@exception{figures}{{superior}{proportional}}{Sup} + \fa@naming@exception{figures}{{superior}{tabular}}{Sup} + \def\sufigures{\@nomath\sufigures + \fontfigurestyle{superior}\selectfont} + \DeclareTextFontCommand{\textsu}{\sufigures} + \let\textsuperior\textsu +}{} +\DeclareRobustCommand{\lfstyle}{% + \not@math@alphabet\lfstyle\relax + \fontfamily{XCharter-TLF}\selectfont } +\DeclareRobustCommand{\osfstyle}{% + \not@math@alphabet\osfstyle\relax + \fontfamily{XCharter-OsF}\selectfont } +\def\textlf#1{{\lfstyle #1}} +%\def\textosf#1{{\osfstyle #1}} + +\newcommand*{\XCharter@scale}{1} +\IfFileExists{xkeyval.sty}{ + \RequirePackage{xkeyval} + \DeclareOptionX{scale}{\renewcommand*{\XCharter@scale}{##1}} + \DeclareOptionX{scaled}{\renewcommand*{\XCharter@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} +\let\orig@footnote=\thefootnote +\let\orig@makefnmark=\@makefnmark + +\def\XCharter@altone{x}% default is to use 1, not I +\newif\if@XCh@sups +\DeclareOptionX{lf}{\edef\XCharter@figurestyle{TLF}} +\DeclareOptionX{lining}{\edef\XCharter@figurestyle{TLF}} +\DeclareOptionX{oldstyle}{\edef\XCharter@figurestyle{OsF}% +\edef\XCharter@altone{x}} +\DeclareOptionX{oldstyleI}{\edef\XCharter@figurestyle{OsF}% +\edef\XCharter@altone{}} +\DeclareOptionX{osf}{\edef\XCharter@figurestyle{OsF}\edef\XCharter@altone{x}} +\DeclareOptionX{osfI}{\edef\XCharter@figurestyle{OsF}\edef\XCharter@altone{}} +\DeclareOptionX{sups}{\@XCh@supstrue} + +\edef\bfseries@rm{b} +\edef\mdseries@rm{m} +\ExecuteOptionsX{lining} +\ProcessOptionsX\relax + +\def\useosf{\renewcommand*{\rmdefault}{XCharter-OsF}\def\XCharter@altone{x}} +\def\useosfI{\renewcommand*{\rmdefault}{XCharter-OsF}\def\XCharter@altone{}} +\@onlypreamble\useosf +\@onlypreamble\useosfI + +\newcommand{\textosfI}[1]{\oldstylenums{#1}}% to get XCharter osfI +\newcommand{\textosf}[1]{{\fontencoding{T1}\fontfamily{XCharterx}\selectfont #1}}% to get XCharter osf +\renewcommand*{\bfdefault}{b} +\renewcommand*{\scdefault}{sc}% for better compatibility with mathdesign + +% The following are provided so that we may access osf in any mode +% osfx corresponds to small 1 rather than small I +\DeclareFontFamily{T1}{XCharterx}{} + +\DeclareFontShape{T1}{XCharterx}{m}{n}{ + <-> s*[\XCharter@scale] XCharter-Roman-osfx-t1 +}{} +\DeclareFontShape{T1}{XCharterx}{m}{it}{ + <-> s*[\XCharter@scale] XCharter-Italic-osfx-t1 +}{} +\DeclareFontShape{T1}{XCharterx}{b}{n}{ + <-> s*[\XCharter@scale] XCharter-Bold-osfx-t1 +}{} +\DeclareFontShape{T1}{XCharterx}{b}{it}{ + <-> s*[\XCharter@scale] XCharter-BoldItalic-osfx-t1 +}{} + + +\renewcommand*{\rmdefault}{XCharter-\XCharter@figurestyle} +\renewcommand*{\familydefault}{\rmdefault} +\if@XCh@sups % + \ifdefined\sufigures + \def\f@@tn@te{footnote} + \def\@makefnmark{% + \ifx\@mpfn\f@@tn@te% + \ifx\thefootnote\orig@footnote% + \hbox{\sufigures\hspace*{.04em}\@thefnmark} + \else% + \orig@makefnmark + \fi + \else% + \orig@makefnmark + \fi}% + \fi +\fi + +\endinput diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 81b53cad0ec..0ae080e59c5 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -188,5 +188,6 @@ depend universa depend urwchancal depend venturisadf depend wsuipa +depend xcharter depend xits depend yfonts diff --git a/Master/tlpkg/tlpsrc/xcharter.tlpsrc b/Master/tlpkg/tlpsrc/xcharter.tlpsrc new file mode 100644 index 00000000000..50574538d57 --- /dev/null +++ b/Master/tlpkg/tlpsrc/xcharter.tlpsrc @@ -0,0 +1 @@ +execute addMap XCharter.map |