diff options
author | Norbert Preining <norbert@preining.info> | 2022-09-21 03:01:15 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2022-09-21 03:01:15 +0000 |
commit | 447570beca76a6dfe5283e4793fd2bbabe73766b (patch) | |
tree | efd46c488b2b54cc383cef86e0090bf23aabbe54 /support/TeX4ht | |
parent | 7907f67d07d36a7e20421a1ec3a0eceecac4aacd (diff) |
CTAN sync 202209210301
Diffstat (limited to 'support/TeX4ht')
-rw-r--r-- | support/TeX4ht/source/ChangeLog | 5 | ||||
-rw-r--r-- | support/TeX4ht/source/mktex4ht-cnf.tex | 3 | ||||
-rw-r--r-- | support/TeX4ht/source/tex4ht-4ht.tex | 45 |
3 files changed, 51 insertions, 2 deletions
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 <michal.h21@gmail.com> + + * tex4ht-4ht.tex (csbulletin.4ht): basic support for the CSTUG + Bulletin. + 2022-09-16 Michal Hoftich <michal.h21@gmail.com> * 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 @@ -18745,6 +18745,49 @@ UnDFexyz}% >>> %%%%%%%%%%%%%%%%%%%%% +\Chapter{csbulletin.cls} +%%%%%%%%%%%%%%%%%%%%% + +CSTUG bulletin. + +\<csbulletin.4ht\><<< +% csbulletin.4ht (|version), generated from |jobname.tex +% Copyright 2022 TeX Users Group +|<TeX4ht license text|> +|<csbulletin code|> +\Hinput{csbulletin} +\endinput +>>> \AddFile{9}{csbulletin} + +We need to fix support for titles and authors. + +\<csbulletin code\><<< +\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} %%%%%%%%%%%%%%%%%%%%% |