summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-01-05 15:29:03 +0000
committerKarl Berry <karl@freefriends.org>2020-01-05 15:29:03 +0000
commit8248c2a1559ee05d1ac8d108aa153efdbefc5559 (patch)
tree644787be64e6b9de1ce515f19c89d4f839bcef3e /Master
parent4cf8b7fb2002b7d203088b5b3286f901c0b5e81e (diff)
ext*.4ht font size, \lim, tex4ht r649-650
git-svn-id: svn://tug.org/texlive/trunk@53327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/extarticle.4ht52
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/extbook.4ht52
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/extletter.4ht52
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/extproc.4ht46
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/extreport.4ht46
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/mathml.4ht6
6 files changed, 114 insertions, 140 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/extarticle.4ht b/Master/texmf-dist/tex/generic/tex4ht/extarticle.4ht
index 5b3361cd807..990929252e0 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/extarticle.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/extarticle.4ht
@@ -1,33 +1,29 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% extarticle.4ht 2009-05-21-09:32 %
-% Copyright (C) 2005--2009 Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3c of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3c or later is part of all distributions %
-% of LaTeX version 2005/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari@cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-05-21-09:32}
-
+% extarticle.4ht 2019-12-30-14:10 %
+% Copyright (C) 2005-2009 Eitan M. Gurari %
+% Copyright 2009-2019 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
\input article.4ht
-
+ \ifnum\@ptsize>12\relax
+\renewcommand\@ptsize{10}
+\input{size\@ptsize.clo}
+\fi
+
\Hinput{extarticle} \endinput
diff --git a/Master/texmf-dist/tex/generic/tex4ht/extbook.4ht b/Master/texmf-dist/tex/generic/tex4ht/extbook.4ht
index e8dbc704a7f..6fd8cc43800 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/extbook.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/extbook.4ht
@@ -1,33 +1,29 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% extbook.4ht 2009-05-21-09:32 %
-% Copyright (C) 2005--2009 Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3c of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3c or later is part of all distributions %
-% of LaTeX version 2005/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari@cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-05-21-09:32}
-
+% extbook.4ht 2019-12-30-14:10 %
+% Copyright (C) 2005-2009 Eitan M. Gurari %
+% Copyright 2009-2019 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
\input book.4ht
-
+ \ifnum\@ptsize>12\relax
+\renewcommand\@ptsize{10}
+\input{size\@ptsize.clo}
+\fi
+
\Hinput{extbook} \endinput
diff --git a/Master/texmf-dist/tex/generic/tex4ht/extletter.4ht b/Master/texmf-dist/tex/generic/tex4ht/extletter.4ht
index eff5c7346cd..7fb52902d1f 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/extletter.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/extletter.4ht
@@ -1,33 +1,29 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% extletter.4ht 2009-05-21-09:32 %
-% Copyright (C) 2005--2009 Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3c of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3c or later is part of all distributions %
-% of LaTeX version 2005/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari@cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-05-21-09:32}
-
+% extletter.4ht 2019-12-30-14:10 %
+% Copyright (C) 2005-2009 Eitan M. Gurari %
+% Copyright 2009-2019 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
\input letter.4ht
-
+ \ifnum\@ptsize>12\relax
+\renewcommand\@ptsize{10}
+\input{size\@ptsize.clo}
+\fi
+
\Hinput{extletter} \endinput
diff --git a/Master/texmf-dist/tex/generic/tex4ht/extproc.4ht b/Master/texmf-dist/tex/generic/tex4ht/extproc.4ht
index 37e8d7c4022..7c0548e0477 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/extproc.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/extproc.4ht
@@ -1,31 +1,23 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% extproc.4ht 2009-05-21-09:32 %
-% Copyright (C) 2005--2009 Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3c of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3c or later is part of all distributions %
-% of LaTeX version 2005/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari@cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-05-21-09:32}
-
+% extproc.4ht 2019-12-30-14:10 %
+% Copyright (C) 2005-2009 Eitan M. Gurari %
+% Copyright 2009-2019 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
\input proc.4ht
diff --git a/Master/texmf-dist/tex/generic/tex4ht/extreport.4ht b/Master/texmf-dist/tex/generic/tex4ht/extreport.4ht
index ee4955c9afd..4bf9e545ee6 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/extreport.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/extreport.4ht
@@ -1,31 +1,23 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% extreport.4ht 2009-05-21-09:32 %
-% Copyright (C) 2005--2009 Eitan M. Gurari %
-% %
-% This work may be distributed and/or modified under the %
-% conditions of the LaTeX Project Public License, either %
-% version 1.3c of this license or (at your option) any %
-% later version. The latest version of this license is %
-% in %
-% http://www.latex-project.org/lppl.txt %
-% and version 1.3c or later is part of all distributions %
-% of LaTeX version 2005/12/01 or later. %
-% %
-% This work has the LPPL maintenance status "maintained".%
-% %
-% This Current Maintainer of this work %
-% is Eitan M. Gurari. %
-% %
-% If you modify this program your changing its signature %
-% with a directive of the following form will be %
-% appreciated. %
-% \message{signature} %
-% %
-% gurari@cse.ohio-state.edu %
-% http://www.cse.ohio-state.edu/~gurari %
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\immediate\write-1{version 2009-05-21-09:32}
-
+% extreport.4ht 2019-12-30-14:10 %
+% Copyright (C) 2005-2009 Eitan M. Gurari %
+% Copyright 2009-2019 TeX Users Group
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either
+% version 1.3c of this license or (at your option) any
+% later version. The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3c or later is part of all distributions
+% of LaTeX version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status "maintained".
+%
+% The Current Maintainer of this work
+% is the TeX4ht Project <http://tug.org/tex4ht>.
+%
+% If you modify this program, changing the
+% version identification would be appreciated.
\input report.4ht
diff --git a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
index 9ee4dd70652..8fcc91d8e19 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/mathml.4ht
@@ -1,4 +1,4 @@
-% mathml.4ht (2019-12-29-14:17), generated from tex4ht-mathml.tex
+% mathml.4ht (2019-12-30-14:10), generated from tex4ht-mathml.tex
% Copyright 2009-2019 TeX Users Group
% Copyright 1999-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2019-12-29-14:17}
+\immediate\write-1{version 2019-12-30-14:10}
\exit:ifnot{Preamble,%
accents,%
@@ -1696,6 +1696,8 @@ accent="true">&\#x0332;</\a:mathml mo></\a:mathml munder>}%
\:tempd{ointop}{48}
\:tempd{prod}{51}
\:tempd{sum}{50}
+\def\:tempc{\ifDisplayMath\mathop:prefix{}\fi\o:n:int::}
+\HLet\n:int:\:tempc
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%