[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: address Davids comments (bf25ed23)
github at latex-project.org
github at latex-project.org
Tue Feb 13 13:33:19 CET 2024
Repository : https://github.com/latex3/latex2e
On branch : latex-lab/uf-review-05
Link : https://github.com/latex3/latex2e/commit/bf25ed230d47a582eeb717d22adc5473391716ca
>---------------------------------------------------------------
commit bf25ed230d47a582eeb717d22adc5473391716ca
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Feb 13 13:33:19 2024 +0100
address Davids comments
>---------------------------------------------------------------
bf25ed230d47a582eeb717d22adc5473391716ca
base/doc/ltnews39.tex | 4 ++--
required/latex-lab/documentmetadata-support.dtx | 2 +-
required/latex-lab/latex-lab-marginpar.dtx | 4 ++--
required/latex-lab/latex-lab-math.dtx | 9 +++++----
4 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/base/doc/ltnews39.tex b/base/doc/ltnews39.tex
index 27445d6b..fdf0152d 100644
--- a/base/doc/ltnews39.tex
+++ b/base/doc/ltnews39.tex
@@ -181,8 +181,8 @@ the PDF version) as an \texttt{Aside} or a \texttt{Note} structure.
In the standard classes \cs{maketitle} will be tagged if the additional
testphase module \texttt{title} is used.
-The \texttt{math} module has been extended and includes
-now options to attach MathML files to the structures.
+The \texttt{math} module has been extended and now includes
+options to attach MathML files to the structures.
First tests with a PDF reader and screen reader that support
associated files looks very promising. Examples of PDF files tagged with the
new method can be found at
diff --git a/required/latex-lab/documentmetadata-support.dtx b/required/latex-lab/documentmetadata-support.dtx
index d51b86f0..6bc7e232 100644
--- a/required/latex-lab/documentmetadata-support.dtx
+++ b/required/latex-lab/documentmetadata-support.dtx
@@ -288,7 +288,7 @@
% \end{macrocode}
% \subsection{Variables}
-% This variable definitions are currently also done in ltdocinit.
+% These variable definitions are currently also done in ltdocinit.
% They can be removed from there once latex-lab has been updated to
% provide them too.
% \begin{variable}{\g_@@_firstaidoff_clist}
diff --git a/required/latex-lab/latex-lab-marginpar.dtx b/required/latex-lab/latex-lab-marginpar.dtx
index 5ad95082..ca79d8a6 100644
--- a/required/latex-lab/latex-lab-marginpar.dtx
+++ b/required/latex-lab/latex-lab-marginpar.dtx
@@ -66,7 +66,7 @@
% \subsection{Structure}
% \cs{marginpar} creates small boxes in the margin of a page.
% While they are technically floats they also typically
-% relates to the paragraph beside them, so their structure element should be placed near
+% relate to the paragraph beside them, so their structure element should be placed near
% such a paragraph.
%
% They can be tagged either as artifacts (if they are merely distracting decoration),
@@ -124,7 +124,7 @@
% moves to a new page (and so replace the mparhack package).
% \end{description}
%
-% The last options seems the best and is therefore implemented.
+% The last option seems the best and is therefore implemented.
%
%
% \section{Implementation}
diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index d6e43b8d..03eb8e42 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -207,7 +207,7 @@
% This socket takes the math as argument and its code
% should output it for typesetting. Without tagging the
% socket uses the identity plug.
-% The |default| plug of the socket calls this three internal sockets
+% The |default| plug of the socket calls these three internal sockets
% for the tagging support:
% \begin{itemize}
% \item |tagsupport/math/content| This should set up the various
@@ -233,7 +233,7 @@
%
% \subsection{Associated Files}
%
-% The current code allows to attach two type of associated files to the
+% The current code allows the attachment of two types of associated file to the
% Formula structure:
% the \LaTeX\ source and a MathML representation.
% Technically both can be attached---AF is an array
@@ -262,7 +262,8 @@
% that can be viewed in a browser.
% For this it can start with |<!DOCTYPE html><html>| and end with |</html>|
% It should have the extension \texttt{.html}. The \meta{mathml} content
-% is read with special catcodes, so can contain ambersands, hashes and comment chars.
+% is read with special catcodes, so can contain ambersands, hashes, comment chars
+% and unmatched braces such as |<mo>{</mo>|
%
% The file should contain a number of representations in this format:
% \begin{quote}
@@ -376,7 +377,7 @@
% over three commands. |tabular| needs therefore manual intervention.
%
% A look in the list of usages (in \texttt{usage-of-m at th.md}) justifies this approach.
-% All usages are either no math at all, or related to small elements that probably
+% All usages are either not math at all, or related to small elements that probably
% shouldn't be grabbed and processed on their own.
%
% \item \cs{m at th} is redefined so that it sets the boolean \cs{l_@@_collected_bool}
More information about the latex3-commits
mailing list.