diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ptsans/PTSans.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ptsans/PTSans.sty | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/latex/ptsans/PTSans.sty b/Master/texmf-dist/tex/latex/ptsans/PTSans.sty deleted file mode 100644 index 611bd890c41..00000000000 --- a/Master/texmf-dist/tex/latex/ptsans/PTSans.sty +++ /dev/null @@ -1,39 +0,0 @@ -\ProvidesPackage{PTSans} [2011/02/09 Style file for PTSans.] -%% -%% Options: -%% [scaled] --> Scale = 0.95 -%% [scaled=0.9] --> Scale = 0.90 -%% -\RequirePackage{keyval} -\define@key{PTSans}{scaled}[0.95]{% - \def\PTSans@scale{#1}} -\def\ProcessOptionsWithKV#1{% - \let\@tempc\relax - \let\PTSans@tempa\@empty - \@for\CurrentOption:=\@classoptionslist\do{% - \@ifundefined{KV@#1@\CurrentOption}% - {}% - {% - \edef\PTSans@tempa{\PTSans@tempa,\CurrentOption,}% - \@expandtwoargs\@removeelement\CurrentOption - \@unusedoptionlist\@unusedoptionlist - }% - }% - \edef\PTSans@tempa{% - \noexpand\setkeys{#1}{% - \PTSans@tempa\@ptionlist{\@currname.\@currext}% - }% - }% - \PTSans@tempa - \let\CurrentOption\@empty -} -\ProcessOptionsWithKV{PTSans} -\AtEndOfPackage{% - \let\@unprocessedoptions\relax -} - -\renewcommand{\sfdefault}{PTSans-TLF} -%%\renewcommand{\familydefault}{\sfdefault} -%%\renewcommand{\bfdefault}{b} - -\endinput |