summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-05-24 03:02:44 +0000
committerNorbert Preining <norbert@preining.info>2023-05-24 03:02:44 +0000
commitcaf8f98f9740b34fca93a1a42058820632d0b35b (patch)
treee8aab80263744e544452d8f66d9755891fc841b1 /macros
parentd470efdd8b7b603d5d048f896fa1dce095a3e245 (diff)
CTAN sync 202305240302
Diffstat (limited to 'macros')
-rw-r--r--macros/latex/contrib/movement-arrows/movement-arrows.pdfbin53782 -> 53891 bytes
-rw-r--r--macros/latex/contrib/movement-arrows/movement-arrows.sty5
-rw-r--r--macros/latex/contrib/movement-arrows/movement-arrows.tex6
3 files changed, 6 insertions, 5 deletions
diff --git a/macros/latex/contrib/movement-arrows/movement-arrows.pdf b/macros/latex/contrib/movement-arrows/movement-arrows.pdf
index f57b5f8595..08d4b50d2f 100644
--- a/macros/latex/contrib/movement-arrows/movement-arrows.pdf
+++ b/macros/latex/contrib/movement-arrows/movement-arrows.pdf
Binary files differ
diff --git a/macros/latex/contrib/movement-arrows/movement-arrows.sty b/macros/latex/contrib/movement-arrows/movement-arrows.sty
index fdfbe6b781..48fe4b288e 100644
--- a/macros/latex/contrib/movement-arrows/movement-arrows.sty
+++ b/macros/latex/contrib/movement-arrows/movement-arrows.sty
@@ -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@version{1.0}
-\ProvidesPackage{movement-arrows}[2023/05/21 v \MVA@version]
+\def\MVA@version{1.0b}
+\ProvidesPackage{movement-arrows}[2023/05/22 v \MVA@version]
\@ifpackageloaded{gb4e}{\noautomath}{}
\RequirePackage{tikz}
\usetikzlibrary{ext.paths.ortho}
diff --git a/macros/latex/contrib/movement-arrows/movement-arrows.tex b/macros/latex/contrib/movement-arrows/movement-arrows.tex
index c402f4efbf..550bda4a2a 100644
--- a/macros/latex/contrib/movement-arrows/movement-arrows.tex
+++ b/macros/latex/contrib/movement-arrows/movement-arrows.tex
@@ -19,7 +19,7 @@
\DefineShortVerb{\|}
\title{The \texttt{movement-arrows} package}
\author{Alan Munn\\amunn@msu.edu}
-\date{Version 1.0\\May 21, 2023}
+\date{Version 1.0b\\May 22, 2023}
\lstset{%
basicstyle=\ttfamily\small,
@@ -57,8 +57,8 @@ The |movement-arrows| package supplies simple support for drawing movement arrow
\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