summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-05-01 00:58:51 +0000
committerKarl Berry <karl@freefriends.org>2021-05-01 00:58:51 +0000
commit24da5eabf5b35c57b25e33eb513facf02e18a4a7 (patch)
tree44f02c80fb86206f9c2ea7d00a1a41b981513f32 /Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
parent2b0b52f5b936c741b7d45105da50868eddae2662 (diff)
upright greek subscripts, math text group, beamer update, tex4ht r918-920
git-svn-id: svn://tug.org/texlive/trunk@59036 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/tex4ht/beamer.4ht')
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/beamer.4ht76
1 files changed, 48 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht b/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
index aa38b71106a..eef3208a31e 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/beamer.4ht
@@ -1,31 +1,23 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% beamer.4ht 2009-05-21-09:32 %
-% Copyright (C) 2003--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}
-
+% beamer.4ht 2021-04-30-15:27 %
+% Copyright (C) 2003-2009 Eitan M. Gurari %
+% Copyright 2009-2021 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.
\NewConfigure{titlepage}{2}
\NewConfigure{title}{2}
\NewConfigure{author}{2}
@@ -47,7 +39,6 @@
%
}
-
\let\o:untitledsubsection:\untitledsubsection
\def\untitledsubsection#1{%
\expandafter\global\expandafter\sl:toks\expandafter
@@ -87,6 +78,10 @@
\pend:defI\structure{\a:structure}
\append:defI\structure{\b:structure}
\NewConfigure{structure}{2}
+\NewConfigure{sectionshadedintoc}{2}
+\NewConfigure{sectionintoc}{2}
+\NewConfigure{subsectionshadedintoc}{2}
+\NewConfigure{subsectionintoc}{2}
\ifx \beamer@version\:UnDef
@@ -160,6 +155,31 @@
\else
\fi
+\let\Hy@EveryPageAnchor\relax
+\def\pgf@trimright@final{0pt}
+\def\pgf@trimleft@final{0pt}
+\let\origEndP\EndP
+\AtBeginDocument{\def\EndP{\let\EndP\origEndP}\SaveEndP}
+
+
+\NewConfigure{frame}{2}
+\NewConfigure{frametitle}{2}
+\AddToHook{env/beamer@frameslide/before}{\RecallEndP\a:frame}
+\AddToHook{env/beamer@frameslide/after}{\b:frame}
+
+\long\def\:temp[#1]#2{%
+\a:frametitle%
+\o:beamer@@frametitle:[#1]{#2}%
+\b:frametitle%
+}
+
+\HLet\beamer@@frametitle\:temp
+% Beamer redefines \emph, it is necessary to insert hooks again
+
+\pend:defI\emph{\a:emph}%
+\append:defI\emph{\b:emph}%
+
+
\Hinput{beamer}
\endinput