diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-13 00:11:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-13 00:11:54 +0000 |
commit | 349e8a7f69ad92909fcaa1b581ea3fdcbddaac76 (patch) | |
tree | 83afc3d4b1478247b6d11954dea422e3003157e3 /Master/texmf-dist/tex/latex/yhmath/yhmath.sty | |
parent | ac3e648997deafd7e40d13b8dc447f9358548840 (diff) |
yhmath
git-svn-id: svn://tug.org/texlive/trunk@1466 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/yhmath/yhmath.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/yhmath/yhmath.sty | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/yhmath/yhmath.sty b/Master/texmf-dist/tex/latex/yhmath/yhmath.sty new file mode 100644 index 00000000000..c22f325d313 --- /dev/null +++ b/Master/texmf-dist/tex/latex/yhmath/yhmath.sty @@ -0,0 +1,27 @@ +%% +%% This is file `yhmath.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% yhmath.dtx (with options: `package') +%% +\NeedsTeXFormat{LaTeX2e}[1995/12/01] +\ProvidesPackage{yhmath} +\RequirePackage{amsmath} +\DeclareSymbolFont{largesymbols}{OMX}{yhex}{m}{n} +\DeclareMathAccent{\widetilde}{\mathord}{largesymbols}{"65} +\DeclareMathAccent{\widehat}{\mathord}{largesymbols}{"62} +\DeclareMathAccent{\widetriangle}{\mathord}{largesymbols}{"E6} +\DeclareMathAccent{\wideparen}{\mathord}{largesymbols}{"F3} +\newenvironment{amatrix}{\left\langle\matrix}{\endmatrix\right\rangle} +\def\adots{\mathinner{\mkern2mu\raise\p@\hbox{.} +\mkern2mu\raise4\p@\hbox{.}\mkern1mu +\raise7\p@\vbox{\kern7\p@\hbox{.}}\mkern1mu}} +\edef\@tempa#1#2{\def#1{\mathaccent\string"\noexpand\accentclass@#2 }} +\@tempa\ring{017} +\newcommand{\widering}[1]{\overset{\smash{\lower1.333ex\hbox{$% +\displaystyle\ring{}$}}}{\wideparen{#1}}} +\endinput +%% +%% End of file `yhmath.sty'. |