summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-19 17:14:20 +0000
committerKarl Berry <karl@freefriends.org>2011-08-19 17:14:20 +0000
commitf41d8821d39131d90f2c9ca0b5a743426477b2fa (patch)
treee76ce981e8b194d5503ac01c30895ad83ef6053f /Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty
parente806cf78b6f44a20853d72363eb4ca8a70dc357b (diff)
rm ptsans, replaced by paratype
git-svn-id: svn://tug.org/texlive/trunk@23604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty')
-rw-r--r--Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty39
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty b/Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty
deleted file mode 100644
index 890e1d8b2d5..00000000000
--- a/Master/texmf-dist/tex/latex/ptsans/PTSansCaption.sty
+++ /dev/null
@@ -1,39 +0,0 @@
-\ProvidesPackage{PTSansCaption} [2011/02/09 Style file for PTSansCaption.]
-%%
-%% Options:
-%% [scaled] --> Scale = 0.95
-%% [scaled=0.9] --> Scale = 0.90
-%%
-\RequirePackage{keyval}
-\define@key{PTSansCaption}{scaled}[0.95]{%
- \def\PTSansCaption@scale{#1}}
-\def\ProcessOptionsWithKV#1{%
- \let\@tempc\relax
- \let\PTSansCaption@tempa\@empty
- \@for\CurrentOption:=\@classoptionslist\do{%
- \@ifundefined{KV@#1@\CurrentOption}%
- {}%
- {%
- \edef\PTSansCaption@tempa{\PTSansCaption@tempa,\CurrentOption,}%
- \@expandtwoargs\@removeelement\CurrentOption
- \@unusedoptionlist\@unusedoptionlist
- }%
- }%
- \edef\PTSansCaption@tempa{%
- \noexpand\setkeys{#1}{%
- \PTSansCaption@tempa\@ptionlist{\@currname.\@currext}%
- }%
- }%
- \PTSansCaption@tempa
- \let\CurrentOption\@empty
-}
-\ProcessOptionsWithKV{PTSansCaption}
-\AtEndOfPackage{%
- \let\@unprocessedoptions\relax
-}
-
-\renewcommand{\sfdefault}{PTSansCaption-TLF}
-%%\renewcommand{\familydefault}{\sfdefault}
-%%\renewcommand{\bfdefault}{b}
-
-\endinput