summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/langsci-avm
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-16 03:02:38 +0000
committerNorbert Preining <norbert@preining.info>2020-07-16 03:02:38 +0000
commit545097774851316dfcb923ebf87501026949a9b4 (patch)
tree770038ed3603890864f5508b68a248f69d46b604 /macros/latex/contrib/langsci-avm
parent2e831b2bb763d3a1892a395c43f8b8248936b9dd (diff)
CTAN sync 202007160302
Diffstat (limited to 'macros/latex/contrib/langsci-avm')
-rw-r--r--macros/latex/contrib/langsci-avm/langsci-avm.dtx16
-rw-r--r--macros/latex/contrib/langsci-avm/langsci-avm.pdfbin113978 -> 114198 bytes
2 files changed, 10 insertions, 6 deletions
diff --git a/macros/latex/contrib/langsci-avm/langsci-avm.dtx b/macros/latex/contrib/langsci-avm/langsci-avm.dtx
index 1a54c0aa20..72346d4f51 100644
--- a/macros/latex/contrib/langsci-avm/langsci-avm.dtx
+++ b/macros/latex/contrib/langsci-avm/langsci-avm.dtx
@@ -83,7 +83,7 @@ Please report any bugs or feature requests to
% 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 @@ Please report any bugs or feature requests to
%
% \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 @@ Please report any bugs or feature requests to
\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 @@ Please report any bugs or feature requests to
\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} } }
diff --git a/macros/latex/contrib/langsci-avm/langsci-avm.pdf b/macros/latex/contrib/langsci-avm/langsci-avm.pdf
index 6d125865e8..73f036d8af 100644
--- a/macros/latex/contrib/langsci-avm/langsci-avm.pdf
+++ b/macros/latex/contrib/langsci-avm/langsci-avm.pdf
Binary files differ