\ProvidesPackage{DejaVuSerif} [2011/06/01 Style file for DejaVuSerif.]
%%
%% Options:
%%  [scaled]       --> Scale = 0.95
%%  [scaled=0.9]   --> Scale = 0.90
%%
\RequirePackage{keyval}
\define@key{DejaVuSerif}{scaled}[0.95]{%
  \def\DejaVuSerif@scale{#1}}
\def\ProcessOptionsWithKV#1{%
  \let\@tempc\relax
  \let\DejaVuSerif@tempa\@empty
  \@for\CurrentOption:=\@classoptionslist\do{%
    \@ifundefined{KV@#1@\CurrentOption}%
    {}%
    {%
      \edef\DejaVuSerif@tempa{\DejaVuSerif@tempa,\CurrentOption,}%
      \@expandtwoargs\@removeelement\CurrentOption
        \@unusedoptionlist\@unusedoptionlist
    }%
  }%
  \edef\DejaVuSerif@tempa{%
    \noexpand\setkeys{#1}{%
      \DejaVuSerif@tempa\@ptionlist{\@currname.\@currext}%
    }%
  }%
  \DejaVuSerif@tempa
  \let\CurrentOption\@empty
}
\ProcessOptionsWithKV{DejaVuSerif}
\AtEndOfPackage{%
  \let\@unprocessedoptions\relax
}
    

\renewcommand{\rmdefault}{DejaVuSerif-TLF}

\endinput
