Skip to content

Commit

Permalink
only run code of the same library once (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjr committed Feb 15, 2024
1 parent 108b3e0 commit 79529b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tabularray.sty
Original file line number Diff line number Diff line change
Expand Up @@ -7039,7 +7039,11 @@
\NewDocumentCommand \UseTblrLibrary { m }
{
\clist_map_inline:nn {#1} { \use:c { __tblr_use_lib_ ##1: } }
\clist_map_inline:nn {#1}
{
\use:c { __tblr_use_lib_ ##1: }
\cs_undefine:c { __tblr_use_lib_ ##1: }
}
}
%% Library amsmath and environments +array, +matrix, +cases, ...
Expand Down

0 comments on commit 79529b0

Please sign in to comment.