diff options
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'. |