[latex3-commits] [latex3/latex2e] latexlab/uf-review-04: add missing docu change for minipage (903d3d45)

github at latex-project.org github at latex-project.org
Mon Oct 30 16:26:08 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : latexlab/uf-review-04
Link       : https://github.com/latex3/latex2e/commit/903d3d456007906460cc790c27be835aaff8ee1b

>---------------------------------------------------------------

commit 903d3d456007906460cc790c27be835aaff8ee1b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Oct 30 16:26:08 2023 +0100

    add missing docu change for minipage


>---------------------------------------------------------------

903d3d456007906460cc790c27be835aaff8ee1b
 required/latex-lab/changes.txt            |  3 +++
 required/latex-lab/latex-lab-minipage.dtx | 10 ++++++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 9460d8e8..1a65830e 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,6 +1,9 @@
 2023-10-30 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
 	* added latex-lab-table.dtx for basic table tagging. 
 
+2023-10-21 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+	* latex-lab-minipage.dtx: use sockets to allow local changes
+
 2023-10-13 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
 	* latex-lab-toc.dtx, latex-lab-sec.dtx, latex-lab-toc-kernel-changes: extend 
       \MakeLinkTarget to store the target-structure relationship too, see tagging issue #20 
diff --git a/required/latex-lab/latex-lab-minipage.dtx b/required/latex-lab/latex-lab-minipage.dtx
index 754678e9..9cd7256a 100644
--- a/required/latex-lab/latex-lab-minipage.dtx
+++ b/required/latex-lab/latex-lab-minipage.dtx
@@ -16,8 +16,8 @@
 %
 % for those people who are interested or want to report an issue.
 %
-\def\ltlabminipagedate{2023-08-20}
-\def\ltlabminipageversion{0.81b}
+\def\ltlabminipagedate{2023-10-21}
+\def\ltlabminipageversion{0.81c}
 %<*driver>
 \documentclass{l3doc}
 \EnableCrossrefs
@@ -56,6 +56,12 @@
 %  The tagging added is currently quite simple minded. See the todo-testfiles and the
 %  code comments for some open points. 
 %  
+%  One of the main problem is how to properly embed them in the surrounding. 
+%  When used in normal text (in a paragraph) they typically should close the \texttt{text}
+%  structure and reopen one at the end. But when used inside low-level \cs{vbox} or \cs{hbox}
+%  this is often wrong. The code uses now there two sockets \texttt{tagsupport/parbox/before}
+%  and \texttt{tagsupport/parbox/after} which can be set to noop if needed. 
+%  
 %    \begin{macrocode}
 %<*package>
 %    \end{macrocode}





More information about the latex3-commits mailing list.