summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/yhmath
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-13 00:11:54 +0000
committerKarl Berry <karl@freefriends.org>2006-01-13 00:11:54 +0000
commit349e8a7f69ad92909fcaa1b581ea3fdcbddaac76 (patch)
tree83afc3d4b1478247b6d11954dea422e3003157e3 /Master/texmf-dist/tex/latex/yhmath
parentac3e648997deafd7e40d13b8dc447f9358548840 (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')
-rw-r--r--Master/texmf-dist/tex/latex/yhmath/OMXyhex.fd18
-rw-r--r--Master/texmf-dist/tex/latex/yhmath/yhmath.sty27
2 files changed, 45 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/yhmath/OMXyhex.fd b/Master/texmf-dist/tex/latex/yhmath/OMXyhex.fd
new file mode 100644
index 00000000000..c248ef0d5be
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/yhmath/OMXyhex.fd
@@ -0,0 +1,18 @@
+%%
+%% This is file `OMXyhex.fd',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% yhmath.dtx (with options: `fdfile')
+%%
+ \ProvidesFile{OMXyhex.fd}
+\ProvidesFile{OMXyhex.fd}
+ [1996/01/04 v1.0 YH's humble contribution to TeX maths]
+\DeclareFontFamily{OMX}{yhex}{}{}
+\DeclareFontShape{OMX}{yhex}{m}{n}{
+ <-> sfixed * yhcmex10
+ }{}
+\endinput
+%%
+%% End of file `OMXyhex.fd'.
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'.