diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-12 23:51:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-12 23:51:08 +0000 |
commit | f7dc45787135e30d44dbc0cd690e1530cee4bdd3 (patch) | |
tree | 9f5390a3ffe0e901f869b86e868949beb09eb2e6 /Master/texmf-dist/tex/latex/ae/ae.sty | |
parent | 638e976c38349874d6c28087ed1dbd9fa1d25d1f (diff) |
ae
git-svn-id: svn://tug.org/texlive/trunk@649 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ae/ae.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ae/ae.sty | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ae/ae.sty b/Master/texmf-dist/tex/latex/ae/ae.sty new file mode 100644 index 00000000000..f30acf658bc --- /dev/null +++ b/Master/texmf-dist/tex/latex/ae/ae.sty @@ -0,0 +1,23 @@ +%% This is file `ae.sty' +\def\fileversion{1.3} +\def\filedate{2001/02/12} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{ae}[\filedate\space\fileversion\space + Almost European Computer Modern] +\newif\if@ae@slides \@ae@slidesfalse +\DeclareOption{slides}{\@ae@slidestrue} +\ProcessOptions +\fontfamily{aer} +\RequirePackage[T1]{fontenc} +\if@ae@slides + \renewcommand{\sfdefault}{laess} + \renewcommand{\rmdefault}{laess} % no roman + \renewcommand{\ttdefault}{laett} +\else + \renewcommand{\sfdefault}{aess} + \renewcommand{\rmdefault}{aer} + \renewcommand{\ttdefault}{aett} +\fi +\endinput +%% +%% End of file `ae.sty'. |