%
% dco.sty
%
% 1996/03/17 sebastian_kirsch@kl.maus.de
%
% Loads fontenc-package with T1-encoding and redefines the
% default font families so dco-fonts (dc-fonts with oldstylenums instead of
% regular digits) are used.

\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{dco}[1995/03/17 Fontencoding with dco-fonts]

\DeclareOption*{\PassOptionsToPackage{\CurrentOption}{fontenc}}
\ProcessOptions\relax

\RequirePackage[T1]{fontenc}

\renewcommand{\rmdefault}{cmor}
\renewcommand{\sfdefault}{cmoss}
\renewcommand{\ttdefault}{cmott}

\endinput