From f7dc45787135e30d44dbc0cd690e1530cee4bdd3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Jan 2006 23:51:08 +0000 Subject: ae git-svn-id: svn://tug.org/texlive/trunk@649 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/ae/ae.sty | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/ae/ae.sty (limited to 'Master/texmf-dist/tex/latex/ae/ae.sty') 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'. -- cgit v1.2.3