[latex3-commits] [latex3/latex2e] UF-latex-lab-tikz: correct docu and macrocode (c7967bd4)

github at latex-project.org github at latex-project.org
Sat Oct 12 19:35:04 CEST 2024


Repository : https://github.com/latex3/latex2e
On branch  : UF-latex-lab-tikz
Link       : https://github.com/latex3/latex2e/commit/c7967bd452de8947fe68f019e75fe246ec9bf2ce

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

commit c7967bd452de8947fe68f019e75fe246ec9bf2ce
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sat Oct 12 19:35:04 2024 +0200

    correct docu and macrocode


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

c7967bd452de8947fe68f019e75fe246ec9bf2ce
 required/latex-lab/latex-lab-tikz.dtx | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/required/latex-lab/latex-lab-tikz.dtx b/required/latex-lab/latex-lab-tikz.dtx
index 7e5fbc8d..312e91dd 100644
--- a/required/latex-lab/latex-lab-tikz.dtx
+++ b/required/latex-lab/latex-lab-tikz.dtx
@@ -114,7 +114,6 @@
 % 
 % \item[symbol] This is meant for pictures where the drawing should 
 % represent a single symbol. Such pictures should then add an actualtext:
-%  
 % \begin{verbatim}
 % \begin{tikzpicture}[actualtext=A]
 % % drawing of a A
@@ -222,11 +221,9 @@
 % 
 % \begin{plugdecl}{figure (tagsupport/tikzpicture/begin),figure (tagsupport/tikzpicture/end)}
 % This plug handles the \tikzname\ picture as a figure. 
-% So the graphical parts and all
-% text nodes are tagged as a Figure and internally
-% tagging is suspended. Around the graphic is a Figure environment which will
-% use a alt text given in the optional argument. The Bbox will be set (after
-% the second compilation) to the size of the bounding box.
+% Around the graphic is a \texttt{Figure} environment which will
+% use an alt text given in the optional argument and internally tagging is suspended. 
+% The Bbox will be set (after the second compilation) to the size of the bounding box.
 %    \begin{macrocode}
 \NewSocketPlug{tagsupport/tikzpicture/begin}{figure}
  {
@@ -398,10 +395,10 @@
 %    \begin{macrocode}
    \tikzset{alt/.code={\socket_use:nn{tagsupport/tikzpicture/alt}{#1}}}
    \tikzset{actualtext/.code={\socket_use:nn{tagsupport/tikzpicture/actualtext}{#1}}}
-%    \end{macrocode}
  }
+%    \end{macrocode} 
 %
-% \subsection{tagpdf keys to switch the states}
+% \subsection{tagpdf keys to switch the recipes}
 % 
 %    \begin{macrocode}
 \keys_define:nn { __tag / setup }





More information about the latex3-commits mailing list.