[latex3-commits] [git/LaTeX3-latex3-latex3] main: Correct documentation for creation of horizontal poles (See #1041) (fdf80c07e)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Feb 2 20:21:25 CET 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/fdf80c07ed2103e5e252d3386b2091fc39e903c6

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

commit fdf80c07ed2103e5e252d3386b2091fc39e903c6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Feb 2 19:21:25 2022 +0000

    Correct documentation for creation of horizontal poles (See #1041)


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

fdf80c07ed2103e5e252d3386b2091fc39e903c6
 l3experimental/xcoffins/xcoffins.dtx | 2 +-
 l3kernel/CHANGELOG.md                | 4 ++++
 l3kernel/l3coffins.dtx               | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/l3experimental/xcoffins/xcoffins.dtx b/l3experimental/xcoffins/xcoffins.dtx
index 33644ef6d..c772e717b 100644
--- a/l3experimental/xcoffins/xcoffins.dtx
+++ b/l3experimental/xcoffins/xcoffins.dtx
@@ -184,7 +184,7 @@
 %   \end{syntax}
 %   Sets the \meta{pole} to run horizontally through the \meta{coffin}.
 %   The \meta{pole} will be located at the \meta{offset} from the
-%   bottom edge of the bounding box of the \meta{coffin}. The
+%   baseline of the \meta{coffin}. The
 %   \meta{offset} should be given as a dimension expression; this may
 %   include the terms \cs{TotalHeight}, \cs{Height}, \cs{Depth} and
 %   \cs{Width}, which will evaluate to the appropriate dimensions of
diff --git a/l3kernel/CHANGELOG.md b/l3kernel/CHANGELOG.md
index 02da12598..ad814647f 100644
--- a/l3kernel/CHANGELOG.md
+++ b/l3kernel/CHANGELOG.md
@@ -11,6 +11,10 @@ this project uses date-based 'snapshot' version identifiers.
 - Distribute `l3doc.pdf` with a prominent warning about future changes
 - `\color_math:nn(n)` as a functional equivalent of the new `\mathcolor`
   command in LaTeX2e
+
+### Changed
+- Documentation for horizontal coffin poles (see issue #1041)
+
 ## [2022-01-21]
 
 ### Changed
diff --git a/l3kernel/l3coffins.dtx b/l3kernel/l3coffins.dtx
index 53a481f7a..0a1d20ec3 100644
--- a/l3kernel/l3coffins.dtx
+++ b/l3kernel/l3coffins.dtx
@@ -169,7 +169,7 @@
 %   \end{syntax}
 %   Sets the \meta{pole} to run horizontally through the \meta{coffin}.
 %   The \meta{pole} is placed at the \meta{offset} from the
-%   bottom edge of the bounding box of the \meta{coffin}. The
+%   baseline of the \meta{coffin}. The
 %   \meta{offset} should be given as a dimension expression.
 % \end{function}
 %





More information about the latex3-commits mailing list.