summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht17
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht b/Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht
index 25e7d183e3b..9d6b9634cba 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/fontmath.4ht
@@ -1,6 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% fontmath.4ht 2005-10-23-04:19 %
-% Copyright (C) 1997--2005 Eitan M. Gurari %
+% fontmath.4ht 2006-12-01-16:02 %
+% Copyright (C) 1997--2006 Eitan M. Gurari %
% %
% This work may be distributed and/or modified under the %
% conditions of the LaTeX Project Public License, either %
@@ -24,7 +24,7 @@
% gurari@cse.ohio-state.edu %
% http://www.cse.ohio-state.edu/~gurari %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2005-10-23-04:19}
+\immediate\write-1{version 2006-12-01-16:02}
\def\:same#1{#1}
\def\no:fonts{\more:no \let\protect\@unexpandable@protect }
@@ -42,14 +42,21 @@
\def\old:mfont#1{\csname o:@#1:\endcsname}
\def\new:mfont#1#2{%
\csname a:#1\endcsname
- \csname o:@#1:\endcsname
+ \csname o:#1@@:\endcsname
{#2}\csname b:#1\endcsname
}
\def\:tempd#1{%
+ \expandafter\edef\csname #1\endcsname{%
+ \noexpand\protect \expandafter\noexpand
+ \csname #1@@\endcsname}
+ \expandafter\edef\csname #1@@\endcsname{%
+ \noexpand\protect \expandafter\noexpand
+ \csname @#1\endcsname}
\def\:tempc{\choose:mfont {#1}}
- \expandafter\HLet\csname @#1\endcsname\:tempc
+ \expandafter\HLet\csname #1@@\endcsname\:tempc
\NewConfigure{#1}{2}%
}
+
\:tempd{mathbf}
\:tempd{mathrm}
\:tempd{mathsf}