[latex3-commits] [latex3/latex2e] tagging711: disable paratagging in inline math too, latex3/tagging-project#711 (12fd5e94)
github at latex-project.org
github at latex-project.org
Wed Oct 2 00:17:00 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : tagging711
Link : https://github.com/latex3/latex2e/commit/12fd5e9414ae25336bc2847521b647e0b9ee3090
>---------------------------------------------------------------
commit 12fd5e9414ae25336bc2847521b647e0b9ee3090
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Wed Oct 2 00:17:00 2024 +0200
disable paratagging in inline math too, latex3/tagging-project#711
>---------------------------------------------------------------
12fd5e9414ae25336bc2847521b647e0b9ee3090
required/latex-lab/changes.txt | 3 +++
required/latex-lab/latex-lab-math.dtx | 9 ++++++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 0d84ebc4..f005e5b6 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,6 @@
+2024-10-02 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+ * latex-lab-math.dtx (subsection{Sockets}):
+ disable paratagging in inline math (tagging/711)
2024-09-30 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
* latex-lab-math.dtx (subsection{Content grabbing}):
diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index 449326a8..429e2277 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -19,8 +19,8 @@
% for those people who are interested or want to report an issue.
%
%
-\def\ltlabmathdate{2024-09-30}
-\def\ltlabmathversion{0.6f}
+\def\ltlabmathdate{2024-10-02}
+\def\ltlabmathversion{0.6g}
%
%<*driver>
\documentclass{l3doc}
@@ -1192,7 +1192,10 @@
\socket_new_plug:nnn
{tagsupport/math/inline/formula/begin}
{default}
- {
+% \end{macrocode}
+% \changes{v0.6g}{2024-10-02}{disable paratagging, issue \#711}
+% \begin{macrocode}
+ { \tagpdfparaOff
\tag_socket_use:n{math/content}
\tag_socket_use:n{math/struct/begin}
% \end{macrocode}
More information about the latex3-commits
mailing list.