texlive[61449] Master/texmf-dist: witharrows (30dec21)

commits+karl at tug.org commits+karl at tug.org
Thu Dec 30 22:19:55 CET 2021


Revision: 61449
          http://tug.org/svn/texlive?view=revision&revision=61449
Author:   karl
Date:     2021-12-30 22:19:54 +0100 (Thu, 30 Dec 2021)
Log Message:
-----------
witharrows (30dec21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/witharrows/README.md
    trunk/Master/texmf-dist/doc/generic/witharrows/witharrows-french.pdf
    trunk/Master/texmf-dist/doc/generic/witharrows/witharrows-french.tex
    trunk/Master/texmf-dist/doc/generic/witharrows/witharrows.pdf
    trunk/Master/texmf-dist/doc/generic/witharrows/witharrows.tex
    trunk/Master/texmf-dist/source/generic/witharrows/witharrows.dtx
    trunk/Master/texmf-dist/tex/generic/witharrows/witharrows.sty

Modified: trunk/Master/texmf-dist/doc/generic/witharrows/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/generic/witharrows/README.md	2021-12-30 21:19:38 UTC (rev 61448)
+++ trunk/Master/texmf-dist/doc/generic/witharrows/README.md	2021-12-30 21:19:54 UTC (rev 61449)
@@ -23,7 +23,7 @@
 For a manual installation:
 
 * put the files `witharrows.ins` and `witharrows.dtx` in the same directory; 
-* run `latex witharrows.ins`.
+* run `latex witharrows.ins` in that directory.
 
 The files `witharrows.sty` and `witharrows.tex` will be generated.
 

Modified: trunk/Master/texmf-dist/doc/generic/witharrows/witharrows-french.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/witharrows/witharrows-french.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/witharrows/witharrows-french.tex	2021-12-30 21:19:38 UTC (rev 61448)
+++ trunk/Master/texmf-dist/doc/generic/witharrows/witharrows-french.tex	2021-12-30 21:19:54 UTC (rev 61449)
@@ -11,6 +11,7 @@
 \usepackage{color}
 \usepackage{verbatim}
 \usepackage{mathtools}
+\usepackage[hyperfootnotes = false]{hyperref}
 \usepackage[footnotehyper]{witharrows}
 \usepackage{amsfonts}
 \usepackage{amssymb}
@@ -59,7 +60,6 @@
 
 \setlength{\parindent}{0pt}
 
-
 \begin{document}
 
 
@@ -769,8 +769,8 @@
 \end{WithArrows}$
 
 \bigskip
-L'espace (horizontal) entre une flèche de type \verb|o| et les flèches immédiatement recouvertes est fixé par le
-paramètre \verb|xoffset-for-o-arrows| que l'on peut régler avec \verb|\WithArrowsOptions| (valeur initiale : 2~mm).
+L'espace (horizontal) entre une flèche de type |o| et les flèches immédiatement recouvertes est fixé par le
+paramètre |xoffset-for-o-arrows| que l'on peut régler avec |\WithArrowsOptions| (valeur initiale : 2~mm).
 
 \bigskip
 \emph{Remarque} : La lettre |o| a été choisie car c'est la première lettre du mot anglais \emph{over}. Une flèche
@@ -1025,7 +1025,7 @@
 
 Là aussi, il est possible de changer ce comportement avec |\WithArrowsOptions|:
 
-\quad \verb|\WithArrowsOptions{displaystyle}|.
+\quad |\WithArrowsOptions{displaystyle}|.
 
 
 \smallskip
@@ -2169,7 +2169,7 @@
 
 
 
-\section{Examples}
+\section{Exemples}
 
 \subsection{\textbackslash MoveEqLeft}
 
@@ -2548,15 +2548,6 @@
 documentation ici présente, ainsi que le code source commenté et un historique des versions. 
 
 
-\bigskip
-Les versions successives du fichier |witharrows.sty| fournies par TeXLive sont disponibles sur le serveur
-\textsc{svn} de TeXLive : 
 
-{
-\small
-\url{https:www.tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/nicematrix/witharrows.sty}
-}
 
-
-
 \end{document}

Modified: trunk/Master/texmf-dist/doc/generic/witharrows/witharrows.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/generic/witharrows/witharrows.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/witharrows/witharrows.tex	2021-12-30 21:19:38 UTC (rev 61448)
+++ trunk/Master/texmf-dist/doc/generic/witharrows/witharrows.tex	2021-12-30 21:19:54 UTC (rev 61449)
@@ -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.6c}
-\def\myfiledate{2021/03/04}
+\def\myfileversion{2.6d}
+\def\myfiledate{2022/01/01}
 \input tikz.tex
 \input expl3-generic.tex
 \usetikzlibrary{arrows.meta,bending}
@@ -829,7 +829,7 @@
         \hbox_set:Nn \l_tmpa_box
           {
             \group_begin:
-            \dim_set_eq:NN \nulldelimiterspace \c_zero_dim
+            \dim_zero:N \nulldelimiterspace
             \c_math_toggle_token
             \left \l__witharrows_replace_left_brace_by_tl \vcenter to 1 cm { } \right.
             \c_math_toggle_token
@@ -912,7 +912,7 @@
                     + \box_dp:N \l__witharrows_halign_box
                   }
                 \group_begin:
-                \dim_set_eq:NN \nulldelimiterspace \c_zero_dim
+                \dim_zero:N \nulldelimiterspace
                 \c_math_toggle_token
                   \left \l__witharrows_replace_left_brace_by_tl
                     \vcenter to \l_tmpa_dim { \vfil }
@@ -1232,7 +1232,7 @@
         \pgf at relevantforpicturesizetrue
           #1
         \dim_compare:nNnTF \pgf at picminx = { 16000 pt }
-          { \dim_set_eq:NN \l_tmpa_dim \c_zero_dim }
+          { \dim_zero:NN \l_tmpa_dim }
           { \dim_set:Nn \l_tmpa_dim { \pgf at picmaxx - \pgf at picminx } }
         \dim_add:Nn \l_tmpa_dim \l__witharrows_xoffset_dim
         \prop_gput:cnV

Modified: trunk/Master/texmf-dist/source/generic/witharrows/witharrows.dtx
===================================================================
--- trunk/Master/texmf-dist/source/generic/witharrows/witharrows.dtx	2021-12-30 21:19:38 UTC (rev 61448)
+++ trunk/Master/texmf-dist/source/generic/witharrows/witharrows.dtx	2021-12-30 21:19:54 UTC (rev 61449)
@@ -1,6 +1,6 @@
 %\iffalse meta-comment
 %
-% Copyright (C) 2017-2021 by F. Pantigny
+% Copyright (C) 2017-2022 by F. Pantigny
 % -----------------------------------
 %
 % This file may be distributed and/or modified under the
@@ -15,8 +15,8 @@
 %
 % \fi
 % \iffalse
-\def\myfileversion{2.6c}
-\def\myfiledate{2021/03/04}
+\def\myfileversion{2.6d}
+\def\myfiledate{2022/01/01}
 %
 %
 %<*batchfile>
@@ -26,7 +26,7 @@
 \usedir{tex/latex/witharrows}
 \preamble
 
-Copyright (C) 2017-2021 by F. Pantigny
+Copyright (C) 2017-2022 by F. Pantigny
 -----------------------------------
 
 This file may be distributed and/or modified under the
@@ -45,10 +45,12 @@
 %</batchfile>
 %
 %<*driver>
-\documentclass[dvipsnames]{l3doc}% dvipsnames is for xcolor (loaded by Tikz, loaded by witharrows)
+\documentclass[dvipsnames]{l3doc}% dvipsnames is for xcolor (loaded by Tikz)
+\VerbatimFootnotes
 \usepackage{xltxtra}
 \usepackage[xetex]{geometry}
 \geometry{left=2.8cm,right=2.8cm,top=2.5cm,bottom=2.5cm,papersize={21cm,29.7cm}}
+\usepackage[hyperfootnotes=false]{footnotehyper}
 \usepackage[footnotehyper]{witharrows}
 \usetikzlibrary{calc}
 \usepackage{mathtools}
@@ -698,7 +700,7 @@
 % \bigskip 
 % In an environment which uses the option |group| or the option |groups|, it's
 % still possible to give an option of position (|ll|, |lr|, |rl|, |rr| or |i|)
-% to an individual arrow\footnote{Such an arrow will be called
+% to an individual arrow\footnote{Such arrow will be called
 % \emph{independent} in the technical documentation}. Such arrow will be drawn
 % irrespective of the groups. It's also possible to start a new group by
 % applying the option |new-group| to an given arrow.
@@ -814,7 +816,7 @@
 %
 % \bigskip
 % The horizontal space between an arrow of type |o| and the arrows immediately
-% covered is fixed by the dimension \verb|xoffset-for-o-arrows| which can be set
+% covered is fixed by the dimension |xoffset-for-o-arrows| which can be set
 % which the command |\WithArrowsOptions| (initial value: 2~mm).
 % 
 %
@@ -1813,7 +1815,7 @@
 %
 % For lisibility, this option |left-brace| is also available with a special
 % syntax: it's possible to give this option between angle brackets  
-% (\verb|<| and \verb|>|) just after \verb|{DispWithArrows}| (before the optional
+% (|<| and |>|) just after |{DispWithArrows}| (before the optional
 % arguments between square brackets).
 %
 % \bigskip 
@@ -1872,7 +1874,7 @@
 % interactive link.
 %
 % \bigskip
-% With the option \verb|replace-left-brace-by|, it's possible to replace the
+% With the option |replace-left-brace-by|, it's possible to replace the
 % left curly brace by another extensible delimiter. For example,
 % ``|replace-left-brace-by = [\enskip|'' will compose with a bracket and add also a
 % |\enskip| after this bracket.
@@ -1931,7 +1933,7 @@
 % By default, the value is the following:
 % 
 % \smallskip
-% \qquad \verb|\draw (#1) to node {#3} (#2) ;|
+% \qquad |\draw (#1) to node {#3} (#2) ;|
 %
 %
 % \bigskip
@@ -2377,7 +2379,7 @@
 % environments nested inside).}
 %
 % \smallskip
-% The value by defaut of |tikz-code| is \verb|\draw (#1) to node {#3} (#2) ;|
+% The value by defaut of |tikz-code| is |\draw (#1) to node {#3} (#2) ;|
 % where the three markers |#1|, |#2| and |#3| represent the start row, the end
 % row and the label of the arrow.
 %
@@ -5162,7 +5164,7 @@
 % Even if the default value of |\nulldelimiterspace| is 1.2~pt, we take it into account.
 %    \begin{macrocode}
             \group_begin:
-            \dim_set_eq:NN \nulldelimiterspace \c_zero_dim
+            \dim_zero:N \nulldelimiterspace 
             \c_math_toggle_token
             \left \l_@@_replace_left_brace_by_tl \vcenter to 1 cm { } \right.
             \c_math_toggle_token
@@ -5222,7 +5224,10 @@
 %</plain-TeX>
 %<*LaTeX>
     \bool_if:NTF \l_@@_in_label_or_minipage_bool
-      { \c_math_toggle_token } 
+      { 
+        \noindent % added in v. 2.6d
+        \c_math_toggle_token 
+      } 
       {  
 %</LaTeX>
 %    \end{macrocode}
@@ -5336,6 +5341,10 @@
             \hbox_to_wd:nn \g_@@_alignment_dim 
               { 
                 \box_use_drop:N \l_@@_left_brace_box
+%    \end{macrocode}
+% Here, you should use |\box_ht_plus_dp:N| when TeXLive 2021 will be available
+% on Overleaf. 
+%    \begin{macrocode}
                 \dim_set:Nn \l_tmpa_dim 
                   { 
                     \box_ht:N \l_@@_halign_box
@@ -5342,7 +5351,7 @@
                     + \box_dp:N \l_@@_halign_box
                   }
                 \group_begin:
-                \dim_set_eq:NN \nulldelimiterspace \c_zero_dim
+                \dim_zero:N \nulldelimiterspace 
                 \c_math_toggle_token
                   \left \l_@@_replace_left_brace_by_tl 
                     \vcenter to \l_tmpa_dim { \vfil } 
@@ -6154,7 +6163,7 @@
 % \bigskip
 % Eventually, we can draw the arrow with the code in |\l_@@_tikz_code_tl|. We
 % recall that the value by default for this token list is :\enskip
-% ``\verb|\draw (#1) to node {#3} (#2) ;|''. This value can be modified with the
+% ``|\draw (#1) to node {#3} (#2) ;|''. This value can be modified with the
 % option |tikz-code|. We use the variant |\@@_draw_arrow:nno| of the macro
 % |\@@_draw_arrow:nnn| because of the characters \emph{underscore} in the name
 % |\l_tmpa_tl|: if the user uses the Tikz library |babel|, the third argument of
@@ -6162,7 +6171,7 @@
 % will be in the argument of a command |node| of an instruction |\draw| of
 % Tikz... and we will have an error because of the characters
 % \emph{underscore}.\footnote{There were other solutions: use another name
-% without \emph{underscore} (like \Verb|\ltmpatl|) or use the package
+% without \emph{underscore} (like |\ltmpatl|) or use the package
 % \pkg{underscore} (with this package, the characters \emph{underscore} will be
 % rescanned without errors, even in text mode).}
 %    \begin{macrocode}
@@ -6206,7 +6215,7 @@
         \pgf at relevantforpicturesizetrue
           #1 
         \dim_compare:nNnTF \pgf at picminx = { 16000 pt }
-          { \dim_set_eq:NN \l_tmpa_dim \c_zero_dim }
+          { \dim_zero:NN \l_tmpa_dim }
           { \dim_set:Nn \l_tmpa_dim { \pgf at picmaxx - \pgf at picminx } }
         \dim_add:Nn \l_tmpa_dim \l_@@_xoffset_dim
         \prop_gput:cnV
@@ -7724,13 +7733,6 @@
 % 
 % \section{History}
 %
-% The successive versions of the file |witharrows.sty| provided by TeXLive are available on the
-% \textsc{svn} server of TeXLive:
-%
-% {
-% \small
-% \url{https:www.tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/witharrows/witharrows.sty}
-% }
 % \subsection*{Changes between versions 1.0 and 1.1}
 % 
 % Option for the command |\\| and option |interline|
@@ -7947,6 +7949,8 @@
 % Replacement of |\hbox_unpack_clear:N| by |\hbox_unpack_drop:N| since
 % |\hbox_unpack_clear:N| is now deprecated in \pkg{expl3}.
 %
+% Version 2.6d: correction of a bug (cf. question 628461 on TeX StackExchange).
+%
 % \PrintIndex
 %
 % \tableofcontents

Modified: trunk/Master/texmf-dist/tex/generic/witharrows/witharrows.sty
===================================================================
--- trunk/Master/texmf-dist/tex/generic/witharrows/witharrows.sty	2021-12-30 21:19:38 UTC (rev 61448)
+++ trunk/Master/texmf-dist/tex/generic/witharrows/witharrows.sty	2021-12-30 21:19:54 UTC (rev 61449)
@@ -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.6c}
-\def\myfiledate{2021/03/04}
+\def\myfileversion{2.6d}
+\def\myfiledate{2022/01/01}
 \RequirePackage{tikz}
 \usetikzlibrary{arrows.meta,bending}
 \RequirePackage{l3keys2e}
@@ -1063,7 +1063,7 @@
         \hbox_set:Nn \l_tmpa_box
           {
             \group_begin:
-            \dim_set_eq:NN \nulldelimiterspace \c_zero_dim
+            \dim_zero:N \nulldelimiterspace
             \c_math_toggle_token
             \left \l__witharrows_replace_left_brace_by_tl \vcenter to 1 cm { } \right.
             \c_math_toggle_token
@@ -1091,8 +1091,11 @@
       \__witharrows_fatal:n { DispWithArrows~in~math~mode }
     \fi:
     \bool_if:NTF \l__witharrows_in_label_or_minipage_bool
-      { \c_math_toggle_token }
       {
+        \noindent % added in v. 2.6d
+        \c_math_toggle_token
+      }
+      {
         \if_mode_vertical:
         \nointerlineskip
         \hbox_to_wd:nn { .6 \linewidth } { }
@@ -1154,7 +1157,7 @@
                     + \box_dp:N \l__witharrows_halign_box
                   }
                 \group_begin:
-                \dim_set_eq:NN \nulldelimiterspace \c_zero_dim
+                \dim_zero:N \nulldelimiterspace
                 \c_math_toggle_token
                   \left \l__witharrows_replace_left_brace_by_tl
                     \vcenter to \l_tmpa_dim { \vfil }
@@ -1557,7 +1560,7 @@
         \pgf at relevantforpicturesizetrue
           #1
         \dim_compare:nNnTF \pgf at picminx = { 16000 pt }
-          { \dim_set_eq:NN \l_tmpa_dim \c_zero_dim }
+          { \dim_zero:NN \l_tmpa_dim }
           { \dim_set:Nn \l_tmpa_dim { \pgf at picmaxx - \pgf at picminx } }
         \dim_add:Nn \l_tmpa_dim \l__witharrows_xoffset_dim
         \prop_gput:cnV



More information about the tex-live-commits mailing list.