diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-27 15:50:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-27 15:50:11 +0000 |
commit | 80b3b0066e8fdbc9f6124115bb7dfd281c678a2f (patch) | |
tree | 159a81ec8a68a5720ceea5e069a3c09f8abd8907 /Master/texmf-dist/tex | |
parent | 2e925353da75178df68801fad162d911e07de60e (diff) |
missed new .4ht files
git-svn-id: svn://tug.org/texlive/trunk@59006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/abstract.4ht | 31 | ||||
-rw-r--r-- | Master/texmf-dist/tex/generic/tex4ht/parallel.4ht | 28 |
2 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/tex4ht/abstract.4ht b/Master/texmf-dist/tex/generic/tex4ht/abstract.4ht new file mode 100644 index 00000000000..4a8df41d49f --- /dev/null +++ b/Master/texmf-dist/tex/generic/tex4ht/abstract.4ht @@ -0,0 +1,31 @@ +% abstract.4ht (2021-04-25-09:48), generated from tex4ht-4ht.tex +% Copyright 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. +\immediate\write-1{version 2021-04-25-09:48} + +\NewConfigure{abstracttitle}{2} +\newenvironment{abstracttitle4ht}{\a:abstracttitle}{\b:abstracttitle\par\noindent} +% get rid of all extra <span> elements introduced by smaller font size +% \renewcommand{\abstracttextfont}{\normalfont} +% \renewcommand{\abstractnamefont}{\normalfont} +% use our dummy environment to insert tags around the abstract title +\renewcommand{\absnamepos}{abstracttitle4ht} + +\Hinput{abstract} +\endinput + diff --git a/Master/texmf-dist/tex/generic/tex4ht/parallel.4ht b/Master/texmf-dist/tex/generic/tex4ht/parallel.4ht new file mode 100644 index 00000000000..867bdc5d7c4 --- /dev/null +++ b/Master/texmf-dist/tex/generic/tex4ht/parallel.4ht @@ -0,0 +1,28 @@ +% parallel.4ht (2021-04-25-09:48), generated from tex4ht-4ht.tex +% Copyright 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. +\immediate\write-1{version 2021-04-25-09:48} + +\NewConfigure{ParallelLText}{2} +\NewConfigure{ParallelRText}{2} +\renewcommand\ParallelRText[1]{\a:ParallelRText#1\b:ParallelRText} +\renewcommand\ParallelLText[1]{\a:ParallelLText#1\b:ParallelLText} + +\Hinput{parallel} +\endinput + |