summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/witharrows
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-15 20:36:40 +0000
committerKarl Berry <karl@freefriends.org>2023-02-15 20:36:40 +0000
commit865e4bc1e1b0ee68b7c96f02feef1d26ac2747f6 (patch)
tree3b07a2889d2ff6ab1cccd522d38a2aa75c90dac5 /Master/texmf-dist/tex/generic/witharrows
parent2b8fc6329456175f2e4195a706ef651d7df9fe63 (diff)
witharrows (15feb23)
git-svn-id: svn://tug.org/texlive/trunk@65841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/witharrows')
-rw-r--r--Master/texmf-dist/tex/generic/witharrows/witharrows.sty9
1 files changed, 5 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/generic/witharrows/witharrows.sty b/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
index f4a208a7f1c..1d2931ffc84 100644
--- a/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
+++ b/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
@@ -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.8}
-\def\myfiledate{2023/01/01}
+\def\myfileversion{2.8a}
+\def\myfiledate{2023/02/14}
\RequirePackage{tikz}
\usetikzlibrary{arrows.meta,bending}
\RequirePackage{l3keys2e}
@@ -1644,10 +1644,10 @@
\cs_generate_variant:Nn \__witharrows_draw_arrow:nnn { n n o }
\tl_const:Nn \c__witharrows_tikz_code_wrap_lines_tl
{
+ \pgfset { inner~sep = 0pt}
\draw ( #1 ) to node ( __witharrows_label ) { } ( #2 ) ;
\pgfpointanchor { wa - \l__witharrows_prefix_str - __witharrows_label } { west }
- \dim_set:Nn \l_tmpa_dim
- { \g__witharrows_right_x_dim - \pgf@x - \pgfkeysvalueof { / pgf / inner~xsep } }
+ \dim_set:Nn \l_tmpa_dim { \g__witharrows_right_x_dim - \pgf@x - 0.3333 ex }
\path \pgfextra { \tl_gset:Nx \g_tmpa_tl \tikz@text@width } ;
\tl_if_empty:NF \g_tmpa_tl
{
@@ -1660,6 +1660,7 @@
\path ( __witharrows_label.west )
node [ anchor = west ]
{
+ \skip_horizontal:n { 0.3333 ex }
\begin { minipage } { \l_tmpa_dim }
\tikz@text@action
\pgfkeysgetvalue { / tikz / node~halign~header } \l_tmpa_tl