texlive[67199] Master/texmf-dist: movement-arrows (23may23)
commits+karl at tug.org
commits+karl at tug.org
Tue May 23 21:48:13 CEST 2023
Revision: 67199
http://tug.org/svn/texlive?view=revision&revision=67199
Author: karl
Date: 2023-05-23 21:48:13 +0200 (Tue, 23 May 2023)
Log Message:
-----------
movement-arrows (23may23)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/movement-arrows/movement-arrows.pdf
trunk/Master/texmf-dist/doc/latex/movement-arrows/movement-arrows.tex
trunk/Master/texmf-dist/tex/latex/movement-arrows/movement-arrows.sty
Modified: trunk/Master/texmf-dist/doc/latex/movement-arrows/movement-arrows.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/movement-arrows/movement-arrows.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/movement-arrows/movement-arrows.tex 2023-05-23 19:48:02 UTC (rev 67198)
+++ trunk/Master/texmf-dist/doc/latex/movement-arrows/movement-arrows.tex 2023-05-23 19:48:13 UTC (rev 67199)
@@ -19,7 +19,7 @@
\DefineShortVerb{\|}
\title{The \texttt{movement-arrows} package}
\author{Alan Munn\\amunn at msu.edu}
-\date{Version 1.0\\May 21, 2023}
+\date{Version 1.0b\\May 22, 2023}
\lstset{%
basicstyle=\ttfamily\small,
@@ -57,8 +57,8 @@
\centering
\begin{tabularx}{.9\textwidth}{t{l}X}
\toprule
-\bs markwd[<name>]\{<word>\} & marks a word or phrase for arrow placement; if \pkg{word} is a single word with no formatting, \pkg{name} will be set to \pkg{word}. If \pkg{word} is a phrase or contains formatting, a \pkg{name} must be given.\\
-\bs arrow[<options>]\{<start>\}\{<end>\} & add an arrow between start and end nodes defined with \pkg{\bs markwd}. \pkg{\bs arrow*} draws an arrow above the words.\\
+\bs mkword[<name>]\{<word>\} & marks a word or phrase for arrow placement; if \pkg{word} is a single word with no formatting, \pkg{name} will be set to \pkg{word}. If \pkg{word} is a phrase or contains formatting, a \pkg{name} must be given.\\
+\bs arrow[<options>]\{<start>\}\{<end>\} & add an arrow between start and end nodes defined with \pkg{\bs mkword}. \pkg{\bs arrow*} draws an arrow above the words.\\
\bs arrowheight & length for the depth that the vertical line of the arrow drops\\
\bs extraexheight & length to add more space after a line with an arrow\\
\bottomrule
Modified: trunk/Master/texmf-dist/tex/latex/movement-arrows/movement-arrows.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/movement-arrows/movement-arrows.sty 2023-05-23 19:48:02 UTC (rev 67198)
+++ trunk/Master/texmf-dist/tex/latex/movement-arrows/movement-arrows.sty 2023-05-23 19:48:13 UTC (rev 67199)
@@ -16,9 +16,10 @@
% The Current Maintainer of this package is Alan Munn.
%%
% Version 1.0 2023-05-21 Initial release
+% Version 1.0b 2023-05-22 Fixed documentation typo
%
-\def\MVA at version{1.0}
-\ProvidesPackage{movement-arrows}[2023/05/21 v \MVA at version]
+\def\MVA at version{1.0b}
+\ProvidesPackage{movement-arrows}[2023/05/22 v \MVA at version]
\@ifpackageloaded{gb4e}{\noautomath}{}
\RequirePackage{tikz}
\usetikzlibrary{ext.paths.ortho}
More information about the tex-live-commits
mailing list.