From b731569b2ff6b2e94dea6ec03538cb8dc254f611 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Apr 2019 21:14:44 +0000 Subject: avoid case clash git-svn-id: svn://tug.org/texlive/trunk@50817 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/cabin/Cabin.sty | 55 ------------------------- Master/texmf-dist/tex/latex/cabin/Cabinauto.sty | 55 +++++++++++++++++++++++++ 2 files changed, 55 insertions(+), 55 deletions(-) delete mode 100644 Master/texmf-dist/tex/latex/cabin/Cabin.sty create mode 100644 Master/texmf-dist/tex/latex/cabin/Cabinauto.sty diff --git a/Master/texmf-dist/tex/latex/cabin/Cabin.sty b/Master/texmf-dist/tex/latex/cabin/Cabin.sty deleted file mode 100644 index 9f44a0564ce..00000000000 --- a/Master/texmf-dist/tex/latex/cabin/Cabin.sty +++ /dev/null @@ -1,55 +0,0 @@ -%% Generated by autoinst on 2019/04/04 -%% -\NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{Cabin} - [2019/04/04 (autoinst) Style file for Cabin.] - -\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*{\Cabin@scale}{1} - \RequirePackage{xkeyval} - \DeclareOptionX{scale}{\renewcommand*{\Cabin@scale}{##1}} - \DeclareOptionX{scaled}{\renewcommand*{\Cabin@scale}{##1}} -}{ - \let\DeclareOptionX\DeclareOption - \let\ExecuteOptionsX\ExecuteOptions - \let\ProcessOptionsX\ProcessOptions -} - -\DeclareOptionX{lining}{\edef\Cabin@figurestyle{LF}} -\DeclareOptionX{tabular}{\edef\Cabin@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} - {Cabin-\Cabin@figurealign\Cabin@figurestyle} -\renewcommand*{\familydefault}{\rmdefault} - -\endinput diff --git a/Master/texmf-dist/tex/latex/cabin/Cabinauto.sty b/Master/texmf-dist/tex/latex/cabin/Cabinauto.sty new file mode 100644 index 00000000000..9f44a0564ce --- /dev/null +++ b/Master/texmf-dist/tex/latex/cabin/Cabinauto.sty @@ -0,0 +1,55 @@ +%% Generated by autoinst on 2019/04/04 +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{Cabin} + [2019/04/04 (autoinst) Style file for Cabin.] + +\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*{\Cabin@scale}{1} + \RequirePackage{xkeyval} + \DeclareOptionX{scale}{\renewcommand*{\Cabin@scale}{##1}} + \DeclareOptionX{scaled}{\renewcommand*{\Cabin@scale}{##1}} +}{ + \let\DeclareOptionX\DeclareOption + \let\ExecuteOptionsX\ExecuteOptions + \let\ProcessOptionsX\ProcessOptions +} + +\DeclareOptionX{lining}{\edef\Cabin@figurestyle{LF}} +\DeclareOptionX{tabular}{\edef\Cabin@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} + {Cabin-\Cabin@figurealign\Cabin@figurestyle} +\renewcommand*{\familydefault}{\rmdefault} + +\endinput -- cgit v1.2.3