texlive[55846] Master/texmf-dist: langsci-avm (15jul20)

commits+karl at tug.org commits+karl at tug.org
Thu Jul 16 00:18:53 CEST 2020


Revision: 55846
          http://tug.org/svn/texlive?view=revision&revision=55846
Author:   karl
Date:     2020-07-16 00:18:52 +0200 (Thu, 16 Jul 2020)
Log Message:
-----------
langsci-avm (15jul20)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/langsci-avm/langsci-avm.pdf
    trunk/Master/texmf-dist/source/latex/langsci-avm/langsci-avm.dtx
    trunk/Master/texmf-dist/tex/latex/langsci-avm/langsci-avm.sty

Modified: trunk/Master/texmf-dist/doc/latex/langsci-avm/langsci-avm.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/langsci-avm/langsci-avm.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/langsci-avm/langsci-avm.dtx	2020-07-15 22:18:35 UTC (rev 55845)
+++ trunk/Master/texmf-dist/source/latex/langsci-avm/langsci-avm.dtx	2020-07-15 22:18:52 UTC (rev 55846)
@@ -83,7 +83,7 @@
 % 		Please submit bug reports and feature requests to
 % 		\protect\url{https://github.com/langsci/langsci-avm/issues}.
 % 	}}
-% \date{Version 0.2 -- 29th June 2020}
+% \date{Version 0.2.1 -- 15th July 2020}
 % \maketitle
 % \frenchspacing
 % \begin{documentation}
@@ -575,7 +575,7 @@
 %
 %    \begin{macrocode}
 \ProvidesExplPackage {langsci-avm} 
-  {2020-06-29} {0.2}
+  {2020-07-15} {0.2.1}
   {AVMs and feature structures in LaTeX3}
 %    \end{macrocode}
 %    \begin{macro}{\avm}
@@ -607,13 +607,13 @@
 
 \keys_define:nn { avm }
   {
-    stretch .code:n        = {\def\arraystretch{#1}},
+    stretch .tl_set:N      = \l__avm_arraystretch_tl,
     stretch .initial:n     = {0.9},
-    columnsep .dim_set:N   = \tabcolsep,
+    columnsep .dim_set:N   = \l__avm_tabcolsep_dim,
     columnsep .initial:n   = {.5ex},
-    delimfactor .int_set:N = \delimiterfactor,
+    delimfactor .int_set:N = \l__avm_delimfactor_int,
     delimfactor .initial:n = {1000},
-    delimfall .dim_set:N   = \delimitershortfall,
+    delimfall .dim_set:N   = \l__avm_delimshortfall_dim,
     delimfall .initial:n   = {0pt},
     attributes .code:n     = {\cs_set:Nn \__avm_font_attribute: {#1}},
     attributes .initial:n  = {\scshape},
@@ -826,6 +826,10 @@
 
 \cs_new:Nn \__avm_initialise_document_commands: 
   {
+    \def\arraystretch{\tl_use:N \l__avm_arraystretch_tl}
+    \tabcolsep=\l__avm_tabcolsep_dim
+    \delimiterfactor=\l__avm_delimfactor_int
+    \delimitershortfall=\l__avm_delimshortfall_dim
     \cs_if_exist:NTF \tag 
       {  \RenewDocumentCommand{\tag}{m}{ \__avm_controls_tag:n {##1} } }
       {  \NewDocumentCommand{\tag}{m}{   \__avm_controls_tag:n {##1} } }

Modified: trunk/Master/texmf-dist/tex/latex/langsci-avm/langsci-avm.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/langsci-avm/langsci-avm.sty	2020-07-15 22:18:35 UTC (rev 55845)
+++ trunk/Master/texmf-dist/tex/latex/langsci-avm/langsci-avm.sty	2020-07-15 22:18:52 UTC (rev 55846)
@@ -46,7 +46,7 @@
 %% ------------------------------------------------------------------------------
 \RequirePackage{xparse,array}
 \ProvidesExplPackage {langsci-avm}
-  {2020-06-29} {0.2}
+  {2020-07-15} {0.2.1}
   {AVMs and feature structures in LaTeX3}
 \NewDocumentCommand{\avm}{ O{} +m }
   {
@@ -64,13 +64,13 @@
 
 \keys_define:nn { avm }
   {
-    stretch .code:n        = {\def\arraystretch{#1}},
+    stretch .tl_set:N      = \l__avm_arraystretch_tl,
     stretch .initial:n     = {0.9},
-    columnsep .dim_set:N   = \tabcolsep,
+    columnsep .dim_set:N   = \l__avm_tabcolsep_dim,
     columnsep .initial:n   = {.5ex},
-    delimfactor .int_set:N = \delimiterfactor,
+    delimfactor .int_set:N = \l__avm_delimfactor_int,
     delimfactor .initial:n = {1000},
-    delimfall .dim_set:N   = \delimitershortfall,
+    delimfall .dim_set:N   = \l__avm_delimshortfall_dim,
     delimfall .initial:n   = {0pt},
     attributes .code:n     = {\cs_set:Nn \__avm_font_attribute: {#1}},
     attributes .initial:n  = {\scshape},
@@ -234,6 +234,10 @@
 
 \cs_new:Nn \__avm_initialise_document_commands:
   {
+    \def\arraystretch{\tl_use:N \l__avm_arraystretch_tl}
+    \tabcolsep=\l__avm_tabcolsep_dim
+    \delimiterfactor=\l__avm_delimfactor_int
+    \delimitershortfall=\l__avm_delimshortfall_dim
     \cs_if_exist:NTF \tag
       {  \RenewDocumentCommand{\tag}{m}{ \__avm_controls_tag:n {##1} } }
       {  \NewDocumentCommand{\tag}{m}{   \__avm_controls_tag:n {##1} } }



More information about the tex-live-commits mailing list.