[latex3-commits] [l3svn] r6814 - Remove deprecated use of .value_required: from xcoffins

noreply at latex-project.org noreply at latex-project.org
Sun Jan 1 10:03:57 CET 2017


Author: joseph
Date: 2017-01-01 10:03:56 +0100 (Sun, 01 Jan 2017)
New Revision: 6814

Modified:
   trunk/l3experimental/xcoffins/xcoffins.dtx
Log:
Remove deprecated use of .value_required: from xcoffins

There are several third-party cases to chase down too!


Modified: trunk/l3experimental/xcoffins/xcoffins.dtx
===================================================================
--- trunk/l3experimental/xcoffins/xcoffins.dtx	2017-01-01 08:57:58 UTC (rev 6813)
+++ trunk/l3experimental/xcoffins/xcoffins.dtx	2017-01-01 09:03:56 UTC (rev 6814)
@@ -1,6 +1,6 @@
 % \iffalse meta-comment
 %
-%% File: xcoffins.dtx Copyright(C) 2010-2012,2014,2016 The LaTeX3 Project
+%% File: xcoffins.dtx Copyright(C) 2010-2012,2014,2016,2017 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 this
@@ -701,20 +701,20 @@
 %    \begin{macrocode}
 \keys_define:nn { coffin }
   {
-    coffin1-hpole     .tl_set:N        = \l_@@_A_hpole_tl          ,
-    coffin1-hpole     .value_required:                                 ,
-    coffin1-vpole     .tl_set:N        = \l_@@_A_vpole_tl          ,
-    coffin1-vpole     .value_required:                                 ,
-    coffin2-hpole     .tl_set:N        = \l_@@_B_hpole_tl          ,
-    coffin2-hpole     .value_required:                                 ,
-    coffin2-vpole     .tl_set:N        = \l_@@_B_vpole_tl          ,
-    coffin2-vpole     .value_required:                                 ,
-    grow-bounding-box .bool_set:N      = \l_@@_bound_box_grow_bool ,
-    grow-bounding-box .default:n       = true                          ,
-    hoffset           .dim_set:N       = \l_@@_hoffset_dim         ,
-    hoffset           .value_required:                                 ,
-    voffset           .dim_set:N       = \l_@@_voffset_dim         ,
-    voffset           .value_required:
+    coffin1-hpole     .tl_set:N         = \l_@@_A_hpole_tl          ,
+    coffin1-hpole     .value_required:n = true                      ,
+    coffin1-vpole     .tl_set:N         = \l_@@_A_vpole_tl          ,
+    coffin1-vpole     .value_required:n = true                      ,
+    coffin2-hpole     .tl_set:N         = \l_@@_B_hpole_tl          ,
+    coffin2-hpole     .value_required:n = true                      ,
+    coffin2-vpole     .tl_set:N         = \l_@@_B_vpole_tl          ,
+    coffin2-vpole     .value_required:n = true                      ,
+    grow-bounding-box .bool_set:N       = \l_@@_bound_box_grow_bool ,
+    grow-bounding-box .default:n        = true                      ,
+    hoffset           .dim_set:N        = \l_@@_hoffset_dim         ,
+    hoffset           .value_required:  = true                      ,
+    voffset           .dim_set:N        = \l_@@_voffset_dim         ,
+    voffset           .value_required:n = true
   }
 \keys_set:nn { coffin }
   {



More information about the latex3-commits mailing list