[latex3-commits] [l3svn] branch master updated: Documentation tweaks [ci skip]

noreply at latex-project.org noreply at latex-project.org
Fri Apr 7 09:54:12 CEST 2017


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  8361f38   Documentation tweaks [ci skip]
8361f38 is described below

commit 8361f38f6596b50306b9bbbbac7f290d955e3c99
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Apr 7 08:53:59 2017 +0100

    Documentation tweaks [ci skip]
---
 l3experimental/xcoffins/xcoffins.dtx |    4 ----
 l3experimental/xgalley/l3galley.dtx  |    7 +++----
 l3kernel/l3candidates.dtx            |   10 ++++++++++
 3 files changed, 13 insertions(+), 8 deletions(-)

diff --git a/l3experimental/xcoffins/xcoffins.dtx b/l3experimental/xcoffins/xcoffins.dtx
index 0969c70..0ac024b 100644
--- a/l3experimental/xcoffins/xcoffins.dtx
+++ b/l3experimental/xcoffins/xcoffins.dtx
@@ -113,10 +113,6 @@
 % Before any alignment can take place, coffins must be created and
 % their contents must be created. All coffin operations are local
 % to the current \TeX{} group with the exception of coffin creation.
-% Coffins are also \enquote{color safe}: in contrast to the code-level
-% \cs{box_\ldots} functions there is no need to add additional grouping
-% to coffins when dealing with color.
-%
 % \begin{function}{\NewCoffin}
 %   \begin{syntax}
 %     \cs{NewCoffin} \meta{coffin}
diff --git a/l3experimental/xgalley/l3galley.dtx b/l3experimental/xgalley/l3galley.dtx
index adda76b..dcd8d44 100644
--- a/l3experimental/xgalley/l3galley.dtx
+++ b/l3experimental/xgalley/l3galley.dtx
@@ -1,4 +1,4 @@
-% \iffalse
+pen% \iffalse
 %
 %% File: l3galley.dtx Copyright (C) 1999-2001, 2004-2009 Frank Mittelbach
 %%                              (C) 2010-2017 The LaTeX3 Project
@@ -146,9 +146,8 @@
 %     \cs{galley_level:}
 %   \end{syntax}
 %   Sets up a vertical box to contain a new galley level. The box should
-%   be \enquote{color safe}, which is automatic for \LaTeX3 coffins but
-%   must be included manually (using \cs{color_group_begin:} and
-%   \cs{color_group_end:}) in \enquote{raw} vertical boxes.
+%   include \enquote{wrapper} group (be \enquote{color safe}): this is
+%   automatically true for all \LaTeX3 boxes and coffins.
 % \end{function}
 %
 % \subsection{Measure}
diff --git a/l3kernel/l3candidates.dtx b/l3kernel/l3candidates.dtx
index 40d30b8..c06589f 100644
--- a/l3kernel/l3candidates.dtx
+++ b/l3kernel/l3candidates.dtx
@@ -159,6 +159,16 @@
 %
 % \section{Additions to \pkg{l3coffins}}
 %
+% \begin{function}[added = 2017-04-06]
+%   {\coffin_autosize:Nnn, \coffin_autosize:cnn}
+%   \begin{syntax}
+%     \cs{coffin_autosize:Nnn} \meta{coffin} \Arg{width} \Arg{total-height}
+%   \end{syntax}
+%   Resizes the \meta{coffin} to a fit within \Arg{width} and \Arg{total-height}.
+%   The final size of the \meta{coffin} is thus determined by the smaller of
+%   \Arg{width} and \Arg{total-height}.
+% \end{function}
+%
 % \begin{function}{\coffin_resize:Nnn, \coffin_resize:cnn}
 %   \begin{syntax}
 %     \cs{coffin_resize:Nnn} \meta{coffin} \Arg{width} \Arg{total-height}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list