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

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Sat Sep 2 16:53:10 CEST 2017


Author: michal_h21
Date: 2017-09-02 17:53:09 +0300 (Sat, 02 Sep 2017)
New Revision: 323

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

Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog	2017-08-23 11:39:00 UTC (rev 322)
+++ trunk/lit/ChangeLog	2017-09-02 14:53:09 UTC (rev 323)
@@ -1,3 +1,7 @@
+2017-09-02  Michal Hoftich  <michal.h21 at gmail.com>
+
+	* tex4ht-4ht.tex (authblk.4ht): added basic support for authblk package.
+
 2017-08-23  Michal Hoftich  <michal.h21 at gmail.com>
 
 	* tex4ht-mathml.tex (mathml.4ht): print columnlines attribute only when

Modified: trunk/lit/Makefile
===================================================================
--- trunk/lit/Makefile	2017-08-23 11:39:00 UTC (rev 322)
+++ trunk/lit/Makefile	2017-09-02 14:53:09 UTC (rev 323)
@@ -40,7 +40,7 @@
 
 derived += $(tex4ht_4ht_derived)
 tex4ht_4ht_derived = \
-  algorithmic.4ht \
+  algorithmic.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-08-23 11:39:00 UTC (rev 322)
+++ trunk/lit/mktex4ht-cnf.tex	2017-09-02 14:53:09 UTC (rev 323)
@@ -26,6 +26,7 @@
 \AddFile{5}{footnote-dw}
 \AddFile{8}{varioref}
 \AddFile{8}{nameref}
+\AddFile{8}{authblk}
 \AddFile{8}{geometry}
 \AddFile{8}{byname}
 \AddFile{7}{xr}

Modified: trunk/lit/tex4ht-4ht.tex
===================================================================
--- trunk/lit/tex4ht-4ht.tex	2017-08-23 11:39:00 UTC (rev 322)
+++ trunk/lit/tex4ht-4ht.tex	2017-09-02 14:53:09 UTC (rev 323)
@@ -3293,6 +3293,23 @@
 >>>
 
 %%%%%%%%%%%%%%%%%%
+\Section{authblk}
+
+This is a basic fix for authblk package. 
+\Link[https://tex.stackexchange.com/a/309246/2891]{}{}More context.\EndLink
+\<authblk.4ht\><<<
+% authblk.4ht (|version), generated from |jobname.tex
+% Copyright 2017 TeX Users Group
+|<TeX4ht license text|>
+\def\maketitle{\bgroup%
+ \AB at maketitle%
+\egroup}
+
+\Hinput{authblk}
+\endinput
+>>> \AddFile{8}{authblk}
+
+%%%%%%%%%%%%%%%%%%
 \Section{geometry}
 
 Geometry with {\tt showframe} option writes spurious lines before 



More information about the tex4ht-commits mailing list