From 8dcd8b5ba48eb7b76580d640cf442e1361268b51 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:52:06 +0000 Subject: bera git-svn-id: svn://tug.org/texlive/trunk@702 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/bera/berasans.sty | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/bera/berasans.sty (limited to 'Master/texmf-dist/tex/latex/bera/berasans.sty') diff --git a/Master/texmf-dist/tex/latex/bera/berasans.sty b/Master/texmf-dist/tex/latex/bera/berasans.sty new file mode 100644 index 00000000000..852a325f5a3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/bera/berasans.sty @@ -0,0 +1,32 @@ +\ProvidesPackage{berasans}[2004/01/30 (WaS)] +\RequirePackage{keyval} +\define@key{Fvs}{scaled}[.9]{% + \def\fvs@Scale{#1}} +\def\ProcessOptionsWithKV#1{% + \let\@tempc\relax + \let\Fvs@tempa\@empty + \@for\CurrentOption:=\@classoptionslist\do{% + \@ifundefined{KV@#1@\CurrentOption}% + {}% + {% + \edef\Fvs@tempa{\Fvs@tempa,\CurrentOption,}% + \@expandtwoargs\@removeelement\CurrentOption + \@unusedoptionlist\@unusedoptionlist + }% + }% + \edef\Fvs@tempa{% + \noexpand\setkeys{#1}{% + \Fvs@tempa\@ptionlist{\@currname.\@currext}% + }% + }% + \Fvs@tempa + \let\CurrentOption\@empty +} +\ProcessOptionsWithKV{Fvs} +\AtEndOfPackage{% + \let\@unprocessedoptions\relax +} +\renewcommand{\sfdefault}{fvs} +\endinput +%% +%% End of file `berasans.sty'. -- cgit v1.2.3