From 58716ee4be6eb8b578e9e7097971079d0e9d0b6a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 28 Jan 2019 22:07:57 +0000 Subject: l3 (28jan19) git-svn-id: svn://tug.org/texlive/trunk@49853 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/l3experimental/l3draw/l3draw.sty | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/l3experimental/l3draw/l3draw.sty') diff --git a/Master/texmf-dist/tex/latex/l3experimental/l3draw/l3draw.sty b/Master/texmf-dist/tex/latex/l3experimental/l3draw/l3draw.sty index 7568542ba7c..484f1ac6dc6 100644 --- a/Master/texmf-dist/tex/latex/l3experimental/l3draw/l3draw.sty +++ b/Master/texmf-dist/tex/latex/l3experimental/l3draw/l3draw.sty @@ -13,7 +13,7 @@ %% l3draw-state.dtx (with options: `package') %% l3draw-transforms.dtx (with options: `package') %% -%% Copyright (C) 2018 The LaTeX3 Project +%% Copyright (C) 2018,2019 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of %% the LaTeX Project Public License (LPPL), either version 1.3c of @@ -25,12 +25,12 @@ %% This file is part of the "l3experimental bundle" (The Work in LPPL) %% and all files in that bundle must be distributed together. %% -%% File: l3draw.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw.dtx \RequirePackage{expl3} -\ProvidesExplPackage{l3draw}{2018-11-19}{} +\ProvidesExplPackage{l3draw}{2019-01-28}{} {L3 Experimental core drawing support} \RequirePackage { l3color } -%% File: l3draw-boxes.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-boxes.dtx \box_new:N \l__draw_tmp_box \cs_new_protected:Npn \draw_box_use:N #1 { @@ -90,7 +90,7 @@ { \box_ht:N \l__draw_tmp_box } \group_end: } -%% File: l3draw-paths.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-paths.dtx \tl_new:N \l__draw_path_tmp_tl \fp_new:N \l__draw_path_tmpa_fp \fp_new:N \l__draw_path_tmpb_fp @@ -703,7 +703,7 @@ \dim_gset_eq:NN \g__draw_path_lasty_dim \l__draw_path_lasty_dim \group_end: } -%% File: l3draw-points.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-points.dtx \cs_new:Npn \__draw_point_process:nn #1#2 { \__draw_point_process_auxi:fn @@ -1088,7 +1088,7 @@ } { \__draw_point_to_dim:n { (#1, #2) } } } -%% File: l3draw-scopes.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-scopes.dtx \dim_new:N \g__draw_xmax_dim \dim_new:N \g__draw_xmin_dim \dim_new:N \g__draw_ymax_dim @@ -1199,7 +1199,7 @@ \draw_path_scope_end: \__draw_scope_bb_end: } -%% File: l3draw-softpath.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-softpath.dtx \tl_new:N \g__draw_softpath_main_tl \tl_new:N \l__draw_softpath_internal_tl \bool_new:N \g__draw_softpath_corners_bool @@ -1523,7 +1523,7 @@ \tl_build_gclear:N \g__draw_softpath_main_tl \__draw_softpath_add:o \l__draw_softpath_main_tl } -%% File: l3draw-state.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-state.dtx \dim_new:N \g__draw_linewidth_dim \dim_new:N \l_draw_default_linewidth_dim \dim_set:Nn \l_draw_default_linewidth_dim { 0.4pt } @@ -1581,7 +1581,7 @@ { \use:c { driver_draw_color_ #1 _rgb:nnn } {#2} {#3} {#4} } \cs_new_protected:Npn \__draw_color_spot:nw #1#2 ~ #3 \q_stop { \use:c { driver_draw_color_ #1 _spot:nn } {#2} {#3} } -%% File: l3draw-transforms.dtx Copyright(C) 2018 The LaTeX3 Project +%% File: l3draw-transforms.dtx \bool_new:N \l__draw_matrix_active_bool \fp_new:N \l__draw_matrix_a_fp \fp_new:N \l__draw_matrix_b_fp -- cgit v1.2.3