diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty b/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty index 01a360b3861..5edde5b4de8 100644 --- a/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty +++ b/Master/texmf-dist/tex/latex/l3kernel/l3coffins.sty @@ -47,7 +47,7 @@ %% ----------------------------------------------------------------------- %% \RequirePackage{l3names} -\GetIdInfo$Id: l3coffins.dtx 2963 2011-11-15 22:06:41Z joseph $ +\GetIdInfo$Id: l3coffins.dtx 3086 2011-12-22 17:55:46Z bruno $ {L3 Experimental coffin code layer} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -117,7 +117,7 @@ { \token_to_str:N #1 } } } -\cs_new_protected_nopar:Npn \coffin_clear:N #1 +\cs_new_protected:Npn \coffin_clear:N #1 { \coffin_if_exist:NT #1 { @@ -126,7 +126,7 @@ } } \cs_generate_variant:Nn \coffin_clear:N { c } -\cs_new_protected_nopar:Npn \coffin_new:N #1 +\cs_new_protected:Npn \coffin_new:N #1 { \box_new:N #1 \prop_clear_new:c { l_coffin_corners_ \int_value:w #1 _prop } @@ -181,7 +181,7 @@ } } \cs_generate_variant:Nn \vcoffin_set:Nnn { c } -\cs_new_protected_nopar:Npn \hcoffin_set:Nw #1 +\cs_new_protected:Npn \hcoffin_set:Nw #1 { \coffin_if_exist:NT #1 { @@ -198,7 +198,7 @@ } \cs_new_protected_nopar:Npn \hcoffin_set_end: { } \cs_generate_variant:Nn \hcoffin_set:Nw { c } -\cs_new_protected_nopar:Npn \vcoffin_set:Nnw #1#2 +\cs_new_protected:Npn \vcoffin_set:Nnw #1#2 { \coffin_if_exist:NT #1 { @@ -228,7 +228,7 @@ } \cs_new_protected_nopar:Npn \vcoffin_set_end: { } \cs_generate_variant:Nn \vcoffin_set:Nnw { c } -\cs_new_protected_nopar:Npn \coffin_set_eq:NN #1#2 +\cs_new_protected:Npn \coffin_set_eq:NN #1#2 { \coffin_if_exist:NT #1 { @@ -247,7 +247,7 @@ \cs_new_eq:NN \coffin_ht:c \box_ht:c \cs_new_eq:NN \coffin_wd:N \box_wd:N \cs_new_eq:NN \coffin_wd:c \box_wd:c -\cs_new_protected_nopar:Npn \coffin_get_pole:NnN #1#2#3 +\cs_new_protected:Npn \coffin_get_pole:NnN #1#2#3 { \prop_get:cnNF { l_coffin_poles_ \int_value:w #1 _prop } {#2} #3 @@ -257,28 +257,28 @@ \tl_set:Nn #3 { { 0 pt } { 0 pt } { 0 pt } { 0 pt } } } } -\cs_new_protected_nopar:Npn \coffin_reset_structure:N #1 +\cs_new_protected:Npn \coffin_reset_structure:N #1 { \prop_set_eq:cN { l_coffin_corners_ \int_value:w #1 _prop } \c_coffin_corners_prop \prop_set_eq:cN { l_coffin_poles_ \int_value:w #1 _prop } \c_coffin_poles_prop } -\cs_new_protected_nopar:Npn \coffin_set_eq_structure:NN #1#2 +\cs_new_protected:Npn \coffin_set_eq_structure:NN #1#2 { \prop_set_eq:cc { l_coffin_corners_ \int_value:w #1 _prop } { l_coffin_corners_ \int_value:w #2 _prop } \prop_set_eq:cc { l_coffin_poles_ \int_value:w #1 _prop } { l_coffin_poles_ \int_value:w #2 _prop } } -\cs_new_protected_nopar:Npn \coffin_gset_eq_structure:NN #1#2 +\cs_new_protected:Npn \coffin_gset_eq_structure:NN #1#2 { \prop_gset_eq:cc { l_coffin_corners_ \int_value:w #1 _prop } { l_coffin_corners_ \int_value:w #2 _prop } \prop_gset_eq:cc { l_coffin_poles_ \int_value:w #1 _prop } { l_coffin_poles_ \int_value:w #2 _prop } } -\cs_new_protected_nopar:Npn \coffin_set_user_dimensions:N #1 +\cs_new_protected:Npn \coffin_set_user_dimensions:N #1 { \cs_set_eq:NN \coffin_saved_Height: \Height \cs_set_eq:NN \coffin_saved_Depth: \Depth @@ -300,7 +300,7 @@ \cs_set_eq:NN \TotalHeight \coffin_saved_TotalHeight: \cs_set_eq:NN \Width \coffin_saved_Width: } -\cs_new_protected_nopar:Npn \coffin_set_horizontal_pole:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_set_horizontal_pole:Nnn #1#2#3 { \coffin_if_exist:NT #1 { @@ -313,7 +313,7 @@ \coffin_end_user_dimensions: } } -\cs_new_protected_nopar:Npn \coffin_set_vertical_pole:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_set_vertical_pole:Nnn #1#2#3 { \coffin_if_exist:NT #1 { @@ -326,12 +326,12 @@ \coffin_end_user_dimensions: } } -\cs_new_protected_nopar:Npn \coffin_set_pole:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_set_pole:Nnn #1#2#3 { \prop_put:cnn { l_coffin_poles_ \int_value:w #1 _prop } {#2} {#3} } \cs_generate_variant:Nn \coffin_set_horizontal_pole:Nnn { c } \cs_generate_variant:Nn \coffin_set_vertical_pole:Nnn { c } \cs_generate_variant:Nn \coffin_set_pole:Nnn { Nnx } -\cs_new_protected_nopar:Npn \coffin_update_corners:N #1 +\cs_new_protected:Npn \coffin_update_corners:N #1 { \prop_put:cnx { l_coffin_corners_ \int_value:w #1 _prop } { tl } { { 0 pt } { \dim_use:N \box_ht:N #1 } } @@ -342,7 +342,7 @@ \prop_put:cnx { l_coffin_corners_ \int_value:w #1 _prop } { br } { { \dim_use:N \box_wd:N #1 } { \dim_eval:n { - \box_dp:N #1 } } } } -\cs_new_protected_nopar:Npn \coffin_update_poles:N #1 +\cs_new_protected:Npn \coffin_update_poles:N #1 { \prop_put:cnx { l_coffin_poles_ \int_value:w #1 _prop } { hc } { @@ -376,7 +376,7 @@ { 0 pt } } } -\cs_new_protected_nopar:Npn \coffin_calculate_intersection:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_calculate_intersection:Nnn #1#2#3 { \coffin_get_pole:NnN #1 {#2} \l_coffin_pole_a_tl \coffin_get_pole:NnN #1 {#3} \l_coffin_pole_b_tl @@ -391,7 +391,7 @@ \dim_zero:N \l_coffin_y_dim } } -\cs_new_protected_nopar:Npn \coffin_calculate_intersection:nnnnnnnn +\cs_new_protected:Npn \coffin_calculate_intersection:nnnnnnnn #1#2#3#4#5#6#7#8 { \dim_compare:nNnTF {#3} = { \c_zero_dim } @@ -477,7 +477,7 @@ } } } -\cs_new_protected_nopar:Npn \coffin_calculate_intersection_aux:nnnnnN +\cs_new_protected:Npn \coffin_calculate_intersection_aux:nnnnnN #1#2#3#4#5#6 { \fp_set_from_dim:Nn \l_coffin_calc_result_fp {#1} @@ -491,7 +491,7 @@ \fp_add:Nn \l_coffin_calc_result_fp { \l_coffin_calc_b_fp } \dim_set:Nn #6 { \fp_to_dim:N \l_coffin_calc_result_fp } } -\cs_new_protected_nopar:Npn \coffin_join:NnnNnnnn #1#2#3#4#5#6#7#8 +\cs_new_protected:Npn \coffin_join:NnnNnnnn #1#2#3#4#5#6#7#8 { \coffin_align:NnnNnnnnN #1 {#2} {#3} #4 {#5} {#6} {#7} {#8} \l_coffin_aligned_coffin @@ -528,7 +528,7 @@ \coffin_set_eq:NN #1 \l_coffin_aligned_coffin } \cs_generate_variant:Nn \coffin_join:NnnNnnnn { c , Nnnc , cnnc } -\cs_new_protected_nopar:Npn \coffin_attach:NnnNnnnn #1#2#3#4#5#6#7#8 +\cs_new_protected:Npn \coffin_attach:NnnNnnnn #1#2#3#4#5#6#7#8 { \coffin_align:NnnNnnnnN #1 {#2} {#3} #4 {#5} {#6} {#7} {#8} \l_coffin_aligned_coffin @@ -546,7 +546,7 @@ \coffin_update_vertical_poles:NNN #1 #4 \l_coffin_aligned_coffin \coffin_set_eq:NN #1 \l_coffin_aligned_coffin } -\cs_new_protected_nopar:Npn \coffin_attach_mark:NnnNnnnn #1#2#3#4#5#6#7#8 +\cs_new_protected:Npn \coffin_attach_mark:NnnNnnnn #1#2#3#4#5#6#7#8 { \coffin_align:NnnNnnnnN #1 {#2} {#3} #4 {#5} {#6} {#7} {#8} \l_coffin_aligned_coffin @@ -556,7 +556,7 @@ \box_set_eq:NN #1 \l_coffin_aligned_coffin } \cs_generate_variant:Nn \coffin_attach:NnnNnnnn { c , Nnnc , cnnc } -\cs_new_protected_nopar:Npn \coffin_align:NnnNnnnnN #1#2#3#4#5#6#7#8#9 +\cs_new_protected:Npn \coffin_align:NnnNnnnnN #1#2#3#4#5#6#7#8#9 { \coffin_calculate_intersection:Nnn #4 {#5} {#6} \dim_set:Nn \l_coffin_x_prime_dim { \l_coffin_x_dim } @@ -575,12 +575,12 @@ } \coffin_set_eq:NN #9 \l_coffin_aligned_internal_coffin } -\cs_new_protected_nopar:Npn \coffin_offset_poles:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_offset_poles:Nnn #1#2#3 { \prop_map_inline:cn { l_coffin_poles_ \int_value:w #1 _prop } { \coffin_offset_pole:Nnnnnnn #1 {##1} ##2 {#2} {#3} } } -\cs_new_protected_nopar:Npn \coffin_offset_pole:Nnnnnnn #1#2#3#4#5#6#7#8 +\cs_new_protected:Npn \coffin_offset_pole:Nnnnnnn #1#2#3#4#5#6#7#8 { \dim_set:Nn \l_coffin_x_dim { #3 + #7 } \dim_set:Nn \l_coffin_y_dim { #4 + #8 } @@ -594,12 +594,12 @@ {#5} {#6} } } -\cs_new_protected_nopar:Npn \coffin_offset_corners:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_offset_corners:Nnn #1#2#3 { \prop_map_inline:cn { l_coffin_corners_ \int_value:w #1 _prop } { \coffin_offset_corner:Nnnnn #1 {##1} ##2 {#2} {#3} } } -\cs_new_protected_nopar:Npn \coffin_offset_corner:Nnnnn #1#2#3#4#5#6 +\cs_new_protected:Npn \coffin_offset_corner:Nnnnn #1#2#3#4#5#6 { \prop_put:cnx { l_coffin_corners_ \int_value:w \l_coffin_aligned_coffin _prop } @@ -609,7 +609,7 @@ { \dim_eval:n { #4 + #6 } } } } -\cs_new_protected_nopar:Npn \coffin_update_vertical_poles:NNN #1#2#3 +\cs_new_protected:Npn \coffin_update_vertical_poles:NNN #1#2#3 { \coffin_get_pole:NnN #3 { #1 -T } \l_coffin_pole_a_tl \coffin_get_pole:NnN #3 { #2 -T } \l_coffin_pole_b_tl @@ -620,7 +620,7 @@ \exp_last_two_unbraced:Noo \coffin_update_B:nnnnnnnnN \l_coffin_pole_a_tl \l_coffin_pole_b_tl #3 } -\cs_new_protected_nopar:Npn \coffin_update_T:nnnnnnnnN #1#2#3#4#5#6#7#8#9 +\cs_new_protected:Npn \coffin_update_T:nnnnnnnnN #1#2#3#4#5#6#7#8#9 { \dim_compare:nNnTF {#2} < {#6} { @@ -632,7 +632,7 @@ { { 0 pt } {#2} { 1000 pt } { 0 pt } } } } -\cs_new_protected_nopar:Npn \coffin_update_B:nnnnnnnnN #1#2#3#4#5#6#7#8#9 +\cs_new_protected:Npn \coffin_update_B:nnnnnnnnN #1#2#3#4#5#6#7#8#9 { \dim_compare:nNnTF {#2} < {#6} { @@ -644,7 +644,7 @@ { { 0 pt } {#6} { 1000 pt } { 0 pt } } } } -\cs_new_protected_nopar:Npn \coffin_typeset:Nnnnn #1#2#3#4#5 +\cs_new_protected:Npn \coffin_typeset:Nnnnn #1#2#3#4#5 { \coffin_align:NnnNnnnnN \c_empty_coffin { H } { l } #1 {#2} {#3} {#4} {#5} \l_coffin_aligned_coffin @@ -658,7 +658,7 @@ \dim_new:N \l_coffin_right_corner_dim \dim_new:N \l_coffin_bottom_corner_dim \dim_new:N \l_coffin_top_corner_dim -\cs_new_protected_nopar:Npn \coffin_rotate:Nn #1#2 +\cs_new_protected:Npn \coffin_rotate:Nn #1#2 { \fp_set:Nn \l_coffin_tmp_fp {#2} \fp_div:Nn \l_coffin_tmp_fp { 180 } @@ -693,7 +693,7 @@ { \coffin_shift_pole:Nnnnnn #1 {##1} ##2 } } \cs_generate_variant:Nn \coffin_rotate:Nn { c } -\cs_new_protected_nopar:Npn \coffin_set_bounding:N #1 +\cs_new_protected:Npn \coffin_set_bounding:N #1 { \prop_put:Nnx \l_coffin_bounding_prop { tl } { { 0 pt } { \dim_use:N \box_ht:N #1 } } @@ -705,19 +705,19 @@ \prop_put:Nnx \l_coffin_bounding_prop { br } { { \dim_use:N \box_wd:N #1 } { \dim_use:N \l_coffin_tmp_dim } } } -\cs_new_protected_nopar:Npn \coffin_rotate_bounding:nnn #1#2#3 +\cs_new_protected:Npn \coffin_rotate_bounding:nnn #1#2#3 { \coffin_rotate_vector:nnNN {#2} {#3} \l_coffin_x_dim \l_coffin_y_dim \prop_put:Nnx \l_coffin_bounding_prop {#1} { { \dim_use:N \l_coffin_x_dim } { \dim_use:N \l_coffin_y_dim } } } -\cs_new_protected_nopar:Npn \coffin_rotate_corner:Nnnn #1#2#3#4 +\cs_new_protected:Npn \coffin_rotate_corner:Nnnn #1#2#3#4 { \coffin_rotate_vector:nnNN {#3} {#4} \l_coffin_x_dim \l_coffin_y_dim \prop_put:cnx { l_coffin_corners_ \int_value:w #1 _prop } {#2} { { \dim_use:N \l_coffin_x_dim } { \dim_use:N \l_coffin_y_dim } } } -\cs_new_protected_nopar:Npn \coffin_rotate_pole:Nnnnnn #1#2#3#4#5#6 +\cs_new_protected:Npn \coffin_rotate_pole:Nnnnnn #1#2#3#4#5#6 { \coffin_rotate_vector:nnNN {#3} {#4} \l_coffin_x_dim \l_coffin_y_dim \coffin_rotate_vector:nnNN {#5} {#6} @@ -729,7 +729,7 @@ { \dim_use:N \l_coffin_y_prime_dim } } } -\cs_new_protected_nopar:Npn \coffin_rotate_vector:nnNN #1#2#3#4 +\cs_new_protected:Npn \coffin_rotate_vector:nnNN #1#2#3#4 { \fp_set_from_dim:Nn \l_coffin_x_fp {#1} \fp_set_from_dim:Nn \l_coffin_y_fp {#2} @@ -746,7 +746,7 @@ \dim_set:Nn #3 { \fp_to_dim:N \l_coffin_x_prime_fp } \dim_set:Nn #4 { \fp_to_dim:N \l_coffin_y_prime_fp } } -\cs_new_protected_nopar:Npn \coffin_find_corner_maxima:N #1 +\cs_new_protected:Npn \coffin_find_corner_maxima:N #1 { \dim_set:Nn \l_coffin_top_corner_dim { -\c_max_dim } \dim_set:Nn \l_coffin_right_corner_dim { -\c_max_dim } @@ -755,7 +755,7 @@ \prop_map_inline:cn { l_coffin_corners_ \int_value:w #1 _prop } { \coffin_find_corner_maxima_aux:nn ##2 } } -\cs_new_protected_nopar:Npn \coffin_find_corner_maxima_aux:nn #1#2 +\cs_new_protected:Npn \coffin_find_corner_maxima_aux:nn #1#2 { \dim_set_min:Nn \l_coffin_left_corner_dim {#1} \dim_set_max:Nn \l_coffin_right_corner_dim {#1} @@ -768,9 +768,9 @@ \prop_map_inline:Nn \l_coffin_bounding_prop { \coffin_find_bounding_shift_aux:nn ##2 } } -\cs_new_protected_nopar:Npn \coffin_find_bounding_shift_aux:nn #1#2 +\cs_new_protected:Npn \coffin_find_bounding_shift_aux:nn #1#2 { \dim_set_min:Nn \l_coffin_bounding_shift_dim {#1} } -\cs_new_protected_nopar:Npn \coffin_shift_corner:Nnnn #1#2#3#4 +\cs_new_protected:Npn \coffin_shift_corner:Nnnn #1#2#3#4 { \prop_put:cnx { l_coffin_corners_ \int_value:w #1 _ prop } {#2} { @@ -778,7 +778,7 @@ { \dim_eval:n { #4 - \l_coffin_bottom_corner_dim } } } } -\cs_new_protected_nopar:Npn \coffin_shift_pole:Nnnnnn #1#2#3#4#5#6 +\cs_new_protected:Npn \coffin_shift_pole:Nnnnnn #1#2#3#4#5#6 { \prop_put:cnx { l_coffin_poles_ \int_value:w #1 _ prop } {#2} { @@ -791,7 +791,7 @@ \fp_new:N \l_coffin_scale_y_fp \dim_new:N \l_coffin_scaled_total_height_dim \dim_new:N \l_coffin_scaled_width_dim -\cs_new_protected_nopar:Npn \coffin_resize:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_resize:Nnn #1#2#3 { \coffin_set_user_dimensions:N #1 \box_resize:Nnn #1 {#2} {#3} @@ -804,7 +804,7 @@ \coffin_resize_common:Nnn #1 {#2} {#3} } \cs_generate_variant:Nn \coffin_resize:Nnn { c } -\cs_new_protected_nopar:Npn \coffin_resize_common:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_resize_common:Nnn #1#2#3 { \prop_map_inline:cn { l_coffin_corners_ \int_value:w #1 _prop } { \coffin_scale_corner:Nnnn #1 {##1} ##2 } @@ -819,7 +819,7 @@ } \coffin_end_user_dimensions: } -\cs_new_protected_nopar:Npn \coffin_scale:Nnn #1#2#3 +\cs_new_protected:Npn \coffin_scale:Nnn #1#2#3 { \box_scale:Nnn #1 {#2} {#3} \coffin_set_user_dimensions:N #1 @@ -835,7 +835,7 @@ { \l_coffin_scaled_width_dim } { \l_coffin_scaled_total_height_dim } } \cs_generate_variant:Nn \coffin_scale:Nnn { c } -\cs_new_protected_nopar:Npn \coffin_scale_vector:nnNN #1#2#3#4 +\cs_new_protected:Npn \coffin_scale_vector:nnNN #1#2#3#4 { \fp_set_from_dim:Nn \l_coffin_tmp_fp {#1} \fp_mul:Nn \l_coffin_tmp_fp { \l_coffin_scale_x_fp } @@ -844,13 +844,13 @@ \fp_mul:Nn \l_coffin_tmp_fp { \l_coffin_scale_y_fp } \dim_set:Nn #4 { \fp_to_dim:N \l_coffin_tmp_fp } } -\cs_new_protected_nopar:Npn \coffin_scale_corner:Nnnn #1#2#3#4 +\cs_new_protected:Npn \coffin_scale_corner:Nnnn #1#2#3#4 { \coffin_scale_vector:nnNN {#3} {#4} \l_coffin_x_dim \l_coffin_y_dim \prop_put:cnx { l_coffin_corners_ \int_value:w #1 _prop } {#2} { { \dim_use:N \l_coffin_x_dim } { \dim_use:N \l_coffin_y_dim } } } -\cs_new_protected_nopar:Npn \coffin_scale_pole:Nnnnnn #1#2#3#4#5#6 +\cs_new_protected:Npn \coffin_scale_pole:Nnnnnn #1#2#3#4#5#6 { \coffin_scale_vector:nnNN {#3} {#4} \l_coffin_x_dim \l_coffin_y_dim \coffin_set_pole:Nnx #1 {#2} @@ -859,14 +859,14 @@ {#5} {#6} } } -\cs_new_protected_nopar:Npn \coffin_x_shift_corner:Nnnn #1#2#3#4 +\cs_new_protected:Npn \coffin_x_shift_corner:Nnnn #1#2#3#4 { \prop_put:cnx { l_coffin_corners_ \int_value:w #1 _prop } {#2} { { \dim_eval:n { #3 + \box_wd:N #1 } } {#4} } } -\cs_new_protected_nopar:Npn \coffin_x_shift_pole:Nnnnnn #1#2#3#4#5#6 +\cs_new_protected:Npn \coffin_x_shift_pole:Nnnnnn #1#2#3#4#5#6 { \prop_put:cnx { l_coffin_poles_ \int_value:w #1 _prop } {#2} { @@ -922,7 +922,7 @@ \tl_new:N \l_coffin_display_font_tl \tl_set:Nn \l_coffin_display_font_tl { \sffamily \tiny } \prop_new:N \l_coffin_handles_tmp_prop -\cs_new_protected_nopar:Npn \coffin_mark_handle:Nnnn #1#2#3#4 +\cs_new_protected:Npn \coffin_mark_handle:Nnnn #1#2#3#4 { \hcoffin_set:Nn \l_coffin_display_pole_coffin { @@ -959,7 +959,7 @@ \l_coffin_tmp_tl #1 {#2} {#3} } } -\cs_new_protected_nopar:Npn \coffin_mark_handle_aux:nnnnNnn #1#2#3#4#5#6#7 +\cs_new_protected:Npn \coffin_mark_handle_aux:nnnnNnn #1#2#3#4#5#6#7 { \coffin_attach_mark:NnnNnnnn #5 {#6} {#7} \l_coffin_display_coord_coffin {#1} {#2} @@ -967,7 +967,7 @@ { #4 \l_coffin_display_offset_dim } } \cs_generate_variant:Nn \coffin_mark_handle:Nnnn { c } -\cs_new_protected_nopar:Npn \coffin_display_handles:Nn #1#2 +\cs_new_protected:Npn \coffin_display_handles:Nn #1#2 { \hcoffin_set:Nn \l_coffin_display_pole_coffin { @@ -992,7 +992,7 @@ } \box_use:N \l_coffin_display_coffin } -\cs_new_protected_nopar:Npn \coffin_display_handles_aux:nnnnnn #1#2#3#4#5#6 +\cs_new_protected:Npn \coffin_display_handles_aux:nnnnnn #1#2#3#4#5#6 { \prop_map_inline:Nn \l_coffin_display_poles_prop { @@ -1036,7 +1036,7 @@ } } } -\cs_new_protected_nopar:Npn \coffin_display_handles_aux:nnnn #1#2#3#4 +\cs_new_protected:Npn \coffin_display_handles_aux:nnnn #1#2#3#4 { \coffin_display_attach:Nnnnn \l_coffin_display_coord_coffin {#1} {#2} @@ -1044,7 +1044,7 @@ { #4 \l_coffin_display_offset_dim } } \cs_generate_variant:Nn \coffin_display_handles:Nn { c } -\cs_new_protected_nopar:Npn \coffin_display_attach:Nnnnn #1#2#3#4#5 +\cs_new_protected:Npn \coffin_display_attach:Nnnnn #1#2#3#4#5 { \coffin_calculate_intersection:Nnn #1 {#2} {#3} \dim_set:Nn \l_coffin_x_prime_dim { \l_coffin_x_dim } @@ -1068,7 +1068,7 @@ { \box_wd:N \l_coffin_display_coffin } \box_set_eq:NN \l_coffin_display_coffin \l_coffin_aligned_coffin } -\cs_new_protected_nopar:Npn \coffin_show_structure:N #1 +\cs_new_protected:Npn \coffin_show_structure:N #1 { \cs_if_exist:cTF { l_coffin_poles_ \int_value:w #1 _prop } { @@ -1100,7 +1100,7 @@ \iow_newline: > \c_space_tl \c_space_tl #1 \c_space_tl \c_space_tl => \c_space_tl \c_space_tl \exp_not:n {#2} } -\cs_new_nopar:Npn \coffin_show_aux:w #1 > ~ { } +\cs_new:Npn \coffin_show_aux:w #1 > ~ { } \cs_generate_variant:Nn \coffin_show_structure:N { c } \msg_kernel_new:nnnn { coffins } { no-pole-intersection } { No~intersection~between~coffin~poles. } |