summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex21
1 files changed, 18 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 7b0733f3aa4..8af8932b652 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 1309 2023-03-22 13:48:40Z michal_h21 $
+% $Id: tex4ht-html4.tex 1317 2023-04-03 13:19:40Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -2323,6 +2323,21 @@ We mainly need to handle paragraphs.
>>>
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\subsection{tabto}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+HTML doesn't support concept of tabbing, so we will just
+insert fixed-length space. I am not sure if it is better
+than nothing.
+
+\<configure html4 tabto\><<<
+\Configure{tabto}{\HCode{<span class="tabto" style="width:\Htabsize;"> </span>}}
+\Configure{tabtos}{\HCode{<span class="tabto" style="width:\Htabsize;"> </span>}}
+
+\Css{.tabto{display: inline-block;}}
+>>>
+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -16497,10 +16512,10 @@ Blue = 1-minimum(1,Yellow *(1-Black)+Black)
\Configure{verseline}
{\ifvmode \IgnorePar\fi \EndP \end:verseln
- \HCode{<div class="verseline">}\def\end:verseln{\HCode{</div>}}}
+ \HCode{<div class="verseline">}\def\end:verseln{\HCode{</div>}}\par\ShowPar}
{\ifvmode \IgnorePar\fi \EndP \end:verseln
\HCode{<div class="skip-verseline">}%
- \def\end:verseln{\HCode{</div>}}}
+ \def\end:verseln{\HCode{</div>}}\par\ShowPar}
\Configure{flagverse}
{\HCode{<span class="flagverse">}\bgroup \setlength{\vleftskip}{0em}}