summaryrefslogtreecommitdiff
path: root/obsolete/fonts/dco/src/dco.sty
blob: 0606af5ee868033d6b19222070c71465650b9813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
%
% 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