diff options
author | Karl Berry <karl@freefriends.org> | 2018-01-30 21:03:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-01-30 21:03:40 +0000 |
commit | 20dc5772c5dd5e8fd6b15ab3c7d241a5cbe0fb01 (patch) | |
tree | 5abf46190d35b3a11aa0160fb0e801d74f642dc6 /Master/texmf-dist/tex/latex | |
parent | 233449d5b60155792ae1546526fe0bafe491e7b4 (diff) |
yhmath (30jan18)
git-svn-id: svn://tug.org/texlive/trunk@46490 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/yhmath/yhmath.sty | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/yhmath/yhmath.sty b/Master/texmf-dist/tex/latex/yhmath/yhmath.sty index 727b5e73da4..9127b96dd79 100644 --- a/Master/texmf-dist/tex/latex/yhmath/yhmath.sty +++ b/Master/texmf-dist/tex/latex/yhmath/yhmath.sty @@ -9,11 +9,11 @@ \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} +\DeclareSymbolFont{yhlargesymbols}{OMX}{yhex}{m}{n} +\DeclareMathAccent{\widetilde}{\mathord}{yhlargesymbols}{"65} +\DeclareMathAccent{\widehat}{\mathord}{yhlargesymbols}{"62} +\DeclareMathAccent{\widetriangle}{\mathord}{yhlargesymbols}{"E6} +\DeclareMathAccent{\wideparen}{\mathord}{yhlargesymbols}{"F3} \newenvironment{amatrix}{\left\langle\begin{matrix}}{\end{matrix}\right\rangle} \def\adots{\mathinner{\mkern2mu\raise\p@\hbox{.} \mkern2mu\raise4\p@\hbox{.}\mkern1mu |