[latex3-commits] [latex3/latex2e] latexlab/tagging-9: mumble squared (also document "standalone" which was missing) (e1d9fc63)

github at latex-project.org github at latex-project.org
Fri Sep 1 18:15:11 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : latexlab/tagging-9
Link       : https://github.com/latex3/latex2e/commit/e1d9fc637fe16e35b26c3ac1e2749737aa222e2e

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

commit e1d9fc637fe16e35b26c3ac1e2749737aa222e2e
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Fri Sep 1 18:15:11 2023 +0200

    mumble squared (also document "standalone" which was missing)


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

e1d9fc637fe16e35b26c3ac1e2749737aa222e2e
 required/latex-lab/latex-lab-block.dtx | 28 ++++++++++++++++++++++++++--
 1 file changed, 26 insertions(+), 2 deletions(-)

diff --git a/required/latex-lab/latex-lab-block.dtx b/required/latex-lab/latex-lab-block.dtx
index e9f15cf1..cd990f23 100644
--- a/required/latex-lab/latex-lab-block.dtx
+++ b/required/latex-lab/latex-lab-block.dtx
@@ -549,6 +549,30 @@
 % \key{tagging-recipe} of the \xt{blockenv} template. Currently the
 % following values are implemented:
 % \begin{description}
+% \item[\texttt{standalone}]
+%   This recipe does the following:
+%   \begin{itemize}
+%   \item
+%     Ensure that the \xt{blockenv} is not inside a \struct{text-unit}
+%     structure. If necessary, close the open one (and any open
+%     \struct{text} structure. 
+%
+%   \item
+%     Text inside the body of the environment start with
+%     \struct{text-unit}\struct{text} unless the key
+%     \key{para-flattened} is set to \texttt{false} 
+%     (which is most likely the wrong thing to do) we then get just
+%     \struct{text} as the structure.
+%
+%   \item
+%     At the end of the environment close \struct{/text} and possibly an
+%     inner \struct{/text-unit} if open.
+%
+%   \item
+%    Finally, ensure that after the environment a new
+%     \struct{text-unit} is started, if appropriate, e.g., if text is following.
+%   \end{itemize}
+%
 % \item[\texttt{basic}]
 %   This recipe does the following:
 %   \begin{itemize}
@@ -560,7 +584,7 @@
 %     leave the \struct{text-unit} open.
 %
 %   \item
-%     Text inside the body of the environment starts with
+%     Text inside the body of the environment start with
 %     \struct{text-unit}\struct{text} if \key{para-flattened} is set to \texttt{false},
 %     otherwise just with \struct{text}.
 %
@@ -576,7 +600,6 @@
 %     paragraph indentation)
 %   \end{itemize}
 %
-%
 % \item[\texttt{standard}]
 %  This recipe is like the \texttt{basic} one as far as handling
 %  \struct{text-unit} and \struct{text} is concerned. In addition
@@ -1751,6 +1774,7 @@
 %
 %    \begin{macrocode}
 \socket_assign_plug:nn{tagsupport/block-endpe}{on}
+%    \end{macrocode}
 % \end{plugdecl}
 %
 %





More information about the latex3-commits mailing list.