summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-05 00:08:31 +0000
committerKarl Berry <karl@freefriends.org>2011-02-05 00:08:31 +0000
commit49a394783459a5d8d926d1b11a68835cfe4283b3 (patch)
treeb8bc01b69e20fb08adca6018cf6a12549d2b2cd3 /Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty
parent3bedfd0f5f304f2676449252e192f4e43cfee7ec (diff)
ptsans (3feb11)
git-svn-id: svn://tug.org/texlive/trunk@21286 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty')
-rw-r--r--Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty35
1 files changed, 0 insertions, 35 deletions
diff --git a/Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty b/Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty
deleted file mode 100644
index 06854638310..00000000000
--- a/Master/texmf-dist/tex/latex/ptsans/PTSansCaptionOld.sty
+++ /dev/null
@@ -1,35 +0,0 @@
-%%Generayed by autoinst on 2011/01/27
-%%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{PTSansCaption}
- [2011/01/27 (autoinst) Style file for PTSansCaption.]
-
-\RequirePackage[T2A,T2B,T2C,X2,IL2,T1]{fontenc}
-\RequirePackage{textcomp}
-\IfFileExists{fontaxes.sty}{
- \RequirePackage{fontaxes}
-}{}
-
-\IfFileExists{xkeyval.sty}{
- \newcommand*{\PTSansCaption@scale}{1}
- \RequirePackage{xkeyval}
- \DeclareOptionX{scaled}{\renewcommand*{\PTSansCaption@scale}{##1}}
-}{
- \let\DeclareOptionX\DeclareOption
- \let\ExecuteOptionsX\ExecuteOptions
- \let\ProcessOptionsX\ProcessOptions
-}
-
-\DeclareOptionX{lining}{\edef\PTSansCaption@figurestyle{LF}}
-\DeclareOptionX{tabular}{\edef\PTSansCaption@figurealign{T}}
-\DeclareOptionX{bold}{\renewcommand*{\bfdefault}{b}}
-\DeclareOptionX{regular}{\renewcommand*{\mddefault}{m}}
-\ExecuteOptionsX{lining,tabular,bold,regular}
-\ProcessOptionsX\relax
-
-\renewcommand*
- {\sfdefault}
- {PTSansCaption-\PTSansCaption@figurealign\PTSansCaption@figurestyle}
-\renewcommand*{\familydefault}{\sfdefault}
-
-\endinput