[latex3-commits] [git/LaTeX3-latex3-latex3] master: xbox: Update some markup (9695731e6)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Aug 24 10:37:42 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/9695731e6421f7313e1c09c6aed2097a15b0d88a

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

commit 9695731e6421f7313e1c09c6aed2097a15b0d88a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Aug 21 19:42:33 2020 +0100

    xbox: Update some markup


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

9695731e6421f7313e1c09c6aed2097a15b0d88a
 l3trial/xbox/xbox.dtx | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/l3trial/xbox/xbox.dtx b/l3trial/xbox/xbox.dtx
index 3716e604f..8be9b9e04 100644
--- a/l3trial/xbox/xbox.dtx
+++ b/l3trial/xbox/xbox.dtx
@@ -435,14 +435,14 @@
 %
 % \subsection{Setting up to measure natural width}
 %
-% \begin{variable}[int]{\l_@@_tmp_box}
+% \begin{variable}{\l_@@_tmp_box}
 %   Internal box used to typeset material for measuring up.
 %    \begin{macrocode}
 \box_new:N \l_@@_tmp_box
 %    \end{macrocode}
 % \end{variable}
 %
-% \begin{macro}[int]{\@@_via_tmp_box:nn}
+% \begin{macro}{\@@_via_tmp_box:nn}
 %   Boxes up |#1| to its natural width in \cs{l_@@_tmp_box}.
 %   The document-level names for dimensions (\cs{height}, \emph{etc}.) are
 %   then set up, before carrying out whatever \enquote{payload} operation is
@@ -459,7 +459,7 @@
 %    \end{macrocode}
 % \end{macro}
 %
-% \begin{macro}[aux]{\@@_document_names:}
+% \begin{macro}{\@@_document_names:}
 % \begin{variable}{\height, \depth, \width, \totalheight}
 % \begin{variable}
 %   {\l_@@_height_dim, \l_@@_depth_dim, \l_@@_width_dim, \l_@@_totalheight_dim}
@@ -495,9 +495,9 @@
 % material inside a box of non-natural width. These conversions are tied to
 % the document syntax and as such are linked to this implementation.
 %
-% \begin{macro}[int]{\@@_hposition:nn}
-% \begin{macro}[aux]{\@@_hposition:Nn}
-% \begin{macro}[aux]{\@@_hposition:n}
+% \begin{macro}{\@@_hposition:nn}
+% \begin{macro}{\@@_hposition:Nn}
+% \begin{macro}{\@@_hposition:n}
 %   Converts |#1| into a horizontal position within a box. This is set up as
 %   a mapping so that it can be used when both horizontal and vertical
 %   positioning is needed.
@@ -602,7 +602,7 @@
 % \subsection{Additions to \pkg{l3box}}
 %
 % \begin{macro}{\hbox_frame:nnn}
-% \begin{macro}[aux]{\__hbox_frame:nnn, \__hbox_frame:ffn}
+% \begin{macro}{\__hbox_frame:nnn, \__hbox_frame:ffn}
 %   Framing a box requires the depth is known, so there has to be an
 %   assignment step first to allow this measurement. The evaluation step is
 %   \enquote{front loaded} as the expressions are used a few times, so it
@@ -658,7 +658,7 @@
 % \end{macro}
 %
 % \begin{macro}{\hbox_surround:nn}
-% \begin{macro}[aux]{\__hbox_surround:nn, \__hbox_surround:fn}
+% \begin{macro}{\__hbox_surround:nn, \__hbox_surround:fn}
 %    Similar to framing a box, but here the rules are around the outside of
 %    the bounding box. As such, there is a need to add skips to remove the
 %    width of the rules. As with the framing case, the rules here are inserted





More information about the latex3-commits mailing list.