summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/acro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-25 23:12:09 +0000
committerKarl Berry <karl@freefriends.org>2015-08-25 23:12:09 +0000
commit30c05698273f323602dbce2a2de69a2d3595ca59 (patch)
tree4089f5dd39dbc020248e82c9cc9a3dc4af401673 /Master/texmf-dist/tex/latex/acro
parentb1a554d293617f76634731d09271d441fd54ba32 (diff)
acro (25aug15)
git-svn-id: svn://tug.org/texlive/trunk@38203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acro')
-rw-r--r--Master/texmf-dist/tex/latex/acro/acro.sty11
1 files changed, 7 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/acro/acro.sty b/Master/texmf-dist/tex/latex/acro/acro.sty
index 0bf51f6373b..1dab58409c2 100644
--- a/Master/texmf-dist/tex/latex/acro/acro.sty
+++ b/Master/texmf-dist/tex/latex/acro/acro.sty
@@ -31,8 +31,8 @@
\RequirePackage{expl3,l3sort,xparse,l3keys2e,xtemplate}
\ProvidesExplPackage
{acro}
- {2015/08/16}
- {2.0}
+ {2015/08/25}
+ {2.0a}
{Typeset Acronyms}
% --------------------------------------------------------------------------
@@ -281,7 +281,8 @@
% --------------------------------------------------------------------------
% length variables:
\dim_new:N \l__acro_table_width_dim
-\dim_set:Nn \l__acro_table_width_dim { .7\linewidth }
+\AtBeginDocument
+ { \dim_set:Nn \l__acro_table_width_dim { .7\columnwidth } }
\dim_new:N \l__acro_page_space_dim
% --------------------------------------------------------------------------
@@ -2318,7 +2319,7 @@
\bool_if:nTF
{
\bool_if_p:c { g__acro_#1_used_bool } &&
- ( !\__acro_is_single_p:n {#1} )
+ ( !\acro_if_is_single_p:n {#1} )
}
{ \prg_return_true: }
{ \prg_return_false: }
@@ -3302,6 +3303,8 @@
(https://bitbucket.org/cgnieder/acro/issue/44)
- implement https://bitbucket.org/cgnieder/acro/issue/35
- new option `single-form'
+2015/08/16 v2.0a - fix https://bitbucket.org/cgnieder/acro/issue/38 and
+ https://bitbucket.org/cgnieder/acro/issue/49
% --------------------------------------------------------------------------
update => http://tex.stackexchange.com/questions/236362