[latex3-commits] [latex3/latex2e] tag-graphics: typos from review (a5d3daa5)
github at latex-project.org
github at latex-project.org
Tue May 23 12:34:31 CEST 2023
Repository : https://github.com/latex3/latex2e
On branch : tag-graphics
Link : https://github.com/latex3/latex2e/commit/a5d3daa5d917e7b6a994e4cf74efc1937dbaff28
>---------------------------------------------------------------
commit a5d3daa5d917e7b6a994e4cf74efc1937dbaff28
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue May 23 12:34:31 2023 +0200
typos from review
>---------------------------------------------------------------
a5d3daa5d917e7b6a994e4cf74efc1937dbaff28
required/latex-lab/latex-lab-bib.dtx | 2 +-
required/latex-lab/latex-lab-float.dtx | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/required/latex-lab/latex-lab-bib.dtx b/required/latex-lab/latex-lab-bib.dtx
index 11c425b4..20332d1c 100644
--- a/required/latex-lab/latex-lab-bib.dtx
+++ b/required/latex-lab/latex-lab-bib.dtx
@@ -76,7 +76,7 @@
% link is set as the reference.
%
% An additional problem are the various packages trying to improve citation commands
-% which all should be check. Currently only natbib has been tried.
+% which all should be checked. Currently only natbib has been tried.
%
% The biblatex package isn't handled yet.
%
diff --git a/required/latex-lab/latex-lab-float.dtx b/required/latex-lab/latex-lab-float.dtx
index 07278626..ed8b8390 100644
--- a/required/latex-lab/latex-lab-float.dtx
+++ b/required/latex-lab/latex-lab-float.dtx
@@ -52,7 +52,7 @@
%
% The code here handle the tagging of float environments.
%
-% Figures (and tables) are in LaTeX typically typeset in float environments.
+% Figures (and tables) are in \LaTeX{} typically typeset in float environments.
% These are boxes which can \emph{float} away to special float areas on the pages,
% e.g., to the top or the bottom of a page or to special float pages.
% If the rules allow it they can also be placed in the main text stream (\enquote{here}).
@@ -69,14 +69,14 @@
% but more complex constructions with subfigures,
% copyright statements, sources or additional description are possible too.
%
-% In the LaTeX source a float is normally more or less at the place of
+% In the \LaTeX{} source a float is normally more or less at the place of
% the first call-out, but when preparing a document for print the code
% is sometimes moved to place floats in a more visually pleasing way.
%
% \section{Tagging}
%
% Floats (with the exception of H-floats) do not belong into the text stream, they
-% are \enquote{consultation objects}: A reader must be able to choose if and when he reads the float.
+% are \enquote{consultation objects}: Readers must be able to choose if and when they read the float.
% Floats have captions, the PDF rules require that a \texttt{Caption} is the first or last
% structure in its parent structure.
% This poses some challenges on a good tagging.
@@ -286,7 +286,7 @@
\cs_new_protected:Npn \@@_float_begin:
{%
% \end{macrocode}
-% We test if the float structure should be included directly or wander to a dedicated section.
+% We test if the float structure should be included directly or move to a dedicated section.
% \begin{macrocode}
\bool_if:NTF\g_@@_float_sect_bool
{
More information about the latex3-commits
mailing list.