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/aecompl.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/aecompl.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/ae/aecompl.sty | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/ae/aecompl.sty b/Master/texmf-dist/tex/latex/ae/aecompl.sty new file mode 100644 index 00000000000..cf87cfad063 --- /dev/null +++ b/Master/texmf-dist/tex/latex/ae/aecompl.sty @@ -0,0 +1,23 @@ +\def\fileversion{0.9} +\def\filedate{1998/07/23} +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{aecompl}[\filedate\space\fileversion\space +T1 Complements for AE fonts (D. Roegel)] + +\def\@ae@compl#1{{\fontencoding{T1}\fontfamily{cmr}\selectfont\symbol{#1}}} +\def\guillemotleft{\@ae@compl{19}} +\def\guillemotright{\@ae@compl{20}} +\def\guilsinglleft{\@ae@compl{14}} +\def\guilsinglright{\@ae@compl{15}} +\def\TH{\@ae@compl{222}} +\def\NG{\@ae@compl{141}} +\def\ng{\@ae@compl{173}} +\def\th{\@ae@compl{254}} +\def\DJ{\@ae@compl{208}} +\def\dj{\@ae@compl{158}} +\def\DH{\@ae@compl{208}} +\def\dh{\@ae@compl{240}} +\def\@perthousandzero{\@ae@compl{24}} +\def\textperthousand{\%\@perthousandzero} +\def\textpertenthousand{\%\@perthousandzero\@perthousandzero} +\endinput |