[tex4ht-commits] [SCM] tex4ht updated: r351 - trunk/lit

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Wed Dec 6 18:02:50 CET 2017


Author: michal_h21
Date: 2017-12-06 19:02:49 +0200 (Wed, 06 Dec 2017)
New Revision: 351

Modified:
   trunk/lit/ChangeLog
   trunk/lit/Makefile
   trunk/lit/mktex4ht-cnf.tex
   trunk/lit/tex4ht-4ht.tex
Log:
Added basic support for the animate package

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-11-27 19:42:18 UTC (rev 350)
+++ trunk/lit/ChangeLog	2017-12-06 17:02:49 UTC (rev 351)
@@ -1,3 +1,8 @@
+2017-12-06  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (animate.4ht, usepackage.4ht): added support for the
+	animate package.
+
 2017-11-23  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-4ht.tex (nameref.4ht): add label for equation if asmath is not

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-11-27 19:42:18 UTC (rev 350)
+++ trunk/lit/Makefile	2017-12-06 17:02:49 UTC (rev 351)
@@ -40,7 +40,7 @@
 
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
-  algorithmic.4ht authblk.4ht \
+  algorithmic.4ht animate.4ht authblk.4ht \
   biblatex.4ht book.4ht \
   caption.4ht color.4ht colortbl.4ht \
   fontspec.4ht fontspec-4ht.lua fontspec-luatex.4ht fontspec-xetex.4ht \

Modified: trunk/lit/mktex4ht-cnf.tex
===================================================================
--- trunk/lit/mktex4ht-cnf.tex	2017-11-27 19:42:18 UTC (rev 350)
+++ trunk/lit/mktex4ht-cnf.tex	2017-12-06 17:02:49 UTC (rev 351)
@@ -329,4 +329,5 @@
 \AddFile{9}{framed}
 \AddFile{9}{mdframed}
 \AddFile{9}{skak}
+\AddFile{9}{animate}
 % \AddFile{9}{mktex4ht}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2017-11-27 19:42:18 UTC (rev 350)
+++ trunk/lit/tex4ht-4ht.tex	2017-12-06 17:02:49 UTC (rev 351)
@@ -3906,7 +3906,41 @@
 }
 \fi
 >>>
+
 %%%%%%%%%%%%%%%%%%
+\Section{pdfbase.sty}
+%%%%%%%%%%%%%%%%%%
+\<use package\><<<
+pdfbase,>>>
+%%%%%%%%%%%%%%%%%%
+
+The pdfbase package redefines \`|\@outputpage| macro, which causes tex4ht patches to fail.
+
+\<add to usepackage\><<<
+\def\:temp{pdfbase}\ifx\@currname\:temp
+\AtEndOfPackage{%
+  \let\old:outputpage\@outputpage
+  \def\@outputpage{\old:outputpage{}}
+}
+\fi
+>>>
+
+%%%%%%%%%%%%%%%%%
+\Section{animate.sty}
+%%%%%%%%%%%%%%%%%
+
+\<animate.4ht\><<<
+% animate.4ht (|version), generated from |jobname.tex
+% Copyright 2017 TeX Users Group
+|<TeX4ht license text|>
+\NewConfigure{animinline}{2}
+\let\:anim:xinline\@anim at xinline
+\def\@anim at xinline#1#2#3#4{\a:animinline\:anim:xinline{#1}{#2}{#3}{#4}\b:animinline}
+
+\Hinput{animate}
+>>> \AddFile{9}{animate}
+
+
 \Section{url.sty}
 %%%%%%%%%%%%%%%%%%
 



More information about the tex4ht-commits mailing list