summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-29 22:02:32 +0000
committerKarl Berry <karl@freefriends.org>2021-12-29 22:02:32 +0000
commit9c7d1ed45aafc4ab106dab6c3af6306026a1017e (patch)
treeb2f9f5833277e6243adfacc1b575440e295dc047 /Master/texmf-dist/source/generic
parent43a7c68eac5fee730a757f094f20793e77c301e0 (diff)
not always noindent after quote, tex4ht r1045
git-svn-id: svn://tug.org/texlive/trunk@61441 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog6
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex4
2 files changed, 8 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index a10b131def3..1f516bade03 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,9 @@
+2021-12-29 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-ooffice.tex (ooffice.4ht): don't require \noindent in all
+ cases after the quote environment.
+ https://tex.stackexchange.com/a/628356/2891
+
2021-12-28 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): don't indent paragraph after
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
index 81949b4a97d..66a160768cf 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-ooffice.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-ooffice.tex 1044 2021-12-28 21:08:50Z michal_h21 $
+% $Id: tex4ht-ooffice.tex 1045 2021-12-29 15:03:05Z michal_h21 $
% compile 3 times: latex tex4ht-ooffice
% htlatex tex4ht-ooffice "xhtml,4,sections+"
%
@@ -3264,7 +3264,7 @@ See html4 comment regarding \verb+\Configure{jbanchor}{\Link}{\EndLink}+
\<ooffice begin-end env\><<<
\ConfigureEnv{quote}
{|<begin env section|>}
- {|<end env section|>\par\IgnoreIndent}
+ {|<end env section|>\par\noindent}
{\EndP \ifvmode \IgnorePar\fi
\bgroup |<HtmlPar at quote|>%
}