diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/cabin/CabinCondensed.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/cabin/CabinCondensed.sty | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/cabin/CabinCondensed.sty b/Master/texmf-dist/tex/latex/cabin/CabinCondensed.sty new file mode 100644 index 00000000000..01d9de3ebc0 --- /dev/null +++ b/Master/texmf-dist/tex/latex/cabin/CabinCondensed.sty @@ -0,0 +1,55 @@ +%% Generated by autoinst on 2019/04/04 +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{CabinCondensed} + [2019/04/04 (autoinst) Style file for CabinCondensed.] + +\RequirePackage[T1,LY1]{fontenc} +\RequirePackage{textcomp} +\IfFileExists{mweights.sty}{\RequirePackage{mweights}}{} +\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{shape}{{sl}{tl}}{tlsl} + + \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*{\CabinCondensed@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scale}{\renewcommand*{\CabinCondensed@scale}{##1}} + \DeclareOptionX{scaled}{\renewcommand*{\CabinCondensed@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\CabinCondensed@figurestyle{LF}} +\DeclareOptionX{tabular}{\edef\CabinCondensed@figurealign{T}} +\DeclareOptionX{semibold}{\edef\bfseries@rm{semibold}} +\DeclareOptionX{bold}{\edef\bfseries@rm{bold}} +\DeclareOptionX{medium}{\edef\mdseries@rm{medium}} +\DeclareOptionX{regular}{\edef\mdseries@rm{regular}} +\ExecuteOptionsX{lining,tabular,bold,regular} +\ProcessOptionsX\relax + +\renewcommand* + {\rmdefault} + {CabinCondensed-\CabinCondensed@figurealign\CabinCondensed@figurestyle} +\renewcommand*{\familydefault}{\rmdefault} + +\endinput |