diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-14 21:24:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-14 21:24:24 +0000 |
commit | f2b5da76078905e2a2d31d88ce2034cc55585bed (patch) | |
tree | e3b147252a7fecaff186e76313dc22ddab5b0a3f | |
parent | 56a40e03d24cdd8135e17ab470ca7fc52f98efe9 (diff) |
sourcecodepro (14may15)
git-svn-id: svn://tug.org/texlive/trunk@37395 c570f23f-e606-0410-a88d-b1316a301751
228 files changed, 1135 insertions, 263 deletions
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 41f643846b8..b00ef10f826 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 9850febc1ff..b8455382f90 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-otf-specimen.tex @@ -1,32 +1,31 @@ -\documentclass[11pt,a4paper]{article} +\documentclass[12pt]{standalone} \usepackage{array} \usepackage[default,opentype]{sourcecodepro} -\usepackage[margin=0mm,paperheight=25mm,paperwidth=170mm]{geometry} \newcommand*\spA{abcde} \newcommand*\spB{01469} -\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\} +\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 \\} \begin{document} -\centering \begin{tabular}{ >{\sourcecodepro}l >{\sourcecodeproextreme}c >{\sourcecodeprolight}c >{\sourcecodepro}c + >{\sourcecodepromedium}c >{\sourcecodeprolight\bfseries}c >{\sourcecodepro\bfseries}c >{\sourcecodeproextreme\bfseries}c } - & ExtraLight & Light & Regular & Semibold & Bold & Black \\ + & ExtraLight & Light & Regular & Medium & Semibold & Bold & Black \\ normal \spr -% italic \spr[\itshape\spA] + italic \spr[\itshape\spA] % small-caps \spr[\scshape\spA] capitals \spr[\MakeUppercase\spA] lining \spr[\spB] -% lining italic \spr[\itshape\spB] + lining italic \spr[\itshape\spB] % lining small-caps \spr[\scshape\spB] old-style \spr[\oldstylenums{\spB}] -% old-style italic \spr[\oldstylenums{\itshape\spB}] + old-style 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 de925edb960..a9788aae142 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 0a1e6c047d7..39e9171d3a9 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro-type1-specimen.tex @@ -1,33 +1,32 @@ -\documentclass[11pt,a4paper]{article} +\documentclass[12pt]{standalone} \usepackage{array} \usepackage[default,type1]{sourcecodepro} \usepackage[T1]{fontenc} -\usepackage[margin=0mm,paperheight=25mm,paperwidth=170mm]{geometry} \newcommand*\spA{abcde} \newcommand*\spB{01469} -\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 \\} +\newcommand*\spr[1][\spA]{& #1 & #1 & #1 & #1 & #1 & #1 & #1 \\} \begin{document} -\centering \begin{tabular}{ l >{\fontseries{el}\fontshape{n}\selectfont}c >{\fontseries{l}\fontshape{n}\selectfont}c >{\fontseries{m}\fontshape{n}\selectfont}c + >{\fontseries{mb}\fontshape{n}\selectfont}c >{\fontseries{sb}\fontshape{n}\selectfont}c >{\fontseries{b}\fontshape{n}\selectfont}c >{\fontseries{k}\fontshape{n}\selectfont}c } - & ExtraLight & Light & Regular & Semibold & Bold & Black \\ + & ExtraLight & Light & Regular & Medium & Semibold & Bold & Black \\ normal \spr -% italic \spr[\itshape\spA] + italic \spr[\itshape\spA] % small-caps \spr[\scshape\spA] capitals \spr[\MakeUppercase\spA] lining \spr[\spB] -% lining italic \spr[\itshape\spB] + lining italic \spr[\itshape\spB] % lining small-caps \spr[\scshape\spB] old-style \spr[\oldstylenums{\spB}] -% old-style italic \spr[\oldstylenums{\itshape\spB}] + old-style 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 80ad3b3cc38..2e55dbe98b6 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 4b6d9f80326..8794496d549 100644 --- a/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex +++ b/Master/texmf-dist/doc/latex/sourcecodepro/sourcecodepro.tex @@ -1,4 +1,4 @@ -\documentclass[11pt,a4paper,english]{article} +\documentclass[10pt,a4paper,english]{article} \usepackage{geometry,hologo,hyperref,babel,mdwlist,array,multicol} \usepackage[default,osf]{sourcesanspro} \usepackage[scaled=.95]{sourcecodepro} @@ -16,12 +16,14 @@ \Large Adobe's Source Code Pro typeface for \LaTeX } \author{Silke Hofstra, \href{mailto:tex@slxh.nl}{tex@slxh.nl}} -\date{Documentation for sourcecodepro v2.3.\\ \today} +\date{Documentation for sourcecodepro v2.4.\\ \today} \begin{document} \maketitle \begin{multicols}{2} -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}. +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 from \href{https://github.com/adobe-fonts/source-code-pro}{GitHub} are used. The entire font family is included. + +This package is also available on \href{https://github.com/silkeh/latex-sourcecodepro}{GitHub}. \section{Options} The package has the following options: @@ -71,17 +73,19 @@ A complete list of available font features is available on page \pageref{sec:otf \subsection{Files} \begin{itemize*} \item SourceCodePro-ExtraLight.otf -% \item SourceCodePro-ExtraLightIt.otf + \item SourceCodePro-ExtraLightIt.otf \item SourceCodePro-Light.otf -% \item SourceCodePro-LightIt.otf + \item SourceCodePro-LightIt.otf \item SourceCodePro-Regular.otf -% \item SourceCodePro-RegularIt.otf + \item SourceCodePro-RegularIt.otf + \item SourceCodePro-Medium.otf + \item SourceCodePro-MediumIt.otf \item SourceCodePro-Semibold.otf -% \item SourceCodePro-SemiboldIt.otf + \item SourceCodePro-SemiboldIt.otf \item SourceCodePro-Bold.otf -% \item SourceCodePro-BoldIt.otf + \item SourceCodePro-BoldIt.otf \item SourceCodePro-Black.otf -% \item SourceCodePro-BlackIt.otf + \item SourceCodePro-BlackIt.otf \end{itemize*} \section{Type1} @@ -90,13 +94,20 @@ The following Type1 font families are included: \item SourceCodePro-TLF \item SourceCodePro-TOsF \end{itemize*} -With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’.% and shapes ‘n’, ‘i’ and ‘sc’. +With series ‘el’, ‘l’, ‘m’, ‘mb’, ‘sb’, ‘b’, ‘k’ and shapes ‘n’ and ‘i’. \section{Version history} +\subsection*{2.4} +\begin{itemize*} + \item Added the italic fonts (\emph{beta} v1.002). + \item Added the fixed medium font (v1.020). + \item Implemented the medium font. +\end{itemize*} + \subsection*{2.3} -\begin{itemize} +\begin{itemize*} \item Fixed errors in weight implementation. -\end{itemize} +\end{itemize*} \subsection*{2.2} \begin{itemize*} @@ -129,6 +140,7 @@ With series ‘el’, ‘l’, ‘m’, ‘sb’, ‘b’, ‘k’.% and shapes \section{Known issues} \begin{itemize*} + \item Italics (which are \emph{beta}) do not always work in type1. \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. \end{itemize*} @@ -141,14 +153,14 @@ At the moment Source Code Pro doesn’t have italics or small-caps. \subsection{OpenType} \begin{figure}[ht] \centering - \includegraphics{sourcecodepro-otf-specimen} + \includegraphics[width=\linewidth]{sourcecodepro-otf-specimen} \end{figure} This table can also be found in \file{sourcecodepro-otf-specimen}. \subsection{Type1} \begin{figure}[ht] \centering - \includegraphics{sourcecodepro-type1-specimen} + \includegraphics[width=\linewidth]{sourcecodepro-type1-specimen} \end{figure} This table can also be found in \file{sourcecodepro-type1-specimen}. diff --git a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map index 7f7d068fccf..c97bdc37f80 100644 --- a/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map +++ b/Master/texmf-dist/fonts/map/dvips/sourcecodepro/SourceCodePro.map @@ -140,3 +140,79 @@ SourceCodePro-Semibold-tlf-ot1 SourceCodePro-Semibold "AutoEnc_aoc6c2yfiywrypxaz 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-ts1--base SourceCodePro-Semibold "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-Semibold.pfb +SourceCodePro-BlackIt-tlf-ot1 SourceCodePro-BlackIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-t1--base SourceCodePro-BlackIt "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-ly1--base SourceCodePro-BlackIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BlackIt-tlf-ts1--base SourceCodePro-BlackIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-BlackIt.pfb +SourceCodePro-BoldIt-inf-ot1 SourceCodePro-BoldIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-inf-t1--base SourceCodePro-BoldIt "AutoEnc_omr5qyvykv4fkcwrgf6ifibthh ReEncodeFont" <[a_omr5qy.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-inf-ly1--base SourceCodePro-BoldIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-ot1 SourceCodePro-BoldIt "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-t1--base SourceCodePro-BoldIt "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-sup-ly1--base SourceCodePro-BoldIt "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-ot1 SourceCodePro-BoldIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-t1--base SourceCodePro-BoldIt "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-ly1--base SourceCodePro-BoldIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tlf-ts1--base SourceCodePro-BoldIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-ot1 SourceCodePro-BoldIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-t1--base SourceCodePro-BoldIt "AutoEnc_27avc72ffpmgqxda2iomcfftof ReEncodeFont" <[a_27avc7.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-numr-ly1--base SourceCodePro-BoldIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-ot1 SourceCodePro-BoldIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-t1--base SourceCodePro-BoldIt "AutoEnc_bldrys4vhgzkwwitrwibk5xdwa ReEncodeFont" <[a_bldrys.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-dnom-ly1--base SourceCodePro-BoldIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-ot1 SourceCodePro-BoldIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-t1--base SourceCodePro-BoldIt "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-ly1--base SourceCodePro-BoldIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-BoldIt-tosf-ts1--base SourceCodePro-BoldIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-BoldIt.pfb +SourceCodePro-ExtraLightIt-tlf-ot1 SourceCodePro-ExtraLightIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-t1--base SourceCodePro-ExtraLightIt "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-ly1--base SourceCodePro-ExtraLightIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-ExtraLightIt-tlf-ts1--base SourceCodePro-ExtraLightIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-ExtraLightIt.pfb +SourceCodePro-LightIt-tlf-ot1 SourceCodePro-LightIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-t1--base SourceCodePro-LightIt "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-ly1--base SourceCodePro-LightIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-LightIt.pfb +SourceCodePro-LightIt-tlf-ts1--base SourceCodePro-LightIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-LightIt.pfb +SourceCodePro-MediumIt-tlf-ot1 SourceCodePro-MediumIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-t1--base SourceCodePro-MediumIt "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-ly1--base SourceCodePro-MediumIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-MediumIt-tlf-ts1--base SourceCodePro-MediumIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-MediumIt.pfb +SourceCodePro-It-inf-ot1 SourceCodePro-It "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-It.pfb +SourceCodePro-It-inf-t1--base SourceCodePro-It "AutoEnc_omr5qyvykv4fkcwrgf6ifibthh ReEncodeFont" <[a_omr5qy.enc <SourceCodePro-It.pfb +SourceCodePro-It-inf-ly1--base SourceCodePro-It "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-ot1 SourceCodePro-It "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-t1--base SourceCodePro-It "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-It.pfb +SourceCodePro-It-sup-ly1--base SourceCodePro-It "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-ot1 SourceCodePro-It "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-t1--base SourceCodePro-It "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-ly1--base SourceCodePro-It "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-It.pfb +SourceCodePro-It-tlf-ts1--base SourceCodePro-It "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-ot1 SourceCodePro-It "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-t1--base SourceCodePro-It "AutoEnc_27avc72ffpmgqxda2iomcfftof ReEncodeFont" <[a_27avc7.enc <SourceCodePro-It.pfb +SourceCodePro-It-numr-ly1--base SourceCodePro-It "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-ot1 SourceCodePro-It "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-t1--base SourceCodePro-It "AutoEnc_bldrys4vhgzkwwitrwibk5xdwa ReEncodeFont" <[a_bldrys.enc <SourceCodePro-It.pfb +SourceCodePro-It-dnom-ly1--base SourceCodePro-It "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-ot1 SourceCodePro-It "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-t1--base SourceCodePro-It "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-ly1--base SourceCodePro-It "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-It.pfb +SourceCodePro-It-tosf-ts1--base SourceCodePro-It "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-It.pfb +SourceCodePro-SemiboldIt-inf-ot1 SourceCodePro-SemiboldIt "AutoEnc_4t223sx5lq6jrlsthxsnnop3sf ReEncodeFont" <[a_4t223s.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-inf-t1--base SourceCodePro-SemiboldIt "AutoEnc_omr5qyvykv4fkcwrgf6ifibthh ReEncodeFont" <[a_omr5qy.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-inf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_s37xrqpdkrejuxa23w7hilldld ReEncodeFont" <[a_s37xrq.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-ot1 SourceCodePro-SemiboldIt "AutoEnc_nkmn5f4ulexkgmp64t5bgkoc6c ReEncodeFont" <[a_nkmn5f.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-t1--base SourceCodePro-SemiboldIt "AutoEnc_6zrzozed4n35naxdium3i65mxg ReEncodeFont" <[a_6zrzoz.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-sup-ly1--base SourceCodePro-SemiboldIt "AutoEnc_ubfwplbddrdns5epj62lg2ep2f ReEncodeFont" <[a_ubfwpl.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-ot1 SourceCodePro-SemiboldIt "AutoEnc_aoc6c2yfiywrypxazkbjbuobhb ReEncodeFont" <[a_aoc6c2.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-t1--base SourceCodePro-SemiboldIt "AutoEnc_mqb3sgpydkp3qa23byr2yunmsg ReEncodeFont" <[a_mqb3sg.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_jvslvyb4t4nmlsg27a55bw6bee ReEncodeFont" <[a_jvslvy.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tlf-ts1--base SourceCodePro-SemiboldIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-ot1 SourceCodePro-SemiboldIt "AutoEnc_7ovpxhsz7rxwynfxtbpsggjlga ReEncodeFont" <[a_7ovpxh.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-t1--base SourceCodePro-SemiboldIt "AutoEnc_27avc72ffpmgqxda2iomcfftof ReEncodeFont" <[a_27avc7.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-numr-ly1--base SourceCodePro-SemiboldIt "AutoEnc_dz5hhpg3ymnzpb4nefm6q2dgbh ReEncodeFont" <[a_dz5hhp.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-ot1 SourceCodePro-SemiboldIt "AutoEnc_kinvs533t24ay5df74uipofuje ReEncodeFont" <[a_kinvs5.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-t1--base SourceCodePro-SemiboldIt "AutoEnc_bldrys4vhgzkwwitrwibk5xdwa ReEncodeFont" <[a_bldrys.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-dnom-ly1--base SourceCodePro-SemiboldIt "AutoEnc_gu5xouqluifjsnwyi33wiqknnf ReEncodeFont" <[a_gu5xou.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-ot1 SourceCodePro-SemiboldIt "AutoEnc_djdyjqcylsdnrqxziltltabatd ReEncodeFont" <[a_djdyjq.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-t1--base SourceCodePro-SemiboldIt "AutoEnc_xftsmgpyad7jkqv5pqlqn73ggh ReEncodeFont" <[a_xftsmg.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-ly1--base SourceCodePro-SemiboldIt "AutoEnc_retzg2pzf6wxgbppyetfqltdvb ReEncodeFont" <[a_retzg2.enc <SourceCodePro-SemiboldIt.pfb +SourceCodePro-SemiboldIt-tosf-ts1--base SourceCodePro-SemiboldIt "AutoEnc_ktd5xroqdghu3kyuvxydiwrgqe ReEncodeFont" <[a_ktd5xr.enc <SourceCodePro-SemiboldIt.pfb diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf Binary files differnew file mode 100644 index 00000000000..f68d55a50d7 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BlackIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf Binary files differnew file mode 100644 index 00000000000..66ef9fd6ced --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-BoldIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf Binary files differnew file mode 100644 index 00000000000..f0a51708cbc --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf Binary files differnew file mode 100644 index 00000000000..bf0a3249c5d --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-LightIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf Binary files differindex be70672f06a..7391ac61811 100644 --- a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-Medium.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf Binary files differnew file mode 100644 index 00000000000..a70d4be5864 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-MediumIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf Binary files differnew file mode 100644 index 00000000000..b04433e722b --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-RegularIt.otf diff --git a/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf Binary files differnew file mode 100644 index 00000000000..8c7a5f541d2 --- /dev/null +++ b/Master/texmf-dist/fonts/opentype/adobe/sourcecodepro/SourceCodePro-SemiboldIt.otf diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..3812526d8de --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..fc3743e11b4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..1d0d49d2d2d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..324604c16e5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..7ea9aaab10e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..c8430382b62 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1efec975d65 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..aa591974e84 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d622f6717c2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..d43095cb7e0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e3811b13d05 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..d6357a5bbdd --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..35d870ca90a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7516270daca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..23d77345d7e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..0ebeecdb06e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..347f6fac866 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..09c1c678785 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d96e720e2c4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..fc4aa66cc03 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..f4d7c0a6063 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..a6218efdf07 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0215c92b151 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..43a6a00311b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..209de1deb31 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..20fb6713dc8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..8a972b2f7d3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..efeda02cc45 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..b5a7f35b73b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a68c6aeefb9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..a108c75f89e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..24dde28c8df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..de3b99b6c55 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ef42fc85b6c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..4ac48142faa --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..667a34c2cff --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..45fe24e9be1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..38f5b511ef8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..2ac61ec121e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..de3b99b6c55 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..ef42fc85b6c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..3cc557f0a2a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..337d1ff4cf7 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..330f38cb68b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..aa72f8200b2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..834bfce5386 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..76a688114d4 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..67e7d8db58a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..398b70f992b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0710995dbc1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..062a0b8b160 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..108bf10cc58 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..5c0d6899334 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..0ac961c1679 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..23420c6d0dc --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..3c068ad122a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..23d3c84d182 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..20cd947926b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..095c8d50450 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..9e952c5606a --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..cd3824d55ca --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..bdaa1ec4343 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..bcbb50284c2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..7ba79973e23 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7fb67d860b0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..41afbeedc93 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..73af0349284 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..379f505ba1c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..736e9dda65f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..c9dae7ac5e3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a2878488f74 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..68cac8875ae --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..f5728f6298d --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..1249d2536d5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..bc24717e837 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..c828db55b19 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..befb97c7bf0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..8c2751aa2bf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e4925fb5188 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..8614e8beb63 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..1249d2536d5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..bc24717e837 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..5d875e28e66 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..0c22cbce671 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..0f5ea3a9a07 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..c40df67e206 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..1d49bffdac9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..46e883fdbb9 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..424cda93838 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..e0ed4abba29 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..27c1d2b89b5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..086d0b5f437 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..e692964c58c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..f6f80f1d227 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..0f4cfd0f5cf --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..7efa7e8ae50 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..bc115643ec3 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm Binary files differnew file mode 100644 index 00000000000..945bb1474ea --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm Binary files differnew file mode 100644 index 00000000000..0fbee33094c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..ac7081ae0e2 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm Binary files differnew file mode 100644 index 00000000000..afad7abf0b1 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..c5acd05f846 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..d4f91113fa5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..46e1777e9b0 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..533dd998d46 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.tfm Binary files differnew file mode 100644 index 00000000000..d339dd49196 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..85325f0e012 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm Binary files differnew file mode 100644 index 00000000000..bfff926b195 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm Binary files differnew file mode 100644 index 00000000000..9596b41b18c --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..6ef0df6c918 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm Binary files differnew file mode 100644 index 00000000000..e1a9531c115 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..a130e07cf74 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm Binary files differnew file mode 100644 index 00000000000..7643cd98335 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm Binary files differnew file mode 100644 index 00000000000..ce8aedd6e86 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..27c8fe844e6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm Binary files differnew file mode 100644 index 00000000000..0e6056edd45 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..b95c1650579 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..26cc6fbbc4f --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a2f3aa770ac --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..6ffc36be6df --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm Binary files differnew file mode 100644 index 00000000000..d4bfb19eb5e --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..58a2efea1c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1119b64f660 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm Binary files differnew file mode 100644 index 00000000000..d5017b05f5b --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm Binary files differnew file mode 100644 index 00000000000..4af2da0aed8 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm Binary files differnew file mode 100644 index 00000000000..a45aff04ca5 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ot1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm Binary files differnew file mode 100644 index 00000000000..4a73b23b667 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm Binary files differnew file mode 100644 index 00000000000..6faf1a20f96 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm Binary files differnew file mode 100644 index 00000000000..58a2efea1c6 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1--base.tfm diff --git a/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm Binary files differnew file mode 100644 index 00000000000..1119b64f660 --- /dev/null +++ b/Master/texmf-dist/fonts/tfm/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.tfm diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb Binary files differnew file mode 100644 index 00000000000..b3e1f4de06b --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BlackIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb Binary files differnew file mode 100644 index 00000000000..271e5d0a511 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-BoldIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb Binary files differnew file mode 100644 index 00000000000..8b8bb7ed305 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-ExtraLightIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb Binary files differnew file mode 100644 index 00000000000..c87f4457894 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-It.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb Binary files differnew file mode 100644 index 00000000000..0f26a25b684 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-LightIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb Binary files differnew file mode 100644 index 00000000000..0cd8f1642a8 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-MediumIt.pfb diff --git a/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb Binary files differnew file mode 100644 index 00000000000..47dadf4b5c9 --- /dev/null +++ b/Master/texmf-dist/fonts/type1/adobe/sourcecodepro/SourceCodePro-SemiboldIt.pfb diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..80e1ac1fdb6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..9a8e335f08f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..cae8280357b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BlackIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..e2cbfd6974a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..c162416946e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..eeab44d6875 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..b0a657b4634 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..be84af9f370 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..39786bc7063 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..f801b9f8980 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..ecd97aaac86 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..1b4a8a7f024 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..0541a394f76 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..c30fbfab7a5 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..a633a0de3e0 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..f08ec8b8201 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..d3ded1ecd07 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-BoldIt-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..f0c688e4d11 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..88bfd7c2d9d --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..e993b949b35 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-ExtraLightIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..75723fd8382 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..db13542fc7e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..560c3fb9550 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..f887501e7bd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..11b6dbf399f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..9bc2b70e5bc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..af09c78a556 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..09d436fae30 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..0f80f93cdbc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..94ab7aeeef9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..fb010f0a1de --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..bd445c9b23f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..3b798b199cc --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..27201f649ee --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-It-tosf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..2e66aec276b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..0ef8e99cfb9 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..168e167ed78 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-LightIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..63489ca868a --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..ab52dffaf33 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..e19632ee890 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-MediumIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf Binary files differnew file mode 100644 index 00000000000..40e41e16fdd --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf Binary files differnew file mode 100644 index 00000000000..db67508dff4 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-dnom-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.vf Binary files differnew file mode 100644 index 00000000000..04ac3d761aa --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.vf Binary files differnew file mode 100644 index 00000000000..64d913765fa --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-inf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf Binary files differnew file mode 100644 index 00000000000..5ad739876e6 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf Binary files differnew file mode 100644 index 00000000000..6636c7002ee --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-numr-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf Binary files differnew file mode 100644 index 00000000000..46c94d614d8 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf Binary files differnew file mode 100644 index 00000000000..df9bd39541c --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-sup-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf Binary files differnew file mode 100644 index 00000000000..d58204d945f --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf Binary files differnew file mode 100644 index 00000000000..a14b0b743b1 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf Binary files differnew file mode 100644 index 00000000000..da387ec7fe2 --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tlf-ts1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf Binary files differnew file mode 100644 index 00000000000..46f20a79d6e --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ly1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf Binary files differnew file mode 100644 index 00000000000..cc001c75d3b --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-t1.vf diff --git a/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf Binary files differnew file mode 100644 index 00000000000..1a6f70a1ede --- /dev/null +++ b/Master/texmf-dist/fonts/vf/adobe/sourcecodepro/SourceCodePro-SemiboldIt-tosf-ts1.vf diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd index 10791f303b9..4f0cc8c395e 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Dnom.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{LY1SourceCodePro-Dnom.fd} - [2014/07/28 (autoinst) Font definitions for LY1/SourceCodePro-Dnom.] + [2015/01/11 (autoinst) Font definitions for LY1/SourceCodePro-Dnom.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,32 +11,64 @@ \DeclareFontFamily{LY1}{SourceCodePro-Dnom}{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-dnom-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{m}{sl}{ + <-> ssub * SourceCodePro-Dnom/m/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Dnom}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{it}{ + <-> ssub * SourceCodePro-Dnom/b/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/sl }{} \DeclareFontShape{LY1}{SourceCodePro-Dnom}{bx}{n}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd index 7c86cb2994b..cfd07de9d16 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Inf.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{LY1SourceCodePro-Inf.fd} - [2014/07/28 (autoinst) Font definitions for LY1/SourceCodePro-Inf.] + [2015/01/11 (autoinst) Font definitions for LY1/SourceCodePro-Inf.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,34 +11,66 @@ \DeclareFontFamily{LY1}{SourceCodePro-Inf}{} +\DeclareFontShape{LY1}{SourceCodePro-Inf}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Inf}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-inf-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-Inf}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Inf}{sb}{sl}{ + <-> ssub * SourceCodePro-Inf/sb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Inf}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Inf}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-inf-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-Inf}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Inf}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-inf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Inf}{m}{sl}{ + <-> ssub * SourceCodePro-Inf/m/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-inf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Inf}{b}{sl}{ + <-> ssub * SourceCodePro-Inf/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-Inf}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-inf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-Inf}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-inf-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-Inf}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-Inf}{bx}{it}{ + <-> ssub * SourceCodePro-Inf/b/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Inf}{bx}{sl}{ + <-> ssub * SourceCodePro-Inf/b/sl +}{} + \DeclareFontShape{LY1}{SourceCodePro-Inf}{bx}{n}{ <-> ssub * SourceCodePro-Inf/b/n }{} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd index e6da3cbf9b5..3a02479818d 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Numr.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{LY1SourceCodePro-Numr.fd} - [2014/07/28 (autoinst) Font definitions for LY1/SourceCodePro-Numr.] + [2015/01/11 (autoinst) Font definitions for LY1/SourceCodePro-Numr.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,20 +11,24 @@ \DeclareFontFamily{LY1}{SourceCodePro-Numr}{} +\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ly1 +}{} + \DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{sb}{sl}{ + <-> ssub * SourceCodePro-Numr/sb/it }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-numr-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-Numr}{k}{n}{ @@ -35,12 +39,40 @@ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Numr}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-numr-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Numr}{m}{sl}{ + <-> ssub * SourceCodePro-Numr/m/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{it}{ + <-> ssub * SourceCodePro-Numr/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{n}{ <-> ssub * SourceCodePro-Numr/b/n }{} +\DeclareFontShape{LY1}{SourceCodePro-Numr}{bx}{sl}{ + <-> ssub * SourceCodePro-Numr/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd index 403fd5b6258..c7e4c556876 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-Sup.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{LY1SourceCodePro-Sup.fd} - [2014/07/28 (autoinst) Font definitions for LY1/SourceCodePro-Sup.] + [2015/01/11 (autoinst) Font definitions for LY1/SourceCodePro-Sup.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{LY1}{SourceCodePro-Sup}{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ly1 -}{} - -\DeclareFontShape{LY1}{SourceCodePro-Sup}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ly1 +\DeclareFontShape{LY1}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-Sup}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-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}{sb}{sl}{ + <-> ssub * SourceCodePro-Sup/sb/it }{} \DeclareFontShape{LY1}{SourceCodePro-Sup}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-Sup}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-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}{b}{sl}{ + <-> ssub * SourceCodePro-Sup/b/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{m}{sl}{ + <-> ssub * SourceCodePro-Sup/m/it +}{} + +\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}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-Sup}{bx}{it}{ + <-> ssub * SourceCodePro-Sup/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-Sup}{bx}{n}{ <-> ssub * SourceCodePro-Sup/b/n }{} +\DeclareFontShape{LY1}{SourceCodePro-Sup}{bx}{sl}{ + <-> ssub * SourceCodePro-Sup/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TLF.fd index 1c1bde286f3..ef2da2383c8 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{LY1SourceCodePro-TLF.fd} - [2014/07/28 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] + [2015/01/11 (autoinst) Font definitions for LY1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,34 +11,98 @@ \DeclareFontFamily{LY1}{SourceCodePro-TLF}{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{sl}{ + <-> ssub * SourceCodePro-TLF/m/it }{} \DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it +}{} + \DeclareFontShape{LY1}{SourceCodePro-TLF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{bx}{it}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TLF}{bx}{sl}{ + <-> ssub * SourceCodePro-TLF/b/sl +}{} + \DeclareFontShape{LY1}{SourceCodePro-TLF}{bx}{n}{ <-> ssub * SourceCodePro-TLF/b/n }{} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/LY1SourceCodePro-TOsF.fd index f635153faa0..d88ca38e2bb 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{LY1SourceCodePro-TOsF.fd} - [2014/07/28 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] + [2015/01/11 (autoinst) Font definitions for LY1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{LY1}{SourceCodePro-TOsF}{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-TOsF}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ly1 }{} \DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ly1 }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} -\DeclareFontShape{LY1}{SourceCodePro-TOsF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ly1 +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} \DeclareFontShape{LY1}{SourceCodePro-TOsF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ly1 }{} +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ly1 +}{} + +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{bx}{it}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + \DeclareFontShape{LY1}{SourceCodePro-TOsF}{bx}{n}{ <-> ssub * SourceCodePro-TOsF/b/n }{} +\DeclareFontShape{LY1}{SourceCodePro-TOsF}{bx}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd index 245b5998063..42ffadb720b 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Dnom.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{OT1SourceCodePro-Dnom.fd} - [2014/07/28 (autoinst) Font definitions for OT1/SourceCodePro-Dnom.] + [2015/01/11 (autoinst) Font definitions for OT1/SourceCodePro-Dnom.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{OT1}{SourceCodePro-Dnom}{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Dnom}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{m}{sl}{ + <-> ssub * SourceCodePro-Dnom/m/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/sl }{} \DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{n}{ <-> ssub * SourceCodePro-Dnom/b/n }{} +\DeclareFontShape{OT1}{SourceCodePro-Dnom}{bx}{it}{ + <-> ssub * SourceCodePro-Dnom/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd index c6e92ee1a92..081b6e6dd07 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Inf.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{OT1SourceCodePro-Inf.fd} - [2014/07/28 (autoinst) Font definitions for OT1/SourceCodePro-Inf.] + [2015/01/11 (autoinst) Font definitions for OT1/SourceCodePro-Inf.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{OT1}{SourceCodePro-Inf}{} -\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Inf}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Inf}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Inf}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Inf}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-inf-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-Inf}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-Inf}{b}{sl}{ + <-> ssub * SourceCodePro-Inf/b/it +}{} + \DeclareFontShape{OT1}{SourceCodePro-Inf}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-Inf}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-inf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Inf}{m}{sl}{ + <-> ssub * SourceCodePro-Inf/m/it +}{} + \DeclareFontShape{OT1}{SourceCodePro-Inf}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Inf}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-inf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Inf}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-inf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Inf}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-inf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Inf}{sb}{sl}{ + <-> ssub * SourceCodePro-Inf/sb/it }{} \DeclareFontShape{OT1}{SourceCodePro-Inf}{bx}{n}{ <-> ssub * SourceCodePro-Inf/b/n }{} +\DeclareFontShape{OT1}{SourceCodePro-Inf}{bx}{sl}{ + <-> ssub * SourceCodePro-Inf/b/sl +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Inf}{bx}{it}{ + <-> ssub * SourceCodePro-Inf/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd index 0efb48201ab..30718dc1fd6 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Numr.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{OT1SourceCodePro-Numr.fd} - [2014/07/28 (autoinst) Font definitions for OT1/SourceCodePro-Numr.] + [2015/01/11 (autoinst) Font definitions for OT1/SourceCodePro-Numr.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,34 +11,66 @@ \DeclareFontFamily{OT1}{SourceCodePro-Numr}{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{sl}{ + <-> ssub * SourceCodePro-Numr/sb/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-Numr}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-numr-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Numr}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Numr}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-numr-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-Numr}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-Numr}{m}{sl}{ + <-> ssub * SourceCodePro-Numr/m/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{bx}{it}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Numr}{bx}{sl}{ + <-> ssub * SourceCodePro-Numr/b/sl +}{} + \DeclareFontShape{OT1}{SourceCodePro-Numr}{bx}{n}{ <-> ssub * SourceCodePro-Numr/b/n }{} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd index fafe6549d6d..b9ed058af7c 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-Sup.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{OT1SourceCodePro-Sup.fd} - [2014/07/28 (autoinst) Font definitions for OT1/SourceCodePro-Sup.] + [2015/01/11 (autoinst) Font definitions for OT1/SourceCodePro-Sup.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{OT1}{SourceCodePro-Sup}{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{sl}{ + <-> ssub * SourceCodePro-Sup/m/it }{} \DeclareFontShape{OT1}{SourceCodePro-Sup}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-ot1 }{} +\DeclareFontShape{OT1}{SourceCodePro-Sup}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-Sup}{b}{sl}{ + <-> ssub * SourceCodePro-Sup/b/it +}{} + \DeclareFontShape{OT1}{SourceCodePro-Sup}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{sb}{sl}{ + <-> ssub * SourceCodePro-Sup/sb/it }{} -\DeclareFontShape{OT1}{SourceCodePro-Sup}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-ot1 +\DeclareFontShape{OT1}{SourceCodePro-Sup}{bx}{it}{ + <-> ssub * SourceCodePro-Sup/b/it }{} \DeclareFontShape{OT1}{SourceCodePro-Sup}{bx}{n}{ <-> ssub * SourceCodePro-Sup/b/n }{} +\DeclareFontShape{OT1}{SourceCodePro-Sup}{bx}{sl}{ + <-> ssub * SourceCodePro-Sup/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TLF.fd index b44128a9e8c..8bfe207f6eb 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{OT1SourceCodePro-TLF.fd} - [2014/07/28 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] + [2015/01/11 (autoinst) Font definitions for OT1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,100 @@ \DeclareFontFamily{OT1}{SourceCodePro-TLF}{} +\DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ot1 +}{} + \DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TLF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-TLF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TLF}{m}{sl}{ + <-> ssub * SourceCodePro-TLF/m/it }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TLF}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{it}{ + <-> ssub * SourceCodePro-TLF/b/it }{} \DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{n}{ <-> ssub * SourceCodePro-TLF/b/n }{} +\DeclareFontShape{OT1}{SourceCodePro-TLF}{bx}{sl}{ + <-> ssub * SourceCodePro-TLF/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/OT1SourceCodePro-TOsF.fd index 136e207f87c..50eb9412d48 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{OT1SourceCodePro-TOsF.fd} - [2014/07/28 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] + [2015/01/11 (autoinst) Font definitions for OT1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,32 +11,64 @@ \DeclareFontFamily{OT1}{SourceCodePro-TOsF}{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ot1 -}{} - \DeclareFontShape{OT1}{SourceCodePro-TOsF}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ot1 }{} \DeclareFontShape{OT1}{SourceCodePro-TOsF}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ot1 }{} -\DeclareFontShape{OT1}{SourceCodePro-TOsF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ot1 +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ot1 +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{it}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + +\DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/sl }{} \DeclareFontShape{OT1}{SourceCodePro-TOsF}{bx}{n}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd index 94f9532900b..c7db6b107fa 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Dnom.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{T1SourceCodePro-Dnom.fd} - [2014/07/28 (autoinst) Font definitions for T1/SourceCodePro-Dnom.] + [2015/01/11 (autoinst) Font definitions for T1/SourceCodePro-Dnom.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,32 +11,64 @@ \DeclareFontFamily{T1}{SourceCodePro-Dnom}{} +\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-dnom-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-dnom-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-Dnom}{sb}{sl}{ + <-> ssub * SourceCodePro-Dnom/sb/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-dnom-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Dnom}{b}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-dnom-t1 }{} \DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-dnom-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{m}{sl}{ + <-> ssub * SourceCodePro-Dnom/m/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{it}{ + <-> ssub * SourceCodePro-Dnom/b/it }{} -\DeclareFontShape{T1}{SourceCodePro-Dnom}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-dnom-t1 +\DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{sl}{ + <-> ssub * SourceCodePro-Dnom/b/sl }{} \DeclareFontShape{T1}{SourceCodePro-Dnom}{bx}{n}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd index 179727d2358..30880ab9f6c 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Inf.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{T1SourceCodePro-Inf.fd} - [2014/07/28 (autoinst) Font definitions for T1/SourceCodePro-Inf.] + [2015/01/11 (autoinst) Font definitions for T1/SourceCodePro-Inf.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,32 +11,64 @@ \DeclareFontFamily{T1}{SourceCodePro-Inf}{} -\DeclareFontShape{T1}{SourceCodePro-Inf}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-inf-t1 +\DeclareFontShape{T1}{SourceCodePro-Inf}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Inf}{l}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Light-inf-t1 +\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{sl}{ + <-> ssub * SourceCodePro-Inf/sb/it }{} \DeclareFontShape{T1}{SourceCodePro-Inf}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-inf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Inf}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-inf-t1 +\DeclareFontShape{T1}{SourceCodePro-Inf}{l}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Light-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-inf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{sl}{ + <-> ssub * SourceCodePro-Inf/m/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-inf-t1 }{} \DeclareFontShape{T1}{SourceCodePro-Inf}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-inf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Inf}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-inf-t1 +\DeclareFontShape{T1}{SourceCodePro-Inf}{b}{sl}{ + <-> ssub * SourceCodePro-Inf/b/it }{} -\DeclareFontShape{T1}{SourceCodePro-Inf}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-inf-t1 +\DeclareFontShape{T1}{SourceCodePro-Inf}{bx}{it}{ + <-> ssub * SourceCodePro-Inf/b/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-Inf}{bx}{sl}{ + <-> ssub * SourceCodePro-Inf/b/sl }{} \DeclareFontShape{T1}{SourceCodePro-Inf}{bx}{n}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd index 10c37e42ebf..20e4622b278 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Numr.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{T1SourceCodePro-Numr.fd} - [2014/07/28 (autoinst) Font definitions for T1/SourceCodePro-Numr.] + [2015/01/11 (autoinst) Font definitions for T1/SourceCodePro-Numr.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{T1}{SourceCodePro-Numr}{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-numr-t1 }{} \DeclareFontShape{T1}{SourceCodePro-Numr}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-numr-t1 }{} \DeclareFontShape{T1}{SourceCodePro-Numr}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-numr-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{m}{sl}{ + <-> ssub * SourceCodePro-Numr/m/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-numr-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{sl}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + \DeclareFontShape{T1}{SourceCodePro-Numr}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-numr-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-Numr}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-numr-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-Numr}{sb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Semibold-numr-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Numr}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-numr-t1 +\DeclareFontShape{T1}{SourceCodePro-Numr}{sb}{sl}{ + <-> ssub * SourceCodePro-Numr/sb/it }{} \DeclareFontShape{T1}{SourceCodePro-Numr}{bx}{n}{ <-> ssub * SourceCodePro-Numr/b/n }{} +\DeclareFontShape{T1}{SourceCodePro-Numr}{bx}{sl}{ + <-> ssub * SourceCodePro-Numr/b/sl +}{} + +\DeclareFontShape{T1}{SourceCodePro-Numr}{bx}{it}{ + <-> ssub * SourceCodePro-Numr/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd index d9f45fb90d7..7e97b23acbd 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd +++ b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-Sup.fd @@ -1,7 +1,7 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{T1SourceCodePro-Sup.fd} - [2014/07/28 (autoinst) Font definitions for T1/SourceCodePro-Sup.] + [2015/01/11 (autoinst) Font definitions for T1/SourceCodePro-Sup.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{T1}{SourceCodePro-Sup}{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{sl}{ + <-> ssub * SourceCodePro-Sup/sb/it }{} \DeclareFontShape{T1}{SourceCodePro-Sup}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{el}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-sup-t1 }{} \DeclareFontShape{T1}{SourceCodePro-Sup}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-sup-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-Sup}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-sup-t1 +\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{b}{sl}{ + <-> ssub * SourceCodePro-Sup/b/it }{} \DeclareFontShape{T1}{SourceCodePro-Sup}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-sup-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-Sup}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-sup-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{m}{sl}{ + <-> ssub * SourceCodePro-Sup/m/it +}{} + \DeclareFontShape{T1}{SourceCodePro-Sup}{bx}{n}{ <-> ssub * SourceCodePro-Sup/b/n }{} +\DeclareFontShape{T1}{SourceCodePro-Sup}{bx}{sl}{ + <-> ssub * SourceCodePro-Sup/b/sl +}{} + +\DeclareFontShape{T1}{SourceCodePro-Sup}{bx}{it}{ + <-> ssub * SourceCodePro-Sup/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TLF.fd index 617d75b4b2f..d6a8a0495ac 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{T1SourceCodePro-TLF.fd} - [2014/07/28 (autoinst) Font definitions for T1/SourceCodePro-TLF.] + [2015/01/11 (autoinst) Font definitions for T1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,32 +11,96 @@ \DeclareFontFamily{T1}{SourceCodePro-TLF}{} +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + \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}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it }{} \DeclareFontShape{T1}{SourceCodePro-TLF}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-TLF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TLF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-t1 +\DeclareFontShape{T1}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{m}{sl}{ + <-> ssub * SourceCodePro-TLF/m/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{bx}{it}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + +\DeclareFontShape{T1}{SourceCodePro-TLF}{bx}{sl}{ + <-> ssub * SourceCodePro-TLF/b/sl }{} \DeclareFontShape{T1}{SourceCodePro-TLF}{bx}{n}{ diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/T1SourceCodePro-TOsF.fd index 26d144e5b3f..cbb6ce3f6c7 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{T1SourceCodePro-TOsF.fd} - [2014/07/28 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] + [2015/01/11 (autoinst) Font definitions for T1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{T1}{SourceCodePro-TOsF}{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it +}{} + \DeclareFontShape{T1}{SourceCodePro-TOsF}{mb}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-t1 +}{} + +\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + \DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} \DeclareFontShape{T1}{SourceCodePro-TOsF}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-t1 }{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-t1 +}{} + \DeclareFontShape{T1}{SourceCodePro-TOsF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-t1 }{} -\DeclareFontShape{T1}{SourceCodePro-TOsF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-t1 +\DeclareFontShape{T1}{SourceCodePro-TOsF}{bx}{it}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} \DeclareFontShape{T1}{SourceCodePro-TOsF}{bx}{n}{ <-> ssub * SourceCodePro-TOsF/b/n }{} +\DeclareFontShape{T1}{SourceCodePro-TOsF}{bx}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/sl +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TLF.fd index 6fed3f5bd77..d487d2ed33c 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{TS1SourceCodePro-TLF.fd} - [2014/07/28 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] + [2015/01/11 (autoinst) Font definitions for TS1/SourceCodePro-TLF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -15,32 +15,96 @@ <-> \SourceCodePro@@scale SourceCodePro-Regular-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tlf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TLF}{m}{sl}{ + <-> ssub * SourceCodePro-TLF/m/it +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tlf-ts1 }{} \DeclareFontShape{TS1}{SourceCodePro-TLF}{b}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Bold-tlf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{b}{sl}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + \DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tlf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-ExtraLightIt-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{el}{sl}{ + <-> ssub * SourceCodePro-TLF/el/it +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-LightIt-tlf-ts1 +}{} + \DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-tlf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{l}{sl}{ + <-> ssub * SourceCodePro-TLF/l/it +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BlackIt-tlf-ts1 +}{} + \DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Black-tlf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{k}{sl}{ + <-> ssub * SourceCodePro-TLF/k/it +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{sb}{sl}{ + <-> ssub * SourceCodePro-TLF/sb/it +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-MediumIt-tlf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{mb}{sl}{ + <-> ssub * SourceCodePro-TLF/mb/it +}{} + \DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{n}{ <-> ssub * SourceCodePro-TLF/b/n }{} +\DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{sl}{ + <-> ssub * SourceCodePro-TLF/b/sl +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TLF}{bx}{it}{ + <-> ssub * SourceCodePro-TLF/b/it +}{} + \endinput diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd b/Master/texmf-dist/tex/latex/sourcecodepro/TS1SourceCodePro-TOsF.fd index 90dfa863e4a..0574714d96d 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 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \ProvidesFile{TS1SourceCodePro-TOsF.fd} - [2014/07/28 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] + [2015/01/11 (autoinst) Font definitions for TS1/SourceCodePro-TOsF.] \expandafter\ifx\csname SourceCodePro@scale\endcsname\relax \let\SourceCodePro@@scale\@empty @@ -11,36 +11,68 @@ \DeclareFontFamily{TS1}{SourceCodePro-TOsF}{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-It-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{sl}{ + <-> ssub * SourceCodePro-TOsF/m/it }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{m}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Regular-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-BoldIt-tosf-ts1 }{} -\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{n}{ - <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ts1 +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Bold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{b}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/it }{} \DeclareFontShape{TS1}{SourceCodePro-TOsF}{l}{n}{ <-> \SourceCodePro@@scale SourceCodePro-Light-tosf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{k}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Black-tosf-ts1 +}{} + \DeclareFontShape{TS1}{SourceCodePro-TOsF}{el}{n}{ <-> \SourceCodePro@@scale SourceCodePro-ExtraLight-tosf-ts1 }{} +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{mb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Medium-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{it}{ + <-> \SourceCodePro@@scale SourceCodePro-SemiboldIt-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{n}{ + <-> \SourceCodePro@@scale SourceCodePro-Semibold-tosf-ts1 +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{sb}{sl}{ + <-> ssub * SourceCodePro-TOsF/sb/it +}{} + +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{bx}{it}{ + <-> ssub * SourceCodePro-TOsF/b/it +}{} + \DeclareFontShape{TS1}{SourceCodePro-TOsF}{bx}{n}{ <-> ssub * SourceCodePro-TOsF/b/n }{} +\DeclareFontShape{TS1}{SourceCodePro-TOsF}{bx}{sl}{ + <-> ssub * SourceCodePro-TOsF/b/sl +}{} + \endinput 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 2b043ba96d9..18bbebc9252 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1-autoinst.sty @@ -1,8 +1,8 @@ -%% Generated by autoinst on 2014/07/28 +%% Generated by autoinst on 2015/01/11 %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{SourceCodePro} - [2014/07/28 (autoinst) Style file for SourceCodePro.] + [2015/01/11 (autoinst) Style file for SourceCodePro.] \RequirePackage[T1,LY1]{fontenc} \RequirePackage{textcomp} diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty index 07766762278..42fdaa92ada 100644 --- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty +++ b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro.sty @@ -8,7 +8,7 @@ % Licenced under the LPPL v1.3 or higher. % \NeedsTeXFormat{LaTeX2e}[1994/12/01] -\ProvidesPackage{sourcecodepro}[2014/07/28 v2.3 Adobe's Source Code Pro typeface] +\ProvidesPackage{sourcecodepro}[2015/01/11 v2.4 Adobe's Source Code Pro typeface] \RequirePackage{ifxetex,ifluatex,xkeyval} @@ -21,6 +21,7 @@ \newif\ifsourcecodepro@semibold \newif\ifsourcecodepro@light \newif\ifsourcecodepro@extralight +\newif\ifsourcecodepro@medium % Scaling command \newcommand*{\SourceCodePro@scale}{1} @@ -40,11 +41,12 @@ \DeclareOptionX{oldstyle} {\sourcecodepro@oldstyletrue} \DeclareOptionX{osf} {\sourcecodepro@oldstyletrue} \DeclareOptionX{black} {\sourcecodepro@blacktrue \sourcecodepro@semiboldfalse} -\DeclareOptionX{semibold} {\sourcecodepro@blackfalse\sourcecodepro@semiboldtrue} +\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{light} {\sourcecodepro@lighttrue \sourcecodepro@extralightfalse\sourcecodepro@mediumfalse} +\DeclareOptionX{extralight} {\sourcecodepro@lightfalse\sourcecodepro@extralighttrue \sourcecodepro@mediumfalse} +\DeclareOptionX{regular} {\sourcecodepro@lightfalse\sourcecodepro@extralightfalse\sourcecodepro@mediumfalse} +\DeclareOptionX{medium} {\sourcecodepro@lightfalse\sourcecodepro@extralightfalse\sourcecodepro@mediumtrue } \DeclareOptionX{scale} {\renewcommand*{\SourceCodePro@scale}{#1}} \DeclareOptionX{scaled} {\renewcommand*{\SourceCodePro@scale}{#1}} \DeclareOptionX{default} {\sourcecodepro@defaulttrue} @@ -81,14 +83,18 @@ \fi \fi - % Light/ExtraLight/Regular + % Light/ExtraLight/Regular/Medium \ifsourcecodepro@light \def\sourcecodepro@regstyle{Light} \else \ifsourcecodepro@extralight \def\sourcecodepro@regstyle{ExtraLight} \else - \def\sourcecodepro@regstyle{Regular} + \ifsourcecodepro@medium + \def\sourcecodepro@regstyle{Medium} + \else + \def\sourcecodepro@regstyle{Regular} + \fi \fi \fi @@ -103,9 +109,9 @@ \ifsourcecodepro@ttdefault \setmonofont [ UprightFont = *-\sourcecodepro@regstyle , - ItalicFont = *-\sourcecodepro@regstyle , + ItalicFont = *-\sourcecodepro@regstyle It , BoldFont = *-\sourcecodepro@boldstyle , - BoldItalicFont = *-\sourcecodepro@boldstyle ] + BoldItalicFont = *-\sourcecodepro@boldstyle It ] {SourceCodePro} \fi @@ -113,34 +119,42 @@ % Regular/Bold \newfontfamily\sourcecodepro [ UprightFont = *-Regular , - ItalicFont = *-Regular , + ItalicFont = *-RegularIt , BoldFont = *-Bold , - BoldItalicFont = *-Bold ] + BoldItalicFont = *-BoldIt ] + {SourceCodePro} + + % Medium/Bold + \newfontfamily\sourcecodepromedium + [ UprightFont = *-Medium , + ItalicFont = *-MediumIt , + BoldFont = *-Bold , + BoldItalicFont = *-BoldIt ] {SourceCodePro} % Light/Semibold \newfontfamily\sourcecodeprolight [ UprightFont = *-Light , - ItalicFont = *-Light , + ItalicFont = *-LightIt , BoldFont = *-Semibold , - BoldItalicFont = *-Semibold ] + BoldItalicFont = *-SemiboldIt ] {SourceCodePro} % ExtraLight/Black \newfontfamily\sourcecodeproextreme [ UprightFont = *-ExtraLight , - ItalicFont = *-ExtraLight , + ItalicFont = *-ExtraLightIt , BoldFont = *-Black , - BoldItalicFont = *-Black ] + BoldItalicFont = *-BlackIt ] {SourceCodePro} % Lining figures \newfontfamily\sourcecodeprolf [ Numbers = , UprightFont = *-\sourcecodepro@regstyle , - ItalicFont = *-\sourcecodepro@regstyle , + ItalicFont = *-\sourcecodepro@regstyle It , BoldFont = *-\sourcecodepro@boldstyle , - BoldItalicFont = *-\sourcecodepro@boldstyle ] + BoldItalicFont = *-\sourcecodepro@boldstyle It ] {SourceCodePro} % Dont keep all default font features @@ -169,14 +183,18 @@ \fi \fi - % Light/ExtraLight/Regular + % Light/ExtraLight/Regular/Medium \ifsourcecodepro@light \def\mdseries@tt{l} \else \ifsourcecodepro@extralight \def\mdseries@tt{el} \else - \def\mdseries@tt{m} + \ifsourcecodepro@medium + \def\mdseries@tt{mb} + \else + \def\mdseries@tt{m} + \fi \fi \fi |