From 447570beca76a6dfe5283e4793fd2bbabe73766b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Wed, 21 Sep 2022 03:01:15 +0000 Subject: CTAN sync 202209210301 --- support/TeX4ht/source/ChangeLog | 5 ++++ support/TeX4ht/source/mktex4ht-cnf.tex | 3 ++- support/TeX4ht/source/tex4ht-4ht.tex | 45 +++++++++++++++++++++++++++++++++- 3 files changed, 51 insertions(+), 2 deletions(-) (limited to 'support/TeX4ht') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index b016187e21..f4c102576d 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,8 @@ +2022-09-20 Michal Hoftich + + * tex4ht-4ht.tex (csbulletin.4ht): basic support for the CSTUG + Bulletin. + 2022-09-16 Michal Hoftich * tex4ht-4ht.tex (unicode-math-hooks.4ht): declare the \unimathsetup diff --git a/support/TeX4ht/source/mktex4ht-cnf.tex b/support/TeX4ht/source/mktex4ht-cnf.tex index e9e10bc987..b6a23db471 100644 --- a/support/TeX4ht/source/mktex4ht-cnf.tex +++ b/support/TeX4ht/source/mktex4ht-cnf.tex @@ -1,4 +1,4 @@ -% $Id: mktex4ht-cnf.tex 1193 2022-09-14 14:21:16Z michal_h21 $ +% $Id: mktex4ht-cnf.tex 1196 2022-09-20 15:05:23Z michal_h21 $ % Manually-maintained file, listing *.4ht files created by tex4ht-4ht.tex. % Read by tex4ht-cond4ht. % @@ -102,6 +102,7 @@ \AddFile{9}{elsart} \AddFile{9}{apa} \AddFile{9}{apa-a} +\AddFile{9}{csbulletin} \AddFile{9}{JHEP} \AddFile{9}{TextBook} \AddFile{9}{combine} diff --git a/support/TeX4ht/source/tex4ht-4ht.tex b/support/TeX4ht/source/tex4ht-4ht.tex index c975e6e7c3..899fcbe89f 100644 --- a/support/TeX4ht/source/tex4ht-4ht.tex +++ b/support/TeX4ht/source/tex4ht-4ht.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-4ht.tex 1195 2022-09-16 20:06:02Z michal_h21 $ +% $Id: tex4ht-4ht.tex 1196 2022-09-20 15:05:23Z michal_h21 $ % tex tex4ht-4ht or ht tex tex4ht-4ht % % Copyright 2009-2022 TeX Users Group @@ -18744,6 +18744,49 @@ UnDFexyz}% \AtBeginDocument{\def\rheadname{}} >>> +%%%%%%%%%%%%%%%%%%%%% +\Chapter{csbulletin.cls} +%%%%%%%%%%%%%%%%%%%%% + +CSTUG bulletin. + +\<<< +% csbulletin.4ht (|version), generated from |jobname.tex +% Copyright 2022 TeX Users Group +| +| +\Hinput{csbulletin} +\endinput +>>> \AddFile{9}{csbulletin} + +We need to fix support for titles and authors. + +\<<< +\def\author#1{\def\auth@r{#1}% + \def\@author{#1}% + \setbox\authb@x=\hbox{#1} + \global\autkn@wntrue% +} + +\def\title#1{\def\t@tle{#1}\def\@title{#1}} + +\renewcommand\maketitle[1][\z@]{% + \begingroup% + \def\footnote##1{\footnotemark% + \xdef\ZW@f@@tmark{\c@footnote}% + \gdef\ZW@f@@tnote{\footnotetext[\ZW@f@@tmark]{##1}}% + \gdef\ZW@footnote{\aftergroup\ZW@f@@tnote}% + \aftergroup\ZW@footnote}% + \parindent\z@% + \a:ttl\t@tle\b:ttl% + \endgroup\def\and{\a:and}% + \@@line{\ifautkn@wn\a:author\@author\b:author\fi}% + \thispagestyle{csbuldoi}\ClanekToc% + \@afterindentfalse \@afterheading} +>>> + + + %%%%%%%%%%%%%%%%%%%%% \Chapter{JHEP.cls} %%%%%%%%%%%%%%%%%%%%% -- cgit v1.2.3