diff options
732 files changed, 3713 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/LICENSE.txt b/Master/texmf-dist/doc/latex/sourceserifpro/LICENSE.txt new file mode 100755 index 00000000000..14b54813758 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright 2014 Adobe Systems Incorporated (http://www.adobe.com/), with Reserved Font Name 'Source'. All Rights Reserved. Source is a trademark of Adobe Systems Incorporated in the United States and/or other countries. + +This Font Software is licensed under the SIL Open Font License, Version 1.1. + +This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.pdf b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.pdf Binary files differnew file mode 100644 index 00000000000..f998b9dee8e --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex new file mode 100644 index 00000000000..400ead2ee6c --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-otf-specimen.tex @@ -0,0 +1,28 @@ +\documentclass[12pt]{standalone} +\usepackage{array} +\usepackage[opentype]{sourceserifpro} +\newcommand*\spA{abcde} +\newcommand*\spB{01469} +\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1\\} +\begin{document} +\begin{tabular}{ + >{\sourceserifpro}l + >{\sourceserifproextreme}c + >{\sourceserifprolight}c + >{\sourceserifpro}c + >{\sourceserifprolight\bfseries}c + >{\sourceserifpro\bfseries}c + >{\sourceserifproextreme\bfseries}c } + & ExtraLight & Light & Regular & Semibold & Bold & Black \\ + normal \spr +% italic \spr[\itshape\spA] +% small-caps \spr[\scshape\spA] + capitals \spr[\MakeUppercase\spA] + lining \spr[\spB] +% lining italic \spr[\itshape\spB] +% lining small-caps \spr[\scshape\spB] + old-style \spr[\oldstylenums{\spB}] +% old-style italic \spr[\oldstylenums{\itshape \spB}] +% old-style small-caps \spr[\oldstylenums{\scshape\spB}] +\end{tabular} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-type1-specimen.pdf b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-type1-specimen.pdf Binary files differnew file mode 100644 index 00000000000..570ff1e14b2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-type1-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-type1-specimen.tex b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-type1-specimen.tex new file mode 100644 index 00000000000..d8f4e6f7989 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro-type1-specimen.tex @@ -0,0 +1,28 @@ +\documentclass[12pt]{standalone} +\usepackage{array} +\usepackage[type1]{sourceserifpro} +\newcommand*\spA{abcde} +\newcommand*\spB{01469} +\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1\\} +\begin{document} +\begin{tabular}{ + l + >{\fontseries{el}\fontshape{n}\selectfont}c + >{\fontseries{l}\fontshape{n}\selectfont}c + >{\fontseries{m}\fontshape{n}\selectfont}c + >{\fontseries{sb}\fontshape{n}\selectfont}c + >{\fontseries{b}\fontshape{n}\selectfont}c + >{\fontseries{k}\fontshape{n}\selectfont}c } + & ExtraLight & Light & Regular & Semibold & Bold & Black \\ + normal \spr +% italic \spr[\itshape\spA] +% small-caps \spr[\scshape\spA] + capitals \spr[\MakeUppercase\spA] + lining \spr[\spB] +% lining italic \spr[\itshape\spB] +% lining small-caps \spr[\scshape\spB] + old-style \spr[\oldstylenums{\spB}] +% old-style italic \spr[\oldstylenums{\itshape \spB}] +% old-style small-caps \spr[\oldstylenums{\scshape\spB}] +\end{tabular} +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro.pdf b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro.pdf Binary files differnew file mode 100644 index 00000000000..ae8cd863e85 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro.pdf diff --git a/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro.tex b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro.tex new file mode 100644 index 00000000000..404e111b291 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourceserifpro/sourceserifpro.tex @@ -0,0 +1,159 @@ +\documentclass[10pt,a4paper,english]{article} +\usepackage{geometry,metalogo,hyperref,babel,mdwlist,array,multicol} +\usepackage[default,osf]{sourceserifpro} +\usepackage[scaled=.95]{sourcecodepro} + +\hypersetup{ + colorlinks, + citecolor=blue, + filecolor=blue, + linkcolor=blue, + urlcolor=blue +} +\newcommand*\file[1]{\href{run:#1.pdf}{#1}} + +\title{\bfseries + \Huge sourceserifpro\\ + \Large Adobe's Source Serif Pro typeface for \LaTeX +} + +\author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}} +\date{Documentation for sourceserifpro v1.1.\\ \today} + +\begin{document} +\maketitle +\begin{multicols}{2} +This package provides the Source Serif Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts from \href{https://github.com/adobe-fonts/source-serif-pro}{GitHub} are used. The entire font family is included. + +This package is also available on \href{https://github.com/silkeh/latex-sourceserifpro}{GitHub}. + +\section{Options} +The package has the following options: +\begin{itemize*} + \item \textbf{oldstyle, osf}: use old style numbers. + \item \textbf{lining, nf, lf}: use lining numbers. + \item \textbf{tabular}: use fixed-width numbers. + \item \textbf{proportional}: use normal numbers. + \item \textbf{black}: \texttt{\textbackslash bfseries} is black. + \item \textbf{semibold}: \texttt{\textbackslash bfseries} is semibold. + \item \textbf{bold}: \texttt{\textbackslash bfseries} is bold. + \item \textbf{light}: \texttt{\textbackslash mdseries} is light. + \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{default}: Source Serif Pro is set as the default font family. + \item \textbf{normdefault}: Source Serif Pro is not set as the roman (serif) family. + \item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts. + \item \textbf{opentype, otf}: Override automatic detection and use OpenType fonts. +\end{itemize*} +The following options are enabled by default: lining, proportional, bold and regular. + +\section{Commands} +Commands for all weights are also provided for \XeLaTeX\ and \LuaLaTeX\ users. +\begin{itemize*} + \item \texttt{\bfseries \textbackslash sourceserifpro} + -- the regular and bold weights. + \item \texttt{\bfseries \textbackslash sourceserifprolight} + -- the light and semibold weights. + \item \texttt{\bfseries \textbackslash sourceserifproextreme} + -- the extra light and black weights. +\end{itemize*} + +\section{Licence} +Adobe's Source Serif Pro typeface is available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License 1.1}.\\ +All \LaTeX\ code is available under the \href{http://www.latex-project.org/lppl/}{\LaTeX\ project public license} v1.3 or later. + +\section{Specimen} +Simple specimen can be found on page \pageref{sec:specimen}. Full specimen can be \href{http://store1.adobe.com/type/browser/pdfs/1966.pdf}{acquired from Adobe}. + +\section{OpenType} +The OpenType fonts have many features, including old style numerals (1 6 9) and ligatures (fi fl ft). + +\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 SourceSerifPro-Black.otf + \item SourceSerifPro-ExtraLight.otf + \item SourceSerifPro-Regular.otf + \item SourceSerifPro-Bold.otf + \item SourceSerifPro-Light.otf + \item SourceSerifPro-Semibold.otf +\end{itemize*} + +\section{Type1} +The following Type1 font families are included: +\begin{itemize*} + \item SourceSerifPro-LF + \item SourceSerifPro-TLF + \item SourceSerifPro-OsF + \item SourceSerifPro-TOsF +\end{itemize*} +With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’ and shape ‘n’. + +\section{Version history} +\subsection*{1.1} +\begin{itemize*} + \item Updated package with fonts 1.017 +\end{itemize*} + +\subsection*{1.0} +\begin{itemize*} + \item Initial release with fonts 1.014 +\end{itemize*} + +\section{Known issues} +\begin{itemize*} + \item There are no known issues. +\end{itemize*} +\vspace{0pt plus 1filll}\mbox{} +\newpage +\end{multicols} + +\section{Specimen} +\label{sec:specimen} +\subsection{OpenType} +\begin{figure}[ht] + \centering + \includegraphics{sourceserifpro-otf-specimen} +\end{figure} +This table can also be found in \file{sourceserifpro-otf-specimen}. + +\subsection{Type1} +\begin{figure}[ht] + \centering + \includegraphics{sourceserifpro-type1-specimen} +\end{figure} +This table can also be found in \file{sourceserifpro-type1-specimen}. + +\newpage +\section{Opentype features} +\label{sec:otfinfo} + +\begin{figure}[ht] + \centering + \begin{tabular}{>{\ttfamily}l l} + aalt & Access All Alternates \\ + case & Case-Sensitive Forms \\ + dnom & Denominators \\ + frac & Fractions \\ + kern & Kerning \\ + liga & Standard Ligatures \\ + lnum & Lining Figures \\ + numr & Numerators \\ + onum & Oldstyle Figures \\ + ordn & Ordinals \\ + pnum & Proportional Figures \\ + sinf & Scientific Inferiors \\ + size & Optical Size \\ + subs & Subscript \\ + sups & Superscript \\ + tnum & Tabular Figures \\ + zero & Slashed Zero \\ + \end{tabular} +\end{figure} +\textit{(list generated with otfinfo)} + +\end{document} + diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_3gun5d.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_3gun5d.enc new file mode 100644 index 00000000000..c171e9b4399 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_3gun5d.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc [ +%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 /.notdef /f_i /f_l /f_t /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf + /eight.tosf /nine.tosf /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 /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=tnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-tosf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_64kcwv.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_64kcwv.enc new file mode 100644 index 00000000000..546a6dae975 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_64kcwv.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e [ +%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 /.notdef /f_i /f_l /f_t /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf + /eight.osf /nine.osf /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 /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=onum --feature=pnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-osf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_7c323s.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_7c323s.enc new file mode 100644 index 00000000000..7ab2949486e --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_7c323s.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_7c323s52iwnfxfphstmcwmdtja +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_7c323s52iwnfxfphstmcwmdtja [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /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 /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=dnom +% --feature=kern --feature=liga --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-dnom-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_7vfhsm.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_7vfhsm.enc new file mode 100644 index 00000000000..910f055537c --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_7vfhsm.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_7vfhsm6ipz47hrlbexufufykia +% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014 +% Command line follows encoding +/AutoEnc_7vfhsm6ipz47hrlbexufufykia [ +%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 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%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 /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=sinf --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-inf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_a5mxzo.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_a5mxzo.enc new file mode 100644 index 00000000000..f22e5eee9bb --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_a5mxzo.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb [ +%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 /.notdef /f_i /f_l /f_t /.notdef /.notdef +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf + /eight.lf /nine.lf /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 /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum --feature=pnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-lf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_c5lvge.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_c5lvge.enc new file mode 100644 index 00000000000..93a42b98d21 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_c5lvge.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg +% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014 +% Command line follows encoding +/AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /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 /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=numr +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-numr-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_c6mgd7.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_c6mgd7.enc new file mode 100644 index 00000000000..de10437aa2e --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_c6mgd7.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_c6mgd7gu356i324u76idk7nxnh +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_c6mgd7gu356i324u76idk7nxnh [ +%00 + /f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf + /eight.osf /nine.osf /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=pnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-osf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_cx2wj7.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_cx2wj7.enc new file mode 100644 index 00000000000..f8cfa0f6089 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_cx2wj7.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_cx2wj7q6lsnmag5swz6da3egbh +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_cx2wj7q6lsnmag5swz6da3egbh [ +%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 /.notdef /.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 +%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 + /Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve + /Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave.sups /eacute.sups /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=sups --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-sup-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_fv7osb.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_fv7osb.enc new file mode 100644 index 00000000000..a34bac78497 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_fv7osb.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_fv7osbehfa5mre7efx6f625gca +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_fv7osbehfa5mre7efx6f625gca [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf + /eight.lf /nine.lf /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 + /f_i /f_l /f_t /.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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum +% --feature=pnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-lf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_iem7z5.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_iem7z5.enc new file mode 100644 index 00000000000..e7c3f288817 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_iem7z5.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_iem7z5so3heaof4blnfz4vwrwh +% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014 +% Command line follows encoding +/AutoEnc_iem7z5so3heaof4blnfz4vwrwh [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /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 /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=numr --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-numr-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_kuzlbp.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_kuzlbp.enc new file mode 100644 index 00000000000..aafb349baa5 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_kuzlbp.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_kuzlbpkykzunan6kqwzec7tpjf +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_kuzlbpkykzunan6kqwzec7tpjf [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /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 /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 + /f_i /f_l /f_t /.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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=lnum +% --feature=tnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-tlf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_mtsjm5.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_mtsjm5.enc new file mode 100644 index 00000000000..d7414dbd251 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_mtsjm5.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=sinf --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-inf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_n5wndz.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_n5wndz.enc new file mode 100644 index 00000000000..b390a128c39 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_n5wndz.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /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 /circumflex /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 /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.sups /emdash.sups + /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.sups /eacute.sups /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=sups --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-sup-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_oim3qx.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_oim3qx.enc new file mode 100644 index 00000000000..ddfa3f3ddbc --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_oim3qx.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf + /eight.tosf /nine.tosf /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 + /f_i /f_l /f_t /.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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum +% --feature=tnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-tosf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_owk7oj.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_owk7oj.enc new file mode 100644 index 00000000000..f44a6dbd97c --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_owk7oj.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_owk7oj4t3qd6voxczxcvl72x5g +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_owk7oj4t3qd6voxczxcvl72x5g [ +%00 + /f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.tosf /one.tosf /two.tosf /three.tosf /four.tosf /five.tosf /six.tosf /seven.tosf + /eight.tosf /nine.tosf /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=onum --feature=tnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-tosf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_pvm6tr.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_pvm6tr.enc new file mode 100644 index 00000000000..928f23dc49a --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_pvm6tr.enc @@ -0,0 +1,65 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_pvm6traipfzrxqx46pf3nx57qe +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_pvm6traipfzrxqx46pf3nx57qe [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.osf /one.osf /two.osf /three.osf /four.osf /five.osf /six.osf /seven.osf + /eight.osf /nine.osf /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 + /f_i /f_l /f_t /.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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=onum +% --feature=pnum fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-osf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_r5qp3q.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_r5qp3q.enc new file mode 100644 index 00000000000..87e55d84798 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_r5qp3q.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof +% Encoding created by otftotfm on Wed Sep 17 12:38:16 2014 +% Command line follows encoding +/AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof [ +%00 + /f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero /one /two /three /four /five /six /seven + /eight /nine /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum --feature=tnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-tlf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_rgwjxa.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_rgwjxa.enc new file mode 100644 index 00000000000..c113cbf82c6 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_rgwjxa.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /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 /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.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 /endash.sups /emdash.sups /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sups +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-sup-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_rsqbul.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_rsqbul.enc new file mode 100644 index 00000000000..7eb9cce4c6b --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_rsqbul.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_rsqbulffmw4ztm6cqwke2h623b +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_rsqbulffmw4ztm6cqwke2h623b [ +%00 + /f_i /Euro /f_l /f_t /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.lf /one.lf /two.lf /three.lf /four.lf /five.lf /six.lf /seven.lf + /eight.lf /nine.lf /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=kern +% --feature=liga --feature=lnum --feature=pnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-lf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_sxytol.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_sxytol.enc new file mode 100644 index 00000000000..d8a8b6b3511 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_sxytol.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_sxytol3bffkrp42ds2yxd75fzg +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_sxytol3bffkrp42ds2yxd75fzg [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /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 /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=dnom --feature=kern --feature=liga +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-dnom-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_t4jhwy.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_t4jhwy.enc new file mode 100644 index 00000000000..fae8db16af1 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_t4jhwy.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b [ +%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 /.notdef /.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 +%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 + /Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve + /Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=dnom +% --feature=kern --feature=liga --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-dnom-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_ttcihk.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_ttcihk.enc new file mode 100644 index 00000000000..7bf6f171462 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_ttcihk.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf +% Encoding created by otftotfm on Wed Sep 17 12:38:15 2014 +% Command line follows encoding +/AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf [ +%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 /.notdef /f_i /f_l /f_t /.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 + /Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve + /Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=lnum --feature=tnum +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-tlf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_vj4et7.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_vj4et7.enc new file mode 100644 index 00000000000..e285c1a0d4a --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_vj4et7.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_vj4et7glo3g2nkrls5caaetlpd +% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014 +% Command line follows encoding +/AutoEnc_vj4et7glo3g2nkrls5caaetlpd [ +%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 /.notdef /.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 +%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 + /Abreve /Aogonek /Cacute /Ccaron /Dcaron /Ecaron /Eogonek /Gbreve + /Lacute /Lcaron /Lslash /Nacute /Ncaron /.notdef /Ohungarumlaut /Racute +%90 + /Rcaron /Sacute /Scaron /uni015E /Tcaron /uni0162 /Uhungarumlaut /Uring + /Ydieresis /Zacute /Zcaron /Zdotaccent /.notdef /Idotaccent /dcroat /section +%A0 + /abreve /aogonek /cacute /ccaron /dcaron /ecaron /eogonek /gbreve + /lacute /lcaron /lslash /nacute /ncaron /.notdef /ohungarumlaut /racute +%B0 + /rcaron /sacute /scaron /uni015F /tcaron /uni0163 /uhungarumlaut /uring + /ydieresis /zacute /zcaron /zdotaccent /.notdef /exclamdown /questiondown /sterling +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /OE + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /.notdef +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /oe + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /germandbls +] def +% Command line: 'otftotfm --automatic --encoding=fontools_t1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=kern +% --feature=liga --feature=numr --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-numr-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_vz2niz.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_vz2niz.enc new file mode 100644 index 00000000000..7e7e9f12c41 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_vz2niz.enc @@ -0,0 +1,66 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_vz2nizkiacob43pvm7ydl5jmcg +% Encoding created by otftotfm on Wed Sep 17 12:38:13 2014 +% Command line follows encoding +/AutoEnc_vz2nizkiacob43pvm7ydl5jmcg [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /.notdef /.notdef /.notdef /.notdef +%10 + /dotlessi /.notdef /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/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=kern --feature=liga --feature=sinf +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-inf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_yds5jv.enc b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_yds5jv.enc new file mode 100644 index 00000000000..4c06a0ebf94 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourceserifpro/a_yds5jv.enc @@ -0,0 +1,67 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_yds5jvdkiaiogq3odmesuxydkf +% Encoding created by otftotfm on Wed Sep 17 12:38:14 2014 +% Command line follows encoding +/AutoEnc_yds5jvdkiaiogq3odmesuxydkf [ +%00 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /cedilla /ogonek /quotesinglbase /C /exclam +%10 + /exclamdown /question /quotedblbase /questiondown /bar /.notdef /.notdef /.notdef + /uni2190 /uni2192 /.notdef /.notdef /.notdef /.notdef /asterisk /.notdef +%20 + /.notdef /endash /.notdef /.notdef /dollar /.notdef /.notdef /quotesingle + /.notdef /.notdef /.notdef /.notdef /comma /.notdef /period /fraction +%30 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /minus /.notdef /.notdef +%40 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%50 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /uni2126 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /arrowup /arrowdown +%60 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /musicalnote /.notdef +%70 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%80 + /.notdef /.notdef /.notdef /.notdef /dagger /daggerdbl /.notdef /perthousand + /bullet /.notdef /.notdef /.notdef /uni0192 /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /trademark + /.notdef /.notdef /.notdef /.notdef /.notdef /estimated /.notdef /.notdef +%A0 + /.notdef /.notdef /cent /sterling /currency /yen /brokenbar /section + /.notdef /copyright /ordfeminine /.notdef /logicalnot /.notdef /registered /.notdef +%B0 + /degree /plusminus /two.sups /three.sups /.notdef /uni00B5 /paragraph /periodcentered + /.notdef /one.sups /ordmasculine /radical /onequarter /onehalf /threequarters /Euro +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /multiply /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /divide /.notdef + /.notdef /.notdef /.notdef /f_l /l /f_i /i /f +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ts1 +% --tfm-directory=fonts/tfm/adobe/sourceserifpro +% --vf-directory=fonts/vf/adobe/sourceserifpro +% --type1-directory=fonts/type1/adobe/sourceserifpro +% --truetype-directory=fonts/truetype/adobe/sourceserifpro +% --encoding-directory=fonts/enc/dvips/sourceserifpro +% --map-file=fonts/map/dvips/sourceserifpro/SourceSerifPro.map --no-updmap +% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum +% --feature=pnum --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff +% --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf +% SourceSerifPro-Bold-osf-ts1' diff --git a/Master/texmf-dist/fonts/map/dvips/sourceserifpro/SourceSerifPro.map b/Master/texmf-dist/fonts/map/dvips/sourceserifpro/SourceSerifPro.map new file mode 100644 index 00000000000..b9a44f0014e --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/sourceserifpro/SourceSerifPro.map @@ -0,0 +1,314 @@ +% Automatically maintained by otftotfm or other programs. Do not edit. + +SourceSerifPro-Bold-numr-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-numr-ot1--base SourceSerifPro-Bold "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-numr-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-numr-t1--base SourceSerifPro-Bold "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-numr-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-numr-ly1--base SourceSerifPro-Bold "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-inf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-inf-ot1--base SourceSerifPro-Bold "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-inf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-inf-t1--base SourceSerifPro-Bold "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-inf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-inf-ly1--base SourceSerifPro-Bold "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-sup-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-sup-ot1--base SourceSerifPro-Bold "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-sup-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-sup-t1--base SourceSerifPro-Bold "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-sup-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-sup-ly1--base SourceSerifPro-Bold "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-osf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-osf-ot1--base SourceSerifPro-Bold "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-osf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-osf-t1--base SourceSerifPro-Bold "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-osf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-osf-ly1--base SourceSerifPro-Bold "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-osf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-dnom-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-dnom-ot1--base SourceSerifPro-Bold "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-dnom-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-dnom-t1--base SourceSerifPro-Bold "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-dnom-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-dnom-ly1--base SourceSerifPro-Bold "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-lf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-lf-ot1--base SourceSerifPro-Bold "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-lf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-lf-t1--base SourceSerifPro-Bold "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-lf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-lf-ly1--base SourceSerifPro-Bold "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-lf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tosf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-tosf-ot1--base SourceSerifPro-Bold "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tosf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-tosf-t1--base SourceSerifPro-Bold "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tosf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-tosf-ly1--base SourceSerifPro-Bold "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tosf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tlf-ot1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-tlf-ot1--base SourceSerifPro-Bold "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tlf-t1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-tlf-t1--base SourceSerifPro-Bold "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tlf-ly1--lcdfj SourceSerifPro-BoldLCDFJ "" <SourceSerifPro-BoldLCDFJ.pfb +SourceSerifPro-Bold-tlf-ly1--base SourceSerifPro-Bold "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Bold-tlf-ts1--base SourceSerifPro-Bold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Bold.pfb +SourceSerifPro-Regular-numr-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-numr-ot1--base SourceSerifPro-Regular "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-numr-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-numr-t1--base SourceSerifPro-Regular "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-numr-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-numr-ly1--base SourceSerifPro-Regular "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-inf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-inf-ot1--base SourceSerifPro-Regular "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-inf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-inf-t1--base SourceSerifPro-Regular "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-inf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-inf-ly1--base SourceSerifPro-Regular "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-sup-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-sup-ot1--base SourceSerifPro-Regular "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-sup-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-sup-t1--base SourceSerifPro-Regular "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-sup-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-sup-ly1--base SourceSerifPro-Regular "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-osf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-osf-ot1--base SourceSerifPro-Regular "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-osf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-osf-t1--base SourceSerifPro-Regular "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-osf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-osf-ly1--base SourceSerifPro-Regular "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-osf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-dnom-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-dnom-ot1--base SourceSerifPro-Regular "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-dnom-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-dnom-t1--base SourceSerifPro-Regular "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-dnom-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-dnom-ly1--base SourceSerifPro-Regular "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-lf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-lf-ot1--base SourceSerifPro-Regular "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-lf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-lf-t1--base SourceSerifPro-Regular "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-lf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-lf-ly1--base SourceSerifPro-Regular "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-lf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tosf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-tosf-ot1--base SourceSerifPro-Regular "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tosf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-tosf-t1--base SourceSerifPro-Regular "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tosf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-tosf-ly1--base SourceSerifPro-Regular "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tosf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tlf-ot1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-tlf-ot1--base SourceSerifPro-Regular "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tlf-t1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-tlf-t1--base SourceSerifPro-Regular "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tlf-ly1--lcdfj SourceSerifPro-RegularLCDFJ "" <SourceSerifPro-RegularLCDFJ.pfb +SourceSerifPro-Regular-tlf-ly1--base SourceSerifPro-Regular "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Regular-tlf-ts1--base SourceSerifPro-Regular "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Regular.pfb +SourceSerifPro-Semibold-numr-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-numr-ot1--base SourceSerifPro-Semibold "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-numr-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-numr-t1--base SourceSerifPro-Semibold "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-numr-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-numr-ly1--base SourceSerifPro-Semibold "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-inf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-inf-ot1--base SourceSerifPro-Semibold "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-inf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-inf-t1--base SourceSerifPro-Semibold "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-inf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-inf-ly1--base SourceSerifPro-Semibold "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-sup-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-sup-ot1--base SourceSerifPro-Semibold "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-sup-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-sup-t1--base SourceSerifPro-Semibold "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-sup-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-sup-ly1--base SourceSerifPro-Semibold "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-osf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-osf-ot1--base SourceSerifPro-Semibold "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-osf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-osf-t1--base SourceSerifPro-Semibold "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-osf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-osf-ly1--base SourceSerifPro-Semibold "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-osf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-dnom-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-dnom-ot1--base SourceSerifPro-Semibold "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-dnom-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-dnom-t1--base SourceSerifPro-Semibold "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-dnom-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-dnom-ly1--base SourceSerifPro-Semibold "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-lf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-lf-ot1--base SourceSerifPro-Semibold "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-lf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-lf-t1--base SourceSerifPro-Semibold "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-lf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-lf-ly1--base SourceSerifPro-Semibold "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-lf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tosf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-tosf-ot1--base SourceSerifPro-Semibold "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tosf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-tosf-t1--base SourceSerifPro-Semibold "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tosf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-tosf-ly1--base SourceSerifPro-Semibold "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tosf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tlf-ot1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-tlf-ot1--base SourceSerifPro-Semibold "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tlf-t1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-tlf-t1--base SourceSerifPro-Semibold "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tlf-ly1--lcdfj SourceSerifPro-SemiboldLCDFJ "" <SourceSerifPro-SemiboldLCDFJ.pfb +SourceSerifPro-Semibold-tlf-ly1--base SourceSerifPro-Semibold "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Semibold-tlf-ts1--base SourceSerifPro-Semibold "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Semibold.pfb +SourceSerifPro-Black-inf-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-inf-ot1--base SourceSerifPro-Black "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-inf-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-inf-t1--base SourceSerifPro-Black "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-inf-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-inf-ly1--base SourceSerifPro-Black "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tosf-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-tosf-ot1--base SourceSerifPro-Black "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tosf-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-tosf-t1--base SourceSerifPro-Black "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tosf-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-tosf-ly1--base SourceSerifPro-Black "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tosf-ts1--base SourceSerifPro-Black "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tlf-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-tlf-ot1--base SourceSerifPro-Black "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tlf-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-tlf-t1--base SourceSerifPro-Black "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tlf-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-tlf-ly1--base SourceSerifPro-Black "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-tlf-ts1--base SourceSerifPro-Black "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-numr-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-numr-ot1--base SourceSerifPro-Black "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-numr-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-numr-t1--base SourceSerifPro-Black "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-numr-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-numr-ly1--base SourceSerifPro-Black "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-osf-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-osf-ot1--base SourceSerifPro-Black "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-osf-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-osf-t1--base SourceSerifPro-Black "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-osf-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-osf-ly1--base SourceSerifPro-Black "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-osf-ts1--base SourceSerifPro-Black "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-dnom-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-dnom-ot1--base SourceSerifPro-Black "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-dnom-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-dnom-t1--base SourceSerifPro-Black "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-dnom-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-dnom-ly1--base SourceSerifPro-Black "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-lf-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-lf-ot1--base SourceSerifPro-Black "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-lf-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-lf-t1--base SourceSerifPro-Black "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-lf-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-lf-ly1--base SourceSerifPro-Black "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-lf-ts1--base SourceSerifPro-Black "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-sup-ot1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-sup-ot1--base SourceSerifPro-Black "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-sup-t1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-sup-t1--base SourceSerifPro-Black "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Black.pfb +SourceSerifPro-Black-sup-ly1--lcdfj SourceSerifPro-BlackLCDFJ "" <SourceSerifPro-BlackLCDFJ.pfb +SourceSerifPro-Black-sup-ly1--base SourceSerifPro-Black "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Black.pfb +SourceSerifPro-ExtraLight-inf-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-inf-ot1--base SourceSerifPro-ExtraLight "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-inf-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-inf-t1--base SourceSerifPro-ExtraLight "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-inf-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-inf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tosf-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-tosf-ot1--base SourceSerifPro-ExtraLight "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tosf-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-tosf-t1--base SourceSerifPro-ExtraLight "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tosf-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-tosf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tosf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tlf-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-tlf-ot1--base SourceSerifPro-ExtraLight "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tlf-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-tlf-t1--base SourceSerifPro-ExtraLight "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tlf-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-tlf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-tlf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-numr-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-numr-ot1--base SourceSerifPro-ExtraLight "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-numr-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-numr-t1--base SourceSerifPro-ExtraLight "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-numr-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-numr-ly1--base SourceSerifPro-ExtraLight "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-osf-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-osf-ot1--base SourceSerifPro-ExtraLight "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-osf-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-osf-t1--base SourceSerifPro-ExtraLight "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-osf-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-osf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-osf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-dnom-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-dnom-ot1--base SourceSerifPro-ExtraLight "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-dnom-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-dnom-t1--base SourceSerifPro-ExtraLight "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-dnom-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-dnom-ly1--base SourceSerifPro-ExtraLight "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-lf-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-lf-ot1--base SourceSerifPro-ExtraLight "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-lf-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-lf-t1--base SourceSerifPro-ExtraLight "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-lf-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-lf-ly1--base SourceSerifPro-ExtraLight "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-lf-ts1--base SourceSerifPro-ExtraLight "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-sup-ot1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-sup-ot1--base SourceSerifPro-ExtraLight "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-sup-t1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-sup-t1--base SourceSerifPro-ExtraLight "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-ExtraLight-sup-ly1--lcdfj SourceSerifPro-ExtraLightLCDFJ "" <SourceSerifPro-ExtraLightLCDFJ.pfb +SourceSerifPro-ExtraLight-sup-ly1--base SourceSerifPro-ExtraLight "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-ExtraLight.pfb +SourceSerifPro-Light-inf-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-inf-ot1--base SourceSerifPro-Light "AutoEnc_vz2nizkiacob43pvm7ydl5jmcg ReEncodeFont" <[a_vz2niz.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-inf-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-inf-t1--base SourceSerifPro-Light "AutoEnc_7vfhsm6ipz47hrlbexufufykia ReEncodeFont" <[a_7vfhsm.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-inf-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-inf-ly1--base SourceSerifPro-Light "AutoEnc_mtsjm5m3vcwkgh5nv6vrftrupb ReEncodeFont" <[a_mtsjm5.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tosf-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-tosf-ot1--base SourceSerifPro-Light "AutoEnc_oim3qx6bggmw5ff7vi3xpgfq5d ReEncodeFont" <[a_oim3qx.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tosf-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-tosf-t1--base SourceSerifPro-Light "AutoEnc_3gun5dllfpxf7fzjok4dhhdhjc ReEncodeFont" <[a_3gun5d.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tosf-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-tosf-ly1--base SourceSerifPro-Light "AutoEnc_owk7oj4t3qd6voxczxcvl72x5g ReEncodeFont" <[a_owk7oj.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tosf-ts1--base SourceSerifPro-Light "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tlf-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-tlf-ot1--base SourceSerifPro-Light "AutoEnc_kuzlbpkykzunan6kqwzec7tpjf ReEncodeFont" <[a_kuzlbp.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tlf-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-tlf-t1--base SourceSerifPro-Light "AutoEnc_ttcihkrxf7qay6csy6ngtn5wsf ReEncodeFont" <[a_ttcihk.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tlf-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-tlf-ly1--base SourceSerifPro-Light "AutoEnc_r5qp3qukq5ybuqqryhpx4ayjof ReEncodeFont" <[a_r5qp3q.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-tlf-ts1--base SourceSerifPro-Light "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-numr-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-numr-ot1--base SourceSerifPro-Light "AutoEnc_c5lvgev7pakzhx5ieh2gkotgxg ReEncodeFont" <[a_c5lvge.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-numr-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-numr-t1--base SourceSerifPro-Light "AutoEnc_vj4et7glo3g2nkrls5caaetlpd ReEncodeFont" <[a_vj4et7.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-numr-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-numr-ly1--base SourceSerifPro-Light "AutoEnc_iem7z5so3heaof4blnfz4vwrwh ReEncodeFont" <[a_iem7z5.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-osf-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-osf-ot1--base SourceSerifPro-Light "AutoEnc_pvm6traipfzrxqx46pf3nx57qe ReEncodeFont" <[a_pvm6tr.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-osf-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-osf-t1--base SourceSerifPro-Light "AutoEnc_64kcwv5ktbqkgucjabmsi2zk4e ReEncodeFont" <[a_64kcwv.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-osf-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-osf-ly1--base SourceSerifPro-Light "AutoEnc_c6mgd7gu356i324u76idk7nxnh ReEncodeFont" <[a_c6mgd7.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-osf-ts1--base SourceSerifPro-Light "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-dnom-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-dnom-ot1--base SourceSerifPro-Light "AutoEnc_sxytol3bffkrp42ds2yxd75fzg ReEncodeFont" <[a_sxytol.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-dnom-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-dnom-t1--base SourceSerifPro-Light "AutoEnc_t4jhwy7kga2gg2qtcyt454nh3b ReEncodeFont" <[a_t4jhwy.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-dnom-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-dnom-ly1--base SourceSerifPro-Light "AutoEnc_7c323s52iwnfxfphstmcwmdtja ReEncodeFont" <[a_7c323s.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-lf-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-lf-ot1--base SourceSerifPro-Light "AutoEnc_fv7osbehfa5mre7efx6f625gca ReEncodeFont" <[a_fv7osb.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-lf-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-lf-t1--base SourceSerifPro-Light "AutoEnc_a5mxzoyri6ucgtnr6jaowbo2pb ReEncodeFont" <[a_a5mxzo.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-lf-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-lf-ly1--base SourceSerifPro-Light "AutoEnc_rsqbulffmw4ztm6cqwke2h623b ReEncodeFont" <[a_rsqbul.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-lf-ts1--base SourceSerifPro-Light "AutoEnc_yds5jvdkiaiogq3odmesuxydkf ReEncodeFont" <[a_yds5jv.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-sup-ot1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-sup-ot1--base SourceSerifPro-Light "AutoEnc_rgwjxac7ev4k4le5oc6jllwsbc ReEncodeFont" <[a_rgwjxa.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-sup-t1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-sup-t1--base SourceSerifPro-Light "AutoEnc_cx2wj7q6lsnmag5swz6da3egbh ReEncodeFont" <[a_cx2wj7.enc <SourceSerifPro-Light.pfb +SourceSerifPro-Light-sup-ly1--lcdfj SourceSerifPro-LightLCDFJ "" <SourceSerifPro-LightLCDFJ.pfb +SourceSerifPro-Light-sup-ly1--base SourceSerifPro-Light "AutoEnc_n5wndzkx6uy2ilavyemt6jqjjh ReEncodeFont" <[a_n5wndz.enc <SourceSerifPro-Light.pfb diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf Binary files differnew file mode 100644 index 00000000000..d63bde76b95 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Black.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf Binary files differnew file mode 100644 index 00000000000..11429501f81 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Bold.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-ExtraLight.otf b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-ExtraLight.otf Binary files differnew file mode 100644 index 00000000000..9cd91d86292 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-ExtraLight.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Light.otf b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Light.otf Binary files differnew file mode 100644 index 00000000000..0ba7bf75f66 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Light.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Regular.otf b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Regular.otf Binary files differnew file mode 100644 index 00000000000..ad044c73e3a --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Regular.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Semibold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Semibold.otf Binary files differnew file mode 100644 index 00000000000..76a41f74182 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourceserifpro/SourceSerifPro-Semibold.otf diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..a060f34b588 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e663e59d0bf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..fcf2e89f991 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..5a2014200cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..110afe7f6ab --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..43ef8cf995c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b863ca9e927 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7c81b32006f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..51e9bcac16a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..d56538940b9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..61bb337c39e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..dd9d6241583 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f4e1282f7ef --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..01bab5ac68b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7882242ecce --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..bf55e22ee3a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ffb76af8ee9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1.tfm Binary files differnew file mode 100644 index 00000000000..88a5cc5bd10 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..cb3b7f0d898 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ef0ef8c3431 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..77261b5981d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e24c09f85fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..808592f364d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b10eb843de9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..2f0b3815615 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..a95c83553c2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7d185ee9c2b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..13bbe733649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..e95bf40aa72 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..45286b3e4d7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..84d925d93e1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..ecb9b8b3e83 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..cb3b7f0d898 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ef0ef8c3431 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..2334caf9601 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..c5b6b07d5aa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..fc6ac6832ab --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e5f3cfe5dfe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..af051c319c4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..b413e4df8b2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..38754951bbd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f49b691e964 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..28a16dc32c4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..062a075a12e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..da959c0100c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..37e08ebff4c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..cb3b7f0d898 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ef0ef8c3431 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..21dc639a0c9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..3a37a0b668b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..8fc35bf7fb7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..9eda1b204e5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..740b8e664fc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..0063aca7ec0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..1139dcb51b9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..cb3b7f0d898 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ef0ef8c3431 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..17074f6d836 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0284fea8b63 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..fd0f3a9c450 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..8b8d95f7715 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b0b45a63a6d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..7e633c0a0e2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..8182860342e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..10b54062364 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..80796130a04 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..0999593f72c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..66326e171b5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..a9fd34c4812 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..852a284c718 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..076f7026fe6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3b234c83ac7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..137cfcdafca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..d17a6bf0f9c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1.tfm Binary files differnew file mode 100644 index 00000000000..087d75bf361 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..56bba77428f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..83bdf6e84d6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d059d114b8e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b3572fc4073 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..4554e7cccea --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..37c9450c058 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ad266db7cb3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..d09d6df4097 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..6a49bf8d46d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..022d05b7d5f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..d54f1fa6515 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..75c02509e4c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..3aff6fbd46f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..c6576207125 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..56bba77428f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..83bdf6e84d6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b13b6af6b2a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0a0199c870b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..51a62b6085f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..104288e669c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ada587a4114 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..6e45a1d65b9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..52ddbbef620 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..911f98065f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..e9d46e2f653 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b1f61659a7a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..2ff1f75f5d0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..c20dfd0f48d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..56bba77428f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..83bdf6e84d6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..cfa78690ee6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..c40b942868b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..9b76e88eacf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..5e083feb284 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..40d90ebe94a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..98abaa95a02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..282c4b1a700 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..56bba77428f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..83bdf6e84d6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..40f3e5329f0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..4547c0e3ba2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..37e4738dcd0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..97f7a502f4b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b670418a86c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..8a5edf7dd66 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f388078ff30 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..2b9e99aee2e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..eea7c9563ad --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..8c5aaafe8dc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ab31443f93a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..24caf43a638 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..333a9be747f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f285538b396 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..87125936b1c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4010fba0e04 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c158fb519c3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1.tfm Binary files differnew file mode 100644 index 00000000000..93c3ba1540e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5a25fd01dc1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..532cdc2421b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7aa0c2b121f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..6d251c29c06 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..833334216e4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..6db8c444f20 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..99a34985dd9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..b782d077cab --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..44448f53ae3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..de4584ccd8f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..f4e80711af3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b753d7c0ad2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..658f9d113d5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..6bda762583d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5a25fd01dc1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..532cdc2421b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..89ac6afcd01 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..2a258adf533 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..2a765fa836a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..8b7672f0307 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..74060ac3af9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..7b5cf36543c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..e5169944e2b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..bd828623471 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7307c1365f7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..c1f083cfd14 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e57e8131476 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..c760e2845af --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5a25fd01dc1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..532cdc2421b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..50fe7e3cdf2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..5d077c9e721 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..4d337bac317 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2b0a605af02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..98d404a1633 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..34d032c0649 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e75df84ce00 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..5a25fd01dc1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..532cdc2421b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..8869bcad3f9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..cb37e382e40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..82e825f24f5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ed34572c525 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..855ea8c7e73 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..d1944d15a37 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..81ea6c26ceb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..02cff3d0096 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..59f3a99fd34 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..0dd1b908f2c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8a1ce93fdd2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..eaca69ed2f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..38e9f2396b0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b20d05d77d7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..2141d435404 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..701bad66724 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..6c8b1d722c9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1.tfm Binary files differnew file mode 100644 index 00000000000..edbeb041899 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6da2f6c17df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..fe7be181656 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..75397a33393 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..4d05927cd99 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..bbffee31669 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..806162f6713 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..748cea3aea3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..2a89b714f9c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..e57867978fb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..73fa2e31960 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..beca59994d2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..bc3d18b5802 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..2bb974deedd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..1e146593398 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6da2f6c17df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..fe7be181656 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f7ed22e4309 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f2d2d622842 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..284950fc35f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..c53ac45a0f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1f4e5547d78 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..d7995fa511e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0cdb0a5a8a6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f68d3ed44f3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3c258d0e4f3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..0622689beed --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..854d78d7dee --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..b75059637be --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6da2f6c17df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..fe7be181656 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..1b19577b255 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..146dcf3e593 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..b79f44418d5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..bccb1a27f45 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..edff058daab --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..dec5f4d8bca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..2b2cce1ea14 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6da2f6c17df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..fe7be181656 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..80379c37a65 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..9bc0e49268c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..ca5cddc0bd6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..6b3d9b53b18 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..761b0ceb984 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..6283fc65927 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..652e73e698e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..df16fc3779a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..04170c9f88e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..979a501d53c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..fc1f6ed829b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..a7aa5c33abd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..3298655878b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f77f6eed2e1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..1b42ed5e19f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..84c11c9574f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..39aaf89a9f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1.tfm Binary files differnew file mode 100644 index 00000000000..7c7c54fb984 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6a8c1e04286 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..0a2daf98a90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7a3e788f439 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..bfe9fd3dc90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..978f8a9279d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..df03f02d4bd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..71decef14a0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..b2143ea91b1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b8078c92892 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e90f8020914 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7a2a1c17fbb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..c8f158771f1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9493ca68284 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..a5c7d7d8380 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6a8c1e04286 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..0a2daf98a90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..58107a80426 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..5a302f03efe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..8e0be7c2db5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..3ee83d9aa9e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c243e5d8eaa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..f471ee787c9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..22e17bd14de --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..9a7301ed25f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..4c44ae04374 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..cd0aa73de89 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..926954d40ba --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..9d6844f1770 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6a8c1e04286 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..0a2daf98a90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..104d8116521 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..1dff4107a69 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..5cbabc23ffd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..9c3a82494e4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..aab504ae901 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..102dc1112cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..98251be9f1d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..6a8c1e04286 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..0a2daf98a90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..cf453dabb2c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..f2fc11a55b7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..48fdc5210f3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..7ec7637d4b1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e7d20d4aa14 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..a1d4238bc2f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..6dc5f612b9d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..080e8d33e56 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..2189b39e44f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..615863d41dc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..546d0b92115 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..a704efa2e93 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..db8cf49868b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..72baed85dbe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..c6989509adc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2efcc0f82ca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9eeac980b7c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1.tfm Binary files differnew file mode 100644 index 00000000000..1cab1b87368 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..22a4f92a3f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..609aeb2afdb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f3ec16c45aa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..5a7cb0305e2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..25ff9aebf40 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..aa4a8cce2f2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..589bcdc9259 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..c1689ea5a99 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..160bc9a6ac3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..989ba62cb20 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..03662a45452 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..054371fe3f0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..76a8c1da25b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..4a29c80f230 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..22a4f92a3f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..609aeb2afdb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..301251ab6ad --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..477ffb109b0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..3cd3802de15 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ac39ef8e77e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..6284bb39a17 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..942d8b6a490 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..81aaec18c16 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..682c8842da8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..a733f49401e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..79d3947834c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..816ca3587dc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..bc616039110 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..22a4f92a3f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..609aeb2afdb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..e4d4073c1e5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8d82f723970 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1--base.tfm Binary files differnew file mode 100644 index 00000000000..7c63709dea3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..14dcf594140 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..572e3529cfc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1--lcdfj.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1--lcdfj.tfm Binary files differnew file mode 100644 index 00000000000..7d14e427760 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1--lcdfj.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..382c88daf4b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..22a4f92a3f4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..609aeb2afdb --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Black.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Black.pfb Binary files differnew file mode 100644 index 00000000000..cd2b1f91e67 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Black.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-BlackLCDFJ.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-BlackLCDFJ.pfb Binary files differnew file mode 100644 index 00000000000..fdfc5c46abd --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-BlackLCDFJ.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Bold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Bold.pfb Binary files differnew file mode 100644 index 00000000000..96c433d84d9 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Bold.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-BoldLCDFJ.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-BoldLCDFJ.pfb Binary files differnew file mode 100644 index 00000000000..27488e2ef86 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-BoldLCDFJ.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-ExtraLight.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-ExtraLight.pfb Binary files differnew file mode 100644 index 00000000000..5e95be38a4e --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-ExtraLight.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-ExtraLightLCDFJ.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-ExtraLightLCDFJ.pfb Binary files differnew file mode 100644 index 00000000000..a761fe45af6 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-ExtraLightLCDFJ.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Light.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Light.pfb Binary files differnew file mode 100644 index 00000000000..2a71c5e0981 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Light.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-LightLCDFJ.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-LightLCDFJ.pfb Binary files differnew file mode 100644 index 00000000000..caac2c6a749 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-LightLCDFJ.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Regular.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Regular.pfb Binary files differnew file mode 100644 index 00000000000..ede718fb619 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Regular.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-RegularLCDFJ.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-RegularLCDFJ.pfb Binary files differnew file mode 100644 index 00000000000..c5e6ba569db --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-RegularLCDFJ.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Semibold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Semibold.pfb Binary files differnew file mode 100644 index 00000000000..293be58c44a --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-Semibold.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-SemiboldLCDFJ.pfb b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-SemiboldLCDFJ.pfb Binary files differnew file mode 100644 index 00000000000..f373b239b16 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourceserifpro/SourceSerifPro-SemiboldLCDFJ.pfb diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..2d3ab49702e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1.vf Binary files differnew file mode 100644 index 00000000000..42ede9f7707 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..f79e7406b78 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..a9d551d9d8d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1.vf Binary files differnew file mode 100644 index 00000000000..98800d22d2b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..7f40a369d69 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1.vf Binary files differnew file mode 100644 index 00000000000..cc2b3f28462 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1.vf Binary files differnew file mode 100644 index 00000000000..4dc3b86eda5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1.vf Binary files differnew file mode 100644 index 00000000000..d8176bb3f16 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1.vf Binary files differnew file mode 100644 index 00000000000..c6050c72442 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-lf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..c045c0a3213 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1.vf Binary files differnew file mode 100644 index 00000000000..c352a9fa50f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..6187d9f1b7e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..1d754a0509c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1.vf Binary files differnew file mode 100644 index 00000000000..70e77731fff --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..b050546d3e2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..c16d4f9efd9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..ebdfcb26804 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1.vf Binary files differnew file mode 100644 index 00000000000..268ae6d2605 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..3b6f9b0f0a5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..be8fc5de975 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1.vf Binary files differnew file mode 100644 index 00000000000..85f1cdf7f79 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..fa02f331e43 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..eb968548265 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..96bf093f560 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1.vf Binary files differnew file mode 100644 index 00000000000..fa2b3ac7bf2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..e8c785c0287 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..6c1f152f6e8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Black-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..30ba8b38ada --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1.vf Binary files differnew file mode 100644 index 00000000000..a0d20ab4f5b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..15607e289fc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..ad48d6ebe1a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1.vf Binary files differnew file mode 100644 index 00000000000..ad73c11ed62 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..6ae17d511fb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1.vf Binary files differnew file mode 100644 index 00000000000..8deaee8f8f0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1.vf Binary files differnew file mode 100644 index 00000000000..126e6f81b13 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1.vf Binary files differnew file mode 100644 index 00000000000..c6475830d99 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1.vf Binary files differnew file mode 100644 index 00000000000..49138d5e58e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-lf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..0c10c79e3c6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1.vf Binary files differnew file mode 100644 index 00000000000..ac62ad21b82 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..7dcb7c3bc0f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..c00d5eee233 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1.vf Binary files differnew file mode 100644 index 00000000000..45c90139a6a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..ea4644f2d8d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..8d4114e2f27 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..754c2f3f6ce --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1.vf Binary files differnew file mode 100644 index 00000000000..1e9bc8b46cf --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..b8fbe6c8a7e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..3f91a6a9084 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1.vf Binary files differnew file mode 100644 index 00000000000..09fd0ed562d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..215930a6a08 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..996ce835bb0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..bfb254c9fd6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1.vf Binary files differnew file mode 100644 index 00000000000..e4b278bc632 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..79a6fdf0a24 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..4e1fae3105f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Bold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..4fd7b061943 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1.vf Binary files differnew file mode 100644 index 00000000000..230c3988acb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..496dcf518c5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..f2239d38227 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1.vf Binary files differnew file mode 100644 index 00000000000..6d68ba49e6a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..f2eec9c85bd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1.vf Binary files differnew file mode 100644 index 00000000000..eb6e870d1b3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1.vf Binary files differnew file mode 100644 index 00000000000..7f3b717b91a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1.vf Binary files differnew file mode 100644 index 00000000000..45dffffd31c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1.vf Binary files differnew file mode 100644 index 00000000000..aee8ece0839 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-lf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..58ce03fdc3f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1.vf Binary files differnew file mode 100644 index 00000000000..b312abd812d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..6716261aac5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..291a2ebf0c4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1.vf Binary files differnew file mode 100644 index 00000000000..a266b544c4a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..4dd77c9e364 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..6f35b06371c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..d990365beed --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1.vf Binary files differnew file mode 100644 index 00000000000..29f511654b7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..5dd19262d13 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..0a7b4dc553e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1.vf Binary files differnew file mode 100644 index 00000000000..2d3701cc208 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..e7b388ceb31 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..c3a5ae1164c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..48e1e820085 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1.vf Binary files differnew file mode 100644 index 00000000000..4f1222f347c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..2dc5ee8455d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..a620e6db469 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-ExtraLight-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..088e2fc1358 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1.vf Binary files differnew file mode 100644 index 00000000000..7ecaf8d868f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..0766ebfa94e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..0c0ba0589d8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1.vf Binary files differnew file mode 100644 index 00000000000..98ad08726dd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..8ee3f5c7324 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1.vf Binary files differnew file mode 100644 index 00000000000..245b5b82c3e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1.vf Binary files differnew file mode 100644 index 00000000000..7023d6b14e9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1.vf Binary files differnew file mode 100644 index 00000000000..1004b024adc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1.vf Binary files differnew file mode 100644 index 00000000000..b79265bb44b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-lf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..9d40e1b7a7c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1.vf Binary files differnew file mode 100644 index 00000000000..748d98b17a3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..30b0d9e00be --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..d179a1721af --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1.vf Binary files differnew file mode 100644 index 00000000000..901426b34ba --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..bd35eab5c0f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..d2ca2aa535d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..2bebb91305e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1.vf Binary files differnew file mode 100644 index 00000000000..4922e733da3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..18fa95c519f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..d4b361a48d5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1.vf Binary files differnew file mode 100644 index 00000000000..23bf0c53829 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..3e39908124c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..054d15e14e8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..998bd828630 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1.vf Binary files differnew file mode 100644 index 00000000000..c171d4867af --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..be3ce768f63 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..d46e17a2be4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Light-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..904d94bfe9f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1.vf Binary files differnew file mode 100644 index 00000000000..00915f45702 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..ee668016c8f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..483bafcf1d8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1.vf Binary files differnew file mode 100644 index 00000000000..e8a680d36b4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..fdda413204e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1.vf Binary files differnew file mode 100644 index 00000000000..ef0a83c3ccf --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1.vf Binary files differnew file mode 100644 index 00000000000..1a37321100c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1.vf Binary files differnew file mode 100644 index 00000000000..8535cbfbeda --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1.vf Binary files differnew file mode 100644 index 00000000000..11b56fd870d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-lf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..aa07286d24e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1.vf Binary files differnew file mode 100644 index 00000000000..9e6318a40ac --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..208790740b8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..54a918d2e75 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1.vf Binary files differnew file mode 100644 index 00000000000..4191a5832d8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..7e93002ffe7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..0d92720ccc5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..64f682c07f6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1.vf Binary files differnew file mode 100644 index 00000000000..d2b4180b911 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..cba9dc575a9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..c530802a862 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1.vf Binary files differnew file mode 100644 index 00000000000..072cb320169 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..9928cf8073f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..3f8450c6a7f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..585fc84b6c9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1.vf Binary files differnew file mode 100644 index 00000000000..b219fe009ee --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..2523af5173e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..9d3d67909d6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Regular-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..99a0518f180 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1.vf Binary files differnew file mode 100644 index 00000000000..5cb73d109c3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..344a19f8032 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..c55b66fc8aa --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1.vf Binary files differnew file mode 100644 index 00000000000..24ab1785597 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..cb137054b40 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1.vf Binary files differnew file mode 100644 index 00000000000..996ee2ec39f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1.vf Binary files differnew file mode 100644 index 00000000000..0f7b1dccd18 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1.vf Binary files differnew file mode 100644 index 00000000000..b4a27c9a898 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1.vf Binary files differnew file mode 100644 index 00000000000..66c8d3afd3e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-lf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..828e6695576 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1.vf Binary files differnew file mode 100644 index 00000000000..abed267b53c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..1500abb6255 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..ae2a0309dcd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1.vf Binary files differnew file mode 100644 index 00000000000..21cb2b0e7d8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..9eff89f2946 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..a1c28c07281 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..8a3a70edb88 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1.vf Binary files differnew file mode 100644 index 00000000000..a412b2a80f9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..923a2211b2b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..9d95284d5f3 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1.vf Binary files differnew file mode 100644 index 00000000000..8ae5c25ef1a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..0bac01deda8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..fcdf800e8fb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..dd2e25d05b1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1.vf Binary files differnew file mode 100644 index 00000000000..e0f474de482 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ot1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..a30906c3ad7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..54881586e04 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourceserifpro/SourceSerifPro-Semibold-tosf-ts1.vf diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Dnom.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Dnom.fd new file mode 100644 index 00000000000..c045f7672e9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Dnom.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-Dnom.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-Dnom.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-Dnom}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Dnom}{bx}{n}{ + <-> ssub * SourceSerifPro-Dnom/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Inf.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Inf.fd new file mode 100644 index 00000000000..62b36a7eb30 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Inf.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-Inf.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-Inf.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-Inf}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Inf}{bx}{n}{ + <-> ssub * SourceSerifPro-Inf/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-LF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-LF.fd new file mode 100644 index 00000000000..0a4780e1070 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-LF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-LF.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-LF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-LF}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-lf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-lf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-lf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-lf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-lf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-lf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-LF}{bx}{n}{ + <-> ssub * SourceSerifPro-LF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Numr.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Numr.fd new file mode 100644 index 00000000000..ace622c6ae2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Numr.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-Numr.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-Numr.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-Numr}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Numr}{bx}{n}{ + <-> ssub * SourceSerifPro-Numr/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-OsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-OsF.fd new file mode 100644 index 00000000000..d10a5587f1a --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-OsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-OsF.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-OsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-OsF}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-OsF}{bx}{n}{ + <-> ssub * SourceSerifPro-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Sup.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Sup.fd new file mode 100644 index 00000000000..e73f284c95e --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-Sup.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-Sup.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-Sup.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-Sup}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-Sup}{bx}{n}{ + <-> ssub * SourceSerifPro-Sup/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-TLF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-TLF.fd new file mode 100644 index 00000000000..44b9d3fda19 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-TLF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-TLF.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-TLF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-TLF}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TLF}{bx}{n}{ + <-> ssub * SourceSerifPro-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-TOsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-TOsF.fd new file mode 100644 index 00000000000..27a4f0d2998 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/LY1SourceSerifPro-TOsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{LY1SourceSerifPro-TOsF.fd} + [2015/01/11 (autoinst) Font definitions for LY1/SourceSerifPro-TOsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceSerifPro-TOsF}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceSerifPro-TOsF}{bx}{n}{ + <-> ssub * SourceSerifPro-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Dnom.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Dnom.fd new file mode 100644 index 00000000000..3d029534fe1 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Dnom.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-Dnom.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-Dnom.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-Dnom}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Dnom}{bx}{n}{ + <-> ssub * SourceSerifPro-Dnom/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Inf.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Inf.fd new file mode 100644 index 00000000000..fa375de8f47 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Inf.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-Inf.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-Inf.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-Inf}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Inf}{bx}{n}{ + <-> ssub * SourceSerifPro-Inf/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-LF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-LF.fd new file mode 100644 index 00000000000..1074249ef10 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-LF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-LF.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-LF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-LF}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-lf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-lf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-lf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-lf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-lf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-lf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-LF}{bx}{n}{ + <-> ssub * SourceSerifPro-LF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Numr.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Numr.fd new file mode 100644 index 00000000000..811f4af595c --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Numr.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-Numr.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-Numr.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-Numr}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Numr}{bx}{n}{ + <-> ssub * SourceSerifPro-Numr/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-OsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-OsF.fd new file mode 100644 index 00000000000..22f5234f91e --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-OsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-OsF.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-OsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-OsF}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-OsF}{bx}{n}{ + <-> ssub * SourceSerifPro-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Sup.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Sup.fd new file mode 100644 index 00000000000..999355ab396 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-Sup.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-Sup.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-Sup.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-Sup}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-Sup}{bx}{n}{ + <-> ssub * SourceSerifPro-Sup/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-TLF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-TLF.fd new file mode 100644 index 00000000000..c6a8ff97ee7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-TLF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-TLF.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-TLF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-TLF}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TLF}{bx}{n}{ + <-> ssub * SourceSerifPro-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-TOsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-TOsF.fd new file mode 100644 index 00000000000..7cdd6497336 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/OT1SourceSerifPro-TOsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{OT1SourceSerifPro-TOsF.fd} + [2015/01/11 (autoinst) Font definitions for OT1/SourceSerifPro-TOsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceSerifPro-TOsF}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceSerifPro-TOsF}{bx}{n}{ + <-> ssub * SourceSerifPro-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Dnom.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Dnom.fd new file mode 100644 index 00000000000..8848d652ac5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Dnom.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-Dnom.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-Dnom.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-Dnom}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Dnom}{bx}{n}{ + <-> ssub * SourceSerifPro-Dnom/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Inf.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Inf.fd new file mode 100644 index 00000000000..c4e79a5d3e9 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Inf.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-Inf.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-Inf.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-Inf}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Inf}{bx}{n}{ + <-> ssub * SourceSerifPro-Inf/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-LF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-LF.fd new file mode 100644 index 00000000000..907fca305d0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-LF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-LF.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-LF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-LF}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-lf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-lf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-lf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-lf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-lf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-lf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-LF}{bx}{n}{ + <-> ssub * SourceSerifPro-LF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Numr.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Numr.fd new file mode 100644 index 00000000000..3331637a874 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Numr.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-Numr.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-Numr.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-Numr}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Numr}{bx}{n}{ + <-> ssub * SourceSerifPro-Numr/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-OsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-OsF.fd new file mode 100644 index 00000000000..8935cb799e0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-OsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-OsF.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-OsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-OsF}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-OsF}{bx}{n}{ + <-> ssub * SourceSerifPro-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Sup.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Sup.fd new file mode 100644 index 00000000000..04a1cb2bb53 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-Sup.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-Sup.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-Sup.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-Sup}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-Sup}{bx}{n}{ + <-> ssub * SourceSerifPro-Sup/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-TLF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-TLF.fd new file mode 100644 index 00000000000..73a33b2b392 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-TLF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-TLF.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-TLF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-TLF}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TLF}{bx}{n}{ + <-> ssub * SourceSerifPro-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-TOsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-TOsF.fd new file mode 100644 index 00000000000..4b708b78312 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/T1SourceSerifPro-TOsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{T1SourceSerifPro-TOsF.fd} + [2015/01/11 (autoinst) Font definitions for T1/SourceSerifPro-TOsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceSerifPro-TOsF}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceSerifPro-TOsF}{bx}{n}{ + <-> ssub * SourceSerifPro-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-LF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-LF.fd new file mode 100644 index 00000000000..17c7451ade5 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-LF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{TS1SourceSerifPro-LF.fd} + [2015/01/11 (autoinst) Font definitions for TS1/SourceSerifPro-LF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceSerifPro-LF}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-lf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-lf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-lf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-lf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-lf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-lf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-LF}{bx}{n}{ + <-> ssub * SourceSerifPro-LF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-OsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-OsF.fd new file mode 100644 index 00000000000..89cc20ac83d --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-OsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{TS1SourceSerifPro-OsF.fd} + [2015/01/11 (autoinst) Font definitions for TS1/SourceSerifPro-OsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceSerifPro-OsF}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-OsF}{bx}{n}{ + <-> ssub * SourceSerifPro-OsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-TLF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-TLF.fd new file mode 100644 index 00000000000..883c2a95ce6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-TLF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{TS1SourceSerifPro-TLF.fd} + [2015/01/11 (autoinst) Font definitions for TS1/SourceSerifPro-TLF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceSerifPro-TLF}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TLF}{bx}{n}{ + <-> ssub * SourceSerifPro-TLF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-TOsF.fd b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-TOsF.fd new file mode 100644 index 00000000000..e122002faf2 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/TS1SourceSerifPro-TOsF.fd @@ -0,0 +1,42 @@ +%% Generated by autoinst on 2015/01/11 +%% +\ProvidesFile{TS1SourceSerifPro-TOsF.fd} + [2015/01/11 (autoinst) Font definitions for TS1/SourceSerifPro-TOsF.] + +\expandafter\ifx\csname SourceSerifPro@scale\endcsname\relax + \let\SourceSerifPro@@scale\@empty +\else + \edef\SourceSerifPro@@scale{s*[\csname SourceSerifPro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceSerifPro-TOsF}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{el}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-ExtraLight-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{sb}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Semibold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{b}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Bold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{l}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Light-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{k}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Black-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{m}{n}{ + <-> \SourceSerifPro@@scale SourceSerifPro-Regular-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceSerifPro-TOsF}{bx}{n}{ + <-> ssub * SourceSerifPro-TOsF/b/n +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro-type1-autoinst.sty b/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro-type1-autoinst.sty new file mode 100644 index 00000000000..258aa42780f --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro-type1-autoinst.sty @@ -0,0 +1,62 @@ +%% Generated by autoinst on 2015/01/11 +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{SourceSerifPro} + [2015/01/11 (autoinst) Style file for SourceSerifPro.] + +\RequirePackage[T1,LY1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} +\IfFileExists{fontaxes.sty}{ + \RequirePackage{fontaxes} + \fa@naming@exception{figures}{{superior}{proportional}}{Sup} + \fa@naming@exception{figures}{{superior}{tabular}}{Sup} + \def\sufigures{\@nomath\sufigures + \fontfigurestyle{superior}\selectfont} + \DeclareTextFontCommand{\textsu}{\sufigures} + \let\textsuperior\textsu + + \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} + + \fa@naming@exception{figures}{{denominators}{proportional}}{Dnom} + \fa@naming@exception{figures}{{denominators}{tabular}}{Dnom} + +}{} + +\IfFileExists{xkeyval.sty}{ + \newcommand*{\SourceSerifPro@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scale}{\renewcommand*{\SourceSerifPro@scale}{##1}} + \DeclareOptionX{scaled}{\renewcommand*{\SourceSerifPro@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\SourceSerifPro@figurestyle{LF}} +\DeclareOptionX{oldstyle}{\edef\SourceSerifPro@figurestyle{OsF}} +\DeclareOptionX{tabular}{\edef\SourceSerifPro@figurealign{T}} +\DeclareOptionX{proportional}{\edef\SourceSerifPro@figurealign{}} +\DeclareOptionX{black}{\edef\bfseries@rm{k}} +\DeclareOptionX{semibold}{\edef\bfseries@rm{sb}} +\DeclareOptionX{bold}{\edef\bfseries@rm{b}} +\DeclareOptionX{light}{\edef\mdseries@rm{l}} +\DeclareOptionX{regular}{\edef\mdseries@rm{m}} +\ExecuteOptionsX{oldstyle,proportional,bold,regular} +\ProcessOptionsX\relax + +\renewcommand* + {\rmdefault} + {SourceSerifPro-\SourceSerifPro@figurealign\SourceSerifPro@figurestyle} +\renewcommand*{\familydefault}{\rmdefault} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty b/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty new file mode 100644 index 00000000000..f0519ba3edd --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourceserifpro/sourceserifpro.sty @@ -0,0 +1,204 @@ +% Source Serif Pro for LaTeX +% +% Silke Hofstra, tex@slxh.nl +% +% This file selects either the OTF or the TYPE1 fonts based on +% the LaTeX engine used. +% +% Licenced under the LPPL v1.3 or higher. +% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +\ProvidesPackage{sourceserifpro}[2015/01/11 v1.1 Adobe's Source Serif Pro typeface] + +\RequirePackage{ifxetex,ifluatex,xkeyval} + +% Switches +\newif\ifsourceserifpro@otf +\newif\ifsourceserifpro@default +\newif\ifsourceserifpro@rmdefault +\newif\ifsourceserifpro@oldstyle +\newif\ifsourceserifpro@tabular +\newif\ifsourceserifpro@black +\newif\ifsourceserifpro@semibold +\newif\ifsourceserifpro@light +\newif\ifsourceserifpro@extralight + +% Scaling command +\newcommand*{\SourceSerifPro@scale}{1} + +% Use OpenType fonts for XeTeX and LuaTeX. +\ifxetex + \sourceserifpro@otftrue +\else + \ifluatex + \sourceserifpro@otftrue + \fi +\fi + +\DeclareOptionX{lining} {\sourceserifpro@oldstylefalse} +\DeclareOptionX{nf} {\sourceserifpro@oldstylefalse} +\DeclareOptionX{lf} {\sourceserifpro@oldstylefalse} +\DeclareOptionX{oldstyle} {\sourceserifpro@oldstyletrue} +\DeclareOptionX{osf} {\sourceserifpro@oldstyletrue} +\DeclareOptionX{tabular} {\sourceserifpro@tabulartrue} +\DeclareOptionX{proportional}{\sourceserifpro@tabularfalse} +\DeclareOptionX{black} {\sourceserifpro@blacktrue \sourceserifpro@semiboldfalse} +\DeclareOptionX{semibold} {\sourceserifpro@blackfalse\sourceserifpro@semiboldtrue} +\DeclareOptionX{bold} {\sourceserifpro@blackfalse\sourceserifpro@semiboldfalse} +\DeclareOptionX{light} {\sourceserifpro@lighttrue \sourceserifpro@extralightfalse} +\DeclareOptionX{extralight} {\sourceserifpro@lightfalse\sourceserifpro@extralighttrue} +\DeclareOptionX{regular} {\sourceserifpro@lightfalse\sourceserifpro@extralightfalse} +\DeclareOptionX{scale} {\renewcommand*{\SourceSerifPro@scale}{#1}} +\DeclareOptionX{scaled} {\renewcommand*{\SourceSerifPro@scale}{#1}} +\DeclareOptionX{default} {\sourceserifpro@defaulttrue} +\DeclareOptionX{rmdefault} {\sourceserifpro@rmdefaulttrue} +\DeclareOptionX{normdefault} {\sourceserifpro@rmdefaultfalse} +\DeclareOptionX{type1} {\sourceserifpro@otffalse} +\DeclareOptionX{t1} {\sourceserifpro@otffalse} +\DeclareOptionX{opentype} {\sourceserifpro@otftrue} +\DeclareOptionX{otf} {\sourceserifpro@otftrue} + +% Default options +\ExecuteOptionsX{rmdefault,lining,proportional,bold,regular} +\ProcessOptionsX\relax + +% Load OpenType files +\ifsourceserifpro@otf + \RequirePackage{fontspec} + + % Oldstyle/Lining + \ifsourceserifpro@oldstyle + \def\sourceserifpro@figurestyle{OldStyle} + \else + \def\sourceserifpro@figurestyle{} + \fi + + % Tabular/Proportional + \ifsourceserifpro@tabular + \def\sourceserifpro@figurealign{Monospaced} + \else + \def\sourceserifpro@figurealign{Proportional} + \fi + + % Black/Semibold/Bold + \ifsourceserifpro@black + \def\sourceserifpro@boldstyle{Black} + \else + \ifsourceserifpro@semibold + \def\sourceserifpro@boldstyle{Semibold} + \else + \def\sourceserifpro@boldstyle{Bold} + \fi + \fi + + % Light/ExtraLight/Regular + \ifsourceserifpro@light + \def\sourceserifpro@regstyle{Light} + \else + \ifsourceserifpro@extralight + \def\sourceserifpro@regstyle{ExtraLight} + \else + \def\sourceserifpro@regstyle{Regular} + \fi + \fi + + % Shared features + \defaultfontfeatures{ + Ligatures = TeX , + Numbers = {\sourceserifpro@figurealign , \sourceserifpro@figurestyle } , + Scale = \SourceSerifPro@scale , + Extension = .otf } + + % Serif font + \ifsourceserifpro@rmdefault + \setmainfont + [ UprightFont = *-\sourceserifpro@regstyle , + BoldFont = *-\sourceserifpro@boldstyle ] + {SourceSerifPro} + \fi + + % Font families + % Regular/Bold + \newfontfamily\sourceserifpro + [ UprightFont = *-Regular , + BoldFont = *-Bold ] + {SourceSerifPro} + + % Light/Semibold + \newfontfamily\sourceserifprolight + [ UprightFont = *-Light , + BoldFont = *-Semibold ] + {SourceSerifPro} + + % ExtraLight/Black + \newfontfamily\sourceserifproextreme + [ UprightFont = *-ExtraLight , + BoldFont = *-Black ] + {SourceSerifPro} + + % Lining figures + \newfontfamily\sourceserifprolf + [ Numbers = \sourceserifpro@figurealign , + UprightFont = *-\sourceserifpro@regstyle , + BoldFont = *-\sourceserifpro@boldstyle ] + {SourceSerifPro} + + % Dont keep all default font features + \defaultfontfeatures{} + +% Load type1 font. +\else + \RequirePackage[OT1,LY1,T1]{fontenc} + \RequirePackage{mweights} + + % Oldstyle/Lining + \ifsourceserifpro@oldstyle + \def\sourceserifpro@figurestyle{OsF} + \else + \def\sourceserifpro@figurestyle{LF} + \fi + + % Tabular/Proportional + \ifsourceserifpro@tabular + \def\sourceserifpro@figurealign{T} + \else + \def\sourceserifpro@figurealign{} + \fi + + % Semibold/Bold + \ifsourceserifpro@semibold + \def\bfseries@rm{sb} + \else + \def\bfseries@rm{b} + \fi + + % Regular + \def\mdseries@rm{m} + + % Sans serif font + \ifsourceserifpro@rmdefault + \edef\rmdefault{SourceSerifPro-\sourceserifpro@figurealign\sourceserifpro@figurestyle} + \fi + + % If Source Serif Pro is the default font \oldstylenums needs a new definition. + \let\nativeoldstylenums\oldstylenums + \ifsourceserifpro@rmdefault + \renewcommand*\oldstylenums[1]{% + \begingroup + \ifmmode + \mathgroup\symletters #1% + \else + \fontfamily{SourceSerifPro-\sourceserifpro@figurealign OsF}\selectfont #1% + \fi + \endgroup + } + \edef\seriesdefault{\mdseries@rm} + \fi +\fi + +% Set default font family +\ifsourceserifpro@default + \edef\familydefault{\rmdefault} +\fi + +\endinput
\ No newline at end of file diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 3aaad9defb2..8ddfe4aaf70 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -491,6 +491,7 @@ my @TLP_working = qw( slantsc slideshow smalltableof smartdiagram smartref snapshot snotez songbook songs sort-by-letters soton soul sourcecodepro sourcesanspro + sourceserifpro spanish-mx sparklines spath3 spelling spie sphack sphdthesis splines splitbib splitindex spot spotcolor spreadtab spverbatim diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 94a251d4a44..550205ef3a7 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -202,6 +202,7 @@ depend semaphor depend skull depend sourcecodepro depend sourcesanspro +depend sourceserifpro depend starfont depend staves depend stix diff --git a/Master/tlpkg/tlpsrc/sourceserifpro.tlpsrc b/Master/tlpkg/tlpsrc/sourceserifpro.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/sourceserifpro.tlpsrc |