diff options
author | Karl Berry <karl@freefriends.org> | 2013-01-18 23:26:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-01-18 23:26:19 +0000 |
commit | 9a3b24b6c40172a8e489ab6d7409303db574c826 (patch) | |
tree | aa4b2404e51ae7f9f2a31de3ec68ca42d5c73573 | |
parent | 1fb4a517cc0491221ad914c537e4e93191a4827b (diff) |
sourcecodepro (18jan13)
git-svn-id: svn://tug.org/texlive/trunk@28866 c570f23f-e606-0410-a88d-b1316a301751
306 files changed, 484 insertions, 958 deletions
diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/README b/Master/texmf-dist/doc/latex/sourcecodepro/README index bfbd99e0ccc..923ae099177 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/README +++ b/Master/texmf-dist/doc/latex/sourcecodepro/README @@ -1,47 +1,28 @@ -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. +Source Code Pro v2.0 +==================== +This package provides the Source Sans Pro typeface as a LaTeX package. +Full documentation and revision history in `sourcesanspro.pdf`. Options ------- -The following options are possible: +The following options can be used: * `oldstyle, osf`: use old style numbers. -* `lining, nf`: use lining numbers (default). +* `lining, nf`: use lining numbers. * `black`: `\bfseries` is black. * `semibold`: `\bfseries` is semibold. -* `bold`: `\bfseries` is bold (default). +* `bold`: `\bfseries` is bold. * `light`: `\mdseries` is light. * `extralight`: `\mdseries` is extra light. -* `regular`: `\mdseries` is regular (default). +* `regular`: `\mdseries` is regular. +* `scale, scaled`: set scaling for the font, eg: scale=.5 +* `default`: Source Sans Pro is set as default font family. +* `type1, t1`: override detection and load the Type1 font family. +* `opentype, otf`: override detection and load the OpenType font family. License ------- Fonts are provided under the SIL Open Font License 1.1. LaTeX source is licensed under the LPPL. -Enjoy! - - -Revision History -================ - -1.02 ----- -* Removed `proportional` and `tabular` options. -* Changed the order of `T1` and `LY1`. -* Changed `lining`/`nf` behaviour. -* Redefined `\oldstylenums`. +Enjoy!
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf Binary files differindex efab71adb98..a153658cb51 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex index ed1c9d619ad..acd149f74ec 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex @@ -1,8 +1,7 @@ -\documentclass[11pt,a4paper,english]{article} -\usepackage[margin=0mm,paperheight=25mm,paperwidth=145mm]{geometry} -\usepackage{babel,array} -\usepackage[default]{sourcecodepro-otf} - +\documentclass[11pt,a4paper]{article} +\usepackage{array} +\usepackage[default,otf]{sourcecodepro} +\usepackage[margin=0mm,paperheight=25mm,paperwidth=170mm]{geometry} \newcommand*\spA{abcde} \newcommand*\spB{01469} @@ -11,13 +10,13 @@ \begin{document} \centering \begin{tabular}{ - l - >{\sourcecodeproextreme}c - >{\sourcecodeprolight}c - >{\sourcecodepro}c - >{\sourcecodeprolight\bfseries}c - >{\sourcecodepro\bfseries}c - >{\sourcecodeproextreme\bfseries}c} + >{\sourcecodepro}l + >{\sourcecodeproextreme}c + >{\sourcecodeprolight}c + >{\sourcecodepro}c + >{\sourcecodeprolight\bfseries}c + >{\sourcecodepro\bfseries}c + >{\sourcecodeproextreme\bfseries}c } & ExtraLight & Light & Regular & Semibold & Bold & Black \\ normal \spr % italic \spr[\itshape\spA] @@ -27,7 +26,7 @@ % lining italic \spr[\itshape\spB] % lining small-caps \spr[\scshape\spB] old-style \spr[\oldstylenums{\spB}] -% old-style italic \spr[\oldstylenums{\itshape \spB}] +% old-style italic \spr[\oldstylenums{\itshape\spB}] % old-style small-caps \spr[\oldstylenums{\scshape\spB}] \end{tabular} \end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf Binary files differindex 2b0b276c368..264fe7eb1ef 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex index be328a2878e..0a1e6c047d7 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex @@ -1,7 +1,8 @@ -\documentclass[11pt,a4paper,english]{article} -\usepackage{babel,array} -\usepackage[margin=0mm,paperheight=25mm,paperwidth=150mm]{geometry} -\usepackage[default]{sourcecodepro-type1} +\documentclass[11pt,a4paper]{article} +\usepackage{array} +\usepackage[default,type1]{sourcecodepro} +\usepackage[T1]{fontenc} +\usepackage[margin=0mm,paperheight=25mm,paperwidth=170mm]{geometry} \newcommand*\spA{abcde} \newcommand*\spB{01469} @@ -26,7 +27,7 @@ % lining italic \spr[\itshape\spB] % lining small-caps \spr[\scshape\spB] old-style \spr[\oldstylenums{\spB}] -% old-style italic \spr[\oldstylenums{\itshape \spB}] +% old-style italic \spr[\oldstylenums{\itshape\spB}] % old-style small-caps \spr[\oldstylenums{\scshape\spB}] \end{tabular} \end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf Binary files differindex 647f05cebea..a849628ffb9 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.pdf diff --git a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex index 84710486f9a..39e22e653a1 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex @@ -1,7 +1,9 @@ \documentclass[11pt,a4paper,english]{article} -\usepackage{sourcecodepro} -\usepackage[default]{sourcesanspro-otf} -\usepackage{geometry,dtklogos,hyperref,babel,mdwlist,multicol} +\usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol} +\usepackage[default,osf]{sourcesanspro} +\usepackage[scaled=.95]{sourcecodepro} +%\show\oldstylenums +%\RenewDocumentCommand\oldstylenums{m}{{\addfontfeature{Numbers=OldStyle} #1}} \hypersetup{ colorlinks, citecolor=blue, @@ -11,59 +13,116 @@ } \newcommand*\file[1]{\href{run:#1.pdf}{#1}} -\title{\Huge \bfseries sourcecodepro\\ \Large Adobe's Source Code Pro typeface for \LaTeX} +\title{\bfseries + \Huge sourcecodepro\\ + \Large Adobe's Source Code Pro typeface for \LaTeX +} \author{Silke Hofstra, \href{mailto:silke@slxh.nl}{silke@slxh.nl}} +\date{Documentation for sourcecodepro v2.0.\\ \today} \begin{document} \maketitle - \begin{multicols}{2} - -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 entire font family is included. It can also 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 original fonts (only for \XeLaTeX\ and \LuaLaTeX\ users). - \item \textbf{sourcecodepro-type1}:\\ - Loads generated Type1 fonts. -\end{itemize*} +This package provides the Source Code Pro font in an easy to use way. For \hologo{XeLaTeX} and \hologo{LuaLaTeX} users the original OpenType fonts are used. The entire font family is included. It can also be downloaded from \href{https://github.com/adobe/source-code-pro}{Github}. \section{Options} -The packages have the following options: +The package has the following options: \begin{itemize*} - \item \textbf{oldstyle, osf}: use old style numbers. - \item \textbf{lining, nf}: use lining 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. + \item \textbf{oldstyle, osf}: use old style numbers. + \item \textbf{lining, nf, lf}: use lining numbers. + \item \textbf{black}: \texttt{\textbackslash bfseries} is black. + \item \textbf{semibold}: \texttt{\textbackslash bfseries} is semibold. + \item \textbf{bold}: \texttt{\textbackslash bfseries} is bold. + \item \textbf{light}: \texttt{\textbackslash mdseries} is light. + \item \textbf{extralight}: \texttt{\textbackslash mdseries} is extra light. + \item \textbf{regular}: \texttt{\textbackslash mdseries} is regular. + \item \textbf{scale, scaled}: Change the scaling with a factor. For example: \texttt{scale=.5} + \item \textbf{default}: Source Code Pro is set as the default font family and as the sans serif family. + \item \textbf{type1, t1}: Override automatic detection and use the Type 1 fonts. + \item \textbf{opentype, otf}: Override automatic detection and use OpenType fonts. \end{itemize*} -The following options are enabled by default: \texttt{lining, bold, regular}. +The following options are enabled by default: lining, proportional, bold and regular. \section{Commands} -Commands for all variants are also provided in the \texttt{sourcecodepro-otf} package: +Commands for all weights are also provided for \hologo{XeTeX} and \hologo{LuaTeX} users. \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 extra light and black variants. + \item \texttt{\bfseries \textbackslash sourcecodepro} + -- the regular and bold weights. + \item \texttt{\bfseries \textbackslash sourcecodeprolight} + -- the light and semibold weights. + \item \texttt{\bfseries \textbackslash sourcecodeproextreme} + -- the extra light and black weights. \end{itemize*} \section{Licence} -Adobe's Source Code Pro typeface is available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License 1.1}. +Adobe's Source Code Pro typeface is available under the \href{http://scripts.sil.org/OFL}{SIL Open Font License 1.1}.\\ +All \LaTeX\ code is available under the \href{http://www.latex-project.org/lppl/}{\LaTeX\ project public license} v1.3 or later. \section{Specimen} -Simple specimen follow. Full specimen can be \href{http://store1.adobe.com/type/browser/pdfs/1960.pdf}{acquired from Adobe}. +Simple specimen can be found on page \pageref{sec:specimen}. Full specimen can be \href{http://store1.adobe.com/type/browser/pdfs/1960.pdf}{acquired from Adobe}. Please note that at the moment Source Code Pro doesn’t have italics or small-caps. + +\section{OpenType} +The OpenType fonts have many features, including old style numerals (\texttt{\oldstylenums{1 6 9}}) +%, ligatures (\texttt{fi fl}) +and stylistic alternatives (\texttt{{\addfontfeature{Style=Alternate}a g}}). + +\subsection{Features} +A complete list of available font features is available on page \pageref{sec:otfinfo}. More information on how to use font features can be found in the \href{http://mirror.ctan.org/macros/latex/contrib/fontspec/fontspec.pdf}{fontspec documentation}. +\subsection{Files} +\begin{itemize*} + \item SourceCodePro-ExtraLight.otf +% \item SourceCodePro-ExtraLightIt.otf + \item SourceCodePro-Light.otf +% \item SourceCodePro-LightIt.otf + \item SourceCodePro-Regular.otf +% \item SourceCodePro-RegularIt.otf + \item SourceCodePro-Semibold.otf +% \item SourceCodePro-SemiboldIt.otf + \item SourceCodePro-Bold.otf +% \item SourceCodePro-BoldIt.otf + \item SourceCodePro-Black.otf +% \item SourceCodePro-BlackIt.otf +\end{itemize*} + +\section{Type1} +The following Type1 font families are included: +\begin{itemize*} + \item SourceCodePro-TLF + \item SourceCodePro-TOsF +\end{itemize*} +With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’.% and shapes ‘n’, ‘i’ and ‘sc’. + +\section{Version history} +\subsection*{2.0} +\begin{itemize*} + \item Merged all \texttt{.sty} files into \texttt{sourcecodepro.sty}. + \item \texttt{default} option now sets the default font family to \texttt{Source Code Pro}, not \texttt{\textbackslash sfdefault}. + \item \texttt{type1}, \texttt{t1}, \texttt{opentype} and \texttt{otf} option added to override automatic detection. + \item Added \texttt{OT1} to \texttt{fontspec} options. + \item Updated fonts to 1.017. +\end{itemize*} + +\subsection*{1.02} +\begin{itemize*} + \item Removed \texttt{proportional} and \texttt{tabular} options. + \item Changed the order of \texttt{T1} and \texttt{LY1}. + \item Changed \texttt{lining}/\texttt{nf} behaviour. + \item Redefined \texttt{\textbackslash oldstylenums}. +\end{itemize*} + +\section{Known issues} +\begin{itemize*} + \item Using \texttt{\textbackslash liningnums} when the default numbers are oldstyle results in an ‘font feature does not exist’ error and no lining numbers due to lack of the ‘lnum’ font feature. + \item For Type1 users the weight options are set globally. +\end{itemize*} + +\newpage \end{multicols} +\section{Specimen} +At the moment Source Code Pro doesn’t have italics or small-caps. +\label{sec:specimen} \subsection{OpenType} \begin{figure}[ht] \centering @@ -77,4 +136,36 @@ This table can also be found in \file{sourcecodepro-otf-specimen}. \includegraphics{sourcecodepro-type1-specimen} \end{figure} This table can also be found in \file{sourcecodepro-type1-specimen}. -\end{document}
\ No newline at end of file + +\newpage +\section{Opentype features} +\label{sec:otfinfo} + +\begin{figure}[ht] + \centering + \begin{tabular}{>{\ttfamily}l l} + aalt & Access All Alternates \\ + case & Case-Sensitive Forms \\ + ccmp & Glyph Composition/Decomposition \\ + dnom & Denominators \\ + frac & Fractions \\ + mark & Mark Positioning \\ + mkmk & Mark to Mark Positioning \\ + numr & Numerators \\ + onum & Oldstyle Figures \\ + ordn & Ordinals \\ + salt & Stylistic Alternates \\ + sinf & Scientific Inferiors \\ + size & Optical Size \\ +% ss01 & Stylistic Set 1 - alternate l \\ + ss02 & Stylistic Set 2 - alternate a \\ + ss03 & Stylistic Set 3 - alternate g \\ +% ss04 & Stylistic Set 4 - alternate I \\ + subs & Subscript \\ + sups & Superscript + \end{tabular} +\end{figure} +\textit{(list generated with otfinfo)} + +\end{document} + diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_374ovw.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_374ovw.enc deleted file mode 100644 index 477057ecbee..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_374ovw.enc +++ /dev/null @@ -1,69 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_374ovw3u6gcaz2upgcgrs55p5h -% Encoding created by otftotfm on Sun Nov 4 17:28:56 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 deleted file mode 100644 index de00d091dc1..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_3fhij5.enc +++ /dev/null @@ -1,70 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_3fhij5mgfcr6swim4cflmpb2xd -% Encoding created by otftotfm on Sun Nov 4 17:28:56 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 deleted file mode 100644 index 6c895caed9f..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6bw2nn.enc +++ /dev/null @@ -1,70 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_6bw2nn3nxfamrojw3pc7tkvi5a -% Encoding created by otftotfm on Sun Nov 4 17:28:57 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 deleted file mode 100644 index b13180984e8..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_6zrzoz.enc +++ /dev/null @@ -1,70 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_6zrzozed4n35naxdium3i65mxg -% Encoding created by otftotfm on Sun Nov 4 17:28:58 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 index 74a0af20fc5..149bd9078a3 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_aoc6c2.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_aoc6c2yfiywrypxazkbjbuobhb -% Encoding created by otftotfm on Sun Nov 4 17:28:54 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:09 2013 % Command line follows encoding /AutoEnc_aoc6c2yfiywrypxazkbjbuobhb [ %00 diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc index b309919b19a..8bb196d9701 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_djdyjq.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_djdyjqcylsdnrqxziltltabatd -% Encoding created by otftotfm on Sun Nov 4 17:28:59 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:11 2013 % Command line follows encoding /AutoEnc_djdyjqcylsdnrqxziltltabatd [ %00 diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc index 2242b98ec5a..4862d2ea2b0 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_jvslvy.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_jvslvyb4t4nmlsg27a55bw6bee -% Encoding created by otftotfm on Sun Nov 4 17:28:55 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:10 2013 % Command line follows encoding /AutoEnc_jvslvyb4t4nmlsg27a55bw6bee [ %00 diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc index 6e459d6786d..4c217134c08 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ktd5xr.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe -% Encoding created by otftotfm on Sun Nov 4 17:28:57 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:11 2013 % Command line follows encoding /AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe [ %00 diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc index ef82cfc2d09..da41fef8b91 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_mqb3sg.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_mqb3sgpydkp3qa23byr2yunmsg -% Encoding created by otftotfm on Sun Nov 4 17:28:55 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:10 2013 % Command line follows encoding /AutoEnc_mqb3sgpydkp3qa23byr2yunmsg [ %00 diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_nkmn5f.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_nkmn5f.enc deleted file mode 100644 index 307206bcc39..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_nkmn5f.enc +++ /dev/null @@ -1,70 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c -% Encoding created by otftotfm on Sun Nov 4 17:28:58 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 index 6455f556fbc..91e1605fd82 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_retzg2.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_retzg2pzf6wxgbppyetfqltdvb -% Encoding created by otftotfm on Sun Nov 4 17:29:00 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:12 2013 % Command line follows encoding /AutoEnc_retzg2pzf6wxgbppyetfqltdvb [ %00 diff --git a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ubfwpl.enc b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ubfwpl.enc deleted file mode 100644 index 64e6a1ead8a..00000000000 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_ubfwpl.enc +++ /dev/null @@ -1,70 +0,0 @@ -% THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT - -%%AutoEnc_ubfwplbddrdns5epj62lg2ep2f -% Encoding created by otftotfm on Sun Nov 4 17:28:59 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 index d6fdf7c3504..2765b177d7f 100644 --- a/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xftsmg.enc +++ b/Master/texmf-dist/fonts/enc/dvips/sourcecodepro/a_xftsmg.enc @@ -1,7 +1,7 @@ % THIS FILE WAS AUTOMATICALLY GENERATED -- DO NOT EDIT %%AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh -% Encoding created by otftotfm on Sun Nov 4 17:29:00 2012 +% Encoding created by otftotfm on Thu Jan 17 11:51:12 2013 % Command line follows encoding /AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh [ %00 diff --git a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map index b83160e635d..2ec9fa94223 100644 --- a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map +++ b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map @@ -3,13 +3,7 @@ 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 @@ -21,13 +15,7 @@ SourceCodePro-Black-osf-ts1--base SourceCodePro-Black "AutoEnc_ktd5xroqdghu3kyuv 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 @@ -39,13 +27,7 @@ SourceCodePro-Bold-osf-ts1--base SourceCodePro-Bold "AutoEnc_ktd5xroqdghu3kyuvxy 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 @@ -57,13 +39,7 @@ SourceCodePro-ExtraLight-osf-ts1--base SourceCodePro-ExtraLight "AutoEnc_ktd5xro 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 @@ -72,16 +48,22 @@ SourceCodePro-Light-osf-ot1 SourceCodePro-Light "AutoEnc_djdyjqcylsdnrqxziltltab 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-Medium-tlf-ot1 SourceCodePro-Medium "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-t1--base SourceCodePro-Medium "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-ly1--base SourceCodePro-Medium "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tlf-ts1--base SourceCodePro-Medium "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-ot1 SourceCodePro-Medium "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-t1--base SourceCodePro-Medium "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-ly1--base SourceCodePro-Medium "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-tosf-ts1--base SourceCodePro-Medium "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-osf-ot1 SourceCodePro-Medium "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-osf-t1--base SourceCodePro-Medium "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-osf-ly1--base SourceCodePro-Medium "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-Medium.pfb +SourceCodePro-Medium-osf-ts1--base SourceCodePro-Medium "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Medium.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 @@ -93,13 +75,7 @@ SourceCodePro-Regular-osf-ts1--base SourceCodePro-Regular "AutoEnc_ktd5xroqdghu3 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 diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf Binary files differindex afcde3b29a7..74ab5c152c7 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Black.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf Binary files differindex 6d79f28ec4b..96b48775e92 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Bold.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf Binary files differindex 62aedb62c62..19c16c70022 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLight.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf Binary files differindex d196cabc52f..f624ee1c69c 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Light.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf Binary files differnew file mode 100644 index 00000000000..be70672f06a --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf Binary files differindex f88f9c6882d..8f031da9dd3 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Regular.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf Binary files differindex 764ca4edd5a..0dc6a3994c4 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Semibold.otf diff --git a/Master/texmf-dist/fonts/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 differindex 7b060a4794a..6f366e62200 100644 --- 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 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 differindex 0e701aa3261..f8a28116d89 100644 --- 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 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 differindex 2a413ccd7fc..0fba2ec8ec2 100644 --- 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 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 differindex 3620b9650fa..eb6bfefab25 100644 --- 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 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 differindex a674ae2bfe3..795e8b0dd09 100644 --- 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 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 differindex e34ab4db845..76cb55492bc 100644 --- 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 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 differindex d310f8303e0..90531b64f79 100644 --- 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 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 differdeleted file mode 100644 index 07065709fa1..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 94432ee1087..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 114537de983..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 7997dbf6c34..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 5f25e8eeccd..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm Binary files differindex eca74fd7f88..bb1ff68843d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm Binary files differindex 8062b28b33c..90dbb8dc652 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm Binary files differindex e7fadbc3ac7..2aa5d297992 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm Binary files differindex ec9c876207e..33c6ce5ad41 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm Binary files differindex f6af0b8bf8b..778ac091301 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1--base.tfm Binary files differdeleted file mode 100644 index ebbbea7f6de..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 51b36edf928..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 0ff54d52c3e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 82ad21501b0..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index f63409dfb1e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm Binary files differindex e34ab4db845..76cb55492bc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm Binary files differindex d310f8303e0..90531b64f79 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm Binary files differindex 7b060a4794a..6f366e62200 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm Binary files differindex 0e701aa3261..f8a28116d89 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm Binary files differindex 2a413ccd7fc..0fba2ec8ec2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm Binary files differindex 3620b9650fa..eb6bfefab25 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm Binary files differindex a674ae2bfe3..795e8b0dd09 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm Binary files differindex e34ab4db845..76cb55492bc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm Binary files differindex d310f8303e0..90531b64f79 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-osf-ly1--base.tfm Binary files differindex be866c5eb48..4294d458545 100644 --- 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 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 differindex 1f31a969548..d99977147a2 100644 --- 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 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 differindex dc4961e7ba1..0cac1bfed1d 100644 --- 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 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 differindex ffac11b00e6..d0577a49908 100644 --- 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 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 differindex 846ecbf4a75..e8a555480c2 100644 --- 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 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 differindex bb40412ff09..9f1b6a2298e 100644 --- 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 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 differindex 5a96a9ae3c7..ee24c8ce07e 100644 --- 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 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 differdeleted file mode 100644 index 944575c9d7e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index db5baf88fd6..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index f341df4f7b4..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 7ae128da5a6..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 96ca3992eaf..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm Binary files differindex c13b7b3aee1..95ee106d39f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm Binary files differindex b27ec0d1856..d4bd1b7ff31 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm Binary files differindex 71bed48c61a..7adf9397228 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm Binary files differindex 9dbeaaf7a37..9b6abbd4e26 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm Binary files differindex 1d1f40a2950..b532005ce98 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1--base.tfm Binary files differdeleted file mode 100644 index 82882974faf..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 1264edff965..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index a8b2360ba75..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index c88f044d422..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 220d63afdda..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm Binary files differindex bb40412ff09..9f1b6a2298e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm Binary files differindex 5a96a9ae3c7..ee24c8ce07e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm Binary files differindex be866c5eb48..4294d458545 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm Binary files differindex 1f31a969548..d99977147a2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm Binary files differindex dc4961e7ba1..0cac1bfed1d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm Binary files differindex ffac11b00e6..d0577a49908 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm Binary files differindex 846ecbf4a75..e8a555480c2 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm Binary files differindex bb40412ff09..9f1b6a2298e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm Binary files differindex 5a96a9ae3c7..ee24c8ce07e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ly1--base.tfm Binary files differindex 88b6bb68c08..ce4b8b5db1a 100644 --- 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 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 differindex d24b9cbee2a..dac5cc94d3d 100644 --- 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 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 differindex 66c4abb16f9..a82b5782d4c 100644 --- 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 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 differindex 1b56aa29f11..6c95a2c0004 100644 --- 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 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 differindex 5bcea2a303f..eb4dfa50ccc 100644 --- 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 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 differindex 08dc522c478..b9629f0a991 100644 --- 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 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 differindex c63c26f308d..1306561fc41 100644 --- 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 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 differdeleted file mode 100644 index 152d1b1d81b..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 8a3a4d016d2..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 827afed2a6c..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 287b47a9814..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index e0b37e3dcf0..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm Binary files differindex 3ea74704d76..d86f8a9ae6d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm Binary files differindex aae60a13960..467966d75be 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm Binary files differindex ba16d9b661b..87cf65c3853 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm Binary files differindex 0819b624115..9ac9973272e 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm Binary files differindex d2ccc739aa5..1ef4ecaa283 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1--base.tfm Binary files differdeleted file mode 100644 index 58433a10058..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 534d1012929..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 44ee3d4fc52..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 72b6d2e4a5e..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index b97c07da153..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm Binary files differindex 08dc522c478..b9629f0a991 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm Binary files differindex c63c26f308d..1306561fc41 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm Binary files differindex 88b6bb68c08..ce4b8b5db1a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm Binary files differindex d24b9cbee2a..dac5cc94d3d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm Binary files differindex 66c4abb16f9..a82b5782d4c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm Binary files differindex 1b56aa29f11..6c95a2c0004 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm Binary files differindex 5bcea2a303f..eb4dfa50ccc 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm Binary files differindex 08dc522c478..b9629f0a991 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm Binary files differindex c63c26f308d..1306561fc41 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-osf-ly1--base.tfm Binary files differindex aedee15d912..37a924a59f4 100644 --- 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 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 differindex 8f6a4aa8b7a..2253f057b03 100644 --- 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 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 differindex 14820778455..c5f1d515968 100644 --- 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 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 differindex 7b1bdf448e6..1c300ec2deb 100644 --- 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 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 differindex 66a92781fc6..e45c030b278 100644 --- 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 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 differindex 822c798db48..b9934fe904f 100644 --- 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 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 differindex 475803906c6..b6a96b36817 100644 --- 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 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 differdeleted file mode 100644 index 201b3217370..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 57ae25719e5..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index b20158245b1..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 2275c59ac2a..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 47444215c49..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm Binary files differindex f918d13e751..c8f40c8f2d6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm Binary files differindex 3688cd6956f..d7016930b09 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm Binary files differindex deecc653829..e121f16e07b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm Binary files differindex 03cbae99623..1b0b2ae1657 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm Binary files differindex d1ea97937d6..29af2ac97ae 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1--base.tfm Binary files differdeleted file mode 100644 index 0e08042404c..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index d8d99c22c51..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index e92f0041ec9..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 38fc02be60d..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index beba75c224a..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm Binary files differindex 822c798db48..b9934fe904f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm Binary files differindex 475803906c6..b6a96b36817 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm Binary files differindex aedee15d912..37a924a59f4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm Binary files differindex 8f6a4aa8b7a..2253f057b03 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm Binary files differindex 14820778455..c5f1d515968 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm Binary files differindex 7b1bdf448e6..1c300ec2deb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm Binary files differindex 66a92781fc6..e45c030b278 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm Binary files differindex 822c798db48..b9934fe904f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm Binary files differindex 475803906c6..b6a96b36817 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..23155a085df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..aac1392e839 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ab2111be5bd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..35e06d60c53 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e93bc0352bc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..913ba414d66 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..bc9768ab596 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..a5d5eb3dd3f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0df92215573 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..d91d0e70c0a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c6297d2bb48 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..94fd10f7e1d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..913ba414d66 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..bc9768ab596 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..23155a085df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..aac1392e839 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ab2111be5bd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..35e06d60c53 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..e93bc0352bc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..913ba414d66 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..bc9768ab596 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Medium-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 differindex cf866c8d605..9f752b09e12 100644 --- 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 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 differindex e4b14e5be90..894a62881e3 100644 --- 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 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 differindex 4aa4dcf2669..4876ccbdc3a 100644 --- 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 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 differindex 7cd98112e6a..c232304d5d4 100644 --- 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 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 differindex 3c0ab7ad0fe..16fcb95c358 100644 --- 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 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 differindex e51c1984dd1..6ee47e01616 100644 --- 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 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 differindex ee28455eef8..35de0876fdb 100644 --- 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 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 differdeleted file mode 100644 index 13632f5111a..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 441d0f6772c..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 890e7e39c0c..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index b73ae5dbf30..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 5fa4aa48832..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm Binary files differindex 5974f991511..18f23e7a2ad 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm Binary files differindex ca8a7cef38b..3bf04d21beb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm Binary files differindex 95b47751c2e..90afaa15319 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm Binary files differindex 65ebf0ed470..12419962b77 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm Binary files differindex 784d5a28727..9e217263d6c 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1--base.tfm Binary files differdeleted file mode 100644 index d1522ccdc22..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index dbdce638357..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 38d8dd82db9..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 8dfdaf24e78..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 59f1fd63347..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm Binary files differindex e51c1984dd1..6ee47e01616 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm Binary files differindex ee28455eef8..35de0876fdb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm Binary files differindex cf866c8d605..9f752b09e12 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm Binary files differindex e4b14e5be90..894a62881e3 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm Binary files differindex 4aa4dcf2669..4876ccbdc3a 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm Binary files differindex 7cd98112e6a..c232304d5d4 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm Binary files differindex 3c0ab7ad0fe..16fcb95c358 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm Binary files differindex e51c1984dd1..6ee47e01616 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm Binary files differindex ee28455eef8..35de0876fdb 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ly1--base.tfm Binary files differindex 7f95d9bcf49..31bb53e3980 100644 --- 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 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 differindex 32cd38a97d4..c623df0d767 100644 --- 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 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 differindex 77776c0fac0..ac27a2182db 100644 --- 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 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 differindex 7223e59675f..d13701c14e6 100644 --- 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 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 differindex abf3a7c1181..f47966f2ccf 100644 --- 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 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 differindex 34f78bea268..e0764250e92 100644 --- 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 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 differindex 793140e5184..436a9484d4b 100644 --- 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 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 differdeleted file mode 100644 index 02cd0dc6403..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 598ecd20fa0..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index bd0175cec85..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index 5f4702a8cff..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 0dc149f5db3..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm Binary files differindex 18ae2e183de..adb028940d5 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm Binary files differindex 55f91697c06..d0158100510 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm Binary files differindex 3c60e7a5919..9cfa3bbd22d 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm Binary files differindex f8c65e43ac7..a6943be644b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm Binary files differindex 7ebd0676830..a8a4b94015f 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1--base.tfm Binary files differdeleted file mode 100644 index e5a90546215..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index 12d47228f02..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.tfm +++ /dev/null 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 differdeleted file mode 100644 index fac0594ef0b..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ot1.tfm +++ /dev/null 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 differdeleted file mode 100644 index dc3713d552d..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1--base.tfm +++ /dev/null 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 differdeleted file mode 100644 index eb0c23b4118..00000000000 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.tfm +++ /dev/null diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm Binary files differindex 34f78bea268..e0764250e92 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm Binary files differindex 793140e5184..436a9484d4b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm Binary files differindex 7f95d9bcf49..31bb53e3980 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm Binary files differindex 32cd38a97d4..c623df0d767 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm Binary files differindex 77776c0fac0..ac27a2182db 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm Binary files differindex 7223e59675f..d13701c14e6 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm Binary files differindex abf3a7c1181..f47966f2ccf 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm Binary files differindex 34f78bea268..e0764250e92 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm Binary files differindex 793140e5184..436a9484d4b 100644 --- a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb Binary files differindex e372730b179..e1b792ca6ec 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Black.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb Binary files differindex 14cf2c4f594..33917fa986c 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Bold.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb Binary files differindex 29fecedbc22..3985533a2ce 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLight.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb Binary files differindex 693b67abbca..b20b6874cbf 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Light.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb Binary files differnew file mode 100644 index 00000000000..d95fabc8cb2 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Medium.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb Binary files differindex a344918e682..d1b671c348d 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Regular.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb Binary files differindex 98a5043f0b1..eb9512a64a3 100644 --- a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-Semibold.pfb diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-osf-ts1.vf Binary files differindex 4b2af1ae45b..30295233478 100644 --- 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 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 differdeleted file mode 100644 index c01a1922fc2..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index 5aed6893734..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-titling-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf Binary files differindex dca0c416397..14fe83490c3 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf Binary files differindex 494a6d29011..8c9c4c36c4c 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-osf-ts1.vf Binary files differindex 636c4504841..e68b3110125 100644 --- 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 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 differdeleted file mode 100644 index 0a4e2822735..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index f9014fc8ff6..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-sup-t1.vf +++ /dev/null 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 differdeleted file mode 100644 index d484f65bb2f..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index 5624f9f8d51..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-titling-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf Binary files differindex 3c2461f4171..4aa869d78e1 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf Binary files differindex 680b31ddd92..dd8d2f64e94 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Bold-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-osf-ts1.vf Binary files differindex d050c7a35b1..55bfb4df976 100644 --- 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 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 differdeleted file mode 100644 index a7ec435259c..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index 6c0f498b44e..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-sup-t1.vf +++ /dev/null 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 differdeleted file mode 100644 index a679c1ecbb0..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index b500ea51618..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-titling-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf Binary files differindex 938d713c503..910f4f6f4f4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf Binary files differindex de35790f93b..47d532ee9fd 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLight-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-osf-ts1.vf Binary files differindex 2b11a66879e..16772689206 100644 --- 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 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 differdeleted file mode 100644 index 74c52545dac..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index d348609ae7d..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-titling-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf Binary files differindex ff6f6feda98..29301cce4ca 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf Binary files differindex 0d518b99649..e704bf4e3e5 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-ly1.vf Binary files differindex 1632f2464c5..b5068b76eb7 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-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-Medium-osf-t1.vf Binary files differindex f6f3903ac78..157278124d4 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Black-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-osf-ts1.vf Binary files differnew file mode 100644 index 00000000000..11cf04dff4c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-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-Medium-tlf-ly1.vf Binary files differindex 6a31d36e648..21a4e5113be 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf Binary files differindex 1ff046b3aeb..83b133d28a8 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Light-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..13ac969739a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tlf-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-Medium-tosf-ly1.vf Binary files differindex 84c576c286a..8c82e9704f0 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-ly1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf Binary files differindex 7fe4d4a1787..bccc615bc47 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-sup-t1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..73b3acfe51b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Medium-tosf-ts1.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 differindex 90871ac71ab..fbab9cbc71c 100644 --- 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 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 differdeleted file mode 100644 index d39a5ad3ecc..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index 8836a80d456..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-titling-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf Binary files differindex 35d653ccab2..28572c109a6 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf Binary files differindex 7b21d3b14f2..fba6cdb3855 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Regular-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-osf-ts1.vf Binary files differindex 8584a0b92b9..91c306f343f 100644 --- 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 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 differdeleted file mode 100644 index ee0e7be9eab..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index 87f30e254ea..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-sup-t1.vf +++ /dev/null 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 differdeleted file mode 100644 index b090b6082f5..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-ly1.vf +++ /dev/null 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 differdeleted file mode 100644 index 3c5831a6a8d..00000000000 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-titling-t1.vf +++ /dev/null diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf Binary files differindex a7b37577ffb..32f333a6813 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf Binary files differindex c89af4bb488..5b35da1acd7 100644 --- a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-Semibold-tosf-ts1.vf diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd index 451fc7608b6..647857157c4 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-OsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{LY1SourceCodePro-OsF.fd} - [2012/11/04 (autoinst) Font definitions for LY1/SourceCodePro-OsF.] + [2013/01/17 (autoinst) Font definitions for LY1/SourceCodePro-OsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-OsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-osf-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-OsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ly1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-OsF}{bx}{n}{ + <-> ssub * SourceCodePro-OsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd deleted file mode 100644 index fbc8ae05e21..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd +++ /dev/null @@ -1,38 +0,0 @@ -%% Generated by autoinst on 2012/11/04 -%% -\ProvidesFile{LY1SourceCodePro-Sup.fd} - [2012/11/04 (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 index e48f6d05449..9237ec10868 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{LY1SourceCodePro-TLF.fd} - [2012/11/04 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] + [2013/01/17 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,52 +11,36 @@ \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}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-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 }{} +\DeclareFontShape{LY1}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd index 2dab8c9d71a..f43de51ab27 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{LY1SourceCodePro-TOsF.fd} - [2012/11/04 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] + [2013/01/17 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ly1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{bx}{n}{ + <-> ssub * SourceCodePro-TOsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd index 7af2f979298..4750f9d437b 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-OsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{OT1SourceCodePro-OsF.fd} - [2012/11/04 (autoinst) Font definitions for OT1/SourceCodePro-OsF.] + [2013/01/17 (autoinst) Font definitions for OT1/SourceCodePro-OsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-OsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-osf-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-OsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ot1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-OsF}{bx}{n}{ + <-> ssub * SourceCodePro-OsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd deleted file mode 100644 index 081a3ebe7ea..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd +++ /dev/null @@ -1,38 +0,0 @@ -%% Generated by autoinst on 2012/11/04 -%% -\ProvidesFile{OT1SourceCodePro-Sup.fd} - [2012/11/04 (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 index ff3713ab2b4..6f3d8c223fe 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{OT1SourceCodePro-TLF.fd} - [2012/11/04 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] + [2013/01/17 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,52 +11,36 @@ \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}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-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 }{} +\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd index 4cb3f74bf4e..249282b6cc1 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{OT1SourceCodePro-TOsF.fd} - [2012/11/04 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] + [2013/01/17 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ot1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{n}{ + <-> ssub * SourceCodePro-TOsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd index b1cab35dee8..6f74df4f12a 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-OsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{T1SourceCodePro-OsF.fd} - [2012/11/04 (autoinst) Font definitions for T1/SourceCodePro-OsF.] + [2013/01/17 (autoinst) Font definitions for T1/SourceCodePro-OsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-OsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-osf-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-OsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-t1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-OsF}{bx}{n}{ + <-> ssub * SourceCodePro-OsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd deleted file mode 100644 index a82fd9d2e67..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd +++ /dev/null @@ -1,38 +0,0 @@ -%% Generated by autoinst on 2012/11/04 -%% -\ProvidesFile{T1SourceCodePro-Sup.fd} - [2012/11/04 (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 index e2eb0ad8db0..c17c688d66e 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{T1SourceCodePro-TLF.fd} - [2012/11/04 (autoinst) Font definitions for T1/SourceCodePro-TLF.] + [2013/01/17 (autoinst) Font definitions for T1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,52 +11,36 @@ \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}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-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 }{} +\DeclareFontShape{T1}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd index 6d216bf81b6..05c2728ea88 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{T1SourceCodePro-TOsF.fd} - [2012/11/04 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] + [2013/01/17 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-t1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{bx}{n}{ + <-> ssub * SourceCodePro-TOsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd index 4f596ee1e08..d8b20e85bbd 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-OsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{TS1SourceCodePro-OsF.fd} - [2012/11/04 (autoinst) Font definitions for TS1/SourceCodePro-OsF.] + [2013/01/17 (autoinst) Font definitions for TS1/SourceCodePro-OsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-osf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-OsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-osf-ts1 +}{} + \DeclareFontShape{TS1}{SourceCodePro-OsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-osf-ts1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-osf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-OsF}{bx}{n}{ + <-> ssub * SourceCodePro-OsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd index d1697b269bd..10368f8d5dd 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{TS1SourceCodePro-TLF.fd} - [2012/11/04 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] + [2013/01/17 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ts1 +}{} + \DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ts1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{n}{ + <-> ssub * SourceCodePro-TLF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd index 25d4a72632c..db71b317356 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \ProvidesFile{TS1SourceCodePro-TOsF.fd} - [2012/11/04 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] + [2013/01/17 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -27,6 +27,10 @@ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ts1 +}{} + \DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ts1 }{} @@ -35,4 +39,8 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{bx}{n}{ + <-> ssub * SourceCodePro-TOsF/b/n +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-otf.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-otf.sty deleted file mode 100644 index e269f1c61d5..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-otf.sty +++ /dev/null @@ -1,98 +0,0 @@ -% Source Code Pro for LaTeX -% -% Silke Hofstra, silke@slxh.nl -% -% OpenType version of Source Code Pro for XeTeX and LuaTeX users. -% -% Licenced under the LPPL -% -\NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{sourcecodepro-otf}[2012/11/04 v1.02 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{}} -\DeclareOptionX{nf}{\edef\sourcecodepro@figurestyle{}} -\DeclareOptionX{oldstyle}{\edef\sourcecodepro@figurestyle{OldStyle}} -\DeclareOptionX{osf}{\edef\sourcecodepro@figurestyle{OldStyle}} -\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,bold,regular} -\ProcessOptionsX\relax - -% Shared features -\defaultfontfeatures{ - Ligatures = TeX , - Numbers = \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} - -% Old Style numbers -\renewcommand*\oldstylenums[1]{\addfontfeature{Numbers=OldStyle}#1} - -\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 index dd6b2b69773..a00ade01cb3 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty @@ -1,28 +1,13 @@ -%% Generated by autoinst on 2012/11/04 +%% Generated by autoinst on 2013/01/17 %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{SourceCodePro} - [2012/11/04 (autoinst) Style file for SourceCodePro.] + [2013/01/17 (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}{ @@ -43,6 +28,7 @@ \DeclareOptionX{semibold}{\renewcommand*{\bfdefault}{sb}} \DeclareOptionX{bold}{\renewcommand*{\bfdefault}{b}} \DeclareOptionX{light}{\renewcommand*{\mddefault}{l}} +\DeclareOptionX{medium}{\renewcommand*{\mddefault}{mb}} \DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}} \ExecuteOptionsX{oldstyle,proportional,bold,regular} \ProcessOptionsX\relax diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty deleted file mode 100644 index 5d4f99996f8..00000000000 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty +++ /dev/null @@ -1,73 +0,0 @@ -% 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/11/04 v1.02 Adobe's Source Code Pro typeface] - -\RequirePackage[LY1,T1]{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{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,bold,regular} -\ProcessOptionsX\relax - -\renewcommand*\oldstylenums[1]{% - \begingroup - \ifmmode - \mathgroup\symletters #1% - \else - \fontfamily{SourceCodePro-TOsF}\selectfont #1% - \fi - \endgroup -} - -\renewcommand* - {\ttdefault} - {SourceCodePro-T\sourcecodepro@figurestyle} - -\endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty index 1e06940f2ef..69e28811aa9 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty @@ -1,29 +1,201 @@ -% Source Code Pro for LaTeX -% +% Source Sans Pro for LaTeX +% % Silke Hofstra, silke@slxh.nl % -% This file selects either the OTF or the TYPE1 package based on your engine. +% This file selects either the OTF or the TYPE1 fonts based on +% the LaTeX engine used. % -% Licenced under the LPPL +% Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{sourcecodepro}[2012/11/04 v1.02 Adobe's Source Code Pro typeface] -% -\RequirePackage{ifxetex,ifluatex} +\ProvidesPackage{sourcecodepro}[2012/12/24 v2.0 Adobe's Source Code Pro typeface] + +\RequirePackage{ifxetex,ifluatex,xkeyval,textcomp} + +% Switches +\newif\ifsourcecodepro@otf +\newif\ifsourcecodepro@default +\newif\ifsourcecodepro@oldstyle +\newif\ifsourcecodepro@black +\newif\ifsourcecodepro@semibold +\newif\ifsourcecodepro@light +\newif\ifsourcecodepro@extralight + +% Scaling command +\newcommand*{\sourcecodepro@scale}{1} + +% Use OpenType fonts for XeTeX and LuaTeX. \ifxetex - \edef\sourcecodepro@pack{otf} + \sourcecodepro@otftrue \else \ifluatex - \edef\sourcecodepro@pack{otf} + \sourcecodepro@otftrue + \fi +\fi + +\DeclareOptionX{lining} {\sourcecodepro@oldstylefalse} +\DeclareOptionX{nf} {\sourcecodepro@oldstylefalse} +\DeclareOptionX{lf} {\sourcecodepro@oldstylefalse} +\DeclareOptionX{oldstyle} {\sourcecodepro@oldstyletrue} +\DeclareOptionX{osf} {\sourcecodepro@oldstyletrue} +\DeclareOptionX{black} {\sourcecodepro@blacktrue \sourcecodepro@semiboldfalse} +\DeclareOptionX{semibold} {\sourcecodepro@blackfalse\sourcecodepro@semiboldtrue} +\DeclareOptionX{bold} {\sourcecodepro@blackfalse\sourcecodepro@semiboldfalse} +\DeclareOptionX{light} {\sourcecodepro@lighttrue \sourcecodepro@extralightfalse} +\DeclareOptionX{extralight} {\sourcecodepro@lightfalse\sourcecodepro@extralighttrue} +\DeclareOptionX{regular} {\sourcecodepro@lightfalse\sourcecodepro@extralightfalse} +\DeclareOptionX{scale} {\renewcommand*{\sourcecodepro@scale}{#1}} +\DeclareOptionX{scaled} {\renewcommand*{\sourcecodepro@scale}{#1}} +\DeclareOptionX{default} {\sourcecodepro@defaulttrue} +\DeclareOptionX{type1} {\sourcecodepro@otffalse} +\DeclareOptionX{t1} {\sourcecodepro@otffalse} +\DeclareOptionX{opentype} {\sourcecodepro@otftrue} +\DeclareOptionX{otf} {\sourcecodepro@otftrue} + +% Default options +\ExecuteOptionsX{lining,bold,regular} +\ProcessOptionsX\relax + +% Load OpenType files +\ifsourcecodepro@otf + \RequirePackage{fontspec} + + % Oldstyle/Lining + \ifsourcecodepro@oldstyle + \edef\sourcecodepro@figurestyle{OldStyle} + \else + \edef\sourcecodepro@figurestyle{} + \fi + + % Black/Semibold/Bold + \ifsourcecodepro@black + \edef\sourcecodepro@boldstyle{Black} + \else + \ifsourcecodepro@semibold + \edef\sourcecodepro@boldstyle{Semibold} + \else + \edef\sourcecodepro@boldstyle{Bold} + \fi + \fi + + % Light/ExtraLight/Regular + \ifsourcecodepro@light + \edef\sourcecodepro@regstyle{Light} \else - \edef\sourcecodepro@pack{type1} + \ifsourcecodepro@extralight + \edef\sourcecodepro@regstyle{ExtraLight} + \else + \edef\sourcecodepro@regstyle{Regular} + \fi + \fi + + % Shared features + \defaultfontfeatures{ + Ligatures = TeX , + Numbers = \sourcecodepro@figurestyle , + Scale = \sourcecodepro@scale , + Extension = .otf } + + % Sans serif font + \setmonofont + [ UprightFont = *-\sourcecodepro@regstyle , + ItalicFont = *-\sourcecodepro@regstyle , + BoldFont = *-\sourcecodepro@boldstyle , + BoldItalicFont = *-\sourcecodepro@boldstyle ] + {SourceCodePro} + + % Font families + % Regular/Bold + \newfontfamily\sourcecodepro + [ UprightFont = *-Regular , + ItalicFont = *-Regular , + BoldFont = *-Bold , + BoldItalicFont = *-Bold ] + {SourceCodePro} + + % Light/Semibold + \newfontfamily\sourcecodeprolight + [ UprightFont = *-Light , + ItalicFont = *-Light , + BoldFont = *-Semibold , + BoldItalicFont = *-Semibold ] + {SourceCodePro} + + % ExtraLight/Black + \newfontfamily\sourcecodeproextreme + [ UprightFont = *-ExtraLight , + ItalicFont = *-ExtraLight , + BoldFont = *-Black , + BoldItalicFont = *-Black ] + {SourceCodePro} + + % Lining figures + \newfontfamily\sourcecodeprolf + [ Numbers = , + UprightFont = *-\sourcecodepro@regstyle , + ItalicFont = *-\sourcecodepro@regstyle , + BoldFont = *-\sourcecodepro@boldstyle , + BoldItalicFont = *-\sourcecodepro@boldstyle ] + {SourceCodePro} + + % Dont keep all default font features + \defaultfontfeatures{} + +% Load type1 font. +\else + \RequirePackage[OT1,LY1,T1]{fontenc} + + % Oldstyle/Lining + \ifsourcecodepro@oldstyle + \edef\sourcecodepro@figurestyle{OsF} + \else + \edef\sourcecodepro@figurestyle{LF} + \fi + + % Black/Semibold/Bold + \ifsourcecodepro@black + \renewcommand*{\bfdefault}{k} + \else + \ifsourcecodepro@semibold + \renewcommand*{\bfdefault}{sb} + \else + \renewcommand*{\bfdefault}{b} + \fi + \fi + + % Light/ExtraLight/Regular + \ifsourcecodepro@light + \renewcommand*{\mddefault}{l} + \else + \ifsourcecodepro@extralight + \renewcommand*{\mddefault}{el} + \else + \renewcommand*{\mddefault}{m} + \fi + \fi + + % Sans serif font + \renewcommand* + {\sfdefault} + {SourceCodePro-T\sourcecodepro@figurestyle} + + % If source sans pro is the default font \oldstylenums needs a new definition. + \ifsourcecodepro@default + \renewcommand*\oldstylenums[1]{% + \begingroup + \ifmmode + \mathgroup\symletters #1% + \else + \fontfamily{SourceCodePro-TOsF}\selectfont #1% + \fi + \endgroup + } \fi \fi -% -\DeclareOption*{ - \PassOptionsToPackage{\CurrentOption}{sourcecodepro-\sourcecodepro@pack}% -} -\ProcessOptions\relax -% -\RequirePackage{sourcecodepro-\sourcecodepro@pack} + +% Set default font family +\ifsourcecodepro@default + \let\familydefault\sfdefault +\fi + \endinput
\ No newline at end of file |