diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-02 23:39:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-02 23:39:02 +0000 |
commit | 81a659da59a157702e7d02cb36177f8bf9dae57c (patch) | |
tree | 98e1fd9ad82897fd777b43b2ced8aaed3fe301af | |
parent | 97a3576bc906866a218e39f989e687700efceed8 (diff) |
new font sourcecodepro (1nov12)
git-svn-id: svn://tug.org/texlive/trunk@28157 c570f23f-e606-0410-a88d-b1316a301751
316 files changed, 2115 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/LICENSE.txt b/Master/texmf-dist/doc/latex/sourcecodepro/LICENSE.txt new file mode 100644 index 00000000000..1177330426d --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourcecodepro/LICENSE.txt @@ -0,0 +1,93 @@ +Copyright 2010, 2012 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/sourcecodepro/README b/Master/texmf-dist/doc/latex/sourcecodepro/README new file mode 100644 index 00000000000..ed1ea07f9e4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourcecodepro/README @@ -0,0 +1,37 @@ +Source Code Pro +=============== + +This package provides the Source Code Pro typeface as a LaTeX package. +Full documentation in `SourceCodePro.pdf`. + +Packages +-------- +The following packages are provided: + +* SourceCodePro: + Semi-package including one of the other packages based on the LaTeX engine. +* SourceCodePro-otf: + Original fonts in OpenType format, only for XeLaTeX and LuaLaTeX users. +* SourceCodePro-type1: + Converted `type1` version of the font. + +Options +------- +The following options are possible: + +* `oldstyle, osf`: use old style numbers. +* `lining, nf`: use lining numbers. +* `tabular`: use fixed-width numbers. +* `black`: `\bfseries` is black. +* `semibold`: `\bfseries` is semibold. +* `bold`: `\bfseries` is bold. +* `light`: `\mdseries` is light. +* `extralight`: `\mdseries` is extra light. +* `regular`: `\mdseries` is regular. + +License +------- +Fonts are provided under the SIL Open Font License 1.1. +LaTeX source is licensed under the LPPL. + +Enjoy!
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf Binary files differnew file mode 100644 index 00000000000..b91fb044f61 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex new file mode 100644 index 00000000000..9dc77068ab5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex @@ -0,0 +1,78 @@ +\documentclass[11pt,a4paper,twocolumn,english]{article} +\usepackage{sourcecodepro} +\usepackage[default]{sourcesanspro-otf} +\usepackage{geometry,dtklogos,hyperref,babel,mdwlist} +\hypersetup{ + colorlinks, + citecolor=blue, + filecolor=blue, + linkcolor=blue, + urlcolor=blue +} + +\newcommand\specimen{AaBb \textit{CcDd} €0123} + +\title{\vspace{-10mm}\Huge \bfseries sourcecodepro\\ \Large Adobe's Source Code Pro typeface for \LaTeX} +\author{Silke Hofstra, \href{mailto:silke@slxh.nl}{silke@slxh.nl}} + +\begin{document} +\maketitle\thispagestyle{empty} + +This package provides the Source Code Pro font in an easy to use way. For \XeLaTeX\ and \LuaLaTeX\ users the original OpenType fonts are used. The whole font family is included, it can be downloaded from \href{https://github.com/adobe/source-code-pro}{Github}. + +\section{Packages} +The packages that can be used are: +\begin{itemize*} + \item \textbf{sourcecodepro}:\\ + Loads either \texttt{sourcecodepro-otf} or \texttt{sourcecodepro-type1} depending on your engine. + \item \textbf{sourcecodepro-otf}:\\ + Loads the orinal fonts, only for \XeLaTeX\ and \LuaLaTeX\ users. + \item \textbf{sourcecodepro-type1}:\\ + Loads generated type1 fonts. +\end{itemize*} + +\section{Options} +The packages have the following options: +\begin{itemize*} + \item \textbf{oldstyle, osf}: use old style numbers. + \item \textbf{lining, nf}: 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{scaled}: Scaling factor, eg: \texttt{scaled=.5} + \item \textbf{default}: Font family is default. +\end{itemize*} +The following options are enabled by default: \texttt{lining, proportional, bold, regular}. + +\section{Commands} +Commands for all variants are also provided in the \texttt{sourcecodepro-otf} package: +\begin{itemize*} + \item \texttt{\bfseries \textbackslash sourcecodepro} -- the regular and bold variants. + \item \texttt{\bfseries \textbackslash sourcecodeprolight} -- the light and semibold variants. + \item \texttt{\bfseries \textbackslash sourcecodeproextreme} -- the extralight and black variants. +\end{itemize*} +\section{Specimen} +Better specimen can be obtained from Adobe. +\begin{figure}[ht] + \scriptsize\centering + \begin{tabular}{|r|l|} + \hline + \sourcecodeproextreme Source Code Pro ExtraLight & {\sourcecodeprolight \specimen}\\ + \sourcecodeprolight Source Code Pro Light & {\sourcecodeprolight \specimen}\\ + \sourcecodepro Source Code Pro Regular & {\sourcecodepro \specimen}\\ + \sourcecodeprolight\bfseries Source Code Pro SemiBold & {\sourcecodeprolight\bfseries \specimen}\\ + \sourcecodepro\bfseries Source Code Pro Bold & {\sourcecodepro\bfseries \specimen}\\ + \sourcecodeproextreme\bfseries Source Code Pro Black & {\sourcecodeproextreme\bfseries \specimen}\\ + \hline + \end{tabular} +\end{figure} + +\section{Licence} +Adobe's Source Code Pro typeface is available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License 1.1}. + +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_374ovw.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_374ovw.enc new file mode 100644 index 00000000000..7bf82c1e069 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_374ovw.enc @@ -0,0 +1,69 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_374ovw3u6gcaz2upgcgrs55p5h +% Encoding created by otftotfm on Wed Oct 31 14:46:10 2012 +% Command line follows encoding +/AutoEnc_374ovw3u6gcaz2upgcgrs55p5h [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft /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.case /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ot1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=case --ligkern=f i =: fi --ligkern=f l +% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-titling-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_3fhij5.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_3fhij5.enc new file mode 100644 index 00000000000..da85c067135 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_3fhij5.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_3fhij5mgfcr6swim4cflmpb2xd +% Encoding created by otftotfm on Wed Oct 31 14:46:11 2012 +% Command line follows encoding +/AutoEnc_3fhij5mgfcr6swim4cflmpb2xd [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /fl /fi +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /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.case /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/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=case +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-titling-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6bw2nn.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6bw2nn.enc new file mode 100644 index 00000000000..6516e748327 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6bw2nn.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a +% Encoding created by otftotfm on Wed Oct 31 14:46:12 2012 +% Command line follows encoding +/AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /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.case /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis +%A0 + /uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron +%B0 + /degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered + /cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=case --ligkern=f +% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi +% --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-titling-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6zrzoz.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6zrzoz.enc new file mode 100644 index 00000000000..8157e503615 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6zrzoz.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_6zrzozed4n35naxdium3i65mxg +% Encoding created by otftotfm on Wed Oct 31 14:46:15 2012 +% Command line follows encoding +/AutoEnc_6zrzozed4n35naxdium3i65mxg [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /fl /fi +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen /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 /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 +%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/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=sups +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-sup-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc new file mode 100644 index 00000000000..d77fa0eefcb --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc @@ -0,0 +1,69 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_aoc6c2yfiywrypxazkbjbuobhb +% Encoding created by otftotfm on Wed Oct 31 14:46:08 2012 +% Command line follows encoding +/AutoEnc_aoc6c2yfiywrypxazkbjbuobhb [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft /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 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ot1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TEXT --ligkern=f i =: fi --ligkern=f l =: fl +% --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc new file mode 100644 index 00000000000..b678f032a9d --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc @@ -0,0 +1,69 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_djdyjqcylsdnrqxziltltabatd +% Encoding created by otftotfm on Wed Oct 31 14:46:18 2012 +% Command line follows encoding +/AutoEnc_djdyjqcylsdnrqxziltltabatd [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.onum /one.onum /two.onum /three.onum /four.onum /five.onum /six.onum /seven.onum + /eight.onum /nine.onum /colon /semicolon /exclamdown /equal /questiondown /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /quotedblleft /bracketright /circumflex /dotaccent +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /endash /emdash /hungarumlaut /tilde /dieresis +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ot1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=onum --ligkern=f i =: fi --ligkern=f l +% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tosf-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc new file mode 100644 index 00000000000..0d1d734189b --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc @@ -0,0 +1,69 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_jvslvyb4t4nmlsg27a55bw6bee +% Encoding created by otftotfm on Wed Oct 31 14:46:10 2012 +% Command line follows encoding +/AutoEnc_jvslvyb4t4nmlsg27a55bw6bee [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /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/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --ligkern=f i =: fi +% --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff +% l =: ffl fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc new file mode 100644 index 00000000000..efa5548ba65 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe +% Encoding created by otftotfm on Wed Oct 31 14:46:13 2012 +% Command line follows encoding +/AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe [ +%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 /uni266A /.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 /colonmonetary /.notdef /.notdef +%90 + /.notdef /.notdef /lira /.notdef /.notdef /.notdef /dong /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 /fl /l /fi /i /f +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ts1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TEXT COMPANION SYMBOLS 1---TS1 --feature=onum +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-ts1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc new file mode 100644 index 00000000000..c9a5da93ded --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc @@ -0,0 +1,69 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_mqb3sgpydkp3qa23byr2yunmsg +% Encoding created by otftotfm on Wed Oct 31 14:46:09 2012 +% Command line follows encoding +/AutoEnc_mqb3sgpydkp3qa23byr2yunmsg [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /fl /fi +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /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/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --ligkern=f i =: fi +% --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff +% l =: ffl fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tlf-t1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_nkmn5f.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_nkmn5f.enc new file mode 100644 index 00000000000..3d94360103f --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_nkmn5f.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c +% Encoding created by otftotfm on Wed Oct 31 14:46:14 2012 +% Command line follows encoding +/AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c [ +%00 + /.notdef /uni2206 /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /uni2126 /.notdef /fi /fl /.notdef /.notdef +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedblright /numbersign /dollar /percent /ampersand /quoteright + /parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen /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 /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 /emdash /hungarumlaut /tilde /dieresis +%80 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%90 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%A0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%B0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%C0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%D0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%E0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +%F0 + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ot1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TEXT --feature=sups --ligkern=f i =: fi --ligkern=f l +% =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi --ligkern=ff l =: ffl +% --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-sup-ot1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc new file mode 100644 index 00000000000..55beeb0de50 --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_retzg2pzf6wxgbppyetfqltdvb +% Encoding created by otftotfm on Wed Oct 31 14:46:20 2012 +% Command line follows encoding +/AutoEnc_retzg2pzf6wxgbppyetfqltdvb [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.onum /one.onum /two.onum /three.onum /four.onum /five.onum /six.onum /seven.onum + /eight.onum /nine.onum /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /circumflex /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /tilde /dieresis +%80 + /Lslash /quotesingle /quotesinglbase /uni0192 /quotedblbase /ellipsis /dagger /daggerdbl + /circumflex /perthousand /Scaron /guilsinglleft /OE /Zcaron /asciicircum /minus +%90 + /lslash /quoteleft /quoteright /quotedblleft /quotedblright /bullet /endash /emdash + /tilde /trademark /scaron /guilsinglright /oe /zcaron /asciitilde /Ydieresis +%A0 + /uni00A0 /exclamdown /cent /sterling /currency /yen /brokenbar /section + /dieresis /copyright /ordfeminine /guillemotleft /logicalnot /uni00AD /registered /macron +%B0 + /degree /plusminus /two.sups /three.sups /acute /uni00B5 /paragraph /periodcentered + /cedilla /one.sups /ordmasculine /guillemotright /onequarter /onehalf /threequarters /questiondown +%C0 + /Agrave /Aacute /Acircumflex /Atilde /Adieresis /Aring /AE /Ccedilla + /Egrave /Eacute /Ecircumflex /Edieresis /Igrave /Iacute /Icircumflex /Idieresis +%D0 + /Eth /Ntilde /Ograve /Oacute /Ocircumflex /Otilde /Odieresis /multiply + /Oslash /Ugrave /Uacute /Ucircumflex /Udieresis /Yacute /Thorn /germandbls +%E0 + /agrave /aacute /acircumflex /atilde /adieresis /aring /ae /ccedilla + /egrave /eacute /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis +%F0 + /eth /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide + /oslash /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis +] def +% Command line: 'otftotfm --automatic --encoding=fontools_ly1 +% --tfm-directory=fonts/tfm/adobe/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=onum --ligkern=f +% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi +% --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tosf-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ubfwpl.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ubfwpl.enc new file mode 100644 index 00000000000..1efeba08c7a --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ubfwpl.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_ubfwplbddrdns5epj62lg2ep2f +% Encoding created by otftotfm on Wed Oct 31 14:46:17 2012 +% Command line follows encoding +/AutoEnc_ubfwplbddrdns5epj62lg2ep2f [ +%00 + /.notdef /Euro /.notdef /.notdef /fraction /dotaccent /hungarumlaut /ogonek + /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /fl /fi +%10 + /dotlessi /uni0237 /grave /acute /caron /breve /macron /ring + /cedilla /germandbls /ae /oe /oslash /AE /OE /Oslash +%20 + /space /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft.sups /parenright.sups /asterisk /plus /comma.sups /hyphen /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 /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 /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.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/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=TEX TYPEWRITER AND WINDOWS ANSI --feature=sups --ligkern=f +% i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i =: ffi +% --ligkern=ff l =: ffl --ligkern=* {KL} * +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-sup-ly1' diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xftsmg.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xftsmg.enc new file mode 100644 index 00000000000..310b7f3223a --- /dev/null +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xftsmg.enc @@ -0,0 +1,70 @@ +% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT + +%%AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh +% Encoding created by otftotfm on Wed Oct 31 14:46:19 2012 +% Command line follows encoding +/AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh [ +%00 + /grave /acute /circumflex /tilde /dieresis /hungarumlaut /ring /caron + /breve /macron /dotaccent /cedilla /ogonek /quotesinglbase /guilsinglleft /guilsinglright +%10 + /quotedblleft /quotedblright /quotedblbase /guillemotleft /guillemotright /endash /emdash /.notdef + /.notdef /dotlessi /uni0237 /.notdef /.notdef /.notdef /fl /fi +%20 + /.notdef /exclam /quotedbl /numbersign /dollar /percent /ampersand /quoteright + /parenleft /parenright /asterisk /plus /comma /hyphen /period /slash +%30 + /zero.onum /one.onum /two.onum /three.onum /four.onum /five.onum /six.onum /seven.onum + /eight.onum /nine.onum /colon /semicolon /less /equal /greater /question +%40 + /at /A /B /C /D /E /F /G + /H /I /J /K /L /M /N /O +%50 + /P /Q /R /S /T /U /V /W + /X /Y /Z /bracketleft /backslash /bracketright /asciicircum /underscore +%60 + /quoteleft /a /b /c /d /e /f /g + /h /i /j /k /l /m /n /o +%70 + /p /q /r /s /t /u /v /w + /x /y /z /braceleft /bar /braceright /asciitilde /hyphen +%80 + /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/sourcecodepro +% --vf-directory=fonts/vf/adobe/sourcecodepro +% --pl-directory=fonts/pl/adobe/sourcecodepro +% --vpl-directory=fonts/vpl/adobe/sourcecodepro +% --type1-directory=fonts/type1/adobe/sourcecodepro +% --truetype-directory=fonts/truetype/adobe/sourcecodepro +% --type42-directory=fonts/type42/adobe/sourcecodepro +% --encoding-directory=fonts/enc/dvips/adobe +% --map-file=fonts/map/dvips/adobe/SourceCodePro.map --no-updmap +% --coding-scheme=EXTENDED TEX FONT ENCODING - LATIN --feature=onum +% --ligkern=f i =: fi --ligkern=f l =: fl --ligkern=f f =: ff --ligkern=ff i +% =: ffi --ligkern=ff l =: ffl +% fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +% SourceCodePro-Black-tosf-t1' diff --git a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map new file mode 100644 index 00000000000..b83160e635d --- /dev/null +++ b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map @@ -0,0 +1,110 @@ +% Automatically maintained by otftotfm or other programs. Do not edit. + +SourceCodePro-Black-tlf-ot1 SourceCodePro-Black "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-t1--base SourceCodePro-Black "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-ly1--base SourceCodePro-Black "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-titling-ot1 SourceCodePro-Black "AutoEnc_374ovw3u6gcaz2upgcgrs55p5h ReEncodeFont" <[a_374ovw.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-titling-t1--base SourceCodePro-Black "AutoEnc_3fhij5mgfcr6swim4cflmpb2xd ReEncodeFont" <[a_3fhij5.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-titling-ly1--base SourceCodePro-Black "AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a ReEncodeFont" <[a_6bw2nn.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tlf-ts1--base SourceCodePro-Black "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-ot1 SourceCodePro-Black "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-t1--base SourceCodePro-Black "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-sup-ly1--base SourceCodePro-Black "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-ot1 SourceCodePro-Black "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-t1--base SourceCodePro-Black "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-ly1--base SourceCodePro-Black "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-tosf-ts1--base SourceCodePro-Black "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-osf-ot1 SourceCodePro-Black "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-osf-t1--base SourceCodePro-Black "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-osf-ly1--base SourceCodePro-Black "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Black.pfb +SourceCodePro-Black-osf-ts1--base SourceCodePro-Black "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Black.pfb +SourceCodePro-Bold-tlf-ot1 SourceCodePro-Bold "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-t1--base SourceCodePro-Bold "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-ly1--base SourceCodePro-Bold "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-titling-ot1 SourceCodePro-Bold "AutoEnc_374ovw3u6gcaz2upgcgrs55p5h ReEncodeFont" <[a_374ovw.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-titling-t1--base SourceCodePro-Bold "AutoEnc_3fhij5mgfcr6swim4cflmpb2xd ReEncodeFont" <[a_3fhij5.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-titling-ly1--base SourceCodePro-Bold "AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a ReEncodeFont" <[a_6bw2nn.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tlf-ts1--base SourceCodePro-Bold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-ot1 SourceCodePro-Bold "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-t1--base SourceCodePro-Bold "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-sup-ly1--base SourceCodePro-Bold "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-ot1 SourceCodePro-Bold "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-t1--base SourceCodePro-Bold "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-ly1--base SourceCodePro-Bold "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-tosf-ts1--base SourceCodePro-Bold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-osf-ot1 SourceCodePro-Bold "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-osf-t1--base SourceCodePro-Bold "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-osf-ly1--base SourceCodePro-Bold "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Bold.pfb +SourceCodePro-Bold-osf-ts1--base SourceCodePro-Bold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Bold.pfb +SourceCodePro-ExtraLight-tlf-ot1 SourceCodePro-ExtraLight "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-t1--base SourceCodePro-ExtraLight "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-ly1--base SourceCodePro-ExtraLight "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-titling-ot1 SourceCodePro-ExtraLight "AutoEnc_374ovw3u6gcaz2upgcgrs55p5h ReEncodeFont" <[a_374ovw.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-titling-t1--base SourceCodePro-ExtraLight "AutoEnc_3fhij5mgfcr6swim4cflmpb2xd ReEncodeFont" <[a_3fhij5.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-titling-ly1--base SourceCodePro-ExtraLight "AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a ReEncodeFont" <[a_6bw2nn.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tlf-ts1--base SourceCodePro-ExtraLight "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-ot1 SourceCodePro-ExtraLight "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-t1--base SourceCodePro-ExtraLight "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-sup-ly1--base SourceCodePro-ExtraLight "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-ot1 SourceCodePro-ExtraLight "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-t1--base SourceCodePro-ExtraLight "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-ly1--base SourceCodePro-ExtraLight "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-tosf-ts1--base SourceCodePro-ExtraLight "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-osf-ot1 SourceCodePro-ExtraLight "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-osf-t1--base SourceCodePro-ExtraLight "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-osf-ly1--base SourceCodePro-ExtraLight "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-ExtraLight-osf-ts1--base SourceCodePro-ExtraLight "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-ExtraLight.pfb +SourceCodePro-Light-tlf-ot1 SourceCodePro-Light "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-t1--base SourceCodePro-Light "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-ly1--base SourceCodePro-Light "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-titling-ot1 SourceCodePro-Light "AutoEnc_374ovw3u6gcaz2upgcgrs55p5h ReEncodeFont" <[a_374ovw.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-titling-t1--base SourceCodePro-Light "AutoEnc_3fhij5mgfcr6swim4cflmpb2xd ReEncodeFont" <[a_3fhij5.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-titling-ly1--base SourceCodePro-Light "AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a ReEncodeFont" <[a_6bw2nn.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tlf-ts1--base SourceCodePro-Light "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-ot1 SourceCodePro-Light "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-t1--base SourceCodePro-Light "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-sup-ly1--base SourceCodePro-Light "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-ot1 SourceCodePro-Light "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-t1--base SourceCodePro-Light "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-ly1--base SourceCodePro-Light "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-tosf-ts1--base SourceCodePro-Light "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-osf-ot1 SourceCodePro-Light "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-osf-t1--base SourceCodePro-Light "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-osf-ly1--base SourceCodePro-Light "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Light.pfb +SourceCodePro-Light-osf-ts1--base SourceCodePro-Light "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Light.pfb +SourceCodePro-Regular-tlf-ot1 SourceCodePro-Regular "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-t1--base SourceCodePro-Regular "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-ly1--base SourceCodePro-Regular "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-titling-ot1 SourceCodePro-Regular "AutoEnc_374ovw3u6gcaz2upgcgrs55p5h ReEncodeFont" <[a_374ovw.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-titling-t1--base SourceCodePro-Regular "AutoEnc_3fhij5mgfcr6swim4cflmpb2xd ReEncodeFont" <[a_3fhij5.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-titling-ly1--base SourceCodePro-Regular "AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a ReEncodeFont" <[a_6bw2nn.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tlf-ts1--base SourceCodePro-Regular "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-ot1 SourceCodePro-Regular "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-t1--base SourceCodePro-Regular "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-sup-ly1--base SourceCodePro-Regular "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-ot1 SourceCodePro-Regular "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-t1--base SourceCodePro-Regular "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-ly1--base SourceCodePro-Regular "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-tosf-ts1--base SourceCodePro-Regular "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-osf-ot1 SourceCodePro-Regular "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-osf-t1--base SourceCodePro-Regular "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-osf-ly1--base SourceCodePro-Regular "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Regular.pfb +SourceCodePro-Regular-osf-ts1--base SourceCodePro-Regular "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Regular.pfb +SourceCodePro-Semibold-tlf-ot1 SourceCodePro-Semibold "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-t1--base SourceCodePro-Semibold "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-ly1--base SourceCodePro-Semibold "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-titling-ot1 SourceCodePro-Semibold "AutoEnc_374ovw3u6gcaz2upgcgrs55p5h ReEncodeFont" <[a_374ovw.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-titling-t1--base SourceCodePro-Semibold "AutoEnc_3fhij5mgfcr6swim4cflmpb2xd ReEncodeFont" <[a_3fhij5.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-titling-ly1--base SourceCodePro-Semibold "AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a ReEncodeFont" <[a_6bw2nn.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tlf-ts1--base SourceCodePro-Semibold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-ot1 SourceCodePro-Semibold "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-t1--base SourceCodePro-Semibold "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-sup-ly1--base SourceCodePro-Semibold "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-ot1 SourceCodePro-Semibold "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-t1--base SourceCodePro-Semibold "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-ly1--base SourceCodePro-Semibold "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-tosf-ts1--base SourceCodePro-Semibold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-osf-ot1 SourceCodePro-Semibold "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-osf-t1--base SourceCodePro-Semibold "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-osf-ly1--base SourceCodePro-Semibold "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Semibold.pfb +SourceCodePro-Semibold-osf-ts1--base SourceCodePro-Semibold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Semibold.pfb diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf Binary files differnew file mode 100644 index 00000000000..afcde3b29a7 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf Binary files differnew file mode 100644 index 00000000000..6d79f28ec4b --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf Binary files differnew file mode 100644 index 00000000000..62aedb62c62 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf Binary files differnew file mode 100644 index 00000000000..d196cabc52f --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf Binary files differnew file mode 100644 index 00000000000..f88f9c6882d --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf Binary files differnew file mode 100644 index 00000000000..764ca4edd5a --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7b060a4794a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0e701aa3261 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2a413ccd7fc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..3620b9650fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..a674ae2bfe3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e34ab4db845 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..d310f8303e0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..07065709fa1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..94432ee1087 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..114537de983 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7997dbf6c34 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..5f25e8eeccd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..eca74fd7f88 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8062b28b33c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e7fadbc3ac7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ec9c876207e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..f6af0b8bf8b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..ebbbea7f6de --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.tfm Binary files differnew file mode 100644 index 00000000000..51b36edf928 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ot1.tfm Binary files differnew file mode 100644 index 00000000000..0ff54d52c3e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..82ad21501b0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.tfm Binary files differnew file mode 100644 index 00000000000..f63409dfb1e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e34ab4db845 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..d310f8303e0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7b060a4794a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0e701aa3261 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..2a413ccd7fc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..3620b9650fa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..a674ae2bfe3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e34ab4db845 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..d310f8303e0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..be866c5eb48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..1f31a969548 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..dc4961e7ba1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ffac11b00e6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..846ecbf4a75 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..bb40412ff09 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..5a96a9ae3c7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..944575c9d7e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..db5baf88fd6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..f341df4f7b4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7ae128da5a6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..96ca3992eaf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..c13b7b3aee1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b27ec0d1856 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..71bed48c61a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..9dbeaaf7a37 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..1d1f40a2950 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..82882974faf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.tfm Binary files differnew file mode 100644 index 00000000000..1264edff965 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a8b2360ba75 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c88f044d422 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.tfm Binary files differnew file mode 100644 index 00000000000..220d63afdda --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..bb40412ff09 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..5a96a9ae3c7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..be866c5eb48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..1f31a969548 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..dc4961e7ba1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ffac11b00e6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..846ecbf4a75 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..bb40412ff09 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..5a96a9ae3c7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..88b6bb68c08 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d24b9cbee2a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..66c4abb16f9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1b56aa29f11 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..5bcea2a303f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..08dc522c478 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..c63c26f308d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..152d1b1d81b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8a3a4d016d2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..827afed2a6c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..287b47a9814 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..e0b37e3dcf0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..3ea74704d76 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..aae60a13960 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ba16d9b661b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..0819b624115 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..d2ccc739aa5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..58433a10058 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.tfm Binary files differnew file mode 100644 index 00000000000..534d1012929 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ot1.tfm Binary files differnew file mode 100644 index 00000000000..44ee3d4fc52 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..72b6d2e4a5e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.tfm Binary files differnew file mode 100644 index 00000000000..b97c07da153 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..08dc522c478 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..c63c26f308d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..88b6bb68c08 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d24b9cbee2a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..66c4abb16f9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..1b56aa29f11 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..5bcea2a303f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..08dc522c478 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..c63c26f308d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..aedee15d912 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8f6a4aa8b7a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..14820778455 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7b1bdf448e6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..66a92781fc6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..822c798db48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..475803906c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..201b3217370 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..57ae25719e5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..b20158245b1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..2275c59ac2a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..47444215c49 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..f918d13e751 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..3688cd6956f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..deecc653829 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..03cbae99623 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..d1ea97937d6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0e08042404c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d8d99c22c51 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ot1.tfm Binary files differnew file mode 100644 index 00000000000..e92f0041ec9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..38fc02be60d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.tfm Binary files differnew file mode 100644 index 00000000000..beba75c224a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..822c798db48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..475803906c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..aedee15d912 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..8f6a4aa8b7a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..14820778455 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7b1bdf448e6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..66a92781fc6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..822c798db48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..475803906c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..cf866c8d605 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e4b14e5be90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4aa4dcf2669 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7cd98112e6a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..3c0ab7ad0fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e51c1984dd1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ee28455eef8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..13632f5111a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..441d0f6772c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..890e7e39c0c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..b73ae5dbf30 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..5fa4aa48832 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5974f991511 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..ca8a7cef38b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..95b47751c2e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..65ebf0ed470 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..784d5a28727 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d1522ccdc22 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.tfm Binary files differnew file mode 100644 index 00000000000..dbdce638357 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ot1.tfm Binary files differnew file mode 100644 index 00000000000..38d8dd82db9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..8dfdaf24e78 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.tfm Binary files differnew file mode 100644 index 00000000000..59f1fd63347 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e51c1984dd1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ee28455eef8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..cf866c8d605 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..e4b14e5be90 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..4aa4dcf2669 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7cd98112e6a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..3c0ab7ad0fe --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..e51c1984dd1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ee28455eef8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7f95d9bcf49 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..32cd38a97d4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..77776c0fac0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7223e59675f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..abf3a7c1181 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..34f78bea268 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..793140e5184 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..02cd0dc6403 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..598ecd20fa0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..bd0175cec85 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..5f4702a8cff --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..0dc149f5db3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..18ae2e183de --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..55f91697c06 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..3c60e7a5919 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f8c65e43ac7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..7ebd0676830 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..e5a90546215 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.tfm Binary files differnew file mode 100644 index 00000000000..12d47228f02 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ot1.tfm Binary files differnew file mode 100644 index 00000000000..fac0594ef0b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..dc3713d552d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.tfm Binary files differnew file mode 100644 index 00000000000..eb0c23b4118 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..34f78bea268 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..793140e5184 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7f95d9bcf49 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..32cd38a97d4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..77776c0fac0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..7223e59675f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..abf3a7c1181 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..34f78bea268 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..793140e5184 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb Binary files differnew file mode 100644 index 00000000000..e372730b179 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb Binary files differnew file mode 100644 index 00000000000..14cf2c4f594 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb Binary files differnew file mode 100644 index 00000000000..29fecedbc22 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb Binary files differnew file mode 100644 index 00000000000..693b67abbca --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb Binary files differnew file mode 100644 index 00000000000..a344918e682 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb Binary files differnew file mode 100644 index 00000000000..98a5043f0b1 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..ed4223d974f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..b19045ed993 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..4b2af1ae45b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..1632f2464c5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..f6f3903ac78 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..884c51ca52c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..7c4bdf633f0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.vf Binary files differnew file mode 100644 index 00000000000..c01a1922fc2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.vf Binary files differnew file mode 100644 index 00000000000..5aed6893734 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..dca0c416397 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..521cd541a8f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..84548ce310a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..494a6d29011 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..aab5f72c760 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..24ce29607b5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..636c4504841 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..0a4e2822735 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..f9014fc8ff6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..9f10e4cb11f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..d7ac7c30285 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.vf Binary files differnew file mode 100644 index 00000000000..d484f65bb2f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.vf Binary files differnew file mode 100644 index 00000000000..5624f9f8d51 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..3c2461f4171 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..8ac4fe5c0ef --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..5bf873a3be7 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..680b31ddd92 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..3bea0229113 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..c654c5f7cf9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..d050c7a35b1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..a7ec435259c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..6c0f498b44e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..5c0a42cc50b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..223a310df79 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.vf Binary files differnew file mode 100644 index 00000000000..a679c1ecbb0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.vf Binary files differnew file mode 100644 index 00000000000..b500ea51618 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..938d713c503 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..cc907936636 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..6d9573f28bd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..de35790f93b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..238b61cdd60 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..4fc7721ef1e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..2b11a66879e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..6a31d36e648 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..1ff046b3aeb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..e58340521e5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..323bd72344d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.vf Binary files differnew file mode 100644 index 00000000000..74c52545dac --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.vf Binary files differnew file mode 100644 index 00000000000..d348609ae7d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..ff6f6feda98 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..69fd11eaec0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..821b8d83a57 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..0d518b99649 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..fa869bded4c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..81d87f3359f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..90871ac71ab --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..84c576c286a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..7fe4d4a1787 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..1ca879380a4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..36759cb9ab9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.vf Binary files differnew file mode 100644 index 00000000000..d39a5ad3ecc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.vf Binary files differnew file mode 100644 index 00000000000..8836a80d456 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..35d653ccab2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..5642932765d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..b0c03ad719b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..7b21d3b14f2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.vf Binary files differnew file mode 100644 index 00000000000..c6d57cfce19 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.vf Binary files differnew file mode 100644 index 00000000000..e3f529337c8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..8584a0b92b9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..ee0e7be9eab --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..87f30e254ea --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..1596ee95d61 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..e960b68e021 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.vf Binary files differnew file mode 100644 index 00000000000..b090b6082f5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.vf Binary files differnew file mode 100644 index 00000000000..3c5831a6a8d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..a7b37577ffb --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..4085bdcc831 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..e695dcf0109 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..c89af4bb488 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd new file mode 100644 index 00000000000..520391786a4 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{LY1SourceCodePro-OsF.fd} + [2012/10/31 (autoinst) Font definitions for LY1/SourceCodePro-OsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceCodePro-OsF}{} + +\DeclareFontShape{LY1}{SourceCodePro-OsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-OsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-OsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-OsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-OsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-OsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ly1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd new file mode 100644 index 00000000000..52b110fef53 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{LY1SourceCodePro-Sup.fd} + [2012/10/31 (autoinst) Font definitions for LY1/SourceCodePro-Sup.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceCodePro-Sup}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ly1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd new file mode 100644 index 00000000000..6ef3e943fee --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd @@ -0,0 +1,62 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{LY1SourceCodePro-TLF.fd} + [2012/10/31 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceCodePro-TLF}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-titling-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-titling-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-titling-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-titling-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-titling-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{el}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-titling-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ly1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd new file mode 100644 index 00000000000..99c56fa2d34 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{LY1SourceCodePro-TOsF.fd} + [2012/10/31 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{LY1}{SourceCodePro-TOsF}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ly1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd new file mode 100644 index 00000000000..8a967b0d3b0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{OT1SourceCodePro-OsF.fd} + [2012/10/31 (autoinst) Font definitions for OT1/SourceCodePro-OsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceCodePro-OsF}{} + +\DeclareFontShape{OT1}{SourceCodePro-OsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-OsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-OsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-OsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-OsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-OsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ot1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd new file mode 100644 index 00000000000..542707d24af --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{OT1SourceCodePro-Sup.fd} + [2012/10/31 (autoinst) Font definitions for OT1/SourceCodePro-Sup.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceCodePro-Sup}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ot1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd new file mode 100644 index 00000000000..efcb084b4aa --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd @@ -0,0 +1,62 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{OT1SourceCodePro-TLF.fd} + [2012/10/31 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceCodePro-TLF}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-titling-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-titling-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-titling-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-titling-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{m}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-titling-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-titling-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ot1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd new file mode 100644 index 00000000000..6ffa35a3fdb --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{OT1SourceCodePro-TOsF.fd} + [2012/10/31 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{OT1}{SourceCodePro-TOsF}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ot1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd new file mode 100644 index 00000000000..82b2b5babf6 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{T1SourceCodePro-OsF.fd} + [2012/10/31 (autoinst) Font definitions for T1/SourceCodePro-OsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceCodePro-OsF}{} + +\DeclareFontShape{T1}{SourceCodePro-OsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-OsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-OsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-OsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-OsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-OsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-t1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd new file mode 100644 index 00000000000..0df9bd0d043 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{T1SourceCodePro-Sup.fd} + [2012/10/31 (autoinst) Font definitions for T1/SourceCodePro-Sup.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceCodePro-Sup}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-t1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd new file mode 100644 index 00000000000..c078d8f7aac --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd @@ -0,0 +1,62 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{T1SourceCodePro-TLF.fd} + [2012/10/31 (autoinst) Font definitions for T1/SourceCodePro-TLF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceCodePro-TLF}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-titling-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-titling-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-titling-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-titling-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-titling-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{tl}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-titling-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-t1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd new file mode 100644 index 00000000000..e831c693d85 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{T1SourceCodePro-TOsF.fd} + [2012/10/31 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{T1}{SourceCodePro-TOsF}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-t1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd new file mode 100644 index 00000000000..128d30edc01 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{TS1SourceCodePro-OsF.fd} + [2012/10/31 (autoinst) Font definitions for TS1/SourceCodePro-OsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceCodePro-OsF}{} + +\DeclareFontShape{TS1}{SourceCodePro-OsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-OsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-OsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-OsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-OsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-OsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ts1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd new file mode 100644 index 00000000000..41fa5cda07f --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{TS1SourceCodePro-TLF.fd} + [2012/10/31 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceCodePro-TLF}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ts1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd new file mode 100644 index 00000000000..0a7c71098d0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd @@ -0,0 +1,38 @@ +%% Generated by autoinst on 2012/10/31 +%% +\ProvidesFile{TS1SourceCodePro-TOsF.fd} + [2012/10/31 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] + +\expandafter\ifx\csname SourceCodePro@scale\endcsname\relax + \let\SourceCodePro@@scale\@empty +\else + \edef\SourceCodePro@@scale{s*[\csname SourceCodePro@scale\endcsname]}% +\fi + +\DeclareFontFamily{TS1}{SourceCodePro-TOsF}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ts1 +}{} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-otf.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-otf.sty new file mode 100644 index 00000000000..e3674aefa4d --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-otf.sty @@ -0,0 +1,97 @@ +% Source Code Pro for LaTeX +% +% Silke Hofstra, silke@slxh.nl +% +% Autoinst based file which loads the type1 version of Source Code Pro +% +% Licenced under the LPPL +% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +\ProvidesPackage{sourcecodepro-otf}[2012/10/31 v1.01 Adobe's Source Code Pro typeface] + +% Check if engine is XeTeX or LuaTeX +\RequirePackage{expl3}[2011/09/05] +\ExplSyntaxOn +\msg_new:nnn {sourcecodepro-otf} {cannot-use-pdftex} +{ + The~ sourcecodepro-otf~ package~ requires~ either~ XeTeX~ or~ LuaTeX~ to~ function. + \\\\ + You~ must~ change~ your~ typesetting~ engine~ to,~ + e.g.,~ "xelatex"~ or~ "lualatex"\\ + instead~ of~ plain~ "latex"~ or~ "pdflatex". +} +\xetex_if_engine:F { + \luatex_if_engine:TF { + \RequirePackage{luaotfload} + \RequireLuaModule{fontspec} + }{ + \msg_fatal:nn {sourcecodepro-otf} {cannot-use-pdftex} + } +} + +\RequirePackage{fontspec} + +\IfFileExists{xkeyval.sty}{ + \newcommand*{\sourcecodepro@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scaled}{\renewcommand*{\sourcecodepro@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\sourcecodepro@figurestyle{Lining}} +\DeclareOptionX{nf}{\edef\sourcecodepro@figurestyle{Lining}} +\DeclareOptionX{oldstyle}{\edef\sourcecodepro@figurestyle{OldStyle}} +\DeclareOptionX{osf}{\edef\sourcecodepro@figurestyle{OldStyle}} +\DeclareOptionX{tabular}{\edef\sourcecodepro@figurealign{Monospaced}} +\DeclareOptionX{proportional}{\edef\sourcecodepro@figurealign{Proportional}} +\DeclareOptionX{black}{\edef\sourcecodepro@boldstyle{Black}} +\DeclareOptionX{semibold}{\edef\sourcecodepro@boldstyle{Semibold}} +\DeclareOptionX{bold}{\edef\sourcecodepro@boldstyle{Bold}} +\DeclareOptionX{light}{\edef\sourcecodepro@regstyle{Light}} +\DeclareOptionX{extralight}{\edef\sourcecodepro@regstyle{ExtraLight}} +\DeclareOptionX{regular}{\edef\sourcecodepro@regstyle{Regular}} +\DeclareOptionX{default}{\renewcommand*{\familydefault}{\ttdefault}} +\ExecuteOptionsX{lining,proportional,bold,regular} +\ProcessOptionsX\relax + +% Shared features +\defaultfontfeatures{ + Ligatures = TeX , + Numbers = {\sourcecodepro@figurealign , \sourcecodepro@figurestyle } , + Scale = \sourcecodepro@scale , + Extension = .otf } + +% Default font +\setmonofont + [ UprightFont = *-\sourcecodepro@regstyle , + ItalicFont = *-\sourcecodepro@regstyle , + BoldFont = *-\sourcecodepro@boldstyle , + BoldItalicFont = *-\sourcecodepro@boldstyle ] + {SourceCodePro} + +% Font commands +\newfontfamily\sourcecodepro + [ UprightFont = *-Regular , + ItalicFont = *-Regular , + BoldFont = *-Bold , + BoldItalicFont = *-Bold ] + {SourceCodePro} + +\newfontfamily\sourcecodeprolight + [ UprightFont = *-Light , + ItalicFont = *-Light , + BoldFont = *-Semibold , + BoldItalicFont = *-Semibold ] + {SourceCodePro} + +\newfontfamily\sourcecodeproextreme + [ UprightFont = *-ExtraLight , + ItalicFont = *-ExtraLight , + BoldFont = *-Black , + BoldItalicFont = *-Black ] + {SourceCodePro} + +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty new file mode 100644 index 00000000000..3c9be240682 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty @@ -0,0 +1,55 @@ +%% Generated by autoinst on 2012/10/31 +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{SourceCodePro} + [2012/10/31 (autoinst) Style file for SourceCodePro.] + +\RequirePackage[T1,LY1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{fontaxes.sty}{ + \RequirePackage{fontaxes} + \providecommand{\tldefault}{tl} + \DeclareRobustCommand\tlshape{\not@math@alphabet\tlshape\relax + \fontsecondaryshape\tldefault\selectfont} + \DeclareTextFontCommand{\texttl}{\tlshape} + \let\texttitling\texttl + \fa@naming@exception{shape}{{n}{tl}}{tl} + \fa@naming@exception{shape}{{it}{tl}}{tlit} + + \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 + +}{} + +\IfFileExists{xkeyval.sty}{ + \newcommand*{\SourceCodePro@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scaled}{\renewcommand*{\SourceCodePro@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\SourceCodePro@figurestyle{LF}} +\DeclareOptionX{oldstyle}{\edef\SourceCodePro@figurestyle{OsF}} +\DeclareOptionX{tabular}{\edef\SourceCodePro@figurealign{T}} +\DeclareOptionX{proportional}{\edef\SourceCodePro@figurealign{}} +\DeclareOptionX{black}{\renewcommand*{\bfdefault}{k}} +\DeclareOptionX{semibold}{\renewcommand*{\bfdefault}{sb}} +\DeclareOptionX{bold}{\renewcommand*{\bfdefault}{b}} +\DeclareOptionX{light}{\renewcommand*{\mddefault}{l}} +\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}} +\ExecuteOptionsX{oldstyle,proportional,bold,regular} +\ProcessOptionsX\relax + +\renewcommand* + {\sfdefault} + {SourceCodePro-\SourceCodePro@figurealign\SourceCodePro@figurestyle} +\renewcommand*{\familydefault}{\sfdefault} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty new file mode 100644 index 00000000000..ee77b9934ed --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty @@ -0,0 +1,65 @@ +% Source Code Pro for LaTeX +% +% Silke Hofstra, silke@slxh.nl +% +% Autoinst based file which loads the type1 version of Source Code Pro +% +% Licenced under the LPPL +% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{sourcecodepro-type1} + [2012/10/31 v1.01 Adobe's Source Code Pro typeface] + +\RequirePackage[T1,LY1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{fontaxes.sty}{ + \RequirePackage{fontaxes} + \providecommand{\tldefault}{tl} + \DeclareRobustCommand\tlshape{\not@math@alphabet\tlshape\relax + \fontsecondaryshape\tldefault\selectfont} + \DeclareTextFontCommand{\texttl}{\tlshape} + \let\texttitling\texttl + \fa@naming@exception{shape}{{n}{tl}}{tl} + \fa@naming@exception{shape}{{it}{tl}}{tlit} + + \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 + +}{} + +\IfFileExists{xkeyval.sty}{ + \newcommand*{\sourcecodepro@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scaled}{\renewcommand*{\sourcecodepro@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + + +\DeclareOptionX{lining}{\edef\sourcecodepro@figurestyle{LF}} +\DeclareOptionX{nf}{\edef\sourcecodepro@figurestyle{LF}} +\DeclareOptionX{oldstyle}{\edef\sourcecodepro@figurestyle{OsF}} +\DeclareOptionX{osf}{\edef\sourcecodepro@figurestyle{OsF}} +\DeclareOptionX{tabular}{\edef\sourcecodepro@figurealign{T}} +%\DeclareOptionX{proportional}{\edef\sourcecodepro@figurealign{}} +\DeclareOptionX{black}{\renewcommand*{\bfdefault}{k}} +\DeclareOptionX{semibold}{\renewcommand*{\bfdefault}{sb}} +\DeclareOptionX{bold}{\renewcommand*{\bfdefault}{b}} +\DeclareOptionX{light}{\renewcommand*{\mddefault}{l}} +\DeclareOptionX{extralight}{\renewcommand*{\mddefault}{el}} +\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}} +\DeclareOptionX{default}{\renewcommand*{\familydefault}{\ttdefault}} +\ExecuteOptionsX{lining,tabular,bold,regular} +\ProcessOptionsX\relax + +\renewcommand* + {\ttdefault} + {SourceCodePro-\sourcecodepro@figurealign\sourcecodepro@figurestyle} + +\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty new file mode 100644 index 00000000000..51e12d5f8a7 --- /dev/null +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty @@ -0,0 +1,30 @@ +% Source Code Pro for LaTeX +% +% Silke Hofstra, silke@slxh.nl +% +% This file selects either the OTF or the TYPE1 package based on your engine. +% +% Licenced under the LPPL +% +\NeedsTeXFormat{LaTeX2e}[1994/12/01] +\ProvidesPackage{sourcecodepro}[2012/10/31 v1.01 Adobe's Source Code Pro typeface] +% +\RequirePackage{ifxetex,ifluatex} +\ifxetex + \edef\sourcecodepro@pack{otf} +\else + \ifluatex + \edef\sourcecodepro@pack{otf} + \else + \edef\sourcecodepro@pack{type1} + \RequirePackage[LY1,T1]{fontenc} + \fi +\fi +% +\DeclareOption*{ + \PassOptionsToPackage{\CurrentOption}{sourcecodepro-\sourcecodepro@pack}% +} +\ProcessOptions\relax +% +\RequirePackage{sourcecodepro-\sourcecodepro@pack} +\endinput
\ No newline at end of file diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index aba17c56e57..03b20211e3f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -380,7 +380,7 @@ my @TLP_working = qw( sitem siunitx skak skaknew skb skeycommand skeyval skull slantsc slideshow smalltableof smartdiagram smartref - snapshot songbook sort-by-letters soton soul sourcesanspro + snapshot songbook sort-by-letters soton soul sourcecodepro sourcesanspro spanglish spanish spanish-mx sparklines spie sphack splines splitbib splitindex spot spotcolor spreadtab spverbatim srbook-mem srcltx sseq diff --git a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc index 53bba92029a..a5d4f5b15e3 100644 --- a/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-fontsextra.tlpsrc @@ -160,6 +160,7 @@ depend sauterfonts depend schulschriften depend semaphor depend skull +depend sourcecodepro depend sourcesanspro depend starfont depend staves diff --git a/Master/tlpkg/tlpsrc/sourcecodepro.tlpsrc b/Master/tlpkg/tlpsrc/sourcecodepro.tlpsrc new file mode 100644 index 00000000000..b6200b98ecb --- /dev/null +++ b/Master/tlpkg/tlpsrc/sourcecodepro.tlpsrc @@ -0,0 +1 @@ +execute addMap SourceCodePro.map |