diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/slantsc/slantsc.sty | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/slantsc/slantsc.sty b/Master/texmf-dist/tex/latex/slantsc/slantsc.sty new file mode 100644 index 00000000000..61190f91789 --- /dev/null +++ b/Master/texmf-dist/tex/latex/slantsc/slantsc.sty @@ -0,0 +1,101 @@ +%% +%% This is file `slantsc.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% slantsc.dtx (with options: `package') +%% +%% slantsc package +%% +%% Copyright 2003 Harald Harders +%% +%% This program can be redistributed and/or modified under the terms +%% of the LaTeX Project Public License Distributed from CTAN +%% archives in directory macros/latex/base/lppl.txt; either +%% version 1 of the License, or any later version. +%% +%% h.harders@tu-bs.de +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{slantsc} + [2003/11/09 v2.10 Provide Slanted an Italic Small Caps] +\RequirePackage{ifthen} +\DeclareFontFamily{T1}{cmr}{} +\DeclareFontShape{T1}{cmr}{m}{scsl}% +{<5><6><7><8><9><10><10.95><12><14.4>% + <17.28><20.74><24.88><29.86><35.83>genb*ecsc}{} +\DeclareFontShape{T1}{cmr}{bx}{scsl}% +{<5><6><7><8><9><10><10.95><12><14.4>% + <17.28><20.74><24.88><29.86><35.83>genb*ecoc}{} +\DeclareFontShape{T1}{cmr}{m}{scit}{<->ssub * cmr/m/scsl}{} +\DeclareFontShape{T1}{cmr}{bx}{scit}{<->ssub * cmr/bx/scsl}{} +\providecommand*\scitdefault{\scdefault\itdefault} +\providecommand*\scsldefault{\scdefault\sldefault} +\DeclareRobustCommand\upshape{% + \not@math@alphabet\upshape\relax + \ifthenelse{\equal{\f@shape}{\scdefault}\or + \equal{\f@shape}{\scitdefault}\or\equal{\f@shape}{\scsldefault}}{% + \fontshape\scdefault + }{% + \fontshape\updefault + }% + \selectfont +} +\DeclareRobustCommand\slshape{% + \not@math@alphabet\slshape\relax + \ifthenelse{\equal{\f@shape}{\scdefault}\or + \equal{\f@shape}{\scitdefault}\or\equal{\f@shape}{\scsldefault}}{% + \fontshape\scsldefault + }{% + \fontshape\sldefault + }% + \selectfont +} +\DeclareRobustCommand\itshape{% + \not@math@alphabet\itshape\relax + \ifthenelse{\equal{\f@shape}{\scdefault}\or + \equal{\f@shape}{\scitdefault}\or\equal{\f@shape}{\scsldefault}}{% + \fontshape\scitdefault + }{% + \fontshape\itdefault + }% + \selectfont +} +\DeclareRobustCommand\scshape{% + \not@math@alphabet\scshape\relax + \ifthenelse{\equal{\f@shape}{\scdefault}\or + \equal{\f@shape}{\scitdefault}\or\equal{\f@shape}{\scsldefault}}{% + }{% + \ifthenelse{\equal{\f@shape}{\itdefault}}{% + \fontshape\scitdefault + }{% + \ifthenelse{\equal{\f@shape}{\sldefault}}{% + \fontshape\scsldefault + }{% + \fontshape\scdefault + }% + }% + }% + \selectfont +} +\DeclareRobustCommand\noscshape{% + \not@math@alphabet\noscshape\relax + \ifthenelse{\equal{\f@shape}{\scdefault}\or + \equal{\f@shape}{\scitdefault}\or\equal{\f@shape}{\scsldefault}}{% + \ifthenelse{\equal{\f@shape}{\scitdefault}}{% + \fontshape\itdefault + }{% + \ifthenelse{\equal{\f@shape}{\scsldefault}}{% + \fontshape\sldefault + }{% + \fontshape\updefault + }% + }% + }{% + }% + \selectfont +} +\endinput +%% +%% End of file `slantsc.sty'. |