Skip to content

Commit

Permalink
Tidy up some forgotten data structures
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Mar 2, 2018
1 parent 0a51dfe commit 9c2db40
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 460 deletions.
4 changes: 0 additions & 4 deletions l3experimental/l3draw/l3draw-scopes.dtx
Expand Up @@ -186,14 +186,10 @@
\driver_draw_scope_begin:
\group_begin:
\dim_set_eq:NN \l_@@_linewidth_dim \g_@@_linewidth_dim
\tl_set_eq:NN \l_@@_fill_color_tl \g_@@_fill_color_tl
\tl_set_eq:NN \l_@@_stroke_color_tl \g_@@_stroke_color_tl
}
\cs_new_protected:Npn \draw_scope_end:
{
\dim_gset_eq:NN \g_@@_linewidth_dim \l_@@_linewidth_dim
\tl_gset_eq:NN \g_@@_fill_color_tl \l_@@_fill_color_tl
\tl_gset_eq:NN \g_@@_stroke_color_tl \l_@@_stroke_color_tl
\group_end:
\driver_draw_scope_end:
}
Expand Down
114 changes: 0 additions & 114 deletions l3experimental/l3draw/testfiles/m3draw005.ptex.tlg
Expand Up @@ -3,120 +3,6 @@ Don't change this file in any respect.
============================================================
TEST 1: \draw_scope_begin:
============================================================
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \l__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \l__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \l__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \l__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \l__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \l__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
> \box...=
\hbox(285.52756+0.0)x29.45276
.\hbox(285.52756+0.0)x29.45276
Expand Down
114 changes: 0 additions & 114 deletions l3experimental/l3draw/testfiles/m3draw005.tlg
Expand Up @@ -3,120 +3,6 @@ Don't change this file in any respect.
============================================================
TEST 1: \draw_scope_begin:
============================================================
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \l__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \l__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \l__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \l__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \l__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \l__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
> \box...=
\hbox(285.52756+0.0)x29.45276
.\hbox(285.52756+0.0)x29.45276
Expand Down
114 changes: 0 additions & 114 deletions l3experimental/l3draw/testfiles/m3draw005.uptex.tlg
Expand Up @@ -3,120 +3,6 @@ Don't change this file in any respect.
============================================================
TEST 1: \draw_scope_begin:
============================================================
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \l__draw_fill_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \l__draw_fill_color_tl { ... }
| without first having:
| \tl_new:N \l__draw_fill_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \g__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \g__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \g__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! LaTeX error: "kernel/non-declared-variable"
!
! The variable \l__draw_stroke_color_tl has not been declared on line ....
!
! See the LaTeX3 documentation for further information.
!
! For immediate help type H <return>.
!...............................................
l. ... }
|'''''''''''''''''''''''''''''''''''''''''''''''
| Checking is active, and you have tried do so something like:
| \tl_set:Nn \l__draw_stroke_color_tl { ... }
| without first having:
| \tl_new:N \l__draw_stroke_color_tl
|
| LaTeX will create the variable and continue.
|...............................................
> \box...=
\hbox(285.52756+0.0)x29.45276
.\hbox(285.52756+0.0)x29.45276
Expand Down

0 comments on commit 9c2db40

Please sign in to comment.