summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-01-12 21:24:27 +0000
committerKarl Berry <karl@freefriends.org>2021-01-12 21:24:27 +0000
commit0ca73e2f4b8f65943e212a4a25b09a84cee35c37 (patch)
tree7ec26d7a3e04d7c3682b7a8176a55f4b2275490a /Master/texmf-dist/tex/generic
parent27346c71d2523f5f9c84602f857d59ce21f05b4f (diff)
witharrows (12jan21)
git-svn-id: svn://tug.org/texlive/trunk@57401 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic')
-rw-r--r--Master/texmf-dist/tex/generic/witharrows/witharrows.sty12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/generic/witharrows/witharrows.sty b/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
index 9f49ebbca2e..435b298dce7 100644
--- a/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
+++ b/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
@@ -6,7 +6,7 @@
%%
%% witharrows.dtx (with options: `LaTeX')
%%
-%% Copyright (C) 2017-2020 by F. Pantigny
+%% Copyright (C) 2017-2021 by F. Pantigny
%%
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
@@ -18,8 +18,8 @@
%% and version 1.3 or later is part of all distributions of
%% LaTeX version 2005/12/01 or later.
%%
-\def\myfileversion{2.6}
-\def\myfiledate{2020/09/08}
+\def\myfileversion{2.6a}
+\def\myfiledate{2021/01/12}
\RequirePackage{tikz}
\usetikzlibrary{arrows.meta,bending}
\RequirePackage{l3keys2e}
@@ -1155,7 +1155,7 @@
\dim_gzero_new:N \g__witharrows_alignment_dim
\dim_gset:Nn \g__witharrows_alignment_dim { \box_wd:N \l_tmpa_box }
\box_clear_new:N \l__witharrows_new_box
- \hbox_set:Nn \l__witharrows_new_box { \hbox_unpack_clear:N \l_tmpa_box }
+ \hbox_set:Nn \l__witharrows_new_box { \hbox_unpack_drop:N \l_tmpa_box }
\dim_compare:nNnT
{ \box_wd:N \l__witharrows_new_box } < \g__witharrows_alignment_dim
{ \dim_gset:Nn \g__witharrows_alignment_dim { \box_wd:N \l__witharrows_new_box } }
@@ -1617,9 +1617,9 @@
\path ( __witharrows_label.west )
node [ anchor = west ]
{
- \begin { varwidth } { \l_tmpa_dim }
+ \begin { minipage } { \l_tmpa_dim }
#3
- \end { varwidth }
+ \end { minipage }
} ;
}
}