[latex3-commits] [latex3/latex2e] develop: docu and typos (8424f8d4)
github at latex-project.org
github at latex-project.org
Sun Oct 29 21:26:52 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/8424f8d4ff7491bf749305877062c6278b7daeca
>---------------------------------------------------------------
commit 8424f8d4ff7491bf749305877062c6278b7daeca
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Oct 29 12:14:48 2023 +0100
docu and typos
>---------------------------------------------------------------
8424f8d4ff7491bf749305877062c6278b7daeca
required/latex-lab/latex-lab-graphic.dtx | 5 +++--
required/latex-lab/latex-lab-toc-kernel-changes.dtx | 5 ++++-
required/latex-lab/latex-lab-toc.dtx | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/required/latex-lab/latex-lab-graphic.dtx b/required/latex-lab/latex-lab-graphic.dtx
index a210adf1..158b0d2a 100644
--- a/required/latex-lab/latex-lab-graphic.dtx
+++ b/required/latex-lab/latex-lab-graphic.dtx
@@ -186,8 +186,9 @@
%
%
% \begin{macro}{\@@_graphic_savepos:n}
-% this is the command which stores the position. It uses
-% two savepos in case bidi needs it (see zref-savepos).
+% this is the command which stores the position. Similar to
+% zref-savepos it uses two savepos commands
+% for the case that bidi changes the processing order.
% \begin{macrocode}
\cs_new_protected:Npn\@@_graphic_savepos:n #1
{
diff --git a/required/latex-lab/latex-lab-toc-kernel-changes.dtx b/required/latex-lab/latex-lab-toc-kernel-changes.dtx
index 2f3d49d9..81c9edfe 100644
--- a/required/latex-lab/latex-lab-toc-kernel-changes.dtx
+++ b/required/latex-lab/latex-lab-toc-kernel-changes.dtx
@@ -66,6 +66,7 @@
[\ltlabkerneldate\space v\ltlabkernelversion\space
General kernel and class changes]
% \end{macrocode}
+%
% \subsection{Providing the counter representation \cs{theHxx} generally}
% [kernel?]
%
@@ -152,12 +153,13 @@
\def\toclevel at figure{1}
\def\toclevel at table{1}
% \end{macrocode}
+%
%\subsection{Storing the relation between target names and structure numbers}
% To be able to add a /Ref key to structures the tagging makes use of target names
% and stores the relationship in a property. We add a hook to \cs{MakeLinkTarget} to
% catch as much as possible, see also tagging issue \#20. This should work also
% without hyperref. The property is defined in tagpdf-base, so the code would
-% works also without tagging but we add a test anyway, this is probably faster.
+% work also without tagging but we add a test anyway, this is probably faster.
% \begin{macrocode}
\ExplSyntaxOn
\AddToHookWithArguments{cmd/MakeLinkTarget/after}
@@ -175,6 +177,7 @@
% \begin{macrocode}
%</kernelchange>
% \end{macrocode}
+%
% \subsection{load kernel changes}
% \begin{macrocode}
%<*package>
diff --git a/required/latex-lab/latex-lab-toc.dtx b/required/latex-lab/latex-lab-toc.dtx
index e322ecd8..6def505e 100644
--- a/required/latex-lab/latex-lab-toc.dtx
+++ b/required/latex-lab/latex-lab-toc.dtx
@@ -115,7 +115,7 @@
% we have to patch it too to store the relation between
% destination names/\cs{@currentHref} and structure numbers
%
-% The property is setup in tagpdf-test so that one
+% The property is set up in tagpdf-test so that one
% doesn't has to check if the prop exists or not.
% \begin{macrocode}
\AddToHook{cmd/refstepcounter/after}
More information about the latex3-commits
mailing list.