diff options
author | Karl Berry <karl@freefriends.org> | 2019-05-19 21:10:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-05-19 21:10:57 +0000 |
commit | 09b6012c4592676d398ffa8d92441583fcd9206f (patch) | |
tree | af96ebd35bb9559d4a705358a6dc4464a1d21976 /Master | |
parent | fde837e1c6b239ad573936340f59c8efb0fdc193 (diff) |
sourcecodepro (19may19)
git-svn-id: svn://tug.org/texlive/trunk@51163 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
838 files changed, 2385 insertions, 1775 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/README.md b/Master/texmf-dist/doc/latex/sourcecodepro/README.md new file mode 100644 index 00000000000..01c41b1dfb0 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourcecodepro/README.md @@ -0,0 +1,30 @@ +Source Code Pro v2.7 +==================== +This package provides the Source Code Pro typeface as a LaTeX package. +Full documentation and revision history in `sourcecodepro.pdf`. + +Options +------- +The following options can be used: + +* `oldstyle, osf`: use old style numbers. +* `lining, nf, lf`: use lining numbers. +* `black`: `\bfseries` is black. +* `semibold`: `\bfseries` is semibold. +* `bold`: `\bfseries` is bold. +* `light`: `\mdseries` is light. +* `extralight`: `\mdseries` is extra light. +* `regular`: `\mdseries` is regular. +* `scale, scaled`: set scaling for the font, eg: `scale=.5` +* `ligatures`: change the ligatures used. eg: `ligatures=TeX` +* `default`: Source Code Pro is set as default font family. +* `nottdefault`: Source Code Pro is not set as monospaced family. +* `type1, t1`: override detection and load the Type1 font family. +* `opentype, otf`: override detection and load the OpenType font family. + +License +------- +Fonts are provided under the SIL Open Font License 1.1. +LaTeX source is licensed under the LPPL. + +Enjoy! diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf Binary files differindex 89d3c38e8a4..e172a2ff3fc 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf Binary files differindex 2633b0d2472..1bce28e9b2d 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf Binary files differindex ae647e63be9..6fd40d53d1e 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex index d33cd4f262c..b88b1080d11 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex @@ -1,5 +1,5 @@ \documentclass[10pt,a4paper,english]{article} -\usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol} +\usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol,graphicx} \usepackage[default,osf]{sourcesanspro} \usepackage[scaled=.95]{sourcecodepro} \hypersetup{ @@ -16,7 +16,7 @@ \Large Adobe's Source Code Pro typeface for \LaTeX } \author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}} -\date{Documentation for sourcecodepro v2.6.\\ \today} +\date{Documentation for sourcecodepro v2.7.\\ \today} \begin{document} \maketitle @@ -37,6 +37,7 @@ The package has the following options: \item \textbf{extralight}: \texttt{\textbackslash mdseries} is extra light. \item \textbf{regular}: \texttt{\textbackslash mdseries} is regular. \item \textbf{scale, scaled}: Change the scaling with a factor. For example: \texttt{scale=.5} + \item \textbf{ligatures}: Change the ligatures used. For example: \texttt{ligatures=TeX} \item \textbf{default}: Source Code Pro is set as the default font family and as the monotype family. \item \textbf{nottdefault}: Source Code Pro is not set as monospaced family. \item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts. @@ -64,30 +65,11 @@ Simple specimen can be found on page \pageref{sec:specimen}. Full specimen can b \section{OpenType} The OpenType fonts have many features, including old style numerals (\texttt{\oldstylenums{1 6 9}}) -%, ligatures (\texttt{fi fl}) and stylistic alternatives (\texttt{{\addfontfeature{Style=Alternate}a g}}). \subsection{Features} A complete list of available font features is available on page \pageref{sec:otfinfo}. More information on how to use font features can be found in the \href{http://mirror.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}{fontspec documentation}. -\subsection{Files} -\begin{itemize*} - \item SourceCodePro-ExtraLight.otf - \item SourceCodePro-ExtraLightIt.otf - \item SourceCodePro-Light.otf - \item SourceCodePro-LightIt.otf - \item SourceCodePro-Regular.otf - \item SourceCodePro-RegularIt.otf - \item SourceCodePro-Medium.otf - \item SourceCodePro-MediumIt.otf - \item SourceCodePro-Semibold.otf - \item SourceCodePro-SemiboldIt.otf - \item SourceCodePro-Bold.otf - \item SourceCodePro-BoldIt.otf - \item SourceCodePro-Black.otf - \item SourceCodePro-BlackIt.otf -\end{itemize*} - \section{Type1} The following Type1 font families are included: \begin{itemize*} @@ -97,6 +79,13 @@ The following Type1 font families are included: With series ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, ‘k’ and shapes ‘n’ and ‘i’. \section{Version history} +\subsection*{2.7} +\begin{itemize*} + \item Make the ligatures for the OpenType fonts configurable with the \texttt{ligatures} option. + \item Update the fonts to Roman v2.030 and Italic v1.050. + \item Generate fonts without f-ligatures. +\end{itemize*} + \subsection*{2.6} \begin{itemize*} \item Modified the \texttt{\textbackslash liningnums} to accomodate for the missing \texttt{lnum} feature. @@ -197,6 +186,7 @@ The following font features are avalable in the font: cv14 & Character Variants 14 - typographic hyphen [-] \\ cv15 & Character Variants 15 - typographic asterisk [*] \\ cv16 & Character Variants 16 - slashed dollar sign [\$]\\ + cv17 & Character Variants 17 - alternate numeral one [1] \\ dnom & Denominators \\ frac & Fractions \\ mark & Mark Positioning \\ @@ -213,6 +203,7 @@ The following font features are avalable in the font: ss04 & Stylistic Set 4 - serifed i \\ ss05 & Stylistic Set 5 - Sami \symbol{"014A}, cursive \symbol{"03C6} \\ ss06 & Stylistic Set 6 - slashed dollar sign [\$] \\ + ss07 & Stylistic Set 7 - alternate numeral one [1] \\ subs & Subscript \\ sups & Superscript \\ zero & Slashed Zero diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_3iph7b.enc index 3888497629d..94237b8e8d3 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_3iph7b.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_djdyjqcylsdnrqxziltltabatd -% Encoding created by otftotfm on Thu Oct 8 17:44:07 2015 +%%AutoEnc_3iph7beiyvfrodtrnch6zjcgaa +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_djdyjqcylsdnrqxziltltabatd [ +/AutoEnc_3iph7beiyvfrodtrnch6zjcgaa [ %00 /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,7 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=onum --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% --coding-scheme=TEX TEXT --feature=onum % fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf % SourceCodePro-BlackIt-tosf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4w2j3d.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4bagdb.enc index b8bb11c4f66..8bb4cc26723 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4w2j3d.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4bagdb.enc @@ -1,15 +1,15 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh -% Encoding created by otftotfm on Thu Oct 8 17:44:04 2015 +%%AutoEnc_4bagdbmdqswhdgkjw23kdqakka +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh [ +/AutoEnc_4bagdbmdqswhdgkjw23kdqakka [ %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 /uni0237 /.notdef /.notdef /.notdef /fl /fi + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef %20 /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash @@ -61,7 +61,6 @@ % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap % --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=dnom -% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i -% =: ffi --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-dnom-t1' +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-dnom-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4jrrta.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4jrrta.enc new file mode 100644 index 00000000000..0163099fc0d --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4jrrta.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 +% Command line follows encoding +/AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash.sups /emdash.sups /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash +%30 + /zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups + /eight.sups /nine.sups /colon.sups /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.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups + /h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups +%70 + /p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups + /x.sups /y.sups /z.sups /braceleft /bar /braceright /asciitilde /hyphen.sups +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /uni2116 /currency /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblbase /guillemotleft /guillemotright +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=sups --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-sup-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4t223s.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4t223s.enc deleted file mode 100644 index a50cc0c8c7c..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_4t223s.enc +++ /dev/null @@ -1,67 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_4t223sx5lq6jrlsthxsnnop3sf -% Encoding created by otftotfm on Thu Oct 8 17:44:12 2015 -% Command line follows encoding -/AutoEnc_4t223sx5lq6jrlsthxsnnop3sf [ -%00 - /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef -%10 - /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring - /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash -%20 - /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright - /parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash -%30 - /zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs - /eight.subs /nine.subs /colon /semicolon /exclamdown /equal /questiondown /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 /quotedblleft /bracketright /circumflex /dotaccent -%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 /endash /emdash /hungarumlaut /tilde /dieresis -%80 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -%90 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -%A0 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -%B0 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.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 /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -] def -% Command line: 'otftotfm --automatic --encoding=fontools_ot1 -% --tfm-directory=fonts/tfm/adobe/sourcecodepro -% --vf-directory=fonts/vf/adobe/sourcecodepro -% --type1-directory=fonts/type1/adobe/sourcecodepro -% --truetype-directory=fonts/truetype/adobe/sourcecodepro -% --encoding-directory=fonts/enc/dvips/sourcecodepro -% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=sinf --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf -% SourceCodePro-BlackIt-inf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_tge7qo.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6samag.enc index d3d084b61e9..c70979acde5 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_tge7qo.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6samag.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_tge7qojfiij66u4boyhe6w5ezb -% Encoding created by otftotfm on Thu Oct 8 17:44:05 2015 +%%AutoEnc_6samag633x7qv5delozyb3m3nd +% Encoding created by otftotfm on Sun Feb 18 17:06:00 2018 % Command line follows encoding -/AutoEnc_tge7qojfiij66u4boyhe6w5ezb [ +/AutoEnc_6samag633x7qv5delozyb3m3nd [ %00 /Gamma /uni0394 /Theta /Lambda /Xi /Pi /Sigma /Upsilon - /Phi /Psi /uni03A9 /.notdef /fi /fl /.notdef /.notdef + /Phi /Psi /uni03A9 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,7 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --ligkern=f i =: fi --ligkern=f l =: fl -% --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% --coding-scheme=TEX TEXT % fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf % SourceCodePro-Black-tlf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jcjenj.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_beydf2.enc index 82a0d35ece0..54a230ca29f 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jcjenj.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_beydf2.enc @@ -1,15 +1,15 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_jcjenj7ak6g6qeui6vtliazema -% Encoding created by otftotfm on Thu Oct 8 17:44:02 2015 +%%AutoEnc_beydf2455b7nmg2mtalsg5naaa +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_jcjenj7ak6g6qeui6vtliazema [ +/AutoEnc_beydf2455b7nmg2mtalsg5naaa [ %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 /uni0237 /.notdef /.notdef /.notdef /fl /fi + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef %20 /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash @@ -61,7 +61,5 @@ % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap % --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=onum -% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i -% =: ffi --ligkern=ff l =: ffl -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-tosf-t1' +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tosf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_24hhf2.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_bzs6pp.enc index 5535d750c32..e8419f7f5c8 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_24hhf2.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_bzs6pp.enc @@ -1,9 +1,9 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_24hhf2qlvhfftadjeus2nvr5xc -% Encoding created by otftotfm on Thu Oct 8 17:44:03 2015 +%%AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_24hhf2qlvhfftadjeus2nvr5xc [ +/AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f [ %00 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /C /bar @@ -51,7 +51,7 @@ /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %F0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef - /.notdef /.notdef /.notdef /fl /l /fi /i /f + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef ] def % Command line: 'otftotfm --automatic --encoding=fontools_ts1 % --tfm-directory=fonts/tfm/adobe/sourcecodepro @@ -61,7 +61,5 @@ % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.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 -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-tosf-ts1' +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tosf-ts1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ciozbc.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ciozbc.enc new file mode 100644 index 00000000000..40e0d5da50d --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ciozbc.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ciozbcq4twcheslrpg6rphynid +% Encoding created by otftotfm on Sun Feb 18 17:06:00 2018 +% Command line follows encoding +/AutoEnc_ciozbcq4twcheslrpg6rphynid [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash +%30 + /zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr + /eight.numr /nine.numr /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 + /uni0490 /.notdef /uni0402 /uni040B /.notdef /.notdef /.notdef /uni0409 + /uni0407 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0405 +%90 + /.notdef /.notdef /uni040E /.notdef /.notdef /.notdef /uni040F /.notdef + /.notdef /uni0404 /.notdef /uni040A /uni0401 /uni2116 /currency /section +%A0 + /uni0491 /.notdef /uni0452 /uni045B /.notdef /.notdef /.notdef /uni0459 + /uni0457 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0455 +%B0 + /.notdef /.notdef /uni045E /.notdef /.notdef /.notdef /uni045F /.notdef + /.notdef /uni0454 /uni04D9 /uni045A /uni0451 /quotedblbase /guillemotleft /guillemotright +%C0 + /uni0410 /uni0411 /uni0412 /uni0413 /uni0414 /uni0415 /uni0416 /uni0417 + /uni0418 /uni0419 /uni041A /uni041B /uni041C /uni041D /uni041E /uni041F +%D0 + /uni0420 /uni0421 /uni0422 /uni0423 /uni0424 /uni0425 /uni0426 /uni0427 + /uni0428 /uni0429 /uni042A /uni042B /uni042C /uni042D /uni042E /uni042F +%E0 + /uni0430 /uni0431 /uni0432 /uni0433 /uni0434 /uni0435 /uni0436 /uni0437 + /uni0438 /uni0439 /uni043A /uni043B /uni043C /uni043D /uni043E /uni043F +%F0 + /uni0440 /uni0441 /uni0442 /uni0443 /uni0444 /uni0445 /uni0446 /uni0447 + /uni0448 /uni0449 /uni044A /uni044B /uni044C /uni044D /uni044E /uni044F +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=numr --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-numr-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_cy5ftw.enc index 27cd43b0908..83be771c73c 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_cy5ftw.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_jvslvyb4t4nmlsg27a55bw6bee -% Encoding created by otftotfm on Thu Oct 8 17:44:05 2015 +%%AutoEnc_cy5ftwbwj5xdl22cgt25ztegme +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 % Command line follows encoding -/AutoEnc_jvslvyb4t4nmlsg27a55bw6bee [ +/AutoEnc_cy5ftwbwj5xdl22cgt25ztegme [ %00 /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -60,7 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --ligkern=f i =: fi -% --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff -% l =: ffl fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-tlf-ly1' +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tlf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_d56bnw.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_d56bnw.enc new file mode 100644 index 00000000000..056fef476d8 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_d56bnw.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_d56bnwp5etet55mlfr6j7xu2cf +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 +% Command line follows encoding +/AutoEnc_d56bnwp5etet55mlfr6j7xu2cf [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.onum /one.onum /two.onum /three.onum /four.onum /five.onum /six.onum /seven.onum + /eight.onum /nine.onum /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 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /uni2116 /currency /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblbase /guillemotleft /guillemotright +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=onum +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tosf-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_7ovpxh.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fhxzui.enc index 6f47a6c0a3c..912b19aa440 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_7ovpxh.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fhxzui.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga -% Encoding created by otftotfm on Thu Oct 8 17:44:11 2015 +%%AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 % Command line follows encoding -/AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga [ +/AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre [ %00 /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=numr --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * +% --coding-scheme=TEX TEXT --feature=numr --ligkern=* {KL} * % fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf % SourceCodePro-BlackIt-numr-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fnt2zo.enc index 9f64508a091..d30fe803fa1 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fnt2zo.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_retzg2pzf6wxgbppyetfqltdvb -% Encoding created by otftotfm on Thu Oct 8 17:44:03 2015 +%%AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_retzg2pzf6wxgbppyetfqltdvb [ +/AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic [ %00 /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=onum --ligkern=f -% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi -% --ligkern=ff l =: ffl -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-tosf-ly1' +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=onum +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tosf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fy4e5k.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fy4e5k.enc new file mode 100644 index 00000000000..64909c6ba44 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_fy4e5k.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_fy4e5kjz3mt63blklauj6qbieh +% Encoding created by otftotfm on Sun Feb 18 17:06:00 2018 +% Command line follows encoding +/AutoEnc_fy4e5kjz3mt63blklauj6qbieh [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash +%30 + /zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom + /eight.dnom /nine.dnom /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 + /uni0490 /.notdef /uni0402 /uni040B /.notdef /.notdef /.notdef /uni0409 + /uni0407 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0405 +%90 + /.notdef /.notdef /uni040E /.notdef /.notdef /.notdef /uni040F /.notdef + /.notdef /uni0404 /.notdef /uni040A /uni0401 /uni2116 /currency /section +%A0 + /uni0491 /.notdef /uni0452 /uni045B /.notdef /.notdef /.notdef /uni0459 + /uni0457 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0455 +%B0 + /.notdef /.notdef /uni045E /.notdef /.notdef /.notdef /uni045F /.notdef + /.notdef /uni0454 /uni04D9 /uni045A /uni0451 /quotedblbase /guillemotleft /guillemotright +%C0 + /uni0410 /uni0411 /uni0412 /uni0413 /uni0414 /uni0415 /uni0416 /uni0417 + /uni0418 /uni0419 /uni041A /uni041B /uni041C /uni041D /uni041E /uni041F +%D0 + /uni0420 /uni0421 /uni0422 /uni0423 /uni0424 /uni0425 /uni0426 /uni0427 + /uni0428 /uni0429 /uni042A /uni042B /uni042C /uni042D /uni042E /uni042F +%E0 + /uni0430 /uni0431 /uni0432 /uni0433 /uni0434 /uni0435 /uni0436 /uni0437 + /uni0438 /uni0439 /uni043A /uni043B /uni043C /uni043D /uni043E /uni043F +%F0 + /uni0440 /uni0441 /uni0442 /uni0443 /uni0444 /uni0445 /uni0446 /uni0447 + /uni0448 /uni0449 /uni044A /uni044B /uni044C /uni044D /uni044E /uni044F +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=dnom --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-dnom-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_k2muno.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gog54w.enc index 3bfe80c3735..5faf2d1225b 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_k2muno.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gog54w.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_k2muno76n5krem3du56azslfod -% Encoding created by otftotfm on Thu Oct 8 17:44:04 2015 +%%AutoEnc_gog54w7pw2gm5noxduv4un2oha +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 % Command line follows encoding -/AutoEnc_k2muno76n5krem3du56azslfod [ +/AutoEnc_gog54w7pw2gm5noxduv4un2oha [ %00 /Gamma /uni0394 /Theta /Lambda /Xi /Pi /Sigma /Upsilon - /Phi /Psi /uni03A9 /.notdef /fi /fl /.notdef /.notdef + /Phi /Psi /uni03A9 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=dnom --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * +% --coding-scheme=TEX TEXT --feature=dnom --ligkern=* {KL} * % fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf % SourceCodePro-Black-dnom-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gufhru.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gufhru.enc new file mode 100644 index 00000000000..b4997a11466 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gufhru.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_gufhrubv4pjploio5ib2c56gre +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 +% Command line follows encoding +/AutoEnc_gufhrubv4pjploio5ib2c56gre [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.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 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /uni2116 /currency /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblbase /guillemotleft /guillemotright +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tlf-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_bn4tko.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_h3vs4v.enc index 39ab59ec14f..3b2cecdfa8d 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_bn4tko.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_h3vs4v.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf -% Encoding created by otftotfm on Thu Oct 8 17:44:09 2015 +%%AutoEnc_h3vs4vkfii7isngqtb355l4upa +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 % Command line follows encoding -/AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf [ +/AutoEnc_h3vs4vkfii7isngqtb355l4upa [ %00 /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x.sups /y.sups /z.sups /endash.sups /emdash.sups /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=sups --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * +% --coding-scheme=TEX TEXT --feature=sups --ligkern=* {KL} * % fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf % SourceCodePro-BlackIt-sup-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gu5xou.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_j24bgz.enc index e5e8a0a6294..004b8cd43be 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_gu5xou.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_j24bgz.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_gu5xouqluifjsnwyi33wiqknnf -% Encoding created by otftotfm on Thu Oct 8 17:44:04 2015 +%%AutoEnc_j24bgzcvw3dip3a4kbsse2fhff +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_gu5xouqluifjsnwyi33wiqknnf [ +/AutoEnc_j24bgzcvw3dip3a4kbsse2fhff [ %00 /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=dnom --ligkern=f -% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi -% --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-dnom-ly1' +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=dnom --ligkern=* +% {KL} * fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-dnom-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jjp77t.enc index c7cf259b66b..d99689dd8ea 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jjp77t.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_aoc6c2yfiywrypxazkbjbuobhb -% Encoding created by otftotfm on Thu Oct 8 17:44:10 2015 +%%AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 % Command line follows encoding -/AutoEnc_aoc6c2yfiywrypxazkbjbuobhb [ +/AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb [ %00 /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,7 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --ligkern=f i =: fi --ligkern=f l =: fl -% --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% --coding-scheme=TEX TEXT % fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf % SourceCodePro-BlackIt-tlf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ljusoa.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ljusoa.enc new file mode 100644 index 00000000000..e50be6d9f5e --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ljusoa.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd +% Encoding created by otftotfm on Sun Feb 18 17:06:01 2018 +% Command line follows encoding +/AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.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 + /uni0490 /.notdef /uni0402 /uni040B /.notdef /.notdef /.notdef /uni0409 + /uni0407 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0405 +%90 + /.notdef /.notdef /uni040E /.notdef /.notdef /.notdef /uni040F /.notdef + /.notdef /uni0404 /.notdef /uni040A /uni0401 /uni2116 /currency /section +%A0 + /uni0491 /.notdef /uni0452 /uni045B /.notdef /.notdef /.notdef /uni0459 + /uni0457 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0455 +%B0 + /.notdef /.notdef /uni045E /.notdef /.notdef /.notdef /uni045F /.notdef + /.notdef /uni0454 /uni04D9 /uni045A /uni0451 /quotedblbase /guillemotleft /guillemotright +%C0 + /uni0410 /uni0411 /uni0412 /uni0413 /uni0414 /uni0415 /uni0416 /uni0417 + /uni0418 /uni0419 /uni041A /uni041B /uni041C /uni041D /uni041E /uni041F +%D0 + /uni0420 /uni0421 /uni0422 /uni0423 /uni0424 /uni0425 /uni0426 /uni0427 + /uni0428 /uni0429 /uni042A /uni042B /uni042C /uni042D /uni042E /uni042F +%E0 + /uni0430 /uni0431 /uni0432 /uni0433 /uni0434 /uni0435 /uni0436 /uni0437 + /uni0438 /uni0439 /uni043A /uni043B /uni043C /uni043D /uni043E /uni043F +%F0 + /uni0440 /uni0441 /uni0442 /uni0443 /uni0444 /uni0445 /uni0446 /uni0447 + /uni0448 /uni0449 /uni044A /uni044B /uni044C /uni044D /uni044E /uni044F +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ind2fo.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_lutrty.enc index b3ed9222b06..38ca5c1414f 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ind2fo.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_lutrty.enc @@ -1,15 +1,15 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_ind2foafqsljty37ja5qbulqof -% Encoding created by otftotfm on Thu Oct 8 17:44:05 2015 +%%AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 % Command line follows encoding -/AutoEnc_ind2foafqsljty37ja5qbulqof [ +/AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg [ %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 /uni0237 /.notdef /.notdef /.notdef /fl /fi + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef %20 /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash @@ -60,7 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --ligkern=f i =: fi -% --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff -% l =: ffl fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-tlf-t1' +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-tlf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ecw2ac.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_lxssho.enc index a0137a75479..0271a3258c8 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ecw2ac.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_lxssho.enc @@ -1,15 +1,15 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_ecw2acuxgis774mam2wohtnzmc -% Encoding created by otftotfm on Thu Oct 8 17:44:06 2015 +%%AutoEnc_lxsshouguzlx4r6fzhpeodm4qb +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 % Command line follows encoding -/AutoEnc_ecw2acuxgis774mam2wohtnzmc [ +/AutoEnc_lxsshouguzlx4r6fzhpeodm4qb [ %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 /uni0237 /.notdef /.notdef /.notdef /fl /fi + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef %20 /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash @@ -61,7 +61,6 @@ % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap % --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=numr -% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i -% =: ffi --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-numr-t1' +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-numr-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mjxvy6.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mjxvy6.enc new file mode 100644 index 00000000000..a385b7d380b --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mjxvy6.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_mjxvy6yexriyolqiqvuafz73lg +% Encoding created by otftotfm on Sun Feb 18 17:06:01 2018 +% Command line follows encoding +/AutoEnc_mjxvy6yexriyolqiqvuafz73lg [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash.sups /emdash.sups /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash +%30 + /zero.sups /one.sups /two.sups /three.sups /four.sups /five.sups /six.sups /seven.sups + /eight.sups /nine.sups /colon.sups /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.sups /b.sups /c.sups /d.sups /e.sups /f.sups /g.sups + /h.sups /i.sups /j.sups /k.sups /l.sups /m.sups /n.sups /o.sups +%70 + /p.sups /q.sups /r.sups /s.sups /t.sups /u.sups /v.sups /w.sups + /x.sups /y.sups /z.sups /braceleft /bar /braceright /asciitilde /hyphen.sups +%80 + /uni0490 /.notdef /uni0402 /uni040B /.notdef /.notdef /.notdef /uni0409 + /uni0407 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0405 +%90 + /.notdef /.notdef /uni040E /.notdef /.notdef /.notdef /uni040F /.notdef + /.notdef /uni0404 /.notdef /uni040A /uni0401 /uni2116 /currency /section +%A0 + /uni0491 /.notdef /uni0452 /uni045B /.notdef /.notdef /.notdef /uni0459 + /uni0457 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0455 +%B0 + /.notdef /.notdef /uni045E /.notdef /.notdef /.notdef /uni045F /.notdef + /.notdef /uni0454 /uni04D9 /uni045A /uni0451 /quotedblbase /guillemotleft /guillemotright +%C0 + /uni0410 /uni0411 /uni0412 /uni0413 /uni0414 /uni0415 /uni0416 /uni0417 + /uni0418 /uni0419 /uni041A /uni041B /uni041C /uni041D /uni041E /uni041F +%D0 + /uni0420 /uni0421 /uni0422 /uni0423 /uni0424 /uni0425 /uni0426 /uni0427 + /uni0428 /uni0429 /uni042A /uni042B /uni042C /uni042D /uni042E /uni042F +%E0 + /uni0430 /uni0431 /uni0432 /uni0433 /uni0434 /uni0435 /uni0436 /uni0437 + /uni0438 /uni0439 /uni043A /uni043B /uni043C /uni043D /uni043E /uni043F +%F0 + /uni0440 /uni0441 /uni0442 /uni0443 /uni0444 /uni0445 /uni0446 /uni0447 + /uni0448 /uni0449 /uni044A /uni044B /uni044C /uni044D /uni044E /uni044F +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=sups --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-sup-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_dz5hhp.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_n5gv3r.enc index ea70a572ca1..bab8c041adf 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_dz5hhp.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_n5gv3r.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh -% Encoding created by otftotfm on Thu Oct 8 17:44:06 2015 +%%AutoEnc_n5gv3rolx42wxmwkga6exq7jtb +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 % Command line follows encoding -/AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh [ +/AutoEnc_n5gv3rolx42wxmwkga6exq7jtb [ %00 /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=numr --ligkern=f -% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi -% --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-numr-ly1' +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=numr --ligkern=* +% {KL} * fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-numr-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_kinvs5.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_npftpj.enc index 0fad5cc1e03..a58da86f99e 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_kinvs5.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_npftpj.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_kinvs533t24ay5df74uipofuje -% Encoding created by otftotfm on Thu Oct 8 17:44:09 2015 +%%AutoEnc_npftpjawifsabwmoy7ow62oxnh +% Encoding created by otftotfm on Sun Feb 18 17:05:57 2018 % Command line follows encoding -/AutoEnc_kinvs533t24ay5df74uipofuje [ +/AutoEnc_npftpjawifsabwmoy7ow62oxnh [ %00 /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=dnom --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * +% --coding-scheme=TEX TEXT --feature=dnom --ligkern=* {KL} * % fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf % SourceCodePro-BlackIt-dnom-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_o4vjd2.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_o4vjd2.enc new file mode 100644 index 00000000000..9f104b156bd --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_o4vjd2.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 +% Command line follows encoding +/AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.dnom /parenright.dnom /asterisk /plus /comma.dnom /hyphen /period.dnom /slash +%30 + /zero.dnom /one.dnom /two.dnom /three.dnom /four.dnom /five.dnom /six.dnom /seven.dnom + /eight.dnom /nine.dnom /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 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /uni2116 /currency /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblbase /guillemotleft /guillemotright +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=dnom --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-dnom-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_p6dame.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_p6dame.enc deleted file mode 100644 index 7b53710a5bd..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_p6dame.enc +++ /dev/null @@ -1,67 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_p6damedgcxf4di67bfp6rl5jpa -% Encoding created by otftotfm on Thu Oct 8 17:44:07 2015 -% Command line follows encoding -/AutoEnc_p6damedgcxf4di67bfp6rl5jpa [ -%00 - /Gamma /uni0394 /Theta /Lambda /Xi /Pi /Sigma /Upsilon - /Phi /Psi /uni03A9 /.notdef /fi /fl /.notdef /.notdef -%10 - /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring - /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash -%20 - /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright - /parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash -%30 - /zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs - /eight.subs /nine.subs /colon /semicolon /exclamdown /equal /questiondown /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 /quotedblleft /bracketright /circumflex /dotaccent -%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 /endash /emdash /hungarumlaut /tilde /dieresis -%80 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -%90 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -%A0 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -%B0 - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.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 /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef -] def -% Command line: 'otftotfm --automatic --encoding=fontools_ot1 -% --tfm-directory=fonts/tfm/adobe/sourcecodepro -% --vf-directory=fonts/vf/adobe/sourcecodepro -% --type1-directory=fonts/type1/adobe/sourcecodepro -% --truetype-directory=fonts/truetype/adobe/sourcecodepro -% --encoding-directory=fonts/enc/dvips/sourcecodepro -% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=sinf --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-inf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_pmpxvg.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_pmpxvg.enc deleted file mode 100644 index ad1965beae9..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_pmpxvg.enc +++ /dev/null @@ -1,67 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia -% Encoding created by otftotfm on Thu Oct 8 17:44:07 2015 -% Command line follows encoding -/AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia [ -%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 /uni0237 /.notdef /.notdef /.notdef /fl /fi -%20 - /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright - /parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash -%30 - /zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs - /eight.subs /nine.subs /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 - /Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve - /Lacute /Lcaron /Lslash /Nacute /Ncaron /Eng /Ohungarumlaut /Racute -%90 - /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring - /Ydieresis /Zacute /Zcaron /Zdotaccent /IJ /Idotaccent /dcroat /section -%A0 - /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve - /lacute /lcaron /lslash /nacute /ncaron /eng /ohungarumlaut /racute -%B0 - /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring - /ydieresis /zacute /zcaron /zdotaccent /ij /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=fonts/tfm/adobe/sourcecodepro -% --vf-directory=fonts/vf/adobe/sourcecodepro -% --type1-directory=fonts/type1/adobe/sourcecodepro -% --truetype-directory=fonts/truetype/adobe/sourcecodepro -% --encoding-directory=fonts/enc/dvips/sourcecodepro -% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=sinf -% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i -% =: ffi --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-inf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mco32o.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_pyiqqv.enc index a6ec167993f..8657bc680e8 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mco32o.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_pyiqqv.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_mco32ojgsooamtj4ah62mm6vrb -% Encoding created by otftotfm on Thu Oct 8 17:44:02 2015 +%%AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 % Command line follows encoding -/AutoEnc_mco32ojgsooamtj4ah62mm6vrb [ +/AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf [ %00 /Gamma /uni0394 /Theta /Lambda /Xi /Pi /Sigma /Upsilon - /Phi /Psi /uni03A9 /.notdef /fi /fl /.notdef /.notdef + /Phi /Psi /uni03A9 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,7 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=onum --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% --coding-scheme=TEX TEXT --feature=onum % fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf % SourceCodePro-Black-tosf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_s37xrq.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_s37xrq.enc deleted file mode 100644 index 3311acf09f7..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_s37xrq.enc +++ /dev/null @@ -1,67 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_s37xrqpdkrejuxa23w7hilldld -% Encoding created by otftotfm on Thu Oct 8 17:44:07 2015 -% Command line follows encoding -/AutoEnc_s37xrqpdkrejuxa23w7hilldld [ -%00 - /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi -%10 - /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring - /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash -%20 - /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright - /parenleft.subs /parenright.subs /asterisk /plus /comma.subs /hyphen /period.subs /slash -%30 - /zero.subs /one.subs /two.subs /three.subs /four.subs /five.subs /six.subs /seven.subs - /eight.subs /nine.subs /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 /uni0192 /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 - /uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section - /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron -%B0 - /degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered - /cedilla /one.sups /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=fonts/tfm/adobe/sourcecodepro -% --vf-directory=fonts/vf/adobe/sourcecodepro -% --type1-directory=fonts/type1/adobe/sourcecodepro -% --truetype-directory=fonts/truetype/adobe/sourcecodepro -% --encoding-directory=fonts/enc/dvips/sourcecodepro -% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=sinf --ligkern=f -% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi -% --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-inf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jtykbg.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_snirjt.enc index 066ce38e74c..cdbe274ce1b 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jtykbg.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_snirjt.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_jtykbg6u6u3sdh3sey7u45ylde -% Encoding created by otftotfm on Thu Oct 8 17:44:06 2015 +%%AutoEnc_snirjt6xa6ki3ofe5gwxyflboh +% Encoding created by otftotfm on Sun Feb 18 17:06:00 2018 % Command line follows encoding -/AutoEnc_jtykbg6u6u3sdh3sey7u45ylde [ +/AutoEnc_snirjt6xa6ki3ofe5gwxyflboh [ %00 /Gamma /uni0394 /Theta /Lambda /Xi /Pi /Sigma /Upsilon - /Phi /Psi /uni03A9 /.notdef /fi /fl /.notdef /.notdef + /Phi /Psi /uni03A9 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=numr --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * +% --coding-scheme=TEX TEXT --feature=numr --ligkern=* {KL} * % fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf % SourceCodePro-Black-numr-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_l2fklz.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_tadnvb.enc index baf3403dcbe..b23c197f95e 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_l2fklz.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_tadnvb.enc @@ -1,15 +1,15 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh -% Encoding created by otftotfm on Thu Oct 8 17:44:03 2015 +%%AutoEnc_tadnvbyclixpjkuk2yuzuopofd +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 % Command line follows encoding -/AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh [ +/AutoEnc_tadnvbyclixpjkuk2yuzuopofd [ %00 /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright %10 /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash.sups /emdash.sups /.notdef - /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /fl /fi + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /.notdef /.notdef %20 /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright /parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen.sups /period.sups /slash @@ -61,7 +61,6 @@ % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap % --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=sups -% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i -% =: ffi --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-sup-t1' +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-sup-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_uio74x.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_uio74x.enc new file mode 100644 index 00000000000..cf66726f25d --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_uio74x.enc @@ -0,0 +1,64 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_uio74xktb2tjll5x2s5g6xbpqf +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 +% Command line follows encoding +/AutoEnc_uio74xktb2tjll5x2s5g6xbpqf [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.onum /one.onum /two.onum /three.onum /four.onum /five.onum /six.onum /seven.onum + /eight.onum /nine.onum /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 + /uni0490 /.notdef /uni0402 /uni040B /.notdef /.notdef /.notdef /uni0409 + /uni0407 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0405 +%90 + /.notdef /.notdef /uni040E /.notdef /.notdef /.notdef /uni040F /.notdef + /.notdef /uni0404 /.notdef /uni040A /uni0401 /uni2116 /currency /section +%A0 + /uni0491 /.notdef /uni0452 /uni045B /.notdef /.notdef /.notdef /uni0459 + /uni0457 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni0455 +%B0 + /.notdef /.notdef /uni045E /.notdef /.notdef /.notdef /uni045F /.notdef + /.notdef /uni0454 /uni04D9 /uni045A /uni0451 /quotedblbase /guillemotleft /guillemotright +%C0 + /uni0410 /uni0411 /uni0412 /uni0413 /uni0414 /uni0415 /uni0416 /uni0417 + /uni0418 /uni0419 /uni041A /uni041B /uni041C /uni041D /uni041E /uni041F +%D0 + /uni0420 /uni0421 /uni0422 /uni0423 /uni0424 /uni0425 /uni0426 /uni0427 + /uni0428 /uni0429 /uni042A /uni042B /uni042C /uni042D /uni042E /uni042F +%E0 + /uni0430 /uni0431 /uni0432 /uni0433 /uni0434 /uni0435 /uni0436 /uni0437 + /uni0438 /uni0439 /uni043A /uni043B /uni043C /uni043D /uni043E /uni043F +%F0 + /uni0440 /uni0441 /uni0442 /uni0443 /uni0444 /uni0445 /uni0446 /uni0447 + /uni0448 /uni0449 /uni044A /uni044B /uni044C /uni044D /uni044E /uni044F +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=onum fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tosf-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_v5qca6.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_v5qca6.enc new file mode 100644 index 00000000000..5fd4b85f3d9 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_v5qca6.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf +% Encoding created by otftotfm on Sun Feb 18 17:05:58 2018 +% Command line follows encoding +/AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /.notdef /.notdef /.notdef +%10 + /quotedblleft /quotedblright /.notdef /.notdef /.notdef /endash /emdash /.notdef + /.notdef /dotlessi /.notdef /.notdef /f_i /f_l /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.numr /parenright.numr /asterisk /plus /comma.numr /hyphen /period.numr /slash +%30 + /zero.numr /one.numr /two.numr /three.numr /four.numr /five.numr /six.numr /seven.numr + /eight.numr /nine.numr /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 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /uni2116 /currency /section +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /quotedblbase /guillemotleft /guillemotright +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.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 /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=t2a +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/sourcecodepro +% --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap +% --feature=numr --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-numr-t2a' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_bw2ssh.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xmlzny.enc index 0b9cee976b8..a59d3680a2e 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_bw2ssh.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xmlzny.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c -% Encoding created by otftotfm on Thu Oct 8 17:44:04 2015 +%%AutoEnc_xmlznyds246zsm56iipnpfsorc +% Encoding created by otftotfm on Sun Feb 18 17:05:59 2018 % Command line follows encoding -/AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c [ +/AutoEnc_xmlznyds246zsm56iipnpfsorc [ %00 /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=sups --ligkern=f -% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi -% --ligkern=ff l =: ffl --ligkern=* {KL} * -% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf -% SourceCodePro-Black-sup-ly1' +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=sups --ligkern=* +% {KL} * fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +% SourceCodePro-BlackIt-sup-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_c7sghz.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_yyete5.enc index f7f89f27243..dc09eae9afb 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_c7sghz.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_yyete5.enc @@ -1,12 +1,12 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT -%%AutoEnc_c7sghz75e6upqdcowpeoafzw4b -% Encoding created by otftotfm on Thu Oct 8 17:44:03 2015 +%%AutoEnc_yyete5jhdjaacp5nhnlsruhuch +% Encoding created by otftotfm on Sun Feb 18 17:06:01 2018 % Command line follows encoding -/AutoEnc_c7sghz75e6upqdcowpeoafzw4b [ +/AutoEnc_yyete5jhdjaacp5nhnlsruhuch [ %00 /Gamma /uni0394 /Theta /Lambda /Xi /Pi /Sigma /Upsilon - /Phi /Psi /uni03A9 /.notdef /fi /fl /.notdef /.notdef + /Phi /Psi /uni03A9 /.notdef /.notdef /.notdef /.notdef /.notdef %10 /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash @@ -30,13 +30,13 @@ /x.sups /y.sups /z.sups /endash.sups /emdash.sups /hungarumlaut /tilde /dieresis %80 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /Lslash /.notdef /.notdef /.notdef /.notdef /.notdef %90 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef %A0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef - /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /lslash /.notdef /.notdef /.notdef /.notdef /.notdef %B0 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef @@ -60,8 +60,6 @@ % --truetype-directory=fonts/truetype/adobe/sourcecodepro % --encoding-directory=fonts/enc/dvips/sourcecodepro % --map-file=fonts/map/dvips/sourcecodepro/SourceCodePro.map --no-updmap -% --coding-scheme=TEX TEXT --feature=sups --ligkern=f i =: fi --ligkern=f l -% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl -% --ligkern=* {KL} * +% --coding-scheme=TEX TEXT --feature=sups --ligkern=* {KL} * % fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf % SourceCodePro-Black-sup-ot1' diff --git a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map index ea3b06d2cc9..3ce12aed21d 100644 --- a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map +++ b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map @@ -1,282 +1,310 @@ % Automatically maintained by otftotfm or other programs. Do not edit. -SourceCodePro-Black-tosf-ot1 SourceCodePro-Black "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tosf-t1--base SourceCodePro-Black "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tosf-ly1--base SourceCodePro-Black "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tosf-ts1--base SourceCodePro-Black "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-sup-ot1 SourceCodePro-Black "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-sup-t1--base SourceCodePro-Black "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-sup-ly1--base SourceCodePro-Black "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-dnom-ot1 SourceCodePro-Black "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-dnom-t1--base SourceCodePro-Black "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-dnom-ly1--base SourceCodePro-Black "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tlf-ot1 SourceCodePro-Black "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tlf-t1--base SourceCodePro-Black "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tlf-ly1--base SourceCodePro-Black "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-tlf-ts1--base SourceCodePro-Black "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-numr-ot1 SourceCodePro-Black "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-numr-t1--base SourceCodePro-Black "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-numr-ly1--base SourceCodePro-Black "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-inf-ot1 SourceCodePro-Black "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-inf-t1--base SourceCodePro-Black "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-Black.pfb -SourceCodePro-Black-inf-ly1--base SourceCodePro-Black "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-Black.pfb -SourceCodePro-BlackIt-tosf-ot1 SourceCodePro-BlackIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tosf-t1--base SourceCodePro-BlackIt "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tosf-ly1--base SourceCodePro-BlackIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tosf-ts1--base SourceCodePro-BlackIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-sup-ot1 SourceCodePro-BlackIt "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-sup-t1--base SourceCodePro-BlackIt "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-sup-ly1--base SourceCodePro-BlackIt "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-dnom-ot1 SourceCodePro-BlackIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-dnom-t1--base SourceCodePro-BlackIt "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-dnom-ly1--base SourceCodePro-BlackIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tlf-ot1 SourceCodePro-BlackIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tlf-t1--base SourceCodePro-BlackIt "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tlf-ly1--base SourceCodePro-BlackIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-tlf-ts1--base SourceCodePro-BlackIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-numr-ot1 SourceCodePro-BlackIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-numr-t1--base SourceCodePro-BlackIt "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-numr-ly1--base SourceCodePro-BlackIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-inf-ot1 SourceCodePro-BlackIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-inf-t1--base SourceCodePro-BlackIt "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-BlackIt-inf-ly1--base SourceCodePro-BlackIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-BlackIt.pfb -SourceCodePro-Bold-tosf-ot1 SourceCodePro-Bold "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tosf-t1--base SourceCodePro-Bold "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tosf-ly1--base SourceCodePro-Bold "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tosf-ts1--base SourceCodePro-Bold "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-sup-ot1 SourceCodePro-Bold "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-sup-t1--base SourceCodePro-Bold "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-sup-ly1--base SourceCodePro-Bold "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-dnom-ot1 SourceCodePro-Bold "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-dnom-t1--base SourceCodePro-Bold "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-dnom-ly1--base SourceCodePro-Bold "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tlf-ot1 SourceCodePro-Bold "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tlf-t1--base SourceCodePro-Bold "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tlf-ly1--base SourceCodePro-Bold "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-tlf-ts1--base SourceCodePro-Bold "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-numr-ot1 SourceCodePro-Bold "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-numr-t1--base SourceCodePro-Bold "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-numr-ly1--base SourceCodePro-Bold "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-inf-ot1 SourceCodePro-Bold "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-inf-t1--base SourceCodePro-Bold "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-Bold.pfb -SourceCodePro-Bold-inf-ly1--base SourceCodePro-Bold "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-Bold.pfb -SourceCodePro-BoldIt-tosf-ot1 SourceCodePro-BoldIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tosf-t1--base SourceCodePro-BoldIt "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tosf-ly1--base SourceCodePro-BoldIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tosf-ts1--base SourceCodePro-BoldIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-sup-ot1 SourceCodePro-BoldIt "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-sup-t1--base SourceCodePro-BoldIt "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-sup-ly1--base SourceCodePro-BoldIt "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-dnom-ot1 SourceCodePro-BoldIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-dnom-t1--base SourceCodePro-BoldIt "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-dnom-ly1--base SourceCodePro-BoldIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tlf-ot1 SourceCodePro-BoldIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tlf-t1--base SourceCodePro-BoldIt "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tlf-ly1--base SourceCodePro-BoldIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-tlf-ts1--base SourceCodePro-BoldIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-numr-ot1 SourceCodePro-BoldIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-numr-t1--base SourceCodePro-BoldIt "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-numr-ly1--base SourceCodePro-BoldIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-inf-ot1 SourceCodePro-BoldIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-inf-t1--base SourceCodePro-BoldIt "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-BoldIt-inf-ly1--base SourceCodePro-BoldIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-BoldIt.pfb -SourceCodePro-ExtraLight-tosf-ot1 SourceCodePro-ExtraLight "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tosf-t1--base SourceCodePro-ExtraLight "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tosf-ly1--base SourceCodePro-ExtraLight "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tosf-ts1--base SourceCodePro-ExtraLight "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-sup-ot1 SourceCodePro-ExtraLight "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-sup-t1--base SourceCodePro-ExtraLight "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-sup-ly1--base SourceCodePro-ExtraLight "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-dnom-ot1 SourceCodePro-ExtraLight "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-dnom-t1--base SourceCodePro-ExtraLight "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-dnom-ly1--base SourceCodePro-ExtraLight "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tlf-ot1 SourceCodePro-ExtraLight "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tlf-t1--base SourceCodePro-ExtraLight "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tlf-ly1--base SourceCodePro-ExtraLight "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-tlf-ts1--base SourceCodePro-ExtraLight "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-numr-ot1 SourceCodePro-ExtraLight "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-numr-t1--base SourceCodePro-ExtraLight "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-numr-ly1--base SourceCodePro-ExtraLight "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-inf-ot1 SourceCodePro-ExtraLight "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-inf-t1--base SourceCodePro-ExtraLight "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLight-inf-ly1--base SourceCodePro-ExtraLight "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-ExtraLight.pfb -SourceCodePro-ExtraLightIt-tosf-ot1 SourceCodePro-ExtraLightIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tosf-t1--base SourceCodePro-ExtraLightIt "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tosf-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tosf-ts1--base SourceCodePro-ExtraLightIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-sup-ot1 SourceCodePro-ExtraLightIt "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-sup-t1--base SourceCodePro-ExtraLightIt "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-sup-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-dnom-ot1 SourceCodePro-ExtraLightIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-dnom-t1--base SourceCodePro-ExtraLightIt "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-dnom-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tlf-ot1 SourceCodePro-ExtraLightIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tlf-t1--base SourceCodePro-ExtraLightIt "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tlf-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-tlf-ts1--base SourceCodePro-ExtraLightIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-numr-ot1 SourceCodePro-ExtraLightIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-numr-t1--base SourceCodePro-ExtraLightIt "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-numr-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-inf-ot1 SourceCodePro-ExtraLightIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-inf-t1--base SourceCodePro-ExtraLightIt "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-ExtraLightIt-inf-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-ExtraLightIt.pfb -SourceCodePro-Light-tosf-ot1 SourceCodePro-Light "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tosf-t1--base SourceCodePro-Light "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tosf-ly1--base SourceCodePro-Light "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tosf-ts1--base SourceCodePro-Light "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-sup-ot1 SourceCodePro-Light "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-sup-t1--base SourceCodePro-Light "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-sup-ly1--base SourceCodePro-Light "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-dnom-ot1 SourceCodePro-Light "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-dnom-t1--base SourceCodePro-Light "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-dnom-ly1--base SourceCodePro-Light "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tlf-ot1 SourceCodePro-Light "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tlf-t1--base SourceCodePro-Light "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tlf-ly1--base SourceCodePro-Light "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-tlf-ts1--base SourceCodePro-Light "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-numr-ot1 SourceCodePro-Light "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-numr-t1--base SourceCodePro-Light "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-numr-ly1--base SourceCodePro-Light "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-inf-ot1 SourceCodePro-Light "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-inf-t1--base SourceCodePro-Light "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-Light.pfb -SourceCodePro-Light-inf-ly1--base SourceCodePro-Light "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-Light.pfb -SourceCodePro-LightIt-tosf-ot1 SourceCodePro-LightIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tosf-t1--base SourceCodePro-LightIt "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tosf-ly1--base SourceCodePro-LightIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tosf-ts1--base SourceCodePro-LightIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-sup-ot1 SourceCodePro-LightIt "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-sup-t1--base SourceCodePro-LightIt "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-sup-ly1--base SourceCodePro-LightIt "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-dnom-ot1 SourceCodePro-LightIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-dnom-t1--base SourceCodePro-LightIt "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-dnom-ly1--base SourceCodePro-LightIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tlf-ot1 SourceCodePro-LightIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tlf-t1--base SourceCodePro-LightIt "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tlf-ly1--base SourceCodePro-LightIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-tlf-ts1--base SourceCodePro-LightIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-numr-ot1 SourceCodePro-LightIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-numr-t1--base SourceCodePro-LightIt "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-numr-ly1--base SourceCodePro-LightIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-inf-ot1 SourceCodePro-LightIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-inf-t1--base SourceCodePro-LightIt "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-LightIt.pfb -SourceCodePro-LightIt-inf-ly1--base SourceCodePro-LightIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-LightIt.pfb -SourceCodePro-Medium-tosf-ot1 SourceCodePro-Medium "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tosf-t1--base SourceCodePro-Medium "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tosf-ly1--base SourceCodePro-Medium "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tosf-ts1--base SourceCodePro-Medium "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-sup-ot1 SourceCodePro-Medium "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-sup-t1--base SourceCodePro-Medium "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-sup-ly1--base SourceCodePro-Medium "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-dnom-ot1 SourceCodePro-Medium "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-dnom-t1--base SourceCodePro-Medium "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-dnom-ly1--base SourceCodePro-Medium "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tlf-ot1 SourceCodePro-Medium "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tlf-t1--base SourceCodePro-Medium "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tlf-ly1--base SourceCodePro-Medium "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-tlf-ts1--base SourceCodePro-Medium "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-numr-ot1 SourceCodePro-Medium "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-numr-t1--base SourceCodePro-Medium "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-numr-ly1--base SourceCodePro-Medium "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-inf-ot1 SourceCodePro-Medium "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-inf-t1--base SourceCodePro-Medium "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-Medium.pfb -SourceCodePro-Medium-inf-ly1--base SourceCodePro-Medium "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-Medium.pfb -SourceCodePro-MediumIt-tosf-ot1 SourceCodePro-MediumIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tosf-t1--base SourceCodePro-MediumIt "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tosf-ly1--base SourceCodePro-MediumIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tosf-ts1--base SourceCodePro-MediumIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-sup-ot1 SourceCodePro-MediumIt "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-sup-t1--base SourceCodePro-MediumIt "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-sup-ly1--base SourceCodePro-MediumIt "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-dnom-ot1 SourceCodePro-MediumIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-dnom-t1--base SourceCodePro-MediumIt "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-dnom-ly1--base SourceCodePro-MediumIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tlf-ot1 SourceCodePro-MediumIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tlf-t1--base SourceCodePro-MediumIt "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tlf-ly1--base SourceCodePro-MediumIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-tlf-ts1--base SourceCodePro-MediumIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-numr-ot1 SourceCodePro-MediumIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-numr-t1--base SourceCodePro-MediumIt "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-numr-ly1--base SourceCodePro-MediumIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-inf-ot1 SourceCodePro-MediumIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-inf-t1--base SourceCodePro-MediumIt "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-MediumIt-inf-ly1--base SourceCodePro-MediumIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-MediumIt.pfb -SourceCodePro-Regular-tosf-ot1 SourceCodePro-Regular "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tosf-t1--base SourceCodePro-Regular "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tosf-ly1--base SourceCodePro-Regular "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tosf-ts1--base SourceCodePro-Regular "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-sup-ot1 SourceCodePro-Regular "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-sup-t1--base SourceCodePro-Regular "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-sup-ly1--base SourceCodePro-Regular "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-dnom-ot1 SourceCodePro-Regular "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-dnom-t1--base SourceCodePro-Regular "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-dnom-ly1--base SourceCodePro-Regular "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tlf-ot1 SourceCodePro-Regular "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tlf-t1--base SourceCodePro-Regular "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tlf-ly1--base SourceCodePro-Regular "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-tlf-ts1--base SourceCodePro-Regular "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-numr-ot1 SourceCodePro-Regular "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-numr-t1--base SourceCodePro-Regular "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-numr-ly1--base SourceCodePro-Regular "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-inf-ot1 SourceCodePro-Regular "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-inf-t1--base SourceCodePro-Regular "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-Regular.pfb -SourceCodePro-Regular-inf-ly1--base SourceCodePro-Regular "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-Regular.pfb -SourceCodePro-It-tosf-ot1 SourceCodePro-It "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-It.pfb -SourceCodePro-It-tosf-t1--base SourceCodePro-It "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-It.pfb -SourceCodePro-It-tosf-ly1--base SourceCodePro-It "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-It.pfb -SourceCodePro-It-tosf-ts1--base SourceCodePro-It "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-It.pfb -SourceCodePro-It-sup-ot1 SourceCodePro-It "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-It.pfb -SourceCodePro-It-sup-t1--base SourceCodePro-It "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-It.pfb -SourceCodePro-It-sup-ly1--base SourceCodePro-It "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-It.pfb -SourceCodePro-It-dnom-ot1 SourceCodePro-It "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-It.pfb -SourceCodePro-It-dnom-t1--base SourceCodePro-It "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-It.pfb -SourceCodePro-It-dnom-ly1--base SourceCodePro-It "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-It.pfb -SourceCodePro-It-tlf-ot1 SourceCodePro-It "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-It.pfb -SourceCodePro-It-tlf-t1--base SourceCodePro-It "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-It.pfb -SourceCodePro-It-tlf-ly1--base SourceCodePro-It "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-It.pfb -SourceCodePro-It-tlf-ts1--base SourceCodePro-It "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-It.pfb -SourceCodePro-It-numr-ot1 SourceCodePro-It "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-It.pfb -SourceCodePro-It-numr-t1--base SourceCodePro-It "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-It.pfb -SourceCodePro-It-numr-ly1--base SourceCodePro-It "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-It.pfb -SourceCodePro-It-inf-ot1 SourceCodePro-It "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-It.pfb -SourceCodePro-It-inf-t1--base SourceCodePro-It "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-It.pfb -SourceCodePro-It-inf-ly1--base SourceCodePro-It "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-It.pfb -SourceCodePro-Semibold-tosf-ot1 SourceCodePro-Semibold "AutoEnc_mco32ojgsooamtj4ah62mm6vrb ReEncodeFont" <[a_mco32o.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tosf-t1--base SourceCodePro-Semibold "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tosf-ly1--base SourceCodePro-Semibold "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tosf-ts1--base SourceCodePro-Semibold "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-sup-ot1 SourceCodePro-Semibold "AutoEnc_c7sghz75e6upqdcowpeoafzw4b ReEncodeFont" <[a_c7sghz.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-sup-t1--base SourceCodePro-Semibold "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-sup-ly1--base SourceCodePro-Semibold "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-dnom-ot1 SourceCodePro-Semibold "AutoEnc_k2muno76n5krem3du56azslfod ReEncodeFont" <[a_k2muno.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-dnom-t1--base SourceCodePro-Semibold "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-dnom-ly1--base SourceCodePro-Semibold "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tlf-ot1 SourceCodePro-Semibold "AutoEnc_tge7qojfiij66u4boyhe6w5ezb ReEncodeFont" <[a_tge7qo.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tlf-t1--base SourceCodePro-Semibold "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tlf-ly1--base SourceCodePro-Semibold "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-tlf-ts1--base SourceCodePro-Semibold "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-numr-ot1 SourceCodePro-Semibold "AutoEnc_jtykbg6u6u3sdh3sey7u45ylde ReEncodeFont" <[a_jtykbg.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-numr-t1--base SourceCodePro-Semibold "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-numr-ly1--base SourceCodePro-Semibold "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-inf-ot1 SourceCodePro-Semibold "AutoEnc_p6damedgcxf4di67bfp6rl5jpa ReEncodeFont" <[a_p6dame.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-inf-t1--base SourceCodePro-Semibold "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-Semibold.pfb -SourceCodePro-Semibold-inf-ly1--base SourceCodePro-Semibold "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-Semibold.pfb -SourceCodePro-SemiboldIt-tosf-ot1 SourceCodePro-SemiboldIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tosf-t1--base SourceCodePro-SemiboldIt "AutoEnc_jcjenj7ak6g6qeui6vtliazema ReEncodeFont" <[a_jcjenj.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tosf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tosf-ts1--base SourceCodePro-SemiboldIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-sup-ot1 SourceCodePro-SemiboldIt "AutoEnc_bn4tkogu7k5hfhcxpaswqlwfzf ReEncodeFont" <[a_bn4tko.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-sup-t1--base SourceCodePro-SemiboldIt "AutoEnc_l2fklzi7cnb5l3oqorzo3gb4yh ReEncodeFont" <[a_l2fklz.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-sup-ly1--base SourceCodePro-SemiboldIt "AutoEnc_bw2sshocmhbpzvbcqlfd6qvu5c ReEncodeFont" <[a_bw2ssh.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-dnom-ot1 SourceCodePro-SemiboldIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-dnom-t1--base SourceCodePro-SemiboldIt "AutoEnc_4w2j3da5y4l6j67ubxd7eplyuh ReEncodeFont" <[a_4w2j3d.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-dnom-ly1--base SourceCodePro-SemiboldIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tlf-ot1 SourceCodePro-SemiboldIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tlf-t1--base SourceCodePro-SemiboldIt "AutoEnc_ind2foafqsljty37ja5qbulqof ReEncodeFont" <[a_ind2fo.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tlf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-tlf-ts1--base SourceCodePro-SemiboldIt "AutoEnc_24hhf2qlvhfftadjeus2nvr5xc ReEncodeFont" <[a_24hhf2.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-numr-ot1 SourceCodePro-SemiboldIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-numr-t1--base SourceCodePro-SemiboldIt "AutoEnc_ecw2acuxgis774mam2wohtnzmc ReEncodeFont" <[a_ecw2ac.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-numr-ly1--base SourceCodePro-SemiboldIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-inf-ot1 SourceCodePro-SemiboldIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-inf-t1--base SourceCodePro-SemiboldIt "AutoEnc_pmpxvg6j4bbgdf3hgztpznmmia ReEncodeFont" <[a_pmpxvg.enc <SourceCodePro-SemiboldIt.pfb -SourceCodePro-SemiboldIt-inf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-BlackIt-tosf-ot1 SourceCodePro-BlackIt "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tosf-t1--base SourceCodePro-BlackIt "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tosf-ly1--base SourceCodePro-BlackIt "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tosf-t2a SourceCodePro-BlackIt "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tosf-ts1--base SourceCodePro-BlackIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-dnom-ot1 SourceCodePro-BlackIt "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-dnom-t1--base SourceCodePro-BlackIt "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-dnom-ly1--base SourceCodePro-BlackIt "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-dnom-t2a SourceCodePro-BlackIt "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-numr-ot1 SourceCodePro-BlackIt "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-numr-t1--base SourceCodePro-BlackIt "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-numr-ly1--base SourceCodePro-BlackIt "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-numr-t2a SourceCodePro-BlackIt "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-ot1 SourceCodePro-BlackIt "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-t1--base SourceCodePro-BlackIt "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-ly1--base SourceCodePro-BlackIt "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-t2a SourceCodePro-BlackIt "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-ts1--base SourceCodePro-BlackIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-sup-ot1 SourceCodePro-BlackIt "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-sup-t1--base SourceCodePro-BlackIt "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-sup-ly1--base SourceCodePro-BlackIt "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-sup-t2a SourceCodePro-BlackIt "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-Black-tosf-ot1 SourceCodePro-Black "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-t1--base SourceCodePro-Black "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-ly1--base SourceCodePro-Black "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-t2a SourceCodePro-Black "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-ts1--base SourceCodePro-Black "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-dnom-ot1 SourceCodePro-Black "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-dnom-t1--base SourceCodePro-Black "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-dnom-ly1--base SourceCodePro-Black "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-dnom-t2a SourceCodePro-Black "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-numr-ot1 SourceCodePro-Black "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-numr-t1--base SourceCodePro-Black "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-numr-ly1--base SourceCodePro-Black "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-numr-t2a SourceCodePro-Black "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-ot1 SourceCodePro-Black "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-t1--base SourceCodePro-Black "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-ly1--base SourceCodePro-Black "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-t2a SourceCodePro-Black "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-ts1--base SourceCodePro-Black "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-ot1 SourceCodePro-Black "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-t1--base SourceCodePro-Black "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-ly1--base SourceCodePro-Black "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-t2a SourceCodePro-Black "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-Black.pfb +SourceCodePro-BoldIt-tosf-ot1 SourceCodePro-BoldIt "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-t1--base SourceCodePro-BoldIt "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-ly1--base SourceCodePro-BoldIt "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-t2a SourceCodePro-BoldIt "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-ts1--base SourceCodePro-BoldIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-ot1 SourceCodePro-BoldIt "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-t1--base SourceCodePro-BoldIt "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-ly1--base SourceCodePro-BoldIt "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-t2a SourceCodePro-BoldIt "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-ot1 SourceCodePro-BoldIt "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-t1--base SourceCodePro-BoldIt "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-ly1--base SourceCodePro-BoldIt "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-t2a SourceCodePro-BoldIt "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-ot1 SourceCodePro-BoldIt "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-t1--base SourceCodePro-BoldIt "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-ly1--base SourceCodePro-BoldIt "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-t2a SourceCodePro-BoldIt "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-ts1--base SourceCodePro-BoldIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-ot1 SourceCodePro-BoldIt "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-t1--base SourceCodePro-BoldIt "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-ly1--base SourceCodePro-BoldIt "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-t2a SourceCodePro-BoldIt "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-Bold-tosf-ot1 SourceCodePro-Bold "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-t1--base SourceCodePro-Bold "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-ly1--base SourceCodePro-Bold "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-t2a SourceCodePro-Bold "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-ts1--base SourceCodePro-Bold "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-dnom-ot1 SourceCodePro-Bold "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-dnom-t1--base SourceCodePro-Bold "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-dnom-ly1--base SourceCodePro-Bold "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-dnom-t2a SourceCodePro-Bold "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-numr-ot1 SourceCodePro-Bold "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-numr-t1--base SourceCodePro-Bold "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-numr-ly1--base SourceCodePro-Bold "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-numr-t2a SourceCodePro-Bold "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-ot1 SourceCodePro-Bold "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-t1--base SourceCodePro-Bold "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-ly1--base SourceCodePro-Bold "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-t2a SourceCodePro-Bold "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-ts1--base SourceCodePro-Bold "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-ot1 SourceCodePro-Bold "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-t1--base SourceCodePro-Bold "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-ly1--base SourceCodePro-Bold "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-t2a SourceCodePro-Bold "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-Bold.pfb +SourceCodePro-ExtraLightIt-tosf-ot1 SourceCodePro-ExtraLightIt "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tosf-t1--base SourceCodePro-ExtraLightIt "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tosf-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tosf-t2a SourceCodePro-ExtraLightIt "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tosf-ts1--base SourceCodePro-ExtraLightIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-dnom-ot1 SourceCodePro-ExtraLightIt "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-dnom-t1--base SourceCodePro-ExtraLightIt "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-dnom-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-dnom-t2a SourceCodePro-ExtraLightIt "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-numr-ot1 SourceCodePro-ExtraLightIt "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-numr-t1--base SourceCodePro-ExtraLightIt "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-numr-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-numr-t2a SourceCodePro-ExtraLightIt "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-ot1 SourceCodePro-ExtraLightIt "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-t1--base SourceCodePro-ExtraLightIt "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-t2a SourceCodePro-ExtraLightIt "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-ts1--base SourceCodePro-ExtraLightIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-sup-ot1 SourceCodePro-ExtraLightIt "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-sup-t1--base SourceCodePro-ExtraLightIt "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-sup-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-sup-t2a SourceCodePro-ExtraLightIt "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLight-tosf-ot1 SourceCodePro-ExtraLight "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-t1--base SourceCodePro-ExtraLight "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-ly1--base SourceCodePro-ExtraLight "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-t2a SourceCodePro-ExtraLight "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-ts1--base SourceCodePro-ExtraLight "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-dnom-ot1 SourceCodePro-ExtraLight "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-dnom-t1--base SourceCodePro-ExtraLight "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-dnom-ly1--base SourceCodePro-ExtraLight "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-dnom-t2a SourceCodePro-ExtraLight "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-numr-ot1 SourceCodePro-ExtraLight "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-numr-t1--base SourceCodePro-ExtraLight "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-numr-ly1--base SourceCodePro-ExtraLight "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-numr-t2a SourceCodePro-ExtraLight "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-ot1 SourceCodePro-ExtraLight "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-t1--base SourceCodePro-ExtraLight "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-ly1--base SourceCodePro-ExtraLight "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-t2a SourceCodePro-ExtraLight "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-ts1--base SourceCodePro-ExtraLight "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-ot1 SourceCodePro-ExtraLight "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-t1--base SourceCodePro-ExtraLight "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-ly1--base SourceCodePro-ExtraLight "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-t2a SourceCodePro-ExtraLight "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-LightIt-tosf-ot1 SourceCodePro-LightIt "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tosf-t1--base SourceCodePro-LightIt "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tosf-ly1--base SourceCodePro-LightIt "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tosf-t2a SourceCodePro-LightIt "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tosf-ts1--base SourceCodePro-LightIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-dnom-ot1 SourceCodePro-LightIt "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-dnom-t1--base SourceCodePro-LightIt "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-dnom-ly1--base SourceCodePro-LightIt "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-dnom-t2a SourceCodePro-LightIt "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-numr-ot1 SourceCodePro-LightIt "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-numr-t1--base SourceCodePro-LightIt "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-numr-ly1--base SourceCodePro-LightIt "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-numr-t2a SourceCodePro-LightIt "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-ot1 SourceCodePro-LightIt "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-t1--base SourceCodePro-LightIt "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-ly1--base SourceCodePro-LightIt "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-t2a SourceCodePro-LightIt "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-ts1--base SourceCodePro-LightIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-sup-ot1 SourceCodePro-LightIt "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-sup-t1--base SourceCodePro-LightIt "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-sup-ly1--base SourceCodePro-LightIt "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-sup-t2a SourceCodePro-LightIt "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-LightIt.pfb +SourceCodePro-Light-tosf-ot1 SourceCodePro-Light "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-t1--base SourceCodePro-Light "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-ly1--base SourceCodePro-Light "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-t2a SourceCodePro-Light "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-ts1--base SourceCodePro-Light "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-dnom-ot1 SourceCodePro-Light "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-dnom-t1--base SourceCodePro-Light "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-dnom-ly1--base SourceCodePro-Light "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-dnom-t2a SourceCodePro-Light "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-numr-ot1 SourceCodePro-Light "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-numr-t1--base SourceCodePro-Light "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-numr-ly1--base SourceCodePro-Light "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-numr-t2a SourceCodePro-Light "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-ot1 SourceCodePro-Light "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-t1--base SourceCodePro-Light "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-ly1--base SourceCodePro-Light "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-t2a SourceCodePro-Light "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-ts1--base SourceCodePro-Light "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-ot1 SourceCodePro-Light "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-t1--base SourceCodePro-Light "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-ly1--base SourceCodePro-Light "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-t2a SourceCodePro-Light "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-Light.pfb +SourceCodePro-MediumIt-tosf-ot1 SourceCodePro-MediumIt "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tosf-t1--base SourceCodePro-MediumIt "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tosf-ly1--base SourceCodePro-MediumIt "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tosf-t2a SourceCodePro-MediumIt "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tosf-ts1--base SourceCodePro-MediumIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-dnom-ot1 SourceCodePro-MediumIt "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-dnom-t1--base SourceCodePro-MediumIt "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-dnom-ly1--base SourceCodePro-MediumIt "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-dnom-t2a SourceCodePro-MediumIt "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-numr-ot1 SourceCodePro-MediumIt "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-numr-t1--base SourceCodePro-MediumIt "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-numr-ly1--base SourceCodePro-MediumIt "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-numr-t2a SourceCodePro-MediumIt "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-ot1 SourceCodePro-MediumIt "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-t1--base SourceCodePro-MediumIt "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-ly1--base SourceCodePro-MediumIt "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-t2a SourceCodePro-MediumIt "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-ts1--base SourceCodePro-MediumIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-sup-ot1 SourceCodePro-MediumIt "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-sup-t1--base SourceCodePro-MediumIt "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-sup-ly1--base SourceCodePro-MediumIt "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-sup-t2a SourceCodePro-MediumIt "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-Medium-tosf-ot1 SourceCodePro-Medium "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-t1--base SourceCodePro-Medium "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-ly1--base SourceCodePro-Medium "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-t2a SourceCodePro-Medium "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-ts1--base SourceCodePro-Medium "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-dnom-ot1 SourceCodePro-Medium "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-dnom-t1--base SourceCodePro-Medium "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-dnom-ly1--base SourceCodePro-Medium "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-dnom-t2a SourceCodePro-Medium "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-numr-ot1 SourceCodePro-Medium "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-numr-t1--base SourceCodePro-Medium "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-numr-ly1--base SourceCodePro-Medium "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-numr-t2a SourceCodePro-Medium "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-ot1 SourceCodePro-Medium "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-t1--base SourceCodePro-Medium "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-ly1--base SourceCodePro-Medium "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-t2a SourceCodePro-Medium "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-ts1--base SourceCodePro-Medium "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-sup-ot1 SourceCodePro-Medium "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-sup-t1--base SourceCodePro-Medium "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-sup-ly1--base SourceCodePro-Medium "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-sup-t2a SourceCodePro-Medium "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-Medium.pfb +SourceCodePro-It-tosf-ot1 SourceCodePro-It "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-t1--base SourceCodePro-It "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-ly1--base SourceCodePro-It "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-t2a SourceCodePro-It "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-ts1--base SourceCodePro-It "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-ot1 SourceCodePro-It "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-t1--base SourceCodePro-It "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-ly1--base SourceCodePro-It "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-t2a SourceCodePro-It "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-ot1 SourceCodePro-It "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-t1--base SourceCodePro-It "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-ly1--base SourceCodePro-It "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-t2a SourceCodePro-It "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-ot1 SourceCodePro-It "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-t1--base SourceCodePro-It "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-ly1--base SourceCodePro-It "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-t2a SourceCodePro-It "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-ts1--base SourceCodePro-It "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-ot1 SourceCodePro-It "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-t1--base SourceCodePro-It "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-ly1--base SourceCodePro-It "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-t2a SourceCodePro-It "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-It.pfb +SourceCodePro-Regular-tosf-ot1 SourceCodePro-Regular "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-t1--base SourceCodePro-Regular "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-ly1--base SourceCodePro-Regular "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-t2a SourceCodePro-Regular "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-ts1--base SourceCodePro-Regular "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-dnom-ot1 SourceCodePro-Regular "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-dnom-t1--base SourceCodePro-Regular "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-dnom-ly1--base SourceCodePro-Regular "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-dnom-t2a SourceCodePro-Regular "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-numr-ot1 SourceCodePro-Regular "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-numr-t1--base SourceCodePro-Regular "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-numr-ly1--base SourceCodePro-Regular "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-numr-t2a SourceCodePro-Regular "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-ot1 SourceCodePro-Regular "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-t1--base SourceCodePro-Regular "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-ly1--base SourceCodePro-Regular "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-t2a SourceCodePro-Regular "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-ts1--base SourceCodePro-Regular "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-ot1 SourceCodePro-Regular "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-t1--base SourceCodePro-Regular "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-ly1--base SourceCodePro-Regular "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-t2a SourceCodePro-Regular "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-Regular.pfb +SourceCodePro-SemiboldIt-tosf-ot1 SourceCodePro-SemiboldIt "AutoEnc_3iph7beiyvfrodtrnch6zjcgaa ReEncodeFont" <[a_3iph7b.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-t1--base SourceCodePro-SemiboldIt "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-t2a SourceCodePro-SemiboldIt "AutoEnc_d56bnwp5etet55mlfr6j7xu2cf ReEncodeFont" <[a_d56bnw.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-ts1--base SourceCodePro-SemiboldIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-ot1 SourceCodePro-SemiboldIt "AutoEnc_npftpjawifsabwmoy7ow62oxnh ReEncodeFont" <[a_npftpj.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-t1--base SourceCodePro-SemiboldIt "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-ly1--base SourceCodePro-SemiboldIt "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-t2a SourceCodePro-SemiboldIt "AutoEnc_o4vjd2rk27cnczcjyqfnpyjn3h ReEncodeFont" <[a_o4vjd2.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-ot1 SourceCodePro-SemiboldIt "AutoEnc_fhxzuixmlhr6x7ofyn4dsfirre ReEncodeFont" <[a_fhxzui.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-t1--base SourceCodePro-SemiboldIt "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-ly1--base SourceCodePro-SemiboldIt "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-t2a SourceCodePro-SemiboldIt "AutoEnc_v5qca6dkz7wm6cmhtda2vrpdkf ReEncodeFont" <[a_v5qca6.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-ot1 SourceCodePro-SemiboldIt "AutoEnc_jjp77tzr5q3rdiuqcjzmprtsvb ReEncodeFont" <[a_jjp77t.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-t1--base SourceCodePro-SemiboldIt "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-t2a SourceCodePro-SemiboldIt "AutoEnc_gufhrubv4pjploio5ib2c56gre ReEncodeFont" <[a_gufhru.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-ts1--base SourceCodePro-SemiboldIt "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-ot1 SourceCodePro-SemiboldIt "AutoEnc_h3vs4vkfii7isngqtb355l4upa ReEncodeFont" <[a_h3vs4v.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-t1--base SourceCodePro-SemiboldIt "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-ly1--base SourceCodePro-SemiboldIt "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-t2a SourceCodePro-SemiboldIt "AutoEnc_4jrrtaxkhdz7itnzoxppcw5ykh ReEncodeFont" <[a_4jrrta.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-Semibold-tosf-ot1 SourceCodePro-Semibold "AutoEnc_pyiqqvr6zjl5tgrvwyf3ahtrlf ReEncodeFont" <[a_pyiqqv.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-t1--base SourceCodePro-Semibold "AutoEnc_beydf2455b7nmg2mtalsg5naaa ReEncodeFont" <[a_beydf2.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-ly1--base SourceCodePro-Semibold "AutoEnc_fnt2zoqrc4jo3alfzqxutgs2ic ReEncodeFont" <[a_fnt2zo.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-t2a SourceCodePro-Semibold "AutoEnc_uio74xktb2tjll5x2s5g6xbpqf ReEncodeFont" <[a_uio74x.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-ts1--base SourceCodePro-Semibold "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-dnom-ot1 SourceCodePro-Semibold "AutoEnc_gog54w7pw2gm5noxduv4un2oha ReEncodeFont" <[a_gog54w.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-dnom-t1--base SourceCodePro-Semibold "AutoEnc_4bagdbmdqswhdgkjw23kdqakka ReEncodeFont" <[a_4bagdb.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-dnom-ly1--base SourceCodePro-Semibold "AutoEnc_j24bgzcvw3dip3a4kbsse2fhff ReEncodeFont" <[a_j24bgz.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-dnom-t2a SourceCodePro-Semibold "AutoEnc_fy4e5kjz3mt63blklauj6qbieh ReEncodeFont" <[a_fy4e5k.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-numr-ot1 SourceCodePro-Semibold "AutoEnc_snirjt6xa6ki3ofe5gwxyflboh ReEncodeFont" <[a_snirjt.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-numr-t1--base SourceCodePro-Semibold "AutoEnc_lxsshouguzlx4r6fzhpeodm4qb ReEncodeFont" <[a_lxssho.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-numr-ly1--base SourceCodePro-Semibold "AutoEnc_n5gv3rolx42wxmwkga6exq7jtb ReEncodeFont" <[a_n5gv3r.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-numr-t2a SourceCodePro-Semibold "AutoEnc_ciozbcq4twcheslrpg6rphynid ReEncodeFont" <[a_ciozbc.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-ot1 SourceCodePro-Semibold "AutoEnc_6samag633x7qv5delozyb3m3nd ReEncodeFont" <[a_6samag.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-t1--base SourceCodePro-Semibold "AutoEnc_lutrtyfdanwxwhzo7zu6aqcrvg ReEncodeFont" <[a_lutrty.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-ly1--base SourceCodePro-Semibold "AutoEnc_cy5ftwbwj5xdl22cgt25ztegme ReEncodeFont" <[a_cy5ftw.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-t2a SourceCodePro-Semibold "AutoEnc_ljusoaw5fek3u2deb4w4eoaaxd ReEncodeFont" <[a_ljusoa.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-ts1--base SourceCodePro-Semibold "AutoEnc_bzs6pp4mbuk5zlogx77ggysy3f ReEncodeFont" <[a_bzs6pp.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-ot1 SourceCodePro-Semibold "AutoEnc_yyete5jhdjaacp5nhnlsruhuch ReEncodeFont" <[a_yyete5.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-t1--base SourceCodePro-Semibold "AutoEnc_tadnvbyclixpjkuk2yuzuopofd ReEncodeFont" <[a_tadnvb.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-ly1--base SourceCodePro-Semibold "AutoEnc_xmlznyds246zsm56iipnpfsorc ReEncodeFont" <[a_xmlzny.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-t2a SourceCodePro-Semibold "AutoEnc_mjxvy6yexriyolqiqvuafz73lg ReEncodeFont" <[a_mjxvy6.enc <SourceCodePro-Semibold.pfb diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf Binary files differindex bbbbf640968..133134f4baf 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf Binary files differindex 9835c17f2b4..99a389b8c43 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf Binary files differindex f4e576cecf7..0b273d9877e 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf Binary files differindex 681a937cc85..2acc97490ba 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf Binary files differindex de41f8b3071..419cdbf26b3 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf Binary files differindex 49813d0df22..c90e7a365e0 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf Binary files differindex 834a29bff40..19cc982844d 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf Binary files differindex cd833d20145..1522c9bc19e 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf Binary files differindex c5dddda8ff4..1b427382626 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf Binary files differindex 77cd5da9e17..38959dc1795 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf Binary files differindex 4e3b9d0bcd9..1bae0027fff 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf Binary files differindex 0ab9eea7339..d0f1790ed1b 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf Binary files differindex 2c4b5b431c6..a61686ccafe 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf Binary files differindex cb064e7d7a3..f419ab91731 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1--base.tfm Binary files differindex cb522f8df2a..c224ea6059e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.tfm Binary files differindex d552c84cad5..76d5349b20e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ot1.tfm Binary files differindex d7132e527d8..d32fed66e10 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1--base.tfm Binary files differindex dc5af99f5c5..da1459016af 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.tfm Binary files differindex 4c0ff1bb5df..af810570ad8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..f6f5d6fa2f8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 200e65ea9c0..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1.tfm Binary files differdeleted file mode 100644 index d16f1e0ebf8..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ot1.tfm Binary files differdeleted file mode 100644 index 508166cef7a..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-t1--base.tfm Binary files differdeleted file mode 100644 index fc2af0da685..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-t1.tfm Binary files differdeleted file mode 100644 index 3aabac108ae..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1--base.tfm Binary files differindex c33df64612a..a74261b71ad 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.tfm Binary files differindex d7a145b40d6..5f3aa8e04cd 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ot1.tfm Binary files differindex 12f67d3b392..b4380e49b84 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1--base.tfm Binary files differindex b345fce90ab..46788f9c53f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.tfm Binary files differindex 92f64ecfd8a..5bc05d51b46 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..f10e66a7f60 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm Binary files differindex 2fc4f2d6b9d..fb77157c699 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm Binary files differindex e10d166458d..19078d61049 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm Binary files differindex 3635d22d830..c092f894d49 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm Binary files differindex 915cddb95c1..89baca73aae 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm Binary files differindex 0c6d0953867..49eb6d4d46a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..8a1420d0c0e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm Binary files differindex 8c41791def3..f70911e6c15 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm Binary files differindex 274689cd39b..a93ec208ba8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm Binary files differindex 9c3f1daedbf..4498c057af6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm Binary files differindex 61fd5f1b0b8..65954fea2a9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm Binary files differindex 40aea0dc374..02728593a5f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..d2544d64e87 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm Binary files differindex 16c3b6fc275..2b918f4fc38 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm Binary files differindex 029088d0865..0cac6305e56 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm Binary files differindex 6529335990f..c5189c81613 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm Binary files differindex 351a2043b9c..d402360f869 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm Binary files differindex cb6eda6c360..ecb3c72662e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm Binary files differindex 9b0bb0395d3..c373ec45171 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm Binary files differindex c096cb5a6a7..17af56999ed 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..173de657638 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm Binary files differindex 16c3b6fc275..2b918f4fc38 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm Binary files differindex 029088d0865..0cac6305e56 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1--base.tfm Binary files differindex a1dd9a534b4..4d404f94b0d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.tfm Binary files differindex 64634fd8461..b1dac337fa6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ot1.tfm Binary files differindex bed387e6152..abbd15b8bce 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1--base.tfm Binary files differindex 72239f6a49b..1230d915fdf 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.tfm Binary files differindex 451aa126ab4..0347606816b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..35746a9ec5f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index f83a06041d2..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1.tfm Binary files differdeleted file mode 100644 index 8f21263f7a9..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ot1.tfm Binary files differdeleted file mode 100644 index 5c4658608d0..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1--base.tfm Binary files differdeleted file mode 100644 index b68c9d22fd8..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1.tfm Binary files differdeleted file mode 100644 index 46fb93fb915..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1--base.tfm Binary files differindex ac05b776c1f..ab3598fd356 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.tfm Binary files differindex d6ffd38733f..cdfd40ffa1e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ot1.tfm Binary files differindex 0208533cf8b..49a33d3d710 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1--base.tfm Binary files differindex cadf47381d3..fccdb6eff96 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.tfm Binary files differindex c0ba38e345b..d9308fc97c9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..95654240ac9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1--base.tfm Binary files differindex 38d90560b6a..871003a69f2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.tfm Binary files differindex c308a7fa011..7e752a9e8ac 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ot1.tfm Binary files differindex ee463f301ef..cdd741801c0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1--base.tfm Binary files differindex 4a492516b0b..1be42be22d0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.tfm Binary files differindex 40041b34bbf..798490160ba 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..4ece4302e0b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm Binary files differindex b725544bfd0..8e9efc1050b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm Binary files differindex b00c3f78942..7cd0170530d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm Binary files differindex ba9543c6380..2b1b67914d8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm Binary files differindex 4eebcb235c9..99dc657b37b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm Binary files differindex 73872588aa0..0cd5508cfac 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..31fbe671977 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm Binary files differindex e360a4faa33..1f0d6090c2d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm Binary files differindex cd547c71ea2..ba3071fc1d2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1--base.tfm Binary files differindex 56707019436..cff4ab34ed6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.tfm Binary files differindex 5ee69d0ee1c..f09d99ba648 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ot1.tfm Binary files differindex 8c63201e419..5a9edbe891a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1--base.tfm Binary files differindex b462f823780..c103c6a1912 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.tfm Binary files differindex f1cdae8be2b..8d3c2f3b4ed 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..37d3c0a6be8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1--base.tfm Binary files differindex e360a4faa33..1f0d6090c2d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.tfm Binary files differindex cd547c71ea2..ba3071fc1d2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1--base.tfm Binary files differindex 8118e97b729..3da288cd13c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.tfm Binary files differindex ade1511c679..b17b44fb1bc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ot1.tfm Binary files differindex dc9895741e0..6de7a37dab4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1--base.tfm Binary files differindex fd0e92f0b32..c9001c82f19 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.tfm Binary files differindex 6e5b0805f8e..529f41c99dd 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..cacd64ce005 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index d0c7c538da1..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1.tfm Binary files differdeleted file mode 100644 index 919e4596015..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ot1.tfm Binary files differdeleted file mode 100644 index 5549cef9a11..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 7b0ba40699a..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1.tfm Binary files differdeleted file mode 100644 index 0748a3a7a89..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1--base.tfm Binary files differindex 600cda1dbd8..ec2c377c7e9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.tfm Binary files differindex 8842847e60e..12b0c34474a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ot1.tfm Binary files differindex fe863aad5f2..bc9022d80bf 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1--base.tfm Binary files differindex a16881f9b7d..1546c544701 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.tfm Binary files differindex 302c86ff398..fb44ea40359 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..8e20ecfc933 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm Binary files differindex 67a5ca716da..2ef3a482765 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm Binary files differindex b5ec9b2aae0..404ac470d71 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm Binary files differindex 30ce5ad9072..bdc4f3e88e4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm Binary files differindex 859d368d4cf..02db149908b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm Binary files differindex c0cb6ca163a..751a517d3d1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..994322fde04 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm Binary files differindex bb2911b62df..c0fd2eea523 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm Binary files differindex ab24f4ca0c3..ae73d985647 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm Binary files differindex d75ca261f02..dcf58dba18a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm Binary files differindex 6104afe0264..c98e300ebdd 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm Binary files differindex 7f700bd8e0f..5cfaf9f7e49 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..4376d3e718d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm Binary files differindex 8b3e8673ef3..eec184a66e5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm Binary files differindex e165c678835..164fc629416 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm Binary files differindex d6b37acd736..5b4fcfa4907 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm Binary files differindex c9ce0f145e9..ab5eb312922 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm Binary files differindex 0d0967f97f8..47f546ae77b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm Binary files differindex f52bd89de7d..db9a9824780 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm Binary files differindex 7fba8d02143..c913ad92ec1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..cb1baa4b384 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm Binary files differindex 8b3e8673ef3..eec184a66e5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm Binary files differindex e165c678835..164fc629416 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm Binary files differindex 962bf222525..6b32d1d42fb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm Binary files differindex 29fabf1d07c..22843554edd 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm Binary files differindex 0b4e5836c1a..33c4f7547cb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm Binary files differindex 7ea7953cab7..32c5f453258 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm Binary files differindex d7f609e8626..deb073bcb57 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..8ed1faf85e4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index b4348eb5d01..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.tfm Binary files differdeleted file mode 100644 index 0967378a9da..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ot1.tfm Binary files differdeleted file mode 100644 index 37991c7d7d3..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 93060954b2f..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.tfm Binary files differdeleted file mode 100644 index bc6bc0fd80f..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm Binary files differindex 2dd54323e2a..85400752261 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm Binary files differindex ffe012f672f..09625a8992f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm Binary files differindex b2d77e50cf3..14c0226a098 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm Binary files differindex fb6a8d06585..32449a67e1b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm Binary files differindex 701f06b1016..5623e506e55 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..6794c31281f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm Binary files differindex 087304d97b7..130f55e75f9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm Binary files differindex abf1feb7779..6510516beed 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm Binary files differindex 794c654acf1..d4b57e3e95b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm Binary files differindex 8b803bffd54..a24616bb123 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm Binary files differindex 3da77f3e2ee..1e0dd75eaaf 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..0b6c02316f0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm Binary files differindex 7211b5206a8..225fce20650 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm Binary files differindex a79ce4d9fe7..d6e5c6492f4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm Binary files differindex c8f320c94a9..28cea63def7 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm Binary files differindex 3e02120739c..eb567494675 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm Binary files differindex 5dd43589282..a28cf3e731f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..46b83569321 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm Binary files differindex 57c1635a56c..f40212c50f5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm Binary files differindex e68e6b65a37..0837cb8ccb4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm Binary files differindex e9a4154ff63..394bdf04663 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm Binary files differindex e2438b3d1e4..68e6e55f6f1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm Binary files differindex 5177df6a53a..06cf88037aa 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm Binary files differindex fef6df3ace3..38810931cf6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm Binary files differindex 752cf4648f8..66e9b0b78ff 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..8db1b0946bd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm Binary files differindex 57c1635a56c..f40212c50f5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm Binary files differindex e68e6b65a37..0837cb8ccb4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1--base.tfm Binary files differindex f0f86224ee8..584d4af0b92 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.tfm Binary files differindex 7a16ad39ef4..7531a83882c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ot1.tfm Binary files differindex eb4d59cd370..9a83fbed4d6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1--base.tfm Binary files differindex d9777436302..8a6c3f1a5f5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.tfm Binary files differindex 09ef0ed8f89..9f32a3e84be 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..67f62e2e135 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 58b146ca2be..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1.tfm Binary files differdeleted file mode 100644 index 684e2713bfe..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ot1.tfm Binary files differdeleted file mode 100644 index 00bc5173a6d..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 18b4e92d327..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1.tfm Binary files differdeleted file mode 100644 index 9e76dc05174..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1--base.tfm Binary files differindex 5e3944aa10a..82c0ef8b1c8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.tfm Binary files differindex f0be71505e1..4dc773d5c3a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ot1.tfm Binary files differindex a2f16d2b601..23f69d06c6f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1--base.tfm Binary files differindex 0be24d7e42d..e39b8867f83 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.tfm Binary files differindex 55268e7287c..559f88a35e8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..2b294e6e921 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm Binary files differindex a7646a2706c..289613913fe 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm Binary files differindex 6a7924e5997..debca60f0c4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm Binary files differindex 001b077c82a..2c1c62d6ef9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm Binary files differindex 19d01b6d097..d7cd049de7b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm Binary files differindex f8b234b1039..731b9b71730 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..233a335e511 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm Binary files differindex d1551b09746..7b1dd13e9d1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm Binary files differindex ce26b6595e4..ddf1754bc41 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm Binary files differindex 41a2cb99fd7..8a9ade8c0f1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm Binary files differindex 47b70c59c02..fd424a02d84 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm Binary files differindex fad361bdec4..468d877cb6f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..8aa8db39507 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm Binary files differindex e8061acd8b0..f6a86a7dd12 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm Binary files differindex dbc165db61b..e27d6d72d0b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm Binary files differindex ffe5769dbcf..820a3fc19a7 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm Binary files differindex 66bea1c8fba..079a339aaae 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm Binary files differindex 2c5568021b0..66889dff41a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm Binary files differindex 2b1939ac8be..82db25f122c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm Binary files differindex d98d2defa12..b1b98afa134 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..41946abcd6b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm Binary files differindex e8061acd8b0..f6a86a7dd12 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm Binary files differindex dbc165db61b..e27d6d72d0b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1--base.tfm Binary files differindex b85f6ca04b7..91ab4069eed 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.tfm Binary files differindex 3f7fffef855..c9ee5ee15bf 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ot1.tfm Binary files differindex 87373b72167..8fd09cf0108 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1--base.tfm Binary files differindex ccd3c6bfc0e..8f2cb011cd6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.tfm Binary files differindex 9da73d0e853..61e728c52f9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..d93c8d75008 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 7707d282f44..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1.tfm Binary files differdeleted file mode 100644 index 866219295c4..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ot1.tfm Binary files differdeleted file mode 100644 index 1b7f80b231f..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 73e6512af14..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1.tfm Binary files differdeleted file mode 100644 index d49eff76ab6..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1--base.tfm Binary files differindex b4de191eb6a..8b91595606d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.tfm Binary files differindex d4d878908e3..092c7357253 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ot1.tfm Binary files differindex 61e5319a56c..47962d7e0a9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1--base.tfm Binary files differindex 5ff9e1076db..ba4c76a07d1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.tfm Binary files differindex dc9aaea2b3e..2c7cdbfb88e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..eacf08ee2c8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1--base.tfm Binary files differindex cdc1f15d517..abde6c37019 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.tfm Binary files differindex 1c9992e00b8..e7de7f197d0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ot1.tfm Binary files differindex 3b391d0703f..8bf8df1c536 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1--base.tfm Binary files differindex e1ed1f41590..97a230b2ce9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.tfm Binary files differindex dbc66aa0a9d..064f9cea45f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..9c5e0b48ecb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm Binary files differindex 22eae5b460b..33cbe27b906 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm Binary files differindex dc6278328d0..e4174979093 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm Binary files differindex 69393497cb2..bf593965197 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm Binary files differindex 7346b48e85d..30ff8d50666 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm Binary files differindex c0672fd9346..77687ed0261 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..7c9fac28321 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm Binary files differindex 1a5f11d4ff3..8d3ca95fcef 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm Binary files differindex 3166e4f9d2c..1b41b5f231e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1--base.tfm Binary files differindex 675ab923543..d534511d8ac 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.tfm Binary files differindex f3c6686cc34..8e3fc670197 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ot1.tfm Binary files differindex 39d9aa243ea..0bbb21c8668 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1--base.tfm Binary files differindex 356af05fbc0..2e861d8b6e2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.tfm Binary files differindex 66915acb5c8..9dbe5585153 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..28c79fba7e5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1--base.tfm Binary files differindex 1a5f11d4ff3..8d3ca95fcef 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.tfm Binary files differindex 3166e4f9d2c..1b41b5f231e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm Binary files differindex de4f34e0c88..222c792296e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm Binary files differindex 050e904382e..4736fe60dca 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm Binary files differindex 0dabf674928..42917b33b37 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm Binary files differindex c88121a5032..6ce88e3ffca 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm Binary files differindex 15a063411df..0c0a629d2eb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..2e09544fa2e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 0008c1758e2..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.tfm Binary files differdeleted file mode 100644 index 6f5d8aa3e05..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ot1.tfm Binary files differdeleted file mode 100644 index f050e3a8ad4..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1--base.tfm Binary files differdeleted file mode 100644 index ba1ea753d3f..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1.tfm Binary files differdeleted file mode 100644 index 5298bc54a3d..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm Binary files differindex bcc92c91337..473dc100a69 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm Binary files differindex d220f4ec5a7..29ae5b53eb9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm Binary files differindex ee793af090a..ff266ee0390 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm Binary files differindex 423eb3d29e8..d258e42fcd4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm Binary files differindex 21812d0d876..5d7ed390a72 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..4596627d936 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm Binary files differindex f7268082bf7..cd62d9b4565 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm Binary files differindex 17055064fe5..b7df4a01ce1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm Binary files differindex f42089ae91e..e148bae4745 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm Binary files differindex 904b0029e77..98ce486b282 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm Binary files differindex 91b19033f8d..960067f3d98 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..310b61c7fec --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm Binary files differindex 0fc6b97596b..036184ef3da 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm Binary files differindex f05e425e07a..920e208b123 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm Binary files differindex ab4eb4e5232..3daf7b3735b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm Binary files differindex 92fd293de32..40d117f4d86 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm Binary files differindex 2c1a1a81ffc..27988232343 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..e1c72100cb8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm Binary files differindex 0ab96a46a38..04b42c625b0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm Binary files differindex 42f6c00c0d7..e85f80e0f3b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm Binary files differindex 9e592833854..7dcbe4e4901 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm Binary files differindex ab1261c6b59..daf3fcf2170 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm Binary files differindex 176c25ebadf..e08984df94b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm Binary files differindex 851b0dc4870..b0292ca3287 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm Binary files differindex 25e97d41854..68c8a4278b8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..0a201d3b9f2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm Binary files differindex 0ab96a46a38..04b42c625b0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm Binary files differindex 42f6c00c0d7..e85f80e0f3b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1--base.tfm Binary files differindex d76d7e98e69..ba3431f7dbd 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.tfm Binary files differindex a3dc36a381e..6bfe7f8beae 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ot1.tfm Binary files differindex f0a34647119..02320223e45 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1--base.tfm Binary files differindex 7d86a01aea4..c14ec2daeca 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.tfm Binary files differindex a9e8003568e..86c495a38fe 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..377ffb2f6b3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 89cd37a0c63..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1.tfm Binary files differdeleted file mode 100644 index 23ea785e128..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ot1.tfm Binary files differdeleted file mode 100644 index 5666b9d472f..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-t1--base.tfm Binary files differdeleted file mode 100644 index b3add51af5e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-t1.tfm Binary files differdeleted file mode 100644 index 17634c77fdf..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1--base.tfm Binary files differindex 432298eebd0..aea24472ab3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.tfm Binary files differindex 79d03f68a94..13e570d4898 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ot1.tfm Binary files differindex 53964703f7e..d8a560cd7ee 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1--base.tfm Binary files differindex 8d4af8d84d8..a6d77b02d4c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.tfm Binary files differindex 27b2c6534bc..5deb1bb2da1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..0042ac7bf0f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm Binary files differindex 7f7450eb92e..0c385ab839a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm Binary files differindex df73905e1fa..7f7a8c0864e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm Binary files differindex 1e3fcff4d39..77a2721b181 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm Binary files differindex 6a53b018c0d..518f90089ae 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm Binary files differindex 208abd0cc94..c58a55434a0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..a78975659bc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm Binary files differindex 40b5b450c07..1d7dc579549 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm Binary files differindex 09e1cd7d6ca..22da392bbb3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm Binary files differindex d0dea7dcb25..2c85bc0c548 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm Binary files differindex 0a4eb7a8d79..d996db4c28d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm Binary files differindex 3c1b439f43a..947a6a6f2cc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..64b81425585 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm Binary files differindex 5bbe1a33ea4..016d53a5a93 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm Binary files differindex 34112c34972..fb14df1d3de 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm Binary files differindex 4b2be347d8d..1f1c78a86d3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm Binary files differindex de35a9aab62..efe6ffa0a57 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm Binary files differindex c50a5b98a5a..70ac47a81c3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm Binary files differindex 492fe02bf0a..32032f74222 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm Binary files differindex 4fd2016ad0d..50497c951a6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..6f2b1e981a1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm Binary files differindex 5bbe1a33ea4..016d53a5a93 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm Binary files differindex 34112c34972..fb14df1d3de 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1--base.tfm Binary files differindex b8be6e467c2..a3d0b5cd15a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.tfm Binary files differindex e57088abeff..22d841205e4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ot1.tfm Binary files differindex 912dea163c5..e22cbb07461 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1--base.tfm Binary files differindex 63f0ef83ad0..195a785287b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.tfm Binary files differindex 14b01e1f773..737d389d87b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..1705f746c2c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 619ca6c4097..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1.tfm Binary files differdeleted file mode 100644 index 299f0a8843f..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ot1.tfm Binary files differdeleted file mode 100644 index 88666297ef5..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 32a317b3f53..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1.tfm Binary files differdeleted file mode 100644 index b39ceaba583..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1--base.tfm Binary files differindex 7612ca76138..3928f0c4540 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.tfm Binary files differindex fe60171fd7d..32352637f8e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ot1.tfm Binary files differindex f2b6c5ab417..e1fd9205172 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1--base.tfm Binary files differindex aca2124b893..cf44ee4f8f5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.tfm Binary files differindex fa0d656c02a..7c9127755ea 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..278a74be9ac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1--base.tfm Binary files differindex 1e88d4c7929..e9ef79bb597 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.tfm Binary files differindex d5cede2f64e..d3d554302df 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ot1.tfm Binary files differindex 336018fb9b0..e417369d8dc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1--base.tfm Binary files differindex 59e927f6347..39d75345e56 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.tfm Binary files differindex d5c0a402506..02eb4cad108 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..38965fe432b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm Binary files differindex 0cf83ac92dd..8b6e66b9d80 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm Binary files differindex 6d6f119071d..22938879304 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm Binary files differindex e43b2169ff3..cc41fff7396 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm Binary files differindex e7e2864ef25..ce23cd4b2e9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm Binary files differindex 8f96e53ccf1..0c4d1e573c3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..16abafb3327 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm Binary files differindex 239cb0b9c4a..17cef4adf03 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm Binary files differindex 21858d6296b..3882a49911e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1--base.tfm Binary files differindex cf2cdb921dd..8873f416563 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.tfm Binary files differindex 3c405d9b742..44ec447441a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ot1.tfm Binary files differindex 171de194a92..3a6afe6ab1a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1--base.tfm Binary files differindex be85dcd1e76..144f886893a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.tfm Binary files differindex 7c842a2769c..e774bbb76ea 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..c0849721b0c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1--base.tfm Binary files differindex 239cb0b9c4a..17cef4adf03 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.tfm Binary files differindex 21858d6296b..3882a49911e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1--base.tfm Binary files differindex 99c0546cc30..615040979f2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.tfm Binary files differindex 830ab95d71e..b54d9751fc2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ot1.tfm Binary files differindex 9491678e67e..560c24516c6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1--base.tfm Binary files differindex 7e38fae0d66..7d0b62463bf 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.tfm Binary files differindex aeb48e0f46e..f70c86f21a2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..11623244b62 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 7e804028e40..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1.tfm Binary files differdeleted file mode 100644 index 1519511e1a9..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ot1.tfm Binary files differdeleted file mode 100644 index 4265ba8e93e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 2267f10d2ba..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1.tfm Binary files differdeleted file mode 100644 index 6fc71ab5281..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1--base.tfm Binary files differindex 63e6a00a518..6927bfe5010 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.tfm Binary files differindex 1717271944b..55071c53993 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ot1.tfm Binary files differindex e1f2acee116..39b673eee0d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1--base.tfm Binary files differindex dcde192a58b..31488f35c1b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.tfm Binary files differindex 41a306c2e87..b5b0402bd62 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..3f0679c5cfc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1--base.tfm Binary files differindex ab52950a4f4..6f45fec4eab 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.tfm Binary files differindex 9249cbd5d4f..071110b6f18 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ot1.tfm Binary files differindex 7eaa5def87e..23ac501df9e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1--base.tfm Binary files differindex 6a2ef8232d7..59f5b0773a8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.tfm Binary files differindex bfc3fe7d419..44b3419fec9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..4073e03fae4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm Binary files differindex 821b9429c21..1d69cc54865 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm Binary files differindex d4bc9bcf6d8..a29fd181bc2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm Binary files differindex a445939b57d..032b5a876c1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm Binary files differindex dc11d7ffebf..37c07e70ceb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm Binary files differindex a1f868e86c4..ae181b59957 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..913bc9174fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm Binary files differindex f53a17219fb..aede6ee68dc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm Binary files differindex 7822279909f..0e8b5e94bd9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm Binary files differindex 1a2405d5d34..e1a40502af3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm Binary files differindex dff592dd570..7affef2a64d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm Binary files differindex 901ce0aeba3..47db2709ad3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm Binary files differindex 4dc9068134c..159fad83046 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm Binary files differindex ee228877741..5eea3f9b242 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..0fcec16cc0c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm Binary files differindex f53a17219fb..aede6ee68dc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm Binary files differindex 7822279909f..0e8b5e94bd9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1--base.tfm Binary files differindex 6657203c312..4281158a960 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.tfm Binary files differindex 4baa09a4c35..67be0d0141a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ot1.tfm Binary files differindex de997eb67af..87bc73859ff 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1--base.tfm Binary files differindex b19464e00f0..448a726bd30 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.tfm Binary files differindex 6f87383354d..f88705e5126 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..707e28fbcba --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index c294d92b273..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1.tfm Binary files differdeleted file mode 100644 index 55b7bae0d56..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ot1.tfm Binary files differdeleted file mode 100644 index 8fa28723dd6..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 0382480733c..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1.tfm Binary files differdeleted file mode 100644 index f209fe40b45..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1--base.tfm Binary files differindex a9cf4006ef7..66fbffd75c0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.tfm Binary files differindex 6fd2fd45f97..3dc811cb2f4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ot1.tfm Binary files differindex 7c369a3e4db..58764b62987 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1--base.tfm Binary files differindex 748c07c988a..c11fad73ef1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.tfm Binary files differindex c089774f1bc..c7c8b1bc18b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..c06bbbf528b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1--base.tfm Binary files differindex 4f0699033d7..93b1f8eb4b4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.tfm Binary files differindex b5b5ab972e6..b5283fb43f5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ot1.tfm Binary files differindex fffb510c77d..1e78b834f5e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1--base.tfm Binary files differindex 80e765f29e9..dc090f23077 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.tfm Binary files differindex c7ae6a2f9fd..23a3014de3e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..48204871b23 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm Binary files differindex 4866901831d..3ffed20bf36 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm Binary files differindex 94008c77f15..8a358a9d4dc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm Binary files differindex 3ebd1d09f30..3e27a21f5a4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm Binary files differindex 68f63310002..19dfaed93b8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm Binary files differindex a44fdfed5af..6fb0ca19fb6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..6a8b88062fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm Binary files differindex 8ff34b994db..b700c761040 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm Binary files differindex db6d68f1d90..70fbe29ca1e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1--base.tfm Binary files differindex b97a03ac289..b01b8f07cb7 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.tfm Binary files differindex 1bd5101fa2e..4e9eb57f057 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ot1.tfm Binary files differindex 7160c95f2ca..a24fb18d362 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1--base.tfm Binary files differindex 8ae32a19422..7794dfb2c19 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.tfm Binary files differindex 8eb2e418e08..c81ae75e24f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..636eb9b25a0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1--base.tfm Binary files differindex 8ff34b994db..b700c761040 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.tfm Binary files differindex db6d68f1d90..70fbe29ca1e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1--base.tfm Binary files differindex 0ce67d9d3e5..21e22be2984 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.tfm Binary files differindex de81483080b..baa818a5ee9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ot1.tfm Binary files differindex 85990acf83f..86a6cb880be 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1--base.tfm Binary files differindex 6ed2c936855..0ee89535c2a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.tfm Binary files differindex 589a363158d..d2ffda0ac9e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..a1b15c73b4c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 425d4447887..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1.tfm Binary files differdeleted file mode 100644 index 7c66fe022f9..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ot1.tfm Binary files differdeleted file mode 100644 index 0c095ce23d1..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 851634bfa0e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1.tfm Binary files differdeleted file mode 100644 index 807a28049c0..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1--base.tfm Binary files differindex 4a9ca0a48d8..839609b966f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.tfm Binary files differindex 00266946540..dc4e052ba12 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ot1.tfm Binary files differindex b82cc51f74b..7d2ba8c77eb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1--base.tfm Binary files differindex 17c0c0f1e51..842b62c28b4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.tfm Binary files differindex 59d73a1314b..b730d62d033 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..f11a007486b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm Binary files differindex 6d41f1e87d2..465ebcbc413 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm Binary files differindex 1742ce1f75c..6ecea0c686a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm Binary files differindex 5e2113c47b4..2d7f93321d3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm Binary files differindex f8b4bf56685..956acd73939 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm Binary files differindex 3d5aa274b5a..d40a37cf4da 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..c3f9e335749 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm Binary files differindex bc54ee1f3cc..f982da651f3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm Binary files differindex 139fff1567e..850b5ea1e8f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm Binary files differindex 6ee55c5709f..8b352c67177 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm Binary files differindex f7e1e8c1886..2c1b198ff87 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm Binary files differindex 1a67208d5bd..28016ebcbe6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..4b01f20ab46 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm Binary files differindex 86219d28ca1..3164c7f5676 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm Binary files differindex 1aa842fa884..3b63110aeb1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm Binary files differindex 1421ceb6e79..bbc6030a8ab 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm Binary files differindex dafaf8fe1a6..740ac937b20 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm Binary files differindex cab85770704..c7b6f2a03ef 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm Binary files differindex 08c865a0f85..cf98bf78298 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm Binary files differindex 069fe57341b..7371bbbce55 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..685302e04c7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm Binary files differindex 86219d28ca1..3164c7f5676 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm Binary files differindex 1aa842fa884..3b63110aeb1 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1--base.tfm Binary files differindex 3b3a26a5777..f056e266eea 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.tfm Binary files differindex 16e0ffe2d89..cbcd5026737 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ot1.tfm Binary files differindex 0ef912dfaa7..ec47eae13a5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1--base.tfm Binary files differindex b4d6a574022..ad5afacc035 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.tfm Binary files differindex e35b0bb1ad5..deb22bca7b0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..416d37ce0bb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index 74fa4e04311..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1.tfm Binary files differdeleted file mode 100644 index d4c4bd1e11b..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ot1.tfm Binary files differdeleted file mode 100644 index 4d25f22506e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1--base.tfm Binary files differdeleted file mode 100644 index 6ac161a7649..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1.tfm Binary files differdeleted file mode 100644 index d9bdd4d1633..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1--base.tfm Binary files differindex 826521ac43d..cc9100a210b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.tfm Binary files differindex 95c240f19cc..17065f4f079 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ot1.tfm Binary files differindex 24bba515d10..24d3c50140a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1--base.tfm Binary files differindex f8bd5d923c4..9fa064f1d4a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.tfm Binary files differindex 55fbd61d771..e7054808079 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..171083d3fda --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm Binary files differindex a66d2a53b1a..31cfdff409b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm Binary files differindex 2802071df5e..3dc27c35138 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm Binary files differindex 4f04d085ef4..009bd81830c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm Binary files differindex f577b8fb218..0920b2d8550 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm Binary files differindex 8d627f0ffd0..388b33cc181 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..262e0721f33 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm Binary files differindex 1fd1b366cf7..453a8c1b35d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm Binary files differindex 283b9f97900..e7a5c8275ae 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm Binary files differindex ddf13ac4428..42c7de2eb02 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm Binary files differindex 307cee73b0d..e00af429455 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm Binary files differindex 18bcb3b0e76..c5f5dde75c7 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..0f2abb2b571 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm Binary files differindex 5e5e9d0990e..09f2bd3d7d0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm Binary files differindex 4c637b4044c..6b13dd35195 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm Binary files differindex 0a54350ef93..667a5336b7a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm Binary files differindex 35f32b8b25e..4df408e0be8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm Binary files differindex 15d7587d21b..912c50f79cd 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm Binary files differindex 78a507e5670..8c6377173a8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm Binary files differindex f1e3c2772e4..1d45b382d46 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..d0167597f0c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm Binary files differindex 5e5e9d0990e..09f2bd3d7d0 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm Binary files differindex 4c637b4044c..6b13dd35195 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm Binary files differindex 2f74471d9fe..12cdd61d06a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm Binary files differindex 408e7109aeb..119b05778d8 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm Binary files differindex 45e17481600..ba3d29a210c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm Binary files differindex 643858c00cc..237f529e7a9 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm Binary files differindex 9865988c86e..9ecf65ede7a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t2a.tfm Binary files differnew file mode 100644 index 00000000000..dd73a7272ab --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1--base.tfm Binary files differdeleted file mode 100644 index b502826575b..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.tfm Binary files differdeleted file mode 100644 index 8632e8d5b00..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ot1.tfm Binary files differdeleted file mode 100644 index 08430bb34f3..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ot1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1--base.tfm Binary files differdeleted file mode 100644 index f2934b9346e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1--base.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.tfm Binary files differdeleted file mode 100644 index e04043a1b87..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm Binary files differindex 63a2704f972..63de046e9ea 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm Binary files differindex dff6ba8f8bb..bb81fca0661 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm Binary files differindex f4ff31d53c9..16562c27801 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm Binary files differindex 44bdae8ded5..facaa2d1fa4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm Binary files differindex 424a481b313..c265e8b56ee 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t2a.tfm Binary files differnew file mode 100644 index 00000000000..b7e42abc7ae --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm Binary files differindex a670cfa2137..a7933fd78f7 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm Binary files differindex 9027b888ecc..0c8227cf86d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm Binary files differindex 4337c82e8da..0c149130e1e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm Binary files differindex c2503873d96..0151966a78d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm Binary files differindex 87b613dfece..6bc6fee0ecc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t2a.tfm Binary files differnew file mode 100644 index 00000000000..ab3c3d2046f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm Binary files differindex fdfcb9cd96b..85247472dfe 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm Binary files differindex 3e8763ee6b0..52253b43e3b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm Binary files differindex ef5b5eaafac..873898fe730 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm Binary files differindex 105c41ec5da..29ff907843b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm Binary files differindex 427993835ef..0731c5be532 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..3c8041e22b2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm Binary files differindex 2b65a4b3507..9dcb9a5ac07 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm Binary files differindex 7031965f578..4788493d026 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm Binary files differindex 40b553cad19..1e518a4c39d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm Binary files differindex bb81254a912..27e5c8ab4df 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm Binary files differindex b69fb77f782..86efc7a6089 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm Binary files differindex 686b0b550b6..f539eb61ec3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm Binary files differindex e5d83680951..9c1d9bf8eb6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t2a.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t2a.tfm Binary files differnew file mode 100644 index 00000000000..30aa62e9ec1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t2a.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm Binary files differindex 2b65a4b3507..9dcb9a5ac07 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm Binary files differindex 7031965f578..4788493d026 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb Binary files differindex 17cfff99c19..b8316486043 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb Binary files differindex 423f783d55b..b8e19f6210a 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb Binary files differindex a73dde76c6c..992f3a9a69d 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb Binary files differindex 0400ae3e2b4..f3c5bdffdb4 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb Binary files differindex d4059b496fd..cb812facca1 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb Binary files differindex 0f95244f73a..644cef3c49b 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb Binary files differindex 43b7616b612..a9c0b383d55 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb Binary files differindex e4416b89e68..f8cdcc7a3f6 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb Binary files differindex 98e58a9a5de..533b7bdf7ab 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb Binary files differindex bd98d6dff42..e811d45b210 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb Binary files differindex f8517cdd4cb..f4997463715 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb Binary files differindex ca387f356e9..bddc86a69ef 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb Binary files differindex 4eb40654178..9ed97b9a551 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb Binary files differindex 63841312046..6c7ec1ed72e 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.vf Binary files differindex c26e02523a2..fe672b5b110 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.vf Binary files differindex 27703d50474..d4ee363d457 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1.vf Binary files differdeleted file mode 100644 index f7d2f33c96e..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-inf-t1.vf Binary files differdeleted file mode 100644 index eb24090fb2b..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.vf Binary files differindex c88cba9f7d8..1ecc5113bfc 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.vf Binary files differindex f3c1c981506..8f857aa2035 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf Binary files differindex 4e4b1ede6e3..41be38ac57f 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf Binary files differindex c2c046b8feb..4932a6919e4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf Binary files differindex 011dd0f116b..5429e8da00f 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf Binary files differindex 35dc5cf2aed..86b3f8bb938 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf Binary files differindex 05c800fa623..34fc84b788c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf Binary files differindex 4fc997b3152..fcfa3471508 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf Binary files differindex 6828cd77f1f..2dd93fc9af3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf Binary files differindex b1af980a248..40e7c0e4c60 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.vf Binary files differindex 757f4fbdaf9..24caf00e6fd 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.vf Binary files differindex 909d7f31ad3..df175aabdbe 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1.vf Binary files differdeleted file mode 100644 index 1468ec41239..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1.vf Binary files differdeleted file mode 100644 index adcef577bdb..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.vf Binary files differindex 2ca55637029..c6d8b4cb877 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.vf Binary files differindex 81da66699e1..14933cbc1cf 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.vf Binary files differindex ea851a3a03d..d4a017b192c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.vf Binary files differindex 58e74c53417..8fb9ee8151d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf Binary files differindex 365bc566ea9..99b8c7622f9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf Binary files differindex 8e9888d5bd4..1b07882a1c9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf Binary files differindex 60c728e1fd4..1b17bcdc8a1 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.vf Binary files differindex c50a79b8e97..47e09188d9d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.vf Binary files differindex 464ccaa9404..e3e890fdb1c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.vf Binary files differindex 2061dd24413..c12e334ee36 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.vf Binary files differindex 04458e3f118..c9a40b694c2 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.vf Binary files differindex 1b0f2ae26c4..297f631fbc9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1.vf Binary files differdeleted file mode 100644 index 9e624b976ed..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1.vf Binary files differdeleted file mode 100644 index 147909eb625..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.vf Binary files differindex 77673765770..26370b49a81 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.vf Binary files differindex 7a0f268467f..2ccd0f9c8bd 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf Binary files differindex 61737a223bb..59b98844bee 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf Binary files differindex 924e3403d23..b083ed6860a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf Binary files differindex 54b789676b1..475bf3de31a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf Binary files differindex 61588b70c0d..4699842c7a9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf Binary files differindex 728cf1bd5e5..2405b0da4aa 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf Binary files differindex 80527d4d397..583b825fb1f 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf Binary files differindex 4369031e8c6..21aff4ae86f 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf Binary files differindex ed3a2e8089a..c77a9a9fbb7 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf Binary files differindex e934dc77ef4..d88e74e6e1c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf Binary files differindex 7065c39322c..e36868a5d1e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.vf Binary files differdeleted file mode 100644 index 9a68c56e8c3..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.vf Binary files differdeleted file mode 100644 index a991a9a7217..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf Binary files differindex 5613e251bce..7068082bb59 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf Binary files differindex 1dfcdaac0e2..423eca7faea 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf Binary files differindex ade3ef8ea6a..c47131b6a91 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf Binary files differindex 799e04c11b8..82dd325c7cb 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf Binary files differindex c2ae0c076f4..9a36c414f46 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf Binary files differindex 4cc166bb6d1..d0bf1bb92f8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf Binary files differindex 2f1f3a38e02..85fc7ec901e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf Binary files differindex 376ac7f3590..a875395eb9a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf Binary files differindex cb5312a185f..a7e989a10b9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf Binary files differindex 833fac97807..ab16a8bbea7 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.vf Binary files differindex 3e9f8655e2b..11e302bdf6c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.vf Binary files differindex d0bd00f6e85..7ca77605b40 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1.vf Binary files differdeleted file mode 100644 index 37d8a99a981..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1.vf Binary files differdeleted file mode 100644 index 0ff5d8933c7..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.vf Binary files differindex e40285c3295..2eb07283a7c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.vf Binary files differindex 3922c90d0f1..d2c8d8803cf 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf Binary files differindex a7ec435259c..90148715e5d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf Binary files differindex 53e3dee6a12..35a4092878e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf Binary files differindex 5c0a42cc50b..5b3522464b4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf Binary files differindex 58fad749c92..b1b21627dc8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf Binary files differindex a06f18a26d4..d502e71235c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf Binary files differindex cc907936636..51ef8da885c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf Binary files differindex 46927c73eaf..6abd40c71c5 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf Binary files differindex 0b025775142..027a44016ea 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.vf Binary files differindex 7ea1c25d5e2..7d26dfff60e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.vf Binary files differindex 0beda3dec39..7c6d27a75c2 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1.vf Binary files differdeleted file mode 100644 index 19ff80fc6bd..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1.vf Binary files differdeleted file mode 100644 index ab8239ee8de..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.vf Binary files differindex bca1842c1c6..db30d55eb59 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.vf Binary files differindex 2d1134e3cc8..5544e4126d1 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.vf Binary files differindex b50f437551a..7ff070b741e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.vf Binary files differindex 3be0e66bc05..5dd11746b25 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf Binary files differindex 42e2f051608..a017623f9cf 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf Binary files differindex 50c3e1cd496..e75fead712b 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf Binary files differindex f0bd7943449..42d0c97e8a5 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.vf Binary files differindex 37441997481..236890b8b51 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.vf Binary files differindex 43065a4440a..1e780b76981 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.vf Binary files differindex 8422e21f89e..4dd99c154b1 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf Binary files differindex 1ed267cbbff..f92a08414e3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf Binary files differindex 87000434091..6e8fc64b9c3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.vf Binary files differdeleted file mode 100644 index c14ed80e3a8..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-t1.vf Binary files differdeleted file mode 100644 index bad9536a62f..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf Binary files differindex 38b46ff0a8e..a0ecf876c99 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf Binary files differindex ae867f6408e..c24d0fa9e35 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf Binary files differindex 54de4ff9200..b7c5747bbdf 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf Binary files differindex 6b4193d927a..719f1cbf092 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf Binary files differindex 5bc42da4e60..8657f17e180 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf Binary files differindex f8af1243b0a..ef01048a1a9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf Binary files differindex b8a9e17a8ca..1267bff7ef6 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf Binary files differindex 86a07f728ad..8e2df8339af 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf Binary files differindex 84b96dfc7d4..734a8b37389 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf Binary files differindex e63b7cbb298..bae775cd12a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.vf Binary files differindex 1350e2135d5..9a35c88424d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.vf Binary files differindex 5fa86f478af..5300f48a8b4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1.vf Binary files differdeleted file mode 100644 index 038beb772cc..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-inf-t1.vf Binary files differdeleted file mode 100644 index fb1c53a0fb4..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.vf Binary files differindex 20e1eee9217..09dc866744a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.vf Binary files differindex 514d9d099e9..6b7b981fad5 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf Binary files differindex 6a31d36e648..635697c3625 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf Binary files differindex 0f5e9a58c04..c7ee595bfb9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf Binary files differindex e58340521e5..1bb6de812f0 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf Binary files differindex 209f9553660..5d44c03a093 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf Binary files differindex 54bbc06895b..17b30e842e9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf Binary files differindex 69fd11eaec0..efadaed86f3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf Binary files differindex 9d4f1e6f21f..657c9a38dd4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf Binary files differindex 751a12403ac..f660d55c7c8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.vf Binary files differindex 154d949af9a..01789bd9852 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.vf Binary files differindex 123237b9eab..d321b4b4ee7 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1.vf Binary files differdeleted file mode 100644 index db62e41524f..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1.vf Binary files differdeleted file mode 100644 index 13fb7a36e50..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.vf Binary files differindex 72848a96238..9c03902d221 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.vf Binary files differindex 42695d83fb0..8869fe8be36 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.vf Binary files differindex 10b1730e787..a2cdf6e931c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.vf Binary files differindex 9171d9a2747..d4a9021b570 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf Binary files differindex 2dd952a811a..80637c57beb 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf Binary files differindex 32d796545a4..d75ae99ba53 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf Binary files differindex d6ac36bb570..bb19505697d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.vf Binary files differindex ed50ba300aa..9e5a6e18c98 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.vf Binary files differindex 5ed34417fb8..2580837cde5 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.vf Binary files differindex d62383b2851..edc74fee24a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.vf Binary files differindex 1de52879359..a2c92f13d1f 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.vf Binary files differindex d74d3954727..ed49098abeb 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1.vf Binary files differdeleted file mode 100644 index 501a6963998..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1.vf Binary files differdeleted file mode 100644 index 5a9d0ed19c2..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.vf Binary files differindex eea726d2116..50c3866bcfb 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.vf Binary files differindex ff4583fe7aa..76c26cfde40 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.vf Binary files differindex dfa94a4b4d0..292e176351c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.vf Binary files differindex 241cebcf012..142765fc357 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.vf Binary files differindex 21a4e5113be..151c3eb62f3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf Binary files differindex 838eb8b602b..d508728d699 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf Binary files differindex 9fed873c9b6..fe8f867e3f3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.vf Binary files differindex 8c82e9704f0..67cab679ede 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf Binary files differindex ee393b97823..c513c5f068e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf Binary files differindex 5d78d68b7c0..93540d832b8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.vf Binary files differindex ecaf06a03bc..20232691f05 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.vf Binary files differindex d099b7b8b41..21b4c7accdd 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1.vf Binary files differdeleted file mode 100644 index 8ca912ad957..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1.vf Binary files differdeleted file mode 100644 index 6ee7c24b6a8..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.vf Binary files differindex 6c32b36f38a..a3d23fe357a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.vf Binary files differindex a921cb371e7..d6a57999a04 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.vf Binary files differindex b77f5972c28..bd991d950c2 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.vf Binary files differindex 9042148c5d0..7e4e6c389b8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf Binary files differindex c284e8f5e50..c5735223b0e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf Binary files differindex 0ce76e833a1..64fdb3deb54 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf Binary files differindex 61a7c264f47..43829b99612 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.vf Binary files differindex 6868d65b3c8..3faa98d24b9 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.vf Binary files differindex 69c70a515ff..7cbc370c8ca 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.vf Binary files differindex 45af52b5d76..ca68b68c68c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.vf Binary files differindex 28ed215a214..6bfcf9e3cd8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.vf Binary files differindex d9b3e695469..e66b7ed6f8e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1.vf Binary files differdeleted file mode 100644 index ebd16f8a81f..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1.vf Binary files differdeleted file mode 100644 index 3d0d73edb99..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.vf Binary files differindex f57d6836864..4ca6be808de 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.vf Binary files differindex 0e8c8e9fef2..5d60bd385e0 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf Binary files differindex 84c576c286a..19c3e34ccc2 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf Binary files differindex aaf08951a02..9e9c886ae57 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf Binary files differindex 1ca879380a4..319e2ad0b55 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf Binary files differindex e133736d0ce..c0412eba7fc 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf Binary files differindex 0dafd5b0c4a..e2b3ed6daa4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf Binary files differindex 5642932765d..fbbd2b05f5c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf Binary files differindex afa1bb1331b..a0ae36c9bca 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf Binary files differindex e08d6eea168..33cd814d3d3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.vf Binary files differindex 57504c2cc1b..6297d506c26 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.vf Binary files differindex 82694df4ad5..18c066b2c3c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1.vf Binary files differdeleted file mode 100644 index 5f28b095fa0..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1.vf Binary files differdeleted file mode 100644 index 099618c7fd4..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.vf Binary files differindex f2adc9542ed..04b693d7a26 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.vf Binary files differindex 5ddaf592e96..7bf204d2fd3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf Binary files differindex 4c93ca49a16..fac8f20c28a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf Binary files differindex bc4fa7a9d27..16e236d7a66 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf Binary files differindex e7a0d97ac77..f1bd1bb714d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf Binary files differindex 900cba9f9c4..8e291819977 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf Binary files differindex 00897e0daba..ee530084daa 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf Binary files differindex b876724a619..2f610079e6a 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf Binary files differindex 877aa575901..66f38afe12d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf Binary files differindex 9779dd5c7ec..4d737fd2dd4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf Binary files differindex 85f891953fa..9c8b1ad3065 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf Binary files differindex c6869d976ec..4034f27478d 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.vf Binary files differdeleted file mode 100644 index 7aa16233f4b..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.vf Binary files differdeleted file mode 100644 index 74cb8a521a7..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf Binary files differindex 857e6b162cc..f433f00d4c7 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf Binary files differindex 110a2af8ee2..e09c2c8d229 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf Binary files differindex 2857cf8e939..0b3c62c1419 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf Binary files differindex 6856e06d8d3..84fb0ca51ea 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf Binary files differindex 611346b432e..5f30047bece 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf Binary files differindex 091c98918b4..f90043fa65b 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf Binary files differindex 112018897d3..16c006dc677 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf Binary files differindex 903e1ef5b50..0c9cd7c480e 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf Binary files differindex 7af0db7dc6f..aeca0620ba4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf Binary files differindex 801b1c04fb0..eea05188623 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd index 26e4bcdf32f..f2d2525ba1c 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{LY1SourceCodePro-Dnom.fd} - [2015/10/08 (autoinst) Font definitions for LY1/SourceCodePro-Dnom.] + [2018/02/18 (autoinst) Font definitions for LY1/SourceCodePro-Dnom.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,28 +11,40 @@ \DeclareFontFamily{LY1}{SourceCodePro-Dnom}{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{sl}{ - <-> ssub * SourceCodePro-Dnom/m/it +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{sl}{ + <-> ssub * SourceCodePro-Dnom/el/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{sl}{ - <-> ssub * SourceCodePro-Dnom/b/it +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{sl}{ + <-> ssub * SourceCodePro-Dnom/k/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{sl}{ + <-> ssub * SourceCodePro-Dnom/m/it }{} \DeclareFontShape{LY1}{SourceCodePro-Dnom}{l}{n}{ @@ -47,62 +59,50 @@ <-> ssub * SourceCodePro-Dnom/l/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-dnom-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{sl}{ - <-> ssub * SourceCodePro-Dnom/mb/it +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{sl}{ - <-> ssub * SourceCodePro-Dnom/el/it +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{sl}{ - <-> ssub * SourceCodePro-Dnom/k/it +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{sl}{ + <-> ssub * SourceCodePro-Dnom/mb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{sl}{ - <-> ssub * SourceCodePro-Dnom/sb/it +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{n}{ + <-> ssub * SourceCodePro-Dnom/b/n }{} \DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{sl}{ <-> ssub * SourceCodePro-Dnom/b/sl }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{n}{ - <-> ssub * SourceCodePro-Dnom/b/n -}{} - \DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{it}{ <-> ssub * SourceCodePro-Dnom/b/it }{} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd deleted file mode 100644 index ec5c5ae6e09..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd +++ /dev/null @@ -1,110 +0,0 @@ -%% Generated by autoinst on 2015/10/08 -%% -\ProvidesFile{LY1SourceCodePro-Inf.fd} - [2015/10/08 (autoinst) Font definitions for LY1/SourceCodePro-Inf.] - -\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax - \let\SourceCodePro@@scale\@empty -\else - \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% -\fi - -\DeclareFontFamily{LY1}{SourceCodePro-Inf}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{sl}{ - <-> ssub * SourceCodePro-Inf/b/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{m}{sl}{ - <-> ssub * SourceCodePro-Inf/m/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{l}{sl}{ - <-> ssub * SourceCodePro-Inf/l/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{mb}{sl}{ - <-> ssub * SourceCodePro-Inf/mb/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{el}{sl}{ - <-> ssub * SourceCodePro-Inf/el/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{k}{sl}{ - <-> ssub * SourceCodePro-Inf/k/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-inf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{sb}{sl}{ - <-> ssub * SourceCodePro-Inf/sb/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{bx}{it}{ - <-> ssub * SourceCodePro-Inf/b/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{bx}{n}{ - <-> ssub * SourceCodePro-Inf/b/n -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Inf}{bx}{sl}{ - <-> ssub * SourceCodePro-Inf/b/sl -}{} - -\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd index 2a6d77649fb..0a30d557f48 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{LY1SourceCodePro-Numr.fd} - [2015/10/08 (autoinst) Font definitions for LY1/SourceCodePro-Numr.] + [2018/02/18 (autoinst) Font definitions for LY1/SourceCodePro-Numr.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,100 +11,100 @@ \DeclareFontFamily{LY1}{SourceCodePro-Numr}{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{sl}{ - <-> ssub * SourceCodePro-Numr/b/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{el}{sl}{ + <-> ssub * SourceCodePro-Numr/el/it }{} \DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-numr-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{sl}{ <-> ssub * SourceCodePro-Numr/m/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{sl}{ - <-> ssub * SourceCodePro-Numr/l/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{sl}{ + <-> ssub * SourceCodePro-Numr/k/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{sl}{ - <-> ssub * SourceCodePro-Numr/mb/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{sl}{ + <-> ssub * SourceCodePro-Numr/l/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{el}{sl}{ - <-> ssub * SourceCodePro-Numr/el/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{sl}{ - <-> ssub * SourceCodePro-Numr/k/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{sl}{ + <-> ssub * SourceCodePro-Numr/sb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{sl}{ - <-> ssub * SourceCodePro-Numr/sb/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{sl}{ + <-> ssub * SourceCodePro-Numr/mb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{sl}{ - <-> ssub * SourceCodePro-Numr/b/sl +\DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{it}{ + <-> ssub * SourceCodePro-Numr/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{n}{ <-> ssub * SourceCodePro-Numr/b/n }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{it}{ - <-> ssub * SourceCodePro-Numr/b/it +\DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{sl}{ + <-> ssub * SourceCodePro-Numr/b/sl }{} \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd index 35e33c60026..153b07589ea 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{LY1SourceCodePro-Sup.fd} - [2015/10/08 (autoinst) Font definitions for LY1/SourceCodePro-Sup.] + [2018/02/18 (autoinst) Font definitions for LY1/SourceCodePro-Sup.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,28 +11,28 @@ \DeclareFontFamily{LY1}{SourceCodePro-Sup}{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-ly1 -}{} - \DeclareFontShape{LY1}{SourceCodePro-Sup}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-Sup}{sb}{sl}{ <-> ssub * SourceCodePro-Sup/sb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{sl}{ - <-> ssub * SourceCodePro-Sup/k/it +\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{sl}{ + <-> ssub * SourceCodePro-Sup/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-Sup}{mb}{it}{ @@ -47,18 +47,6 @@ <-> ssub * SourceCodePro-Sup/mb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{sl}{ - <-> ssub * SourceCodePro-Sup/el/it -}{} - \DeclareFontShape{LY1}{SourceCodePro-Sup}{m}{it}{ <-> \SourceCodePro@@scale SourceCodePro-It-sup-ly1 }{} @@ -71,26 +59,38 @@ <-> ssub * SourceCodePro-Sup/m/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{sl}{ - <-> ssub * SourceCodePro-Sup/b/it +\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{sl}{ + <-> ssub * SourceCodePro-Sup/k/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{sl}{ + <-> ssub * SourceCodePro-Sup/el/it }{} \DeclareFontShape{LY1}{SourceCodePro-Sup}{l}{it}{ <-> \SourceCodePro@@scale SourceCodePro-LightIt-sup-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-Sup}{l}{sl}{ <-> ssub * SourceCodePro-Sup/l/it }{} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd index 1af6c0c40ef..d0b514f017f 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{LY1SourceCodePro-TLF.fd} - [2015/10/08 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] + [2018/02/18 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,64 +11,64 @@ \DeclareFontFamily{LY1}{SourceCodePro-TLF}{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{sl}{ - <-> ssub * SourceCodePro-TLF/k/it +\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ly1 -}{} - \DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{sl}{ <-> ssub * SourceCodePro-TLF/sb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{sl}{ - <-> ssub * SourceCodePro-TLF/l/it +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it }{} \DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{it}{ <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{sl}{ <-> ssub * SourceCodePro-TLF/m/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{sl}{ - <-> ssub * SourceCodePro-TLF/b/it +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it }{} \DeclareFontShape{LY1}{SourceCodePro-TLF}{el}{it}{ @@ -83,16 +83,16 @@ <-> ssub * SourceCodePro-TLF/el/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{sl}{ - <-> ssub * SourceCodePro-TLF/mb/it +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it }{} \DeclareFontShape{LY1}{SourceCodePro-TLF}{bx}{sl}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd index d36a87bc6cd..e9e6303ec1a 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{LY1SourceCodePro-TOsF.fd} - [2015/10/08 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] + [2018/02/18 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,16 +11,28 @@ \DeclareFontFamily{LY1}{SourceCodePro-TOsF}{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{sl}{ - <-> ssub * SourceCodePro-TOsF/k/it +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{sl}{ + <-> ssub * SourceCodePro-TOsF/mb/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-TOsF}{sb}{n}{ @@ -47,30 +59,6 @@ <-> ssub * SourceCodePro-TOsF/l/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{sl}{ - <-> ssub * SourceCodePro-TOsF/b/it -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{sl}{ - <-> ssub * SourceCodePro-TOsF/m/it -}{} - \DeclareFontShape{LY1}{SourceCodePro-TOsF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ly1 }{} @@ -83,16 +71,28 @@ <-> ssub * SourceCodePro-TOsF/el/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{sl}{ - <-> ssub * SourceCodePro-TOsF/mb/it +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{sl}{ + <-> ssub * SourceCodePro-TOsF/k/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} \DeclareFontShape{LY1}{SourceCodePro-TOsF}{bx}{sl}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd index d3cc9807cda..07c23b83f81 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{OT1SourceCodePro-Dnom.fd} - [2015/10/08 (autoinst) Font definitions for OT1/SourceCodePro-Dnom.] + [2018/02/18 (autoinst) Font definitions for OT1/SourceCodePro-Dnom.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,28 +11,28 @@ \DeclareFontFamily{OT1}{SourceCodePro-Dnom}{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{sl}{ - <-> ssub * SourceCodePro-Dnom/sb/it +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{sl}{ - <-> ssub * SourceCodePro-Dnom/k/it +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it }{} \DeclareFontShape{OT1}{SourceCodePro-Dnom}{mb}{it}{ @@ -47,28 +47,16 @@ <-> ssub * SourceCodePro-Dnom/mb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{it}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{sl}{ - <-> ssub * SourceCodePro-Dnom/el/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{sl}{ - <-> ssub * SourceCodePro-Dnom/b/it +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{sl}{ + <-> ssub * SourceCodePro-Dnom/el/it }{} \DeclareFontShape{OT1}{SourceCodePro-Dnom}{m}{it}{ @@ -83,6 +71,18 @@ <-> ssub * SourceCodePro-Dnom/m/it }{} +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{sl}{ + <-> ssub * SourceCodePro-Dnom/k/it +}{} + \DeclareFontShape{OT1}{SourceCodePro-Dnom}{l}{it}{ <-> \SourceCodePro@@scale SourceCodePro-LightIt-dnom-ot1 }{} @@ -95,16 +95,16 @@ <-> ssub * SourceCodePro-Dnom/l/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{it}{ - <-> ssub * SourceCodePro-Dnom/b/it +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/sl }{} \DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{n}{ <-> ssub * SourceCodePro-Dnom/b/n }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{sl}{ - <-> ssub * SourceCodePro-Dnom/b/sl +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{it}{ + <-> ssub * SourceCodePro-Dnom/b/it }{} \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd deleted file mode 100644 index 31c3f45abf6..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd +++ /dev/null @@ -1,110 +0,0 @@ -%% Generated by autoinst on 2015/10/08 -%% -\ProvidesFile{OT1SourceCodePro-Inf.fd} - [2015/10/08 (autoinst) Font definitions for OT1/SourceCodePro-Inf.] - -\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax - \let\SourceCodePro@@scale\@empty -\else - \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% -\fi - -\DeclareFontFamily{OT1}{SourceCodePro-Inf}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{sl}{ - <-> ssub * SourceCodePro-Inf/sb/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{k}{sl}{ - <-> ssub * SourceCodePro-Inf/k/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{el}{sl}{ - <-> ssub * SourceCodePro-Inf/el/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{mb}{sl}{ - <-> ssub * SourceCodePro-Inf/mb/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{l}{sl}{ - <-> ssub * SourceCodePro-Inf/l/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{b}{sl}{ - <-> ssub * SourceCodePro-Inf/b/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-inf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{m}{sl}{ - <-> ssub * SourceCodePro-Inf/m/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{bx}{it}{ - <-> ssub * SourceCodePro-Inf/b/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{bx}{n}{ - <-> ssub * SourceCodePro-Inf/b/n -}{} - -\DeclareFontShape{OT1}{SourceCodePro-Inf}{bx}{sl}{ - <-> ssub * SourceCodePro-Inf/b/sl -}{} - -\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd index c95348b4a89..60f65206cb7 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{OT1SourceCodePro-Numr.fd} - [2015/10/08 (autoinst) Font definitions for OT1/SourceCodePro-Numr.] + [2018/02/18 (autoinst) Font definitions for OT1/SourceCodePro-Numr.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,52 +11,52 @@ \DeclareFontFamily{OT1}{SourceCodePro-Numr}{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{it}{ <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{sl}{ - <-> ssub * SourceCodePro-Numr/sb/it +\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{sl}{ + <-> ssub * SourceCodePro-Numr/sb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{sl}{ - <-> ssub * SourceCodePro-Numr/k/it +\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it }{} \DeclareFontShape{OT1}{SourceCodePro-Numr}{mb}{it}{ <-> \SourceCodePro@@scale SourceCodePro-MediumIt-numr-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-Numr}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-Numr}{mb}{sl}{ <-> ssub * SourceCodePro-Numr/mb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{sl}{ - <-> ssub * SourceCodePro-Numr/el/it +\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{sl}{ + <-> ssub * SourceCodePro-Numr/k/it }{} \DeclareFontShape{OT1}{SourceCodePro-Numr}{m}{it}{ @@ -71,16 +71,16 @@ <-> ssub * SourceCodePro-Numr/m/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{sl}{ - <-> ssub * SourceCodePro-Numr/b/it +\DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{sl}{ + <-> ssub * SourceCodePro-Numr/el/it }{} \DeclareFontShape{OT1}{SourceCodePro-Numr}{l}{n}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd index 547e600a262..d8ad301e671 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{OT1SourceCodePro-Sup.fd} - [2015/10/08 (autoinst) Font definitions for OT1/SourceCodePro-Sup.] + [2018/02/18 (autoinst) Font definitions for OT1/SourceCodePro-Sup.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,52 +11,52 @@ \DeclareFontFamily{OT1}{SourceCodePro-Sup}{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{sl}{ <-> ssub * SourceCodePro-Sup/el/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{sl}{ - <-> ssub * SourceCodePro-Sup/mb/it +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{sl}{ + <-> ssub * SourceCodePro-Sup/m/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{sl}{ - <-> ssub * SourceCodePro-Sup/l/it +\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{sl}{ + <-> ssub * SourceCodePro-Sup/k/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{sl}{ - <-> ssub * SourceCodePro-Sup/m/it +\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{sl}{ + <-> ssub * SourceCodePro-Sup/l/it }{} \DeclareFontShape{OT1}{SourceCodePro-Sup}{b}{it}{ @@ -71,32 +71,28 @@ <-> ssub * SourceCodePro-Sup/b/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{sl}{ - <-> ssub * SourceCodePro-Sup/sb/it +\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{sl}{ + <-> ssub * SourceCodePro-Sup/sb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{sl}{ - <-> ssub * SourceCodePro-Sup/k/it +\DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{bx}{it}{ - <-> ssub * SourceCodePro-Sup/b/it +\DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{sl}{ + <-> ssub * SourceCodePro-Sup/mb/it }{} \DeclareFontShape{OT1}{SourceCodePro-Sup}{bx}{n}{ @@ -107,4 +103,8 @@ <-> ssub * SourceCodePro-Sup/b/sl }{} +\DeclareFontShape{OT1}{SourceCodePro-Sup}{bx}{it}{ + <-> ssub * SourceCodePro-Sup/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd index ce0a295c329..dd978389a8f 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{OT1SourceCodePro-TLF.fd} - [2015/10/08 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] + [2018/02/18 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,54 +11,18 @@ \DeclareFontFamily{OT1}{SourceCodePro-TLF}{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{sl}{ - <-> ssub * SourceCodePro-TLF/k/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{sl}{ - <-> ssub * SourceCodePro-TLF/sb/it +\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{it}{ <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{sl}{ <-> ssub * SourceCodePro-TLF/l/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ot1 -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{sl}{ - <-> ssub * SourceCodePro-TLF/b/it -}{} - \DeclareFontShape{OT1}{SourceCodePro-TLF}{m}{it}{ <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ot1 }{} @@ -71,6 +35,18 @@ <-> ssub * SourceCodePro-TLF/m/it }{} +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it +}{} + \DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ot1 }{} @@ -83,28 +59,52 @@ <-> ssub * SourceCodePro-TLF/el/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{sl}{ <-> ssub * SourceCodePro-TLF/mb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{sl}{ - <-> ssub * SourceCodePro-TLF/b/sl +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{n}{ - <-> ssub * SourceCodePro-TLF/b/n +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it }{} \DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{it}{ <-> ssub * SourceCodePro-TLF/b/it }{} +\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{sl}{ + <-> ssub * SourceCodePro-TLF/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd index 106ba1ec9d8..a82228e7b50 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{OT1SourceCodePro-TOsF.fd} - [2015/10/08 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] + [2018/02/18 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,62 +11,50 @@ \DeclareFontFamily{OT1}{SourceCodePro-TOsF}{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{it}{ <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{sl}{ - <-> ssub * SourceCodePro-TOsF/b/it -}{} - -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{sl}{ - <-> ssub * SourceCodePro-TOsF/m/it +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{sl}{ - <-> ssub * SourceCodePro-TOsF/l/it +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-TOsF}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-TOsF}{mb}{sl}{ <-> ssub * SourceCodePro-TOsF/mb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tosf-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tosf-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{sl}{ <-> ssub * SourceCodePro-TOsF/el/it }{} @@ -83,20 +71,28 @@ <-> ssub * SourceCodePro-TOsF/k/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{sl}{ - <-> ssub * SourceCodePro-TOsF/sb/it +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{it}{ - <-> ssub * SourceCodePro-TOsF/b/it +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{sl}{ + <-> ssub * SourceCodePro-TOsF/l/it }{} \DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{n}{ @@ -107,4 +103,8 @@ <-> ssub * SourceCodePro-TOsF/b/sl }{} +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{it}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd index f018e0916db..0a3b17a71ab 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{T1SourceCodePro-Dnom.fd} - [2015/10/08 (autoinst) Font definitions for T1/SourceCodePro-Dnom.] + [2018/02/18 (autoinst) Font definitions for T1/SourceCodePro-Dnom.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,100 +11,100 @@ \DeclareFontFamily{T1}{SourceCodePro-Dnom}{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{sl}{ - <-> ssub * SourceCodePro-Dnom/sb/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{sl}{ + <-> ssub * SourceCodePro-Dnom/l/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{sl}{ - <-> ssub * SourceCodePro-Dnom/k/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{sl}{ + <-> ssub * SourceCodePro-Dnom/el/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{sl}{ - <-> ssub * SourceCodePro-Dnom/mb/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{sl}{ + <-> ssub * SourceCodePro-Dnom/m/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{sl}{ - <-> ssub * SourceCodePro-Dnom/el/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{sl}{ + <-> ssub * SourceCodePro-Dnom/k/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{sl}{ - <-> ssub * SourceCodePro-Dnom/b/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{sl}{ + <-> ssub * SourceCodePro-Dnom/mb/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{sl}{ - <-> ssub * SourceCodePro-Dnom/m/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{sl}{ - <-> ssub * SourceCodePro-Dnom/l/it +\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it }{} \DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{it}{ <-> ssub * SourceCodePro-Dnom/b/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{n}{ - <-> ssub * SourceCodePro-Dnom/b/n -}{} - \DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{sl}{ <-> ssub * SourceCodePro-Dnom/b/sl }{} +\DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{n}{ + <-> ssub * SourceCodePro-Dnom/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd deleted file mode 100644 index 2e90ae4020a..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd +++ /dev/null @@ -1,110 +0,0 @@ -%% Generated by autoinst on 2015/10/08 -%% -\ProvidesFile{T1SourceCodePro-Inf.fd} - [2015/10/08 (autoinst) Font definitions for T1/SourceCodePro-Inf.] - -\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax - \let\SourceCodePro@@scale\@empty -\else - \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% -\fi - -\DeclareFontFamily{T1}{SourceCodePro-Inf}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{sl}{ - <-> ssub * SourceCodePro-Inf/sb/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{k}{sl}{ - <-> ssub * SourceCodePro-Inf/k/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{el}{sl}{ - <-> ssub * SourceCodePro-Inf/el/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{mb}{sl}{ - <-> ssub * SourceCodePro-Inf/mb/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{l}{sl}{ - <-> ssub * SourceCodePro-Inf/l/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{b}{sl}{ - <-> ssub * SourceCodePro-Inf/b/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-inf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{sl}{ - <-> ssub * SourceCodePro-Inf/m/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{bx}{it}{ - <-> ssub * SourceCodePro-Inf/b/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{bx}{n}{ - <-> ssub * SourceCodePro-Inf/b/n -}{} - -\DeclareFontShape{T1}{SourceCodePro-Inf}{bx}{sl}{ - <-> ssub * SourceCodePro-Inf/b/sl -}{} - -\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd index 3816b1ec89b..4448d8f984c 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{T1SourceCodePro-Numr.fd} - [2015/10/08 (autoinst) Font definitions for T1/SourceCodePro-Numr.] + [2018/02/18 (autoinst) Font definitions for T1/SourceCodePro-Numr.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -23,28 +23,16 @@ <-> ssub * SourceCodePro-Numr/sb/it }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-numr-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{sl}{ - <-> ssub * SourceCodePro-Numr/k/it -}{} - -\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{sl}{ - <-> ssub * SourceCodePro-Numr/el/it +\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it }{} \DeclareFontShape{T1}{SourceCodePro-Numr}{mb}{n}{ @@ -59,44 +47,52 @@ <-> ssub * SourceCodePro-Numr/mb/it }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{l}{sl}{ - <-> ssub * SourceCodePro-Numr/l/it +\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{sl}{ + <-> ssub * SourceCodePro-Numr/m/it }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{sl}{ - <-> ssub * SourceCodePro-Numr/b/it +\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{sl}{ + <-> ssub * SourceCodePro-Numr/k/it }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{sl}{ - <-> ssub * SourceCodePro-Numr/m/it +\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{sl}{ + <-> ssub * SourceCodePro-Numr/el/it }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{bx}{it}{ - <-> ssub * SourceCodePro-Numr/b/it +\DeclareFontShape{T1}{SourceCodePro-Numr}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{l}{sl}{ + <-> ssub * SourceCodePro-Numr/l/it }{} \DeclareFontShape{T1}{SourceCodePro-Numr}{bx}{n}{ @@ -107,4 +103,8 @@ <-> ssub * SourceCodePro-Numr/b/sl }{} +\DeclareFontShape{T1}{SourceCodePro-Numr}{bx}{it}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd index 09fdb1b6752..9ed85ff9205 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{T1SourceCodePro-Sup.fd} - [2015/10/08 (autoinst) Font definitions for T1/SourceCodePro-Sup.] + [2018/02/18 (autoinst) Font definitions for T1/SourceCodePro-Sup.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,52 +11,52 @@ \DeclareFontFamily{T1}{SourceCodePro-Sup}{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{sl}{ - <-> ssub * SourceCodePro-Sup/el/it +\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{sl}{ + <-> ssub * SourceCodePro-Sup/b/it }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{sl}{ - <-> ssub * SourceCodePro-Sup/mb/it +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{sl}{ + <-> ssub * SourceCodePro-Sup/sb/it }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{sl}{ - <-> ssub * SourceCodePro-Sup/l/it +\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{sl}{ + <-> ssub * SourceCodePro-Sup/mb/it }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{sl}{ - <-> ssub * SourceCodePro-Sup/b/it +\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{sl}{ + <-> ssub * SourceCodePro-Sup/el/it }{} \DeclareFontShape{T1}{SourceCodePro-Sup}{m}{it}{ @@ -71,28 +71,28 @@ <-> ssub * SourceCodePro-Sup/m/it }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{sl}{ - <-> ssub * SourceCodePro-Sup/sb/it +\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{sl}{ + <-> ssub * SourceCodePro-Sup/k/it }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{sl}{ - <-> ssub * SourceCodePro-Sup/k/it +\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{sl}{ + <-> ssub * SourceCodePro-Sup/l/it }{} \DeclareFontShape{T1}{SourceCodePro-Sup}{bx}{sl}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd index a3c37152985..df39fe8dd45 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{T1SourceCodePro-TLF.fd} - [2015/10/08 (autoinst) Font definitions for T1/SourceCodePro-TLF.] + [2018/02/18 (autoinst) Font definitions for T1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,16 +11,28 @@ \DeclareFontFamily{T1}{SourceCodePro-TLF}{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{sl}{ - <-> ssub * SourceCodePro-TLF/el/it +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it }{} \DeclareFontShape{T1}{SourceCodePro-TLF}{mb}{n}{ @@ -35,64 +47,52 @@ <-> ssub * SourceCodePro-TLF/mb/it }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{sl}{ - <-> ssub * SourceCodePro-TLF/l/it +\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-t1 }{} \DeclareFontShape{T1}{SourceCodePro-TLF}{m}{it}{ <-> \SourceCodePro@@scale SourceCodePro-It-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-t1 -}{} - \DeclareFontShape{T1}{SourceCodePro-TLF}{m}{sl}{ <-> ssub * SourceCodePro-TLF/m/it }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{sl}{ - <-> ssub * SourceCodePro-TLF/b/it +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{sl}{ - <-> ssub * SourceCodePro-TLF/sb/it +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{sl}{ - <-> ssub * SourceCodePro-TLF/k/it +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it }{} \DeclareFontShape{T1}{SourceCodePro-TLF}{bx}{it}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd index d36b9735da5..435be9a17e5 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{T1SourceCodePro-TOsF.fd} - [2015/10/08 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] + [2018/02/18 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,40 +11,40 @@ \DeclareFontFamily{T1}{SourceCodePro-TOsF}{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t1 -}{} - -\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{sl}{ - <-> ssub * SourceCodePro-TOsF/sb/it +\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{sl}{ + <-> ssub * SourceCodePro-TOsF/l/it }{} \DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{sl}{ <-> ssub * SourceCodePro-TOsF/k/it }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{sl}{ - <-> ssub * SourceCodePro-TOsF/mb/it +\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} \DeclareFontShape{T1}{SourceCodePro-TOsF}{el}{n}{ @@ -59,40 +59,40 @@ <-> ssub * SourceCodePro-TOsF/el/it }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{sl}{ - <-> ssub * SourceCodePro-TOsF/b/it +\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{sl}{ + <-> ssub * SourceCodePro-TOsF/mb/it }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{sl}{ - <-> ssub * SourceCodePro-TOsF/m/it +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{sl}{ - <-> ssub * SourceCodePro-TOsF/l/it +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} \DeclareFontShape{T1}{SourceCodePro-TOsF}{bx}{it}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Dnom.fd new file mode 100644 index 00000000000..9e563321ae0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Dnom.fd @@ -0,0 +1,110 @@ +%% Generated by autoinst on 2018/02/18 +%% +\ProvidesFile{T2ASourceCodePro-Dnom.fd} + [2018/02/18 (autoinst) Font definitions for T2A/SourceCodePro-Dnom.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T2A}{SourceCodePro-Dnom}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{mb}{sl}{ + <-> ssub * SourceCodePro-Dnom/mb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{m}{sl}{ + <-> ssub * SourceCodePro-Dnom/m/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{k}{sl}{ + <-> ssub * SourceCodePro-Dnom/k/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{el}{sl}{ + <-> ssub * SourceCodePro-Dnom/el/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{l}{sl}{ + <-> ssub * SourceCodePro-Dnom/l/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{bx}{it}{ + <-> ssub * SourceCodePro-Dnom/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{bx}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/sl +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Dnom}{bx}{n}{ + <-> ssub * SourceCodePro-Dnom/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Numr.fd new file mode 100644 index 00000000000..93c7f0e2738 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Numr.fd @@ -0,0 +1,110 @@ +%% Generated by autoinst on 2018/02/18 +%% +\ProvidesFile{T2ASourceCodePro-Numr.fd} + [2018/02/18 (autoinst) Font definitions for T2A/SourceCodePro-Numr.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T2A}{SourceCodePro-Numr}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{mb}{sl}{ + <-> ssub * SourceCodePro-Numr/mb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{sb}{sl}{ + <-> ssub * SourceCodePro-Numr/sb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{l}{sl}{ + <-> ssub * SourceCodePro-Numr/l/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{el}{sl}{ + <-> ssub * SourceCodePro-Numr/el/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{m}{sl}{ + <-> ssub * SourceCodePro-Numr/m/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-numr-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{k}{sl}{ + <-> ssub * SourceCodePro-Numr/k/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{bx}{it}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{bx}{n}{ + <-> ssub * SourceCodePro-Numr/b/n +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Numr}{bx}{sl}{ + <-> ssub * SourceCodePro-Numr/b/sl +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Sup.fd new file mode 100644 index 00000000000..ec5a371503b --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-Sup.fd @@ -0,0 +1,110 @@ +%% Generated by autoinst on 2018/02/18 +%% +\ProvidesFile{T2ASourceCodePro-Sup.fd} + [2018/02/18 (autoinst) Font definitions for T2A/SourceCodePro-Sup.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T2A}{SourceCodePro-Sup}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{el}{sl}{ + <-> ssub * SourceCodePro-Sup/el/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{k}{sl}{ + <-> ssub * SourceCodePro-Sup/k/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{m}{sl}{ + <-> ssub * SourceCodePro-Sup/m/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{l}{sl}{ + <-> ssub * SourceCodePro-Sup/l/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{b}{sl}{ + <-> ssub * SourceCodePro-Sup/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{sb}{sl}{ + <-> ssub * SourceCodePro-Sup/sb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{mb}{sl}{ + <-> ssub * SourceCodePro-Sup/mb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{bx}{it}{ + <-> ssub * SourceCodePro-Sup/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{bx}{n}{ + <-> ssub * SourceCodePro-Sup/b/n +}{} + +\DeclareFontShape{T2A}{SourceCodePro-Sup}{bx}{sl}{ + <-> ssub * SourceCodePro-Sup/b/sl +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-TLF.fd new file mode 100644 index 00000000000..ee03eb41e71 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-TLF.fd @@ -0,0 +1,110 @@ +%% Generated by autoinst on 2018/02/18 +%% +\ProvidesFile{T2ASourceCodePro-TLF.fd} + [2018/02/18 (autoinst) Font definitions for T2A/SourceCodePro-TLF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T2A}{SourceCodePro-TLF}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{m}{sl}{ + <-> ssub * SourceCodePro-TLF/m/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{bx}{it}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TLF}{bx}{sl}{ + <-> ssub * SourceCodePro-TLF/b/sl +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-TOsF.fd new file mode 100644 index 00000000000..66990ef4749 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T2ASourceCodePro-TOsF.fd @@ -0,0 +1,110 @@ +%% Generated by autoinst on 2018/02/18 +%% +\ProvidesFile{T2ASourceCodePro-TOsF.fd} + [2018/02/18 (autoinst) Font definitions for T2A/SourceCodePro-TOsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T2A}{SourceCodePro-TOsF}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{mb}{sl}{ + <-> ssub * SourceCodePro-TOsF/mb/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{el}{sl}{ + <-> ssub * SourceCodePro-TOsF/el/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{k}{sl}{ + <-> ssub * SourceCodePro-TOsF/k/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-t2a +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{l}{sl}{ + <-> ssub * SourceCodePro-TOsF/l/it +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{bx}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/sl +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{bx}{n}{ + <-> ssub * SourceCodePro-TOsF/b/n +}{} + +\DeclareFontShape{T2A}{SourceCodePro-TOsF}{bx}{it}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd index 24738482368..b06b112ce7c 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{TS1SourceCodePro-TLF.fd} - [2015/10/08 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] + [2018/02/18 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,16 +11,16 @@ \DeclareFontFamily{TS1}{SourceCodePro-TLF}{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{sl}{ - <-> ssub * SourceCodePro-TLF/l/it +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it }{} \DeclareFontShape{TS1}{SourceCodePro-TLF}{b}{n}{ @@ -35,76 +35,76 @@ <-> ssub * SourceCodePro-TLF/b/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{sl}{ - <-> ssub * SourceCodePro-TLF/m/it +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{sl}{ - <-> ssub * SourceCodePro-TLF/el/it +\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{sl}{ - <-> ssub * SourceCodePro-TLF/mb/it +\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{sl}{ + <-> ssub * SourceCodePro-TLF/m/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{sl}{ - <-> ssub * SourceCodePro-TLF/k/it +\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{sl}{ - <-> ssub * SourceCodePro-TLF/sb/it +\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it }{} \DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{it}{ <-> ssub * SourceCodePro-TLF/b/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{n}{ - <-> ssub * SourceCodePro-TLF/b/n -}{} - \DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{sl}{ <-> ssub * SourceCodePro-TLF/b/sl }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd index 937d93a3369..0e5f1229052 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \ProvidesFile{TS1SourceCodePro-TOsF.fd} - [2015/10/08 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] + [2018/02/18 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,40 +11,40 @@ \DeclareFontFamily{TS1}{SourceCodePro-TOsF}{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{sl}{ - <-> ssub * SourceCodePro-TOsF/sb/it +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{sl}{ + <-> ssub * SourceCodePro-TOsF/l/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{sl}{ - <-> ssub * SourceCodePro-TOsF/k/it +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{sl}{ - <-> ssub * SourceCodePro-TOsF/mb/it +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{sl}{ + <-> ssub * SourceCodePro-TOsF/k/it }{} \DeclareFontShape{TS1}{SourceCodePro-TOsF}{el}{n}{ @@ -59,40 +59,40 @@ <-> ssub * SourceCodePro-TOsF/el/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{sl}{ - <-> ssub * SourceCodePro-TOsF/m/it +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{sl}{ + <-> ssub * SourceCodePro-TOsF/mb/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{sl}{ - <-> ssub * SourceCodePro-TOsF/b/it +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{it}{ - <-> \SourceCodePro@@scale SourceCodePro-LightIt-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{sl}{ - <-> ssub * SourceCodePro-TOsF/l/it +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} \DeclareFontShape{TS1}{SourceCodePro-TOsF}{bx}{it}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty index 74aca918f24..4a0eca1f071 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty @@ -1,10 +1,10 @@ -%% Generated by autoinst on 2015/10/08 +%% Generated by autoinst on 2018/02/18 %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{SourceCodePro} - [2015/10/08 (autoinst) Style file for SourceCodePro.] + [2018/02/18 (autoinst) Style file for SourceCodePro.] -\RequirePackage[T1,LY1]{fontenc} +\RequirePackage[T1,LY1,T2A]{fontenc} \RequirePackage{textcomp} \IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} \IfFileExists{fontaxes.sty}{ @@ -16,13 +16,6 @@ \DeclareTextFontCommand{\textsu}{\sufigures} \let\textsuperior\textsu - \fa@naming@exception{figures}{{inferior}{proportional}}{Inf} - \fa@naming@exception{figures}{{inferior}{tabular}}{Inf} - \def\infigures{\@nomath\infigures - \fontfigurestyle{inferior}\selectfont} - \DeclareTextFontCommand{\textin}{\infigures} - \let\textinferior\textin - \fa@naming@exception{figures}{{numerators}{proportional}}{Numr} \fa@naming@exception{figures}{{numerators}{tabular}}{Numr} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty index 2a797569848..cb8b1d08d4d 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty @@ -8,7 +8,7 @@ % Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{sourcecodepro}[2015/10/09 v2.6 Adobe's Source Code Pro typeface] +\ProvidesPackage{sourcecodepro}[2018/01/13 v2.7 Adobe's Source Code Pro typeface] \RequirePackage{ifxetex,ifluatex,xkeyval} @@ -25,6 +25,7 @@ % Scaling command \newcommand*{\SourceCodePro@scale}{1} +\newcommand*{\sourcecodepro@ligatures}{} % Use OpenType fonts for XeTeX and LuaTeX. \ifxetex @@ -56,6 +57,7 @@ \DeclareOptionX{t1} {\sourcecodepro@otffalse} \DeclareOptionX{opentype} {\sourcecodepro@otftrue} \DeclareOptionX{otf} {\sourcecodepro@otftrue} +\DeclareOptionX{ligatures} {\renewcommand*{\sourcecodepro@ligatures}{#1}} % Default options \ExecuteOptionsX{ttdefault,lining,bold,regular} @@ -64,17 +66,17 @@ % Load OpenType files \ifsourcecodepro@otf \RequirePackage{fontspec} - + % Create a fixed liningnums command: \renewcommand*\liningnums[1]{{\addfontfeature{RawFeature=+lnum;-onum}#1}} - + % Oldstyle/Lining \ifsourcecodepro@oldstyle \def\sourcecodepro@figurestyle{OldStyle} \else \def\sourcecodepro@figurestyle{} \fi - + % Black/Semibold/Bold \ifsourcecodepro@black \def\sourcecodepro@boldstyle{Black} @@ -85,7 +87,7 @@ \def\sourcecodepro@boldstyle{Bold} \fi \fi - + % Light/ExtraLight/Regular/Medium \ifsourcecodepro@light \def\sourcecodepro@regstyle{Light} @@ -100,41 +102,41 @@ \fi \fi \fi - + % Shared features \defaultfontfeatures{ - Ligatures = TeX , + Ligatures = \sourcecodepro@ligatures , Numbers = \sourcecodepro@figurestyle , Scale = \SourceCodePro@scale , Extension = .otf } - + % Monospace font \ifsourcecodepro@ttdefault \setmonofont [ UprightFont = *-\sourcecodepro@regstyle , ItalicFont = *-\sourcecodepro@regstyle It , - BoldFont = *-\sourcecodepro@boldstyle , + BoldFont = *-\sourcecodepro@boldstyle , BoldItalicFont = *-\sourcecodepro@boldstyle It ] {SourceCodePro} \fi - + % Font families % Regular/Bold \newfontfamily\sourcecodepro [ UprightFont = *-Regular , ItalicFont = *-RegularIt , - BoldFont = *-Bold , + BoldFont = *-Bold , BoldItalicFont = *-BoldIt ] {SourceCodePro} - + % Medium/Bold \newfontfamily\sourcecodepromedium [ UprightFont = *-Medium , ItalicFont = *-MediumIt , - BoldFont = *-Bold , + BoldFont = *-Bold , BoldItalicFont = *-BoldIt ] {SourceCodePro} - + % Light/Semibold \newfontfamily\sourcecodeprolight [ UprightFont = *-Light , @@ -142,7 +144,7 @@ BoldFont = *-Semibold , BoldItalicFont = *-SemiboldIt ] {SourceCodePro} - + % ExtraLight/Black \newfontfamily\sourcecodeproextreme [ UprightFont = *-ExtraLight , @@ -150,16 +152,16 @@ BoldFont = *-Black , BoldItalicFont = *-BlackIt ] {SourceCodePro} - + % Lining figures \newfontfamily\sourcecodeprolf [ Numbers = , UprightFont = *-\sourcecodepro@regstyle , ItalicFont = *-\sourcecodepro@regstyle It , - BoldFont = *-\sourcecodepro@boldstyle , + BoldFont = *-\sourcecodepro@boldstyle , BoldItalicFont = *-\sourcecodepro@boldstyle It ] {SourceCodePro} - + % Dont keep all default font features \defaultfontfeatures{} @@ -174,7 +176,7 @@ \else \def\sourcecodepro@figurestyle{LF} \fi - + % Black/Semibold/Bold \ifsourcecodepro@black \def\bfseries@tt{k} @@ -185,7 +187,7 @@ \def\bfseries@tt{b} \fi \fi - + % Light/ExtraLight/Regular/Medium \ifsourcecodepro@light \def\mdseries@tt{l} @@ -205,8 +207,8 @@ \ifsourcecodepro@ttdefault \edef\ttdefault{SourceCodePro-T\sourcecodepro@figurestyle} \fi - - % If source code pro is the default font \oldstylenums needs a new definition. + + % If source code pro is the default font \oldstylenums needs a new definition. \ifsourcecodepro@default \let\nativeoldstylenums\oldstylenums \renewcommand*\oldstylenums[1]{% |