Skip to content

Commit

Permalink
another \leavevmode
Browse files Browse the repository at this point in the history
  • Loading branch information
cgnieder committed Jun 16, 2013
1 parent 31e7515 commit 299011a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acro.sty
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down Expand Up @@ -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 {}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 299011a

Please sign in to comment.