[tex4ht-commits] [SCM] tex4ht updated: r1662 - trunk/lit
Karl Berry
INVALID.NOREPLY at gnu.org.ua
Sun Mar 30 17:25:17 CEST 2025
Author: karl
Date: 2025-03-30 15:25:17 +0000 (Sun, 30 Mar 2025)
New Revision: 1662
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-ooffice.tex
Log:
avoid | in comment since it is an active char
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2025-03-28 11:08:46 UTC (rev 1661)
+++ trunk/lit/ChangeLog 2025-03-30 15:25:17 UTC (rev 1662)
@@ -1,3 +1,8 @@
+2025-03-30 Karl Berry <karl at freefriends.org>
+
+ * tex4ht-ooffice.tex: replace | in comment (gets undefined
+ control sequence \ddd) with workaround $\vert$.
+
2025-03-28 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-ooffice.tex (ooffice.4ht): fixed support for internal ODT
Modified: trunk/lit/tex4ht-ooffice.tex
===================================================================
--- trunk/lit/tex4ht-ooffice.tex 2025-03-28 11:08:46 UTC (rev 1661)
+++ trunk/lit/tex4ht-ooffice.tex 2025-03-30 15:25:17 UTC (rev 1662)
@@ -7144,8 +7144,10 @@
% marker to the contents of the document, which can be displayed using
% LibreOffice's index feature
-% parse \index parts aaa!bbb!ccc|ddd into different token lists,
+% parse \index parts aaa!bbb!ccc$\vert$ddd into different token lists,
% because we need to put them to different attributes
+% (that $vert$ should be a vertical bar character, ASCII 124, but that's
+% active in tex4ht)
\def\parse:index:parts#1{
\regex_extract_once:nnN { ^([^!^|^@]*)!?([^!^|^@]*)!?([^\|^@]*)[\|@]?(.*)$ } { #1 } \l_tmpa_seq
\tl_set:Nx \l_parsed_index_part_a_tl { \seq_item:Nn \l_tmpa_seq {2} }
More information about the tex4ht-commits
mailing list.