[latex3-commits] [latex3/latex3] main: f- to e-type in xbox (2ac9a61b8)

github at latex-project.org github at latex-project.org
Sun Nov 5 21:58:13 CET 2023


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

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

commit 2ac9a61b83b82b73f21703f919207855fa4e5c4f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Nov 5 20:58:13 2023 +0000

    f- to e-type in xbox


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

2ac9a61b83b82b73f21703f919207855fa4e5c4f
 l3trial/xbox/xbox.dtx | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/l3trial/xbox/xbox.dtx b/l3trial/xbox/xbox.dtx
index fdf7efd1f..45a6549f0 100644
--- a/l3trial/xbox/xbox.dtx
+++ b/l3trial/xbox/xbox.dtx
@@ -1088,14 +1088,14 @@
 % \end{variable}
 %
 % \begin{macro}{\hbox_frame:nnn, \hbox_frame:nVV}
-% \begin{macro}{\@@_frame:nnn, \@@_frame:ffn}
+% \begin{macro}{\@@_frame:nnn, \@@_frame:een}
 %   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
 %   is easier to do them only once then have a clearer logic internally.
 %    \begin{macrocode}
 \cs_new_protected:Npn \hbox_frame:nnn #1#2#3
-  { \@@_frame:ffn { \dim_eval:n {#2} } { \dim_eval:n {#3} } {#1} }
+  { \@@_frame:een { \dim_eval:n {#2} } { \dim_eval:n {#3} } {#1} }
 \cs_generate_variant:Nn \hbox_frame:nnn { nVV }
 \cs_new_protected:Npn \@@_frame:nnn #1#2#3
   {
@@ -1139,20 +1139,20 @@
         }
     \group_end:
   }
-\cs_generate_variant:Nn \@@_frame:nnn { ff }
+\cs_generate_variant:Nn \@@_frame:nnn { ee }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
 %
 % \begin{macro}{\hbox_surround:nn}
-% \begin{macro}{\@@_surround:nn, \@@_surround:fn}
+% \begin{macro}{\@@_surround:nn, \@@_surround:en}
 %    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
 %    on top of the content.
 %    \begin{macrocode}
 \cs_new_protected:Npn \hbox_surround:nn #1#2
-  { \@@_surround:fn { \dim_eval:n {#2} } {#1} }
+  { \@@_surround:en { \dim_eval:n {#2} } {#1} }
 \cs_new_protected:Npn \@@_surround:nn #1#2
   {
     \group_begin:
@@ -1189,17 +1189,17 @@
         }
     \group_end:
   }
-\cs_generate_variant:Nn \@@_surround:nn { f }
+\cs_generate_variant:Nn \@@_surround:nn { e }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}
 %
 % \begin{macro}{\hbox_underline:nnn}
-% \begin{macro}{\@@_underline:nnn, \@@_underline:ffn}
+% \begin{macro}{\@@_underline:nnn, \@@_underline:een}
 %   Much like framing, but with only one line.
 %    \begin{macrocode}
 \cs_new_protected:Npn \hbox_underline:nnn #1#2#3
-  { \@@_underline:ffn { \dim_eval:n {#2} } { \dim_eval:n {#3} } {#1} }
+  { \@@_underline:een { \dim_eval:n {#2} } { \dim_eval:n {#3} } {#1} }
 \cs_new_protected:Npn \@@_underline:nnn #1#2#3
   {
     \group_begin:
@@ -1223,7 +1223,7 @@
         }
     \group_end:
   }
-\cs_generate_variant:Nn \@@_underline:nnn { ff }
+\cs_generate_variant:Nn \@@_underline:nnn { ee }
 %    \end{macrocode}
 % \end{macro}
 % \end{macro}





More information about the latex3-commits mailing list.