diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-26 22:55:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-26 22:55:56 +0000 |
commit | df1de228075ed482bdab38ea088860ce599d9a76 (patch) | |
tree | eeeebe2a90d36283ed57ebba37a4464da16d843b /Master/texmf-dist/tex/generic/tex4ht/nameref.4ht | |
parent | ff140747d3358efbf08d95de581c44189cdfb2e9 (diff) |
pic-align compatibility, tex4ht r232, http://puszcza.gnu.org.ua/bugs/?350
git-svn-id: svn://tug.org/texlive/trunk@42797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/nameref.4ht')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/nameref.4ht | 45 |
1 files changed, 23 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht b/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht index 60b0ec2f426..1f8eca287bb 100644 --- a/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht +++ b/Master/texmf-dist/tex/generic/tex4ht/nameref.4ht @@ -1,4 +1,4 @@ -% nameref.4ht (2016-12-18-16:47), generated from tex4ht-4ht.tex +% nameref.4ht (2016-12-26-14:53), generated from tex4ht-4ht.tex % Copyright 2005-2009 Eitan M. Gurari % Copyright 2009-2016 TeX Users Group % @@ -17,7 +17,7 @@ % % If you modify this program, changing the % version identification would be appreciated. -\immediate\write-1{version 2016-12-18-16:47} +\immediate\write-1{version 2016-12-26-14:53} \let\NR:Type\relax \let\ltx@label\label @@ -114,30 +114,31 @@ }{}% % bug [348] \@ifpackageloaded{amsmath}{% - \def\:tempc{% + \def\:tempams{% \gdef\NR:Title{\a:newlabel{equation}}% \gdef\NR:Type{equation}% \gdef\@currentlabelname{equation}% } - \Configure{@begin}{multline}{\:tempc} - \Configure{@begin}{equation}{\:tempc} - \Configure{@begin}{boxed}{\:tempc} - \Configure{@begin}{equations}{\:tempc} - \Configure{@begin}{equation}{\:tempc} - \Configure{@begin}{gather*}{\:tempc} - \Configure{@begin}{gather}{\:tempc} - \Configure{@begin}{genfrac}{\:tempc} - \Configure{@begin}{measure@}{\:tempc} - \Configure{@begin}{multline*}{\:tempc} - \Configure{@begin}{multline}{\:tempc} - \Configure{@begin}{overset}{\:tempc} - \Configure{@begin}{smallmatrix}{\:tempc} - \Configure{@begin}{split}{\:tempc} - \Configure{@begin}{subarray}{\:tempc} - \Configure{@begin}{substack}{\:tempc} - \Configure{@begin}{underset}{\:tempc} - \Configure{@begin}{xleftarrow}{\:tempc} - \Configure{@begin}{xrightarrow}{\:tempc} + \Configure{@begin}{align}{\:tempams} + \Configure{@begin}{multline}{\:tempams} + \Configure{@begin}{equation}{\:tempams} + \Configure{@begin}{boxed}{\:tempams} + \Configure{@begin}{equations}{\:tempams} + \Configure{@begin}{equation}{\:tempams} + \Configure{@begin}{gather*}{\:tempams} + \Configure{@begin}{gather}{\:tempams} + \Configure{@begin}{genfrac}{\:tempams} + \Configure{@begin}{measure@}{\:tempams} + \Configure{@begin}{multline*}{\:tempams} + \Configure{@begin}{multline}{\:tempams} + \Configure{@begin}{overset}{\:tempams} + \Configure{@begin}{smallmatrix}{\:tempams} + \Configure{@begin}{split}{\:tempams} + \Configure{@begin}{subarray}{\:tempams} + \Configure{@begin}{substack}{\:tempams} + \Configure{@begin}{underset}{\:tempams} + \Configure{@begin}{xleftarrow}{\:tempams} + \Configure{@begin}{xrightarrow}{\:tempams} }{} } |