summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty')
-rw-r--r--Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty73
1 files changed, 0 insertions, 73 deletions
diff --git a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty b/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty
deleted file mode 100644
index 5d4f99996f8..00000000000
--- a/Master/texmf-dist/tex/latex/sourcecodepro/sourcecodepro-type1.sty
+++ /dev/null
@@ -1,73 +0,0 @@
-% Source Code Pro for LaTeX
-%
-% Silke Hofstra, silke@slxh.nl
-%
-% Autoinst based file which loads the type1 version of Source Code Pro
-%
-% Licenced under the LPPL
-%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{sourcecodepro-type1}
- [2012/11/04 v1.02 Adobe's Source Code Pro typeface]
-
-\RequirePackage[LY1,T1]{fontenc}
-\RequirePackage{textcomp}
-\IfFileExists{fontaxes.sty}{
- \RequirePackage{fontaxes}
- \providecommand{\tldefault}{tl}
- \DeclareRobustCommand\tlshape{\not@math@alphabet\tlshape\relax
- \fontsecondaryshape\tldefault\selectfont}
- \DeclareTextFontCommand{\texttl}{\tlshape}
- \let\texttitling\texttl
- \fa@naming@exception{shape}{{n}{tl}}{tl}
- \fa@naming@exception{shape}{{it}{tl}}{tlit}
-
- \fa@naming@exception{figures}{{superior}{proportional}}{Sup}
- \fa@naming@exception{figures}{{superior}{tabular}}{Sup}
- \def\sufigures{\@nomath\sufigures
- \fontfigurestyle{superior}\selectfont}
- \DeclareTextFontCommand{\textsu}{\sufigures}
- \let\textsuperior\textsu
-
-}{}
-
-\IfFileExists{xkeyval.sty}{
- \newcommand*{\sourcecodepro@scale}{1}
- \RequirePackage{xkeyval}
- \DeclareOptionX{scaled}{\renewcommand*{\sourcecodepro@scale}{##1}}
-}{
- \let\DeclareOptionX\DeclareOption
- \let\ExecuteOptionsX\ExecuteOptions
- \let\ProcessOptionsX\ProcessOptions
-}
-
-
-\DeclareOptionX{lining}{\edef\sourcecodepro@figurestyle{LF}}
-\DeclareOptionX{nf}{\edef\sourcecodepro@figurestyle{LF}}
-\DeclareOptionX{oldstyle}{\edef\sourcecodepro@figurestyle{OsF}}
-\DeclareOptionX{osf}{\edef\sourcecodepro@figurestyle{OsF}}
-\DeclareOptionX{black}{\renewcommand*{\bfdefault}{k}}
-\DeclareOptionX{semibold}{\renewcommand*{\bfdefault}{sb}}
-\DeclareOptionX{bold}{\renewcommand*{\bfdefault}{b}}
-\DeclareOptionX{light}{\renewcommand*{\mddefault}{l}}
-\DeclareOptionX{extralight}{\renewcommand*{\mddefault}{el}}
-\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}}
-\DeclareOptionX{default}{\renewcommand*{\familydefault}{\ttdefault}}
-\ExecuteOptionsX{lining,bold,regular}
-\ProcessOptionsX\relax
-
-\renewcommand*\oldstylenums[1]{%
- \begingroup
- \ifmmode
- \mathgroup\symletters #1%
- \else
- \fontfamily{SourceCodePro-TOsF}\selectfont #1%
- \fi
- \endgroup
-}
-
-\renewcommand*
- {\ttdefault}
- {SourceCodePro-T\sourcecodepro@figurestyle}
-
-\endinput