diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-30 00:22:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-30 00:22:48 +0000 |
commit | 421e415aa7b668faf5825b5c982e5e1e54d7ba38 (patch) | |
tree | 23b6496493459bc501b350bd1a6dff85f2a7e184 /Master/texmf-dist/tex/latex/ar | |
parent | e5bbbfef588a4b24b215463d6a20e0e389c8c8f8 (diff) |
rm ar, replaced by aspectratio
git-svn-id: svn://tug.org/texlive/trunk@25227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/ar')
-rw-r--r-- | Master/texmf-dist/tex/latex/ar/ar.sty | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/latex/ar/ar.sty b/Master/texmf-dist/tex/latex/ar/ar.sty deleted file mode 100644 index 7b0d5e065a1..00000000000 --- a/Master/texmf-dist/tex/latex/ar/ar.sty +++ /dev/null @@ -1,39 +0,0 @@ -% -% This package is for using the aspect ratio symbol in math mode and in -% text mode by means of the command \AR. -% -% It is supposed to work both with LaTeX209 and LaTeXe -% It requires the METAFONT files ar5.mf, ar6.mf, ar7.mf, ar8.mf, ar9.mf, -% ar10.mf, ar12.mf -% -\ifx\documentclass\undefined -% With LaTeX209 the symbol is available in just one size (by default) -% but the user can edit the next line in order to get the size s/he wants - \newfont{\ar}{ar10 at 10pt} - \load{\normalsize}{\ar} - \def\AR{\mbox{\ar A}} -\else -% While with LaTeXe all standard sizes are available -% (no bold version available...sorry!) - \DeclareFontFamily{U}{ar}{} - \DeclareFontShape{U}{ar}{m}{it}% - {<5><6><7><8><9>gen*ar% - <10><10.95>ar10% - <12><14.4><17.28><20.74><24.88>ar12% - }{} - \DeclareFontShape{U}{ar}{b}{it}% - {<->ssub*ar/m/it}{} - \DeclareFontShape{U}{ar}{bx}{it}% - {<->ssub*ar/m/it}{} - \DeclareMathAlphabet{\mar}{U}{ar}{m}{it}% - \SetMathAlphabet{\mar}{normal}{U}{ar}{m}{it}% - \SetMathAlphabet{\mar}{bold}{U}{ar}{bx}{it}% actually uses medium series - \if@compatibility - \def\tar{\fontencoding{U}\fontfamily{ar}\itshape} - \DeclareRobustCommand{\ar}{\ifmmode\let\cf@ar\mar\else\let\cf@ar\tar\fi\cf@ar} - \else - \DeclareOldFontCommand{\ar}{\fontencoding{U}\fontfamily{ar}\itshape}{\mar}% - \fi - \DeclareRobustCommand{\AR}{{\ar A}} -\fi -\endinput |