From 299011aa64a77b7a7612ca8508efc586775ec379 Mon Sep 17 00:00:00 2001 From: Clemens Niederberger Date: Sun, 16 Jun 2013 19:04:23 +0200 Subject: [PATCH] another \leavevmode --- acro.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acro.sty b/acro.sty index eb76a71..a95a4e6 100644 --- a/acro.sty +++ b/acro.sty @@ -1317,7 +1317,6 @@ % #1: id \cs_new_protected:Npn \acro_use:n #1 { - \leavevmode % get the acronym and the plural settings: \acro_get:n { #1 } \acro_is_used:nTF { #1 } @@ -1369,6 +1368,7 @@ \cs_new_protected:Npn \acro_get:n #1 { + \leavevmode \acro_defined:n { #1 } \__acro_activate_hyperref_support: \prop_get:NnNF \l__acro_short_prop { #1 } \l__acro_tmpa_tl {} @@ -2366,7 +2366,7 @@ 2013/05/09 v1.3a - Bug fix: corrected wrong argument checking in \Ac, thanks to Michel Voßkuhle 2013/05/30 v1.3b - obey \if@filesw -2013/06/16 v1.3c - added \leavevmode to \acro_use:n +2013/06/16 v1.3c - added \leavevmode to \acro_get:n % -------------------------------------------------------------------------- % TODO: