summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:07:03 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:07:03 +0000
commit4c63ebf04aa09f3971f3b24414a24cdbe0d5c5a6 (patch)
tree85e7aeba9310260037bbbf7b40326431d2f0d0a0
parent2ef453fb0b9affc4b1d2326b1cf9167f4e0522fa (diff)
slantsc
git-svn-id: svn://tug.org/texlive/trunk@1326 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/latex/slantsc/slantsc.sty101
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'.