[latex3-commits] [git/LaTeX3-latex3-latex3] master: For the present, keep bb scope internal (da38eb8)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Mar 2 10:50:06 CET 2018


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

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

commit da38eb8eaaa8c7d3f756f54fce0cbdf8095f285c
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Mar 2 09:50:06 2018 +0000

    For the present, keep bb scope internal


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

da38eb8eaaa8c7d3f756f54fce0cbdf8095f285c
 l3experimental/l3draw/l3draw-scopes.dtx |    6 +++---
 l3experimental/l3draw/l3draw.dtx        |   11 -----------
 2 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/l3experimental/l3draw/l3draw-scopes.dtx b/l3experimental/l3draw/l3draw-scopes.dtx
index 0076b7a..92956cf 100644
--- a/l3experimental/l3draw/l3draw-scopes.dtx
+++ b/l3experimental/l3draw/l3draw-scopes.dtx
@@ -207,11 +207,11 @@
 %    \end{macrocode}
 % \end{variable}
 %
-% \begin{macro}{\draw_scope_bb_begin:, \draw_scope_bb_end:}
+% \begin{macro}{\@@_scope_bb_begin:, \@@_scope_bb_end:}
 %   The bounding box is simple: a straight group-based save and restore
 %   approach.
 %    \begin{macrocode}
-\cs_new_protected:Npn \draw_scope_bb_begin:
+\cs_new_protected:Npn \@@_scope_bb_begin:
   {
     \group_begin:
       \dim_set_eq:NN \l_@@_xmax_dim \g_@@_xmax_dim
@@ -220,7 +220,7 @@
       \dim_set_eq:NN \l_@@_ymin_dim \g_@@_ymin_dim
       \@@_reset_bb:
   }
-\cs_new_protected:Npn \draw_scope_bb_end:
+\cs_new_protected:Npn \@@_scope_bb_end:
   {
       \dim_gset_eq:NN \g_@@_xmax_dim \l_@@_xmax_dim
       \dim_gset_eq:NN \g_@@_xmin_dim \l_@@_xmin_dim
diff --git a/l3experimental/l3draw/l3draw.dtx b/l3experimental/l3draw/l3draw.dtx
index 88e393a..28d51cd 100644
--- a/l3experimental/l3draw/l3draw.dtx
+++ b/l3experimental/l3draw/l3draw.dtx
@@ -282,17 +282,6 @@
 %   \end{itemize}
 % \end{function}
 %
-% \begin{function}{\draw_scope_bb_begin:, \draw_scope_bb_end:}
-%   \begin{syntax}
-%     \cs{draw_scope_bb_begin:}
-%     ...
-%     \cs{draw_scope_bb_end:}
-%   \end{syntax}
-%   Suspends (and saves) calculation of the bounding box of a drawing,
-%   resetting the tracking data and allowing the bounding box of the
-%   nested content to be calculated.
-% \end{function}
-%
 % \begin{function}{\draw_scope_path_begin:, \draw_scope_path_end:}
 %   \begin{syntax}
 %     \cs{draw_scope_path_begin:}





More information about the latex3-commits mailing list