summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-01-19 21:02:50 +0000
committerKarl Berry <karl@freefriends.org>2023-01-19 21:02:50 +0000
commitecc51083d59e6e7b2d2a5613c245bfbeb1e553bd (patch)
treec1e2428546a2ba6ca4cb322aa0245ed999912632
parentcc3ae740ee23ea2d56455878d1823cc0c8dc7de3 (diff)
overarrows (19jan23)
git-svn-id: svn://tug.org/texlive/trunk@65587 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/tex/latex/overarrows/README.md30
-rw-r--r--Master/texmf-dist/tex/latex/overarrows/overarrows-doc.sty15
-rw-r--r--Master/texmf-dist/tex/latex/overarrows/overarrows.dtx46
-rw-r--r--Master/texmf-dist/tex/latex/overarrows/overarrows.ins32
-rw-r--r--Master/texmf-dist/tex/latex/overarrows/overarrows.pdfbin544643 -> 545759 bytes
-rw-r--r--Master/texmf-dist/tex/latex/overarrows/overarrows.sty33
6 files changed, 78 insertions, 78 deletions
diff --git a/Master/texmf-dist/tex/latex/overarrows/README.md b/Master/texmf-dist/tex/latex/overarrows/README.md
index 1f2ec39a99f..f2139d64993 100644
--- a/Master/texmf-dist/tex/latex/overarrows/README.md
+++ b/Master/texmf-dist/tex/latex/overarrows/README.md
@@ -1,5 +1,27 @@
-# overarrows
+# overarrows - Custom extensible arrows over math expressions
+
+## Presentation
+
+A LaTeX package to create custom arrows over math expressions, mainly for
+vectors (but arrows can as well be drawn below). Arrows stretch with content,
+scale with math styles, and have a correct kerning when a subscript follows.
+Some predefined commands are also provided.
+
+## Author
+
+Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr> Université Grenoble-Alpes
+
+## Repository
+
+https://gricad-gitlab.univ-grenoble-alpes.fr/labbeju/latex-packages/-/tree/main/overarrows
+
+## Licence
+
+Copyright (C) 2023 by Julien Labbé
+
+This file may be distributed and/or modified under the conditions of the LaTeX
+Project Public License (LPPL), either version 1.3c of this license or (at your
+option) any later version. The latest version of this license is in the file
+https://www.latex-project.org/lppl.txt
+
-A LaTeX package to create custom arrows over (and under) math expressions,
-mainly for vectors. Arrows stretch with content, scale with math styles, and
-have a correct kerning when a subscript follows.
diff --git a/Master/texmf-dist/tex/latex/overarrows/overarrows-doc.sty b/Master/texmf-dist/tex/latex/overarrows/overarrows-doc.sty
index 629ca98423a..7962df36037 100644
--- a/Master/texmf-dist/tex/latex/overarrows/overarrows-doc.sty
+++ b/Master/texmf-dist/tex/latex/overarrows/overarrows-doc.sty
@@ -8,17 +8,12 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2022 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
+%% Copyright (C) 2023 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
%%
-%% This file may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, either version 1.3 of this license
-%% or (at your option) any later version. The latest version of this
-%% license is in:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.3 or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% This file may be distributed and/or modified under the conditions of the LaTeX
+%% Project Public License (LPPL), either version 1.3c of this license or (at your
+%% option) any later version. The latest version of this license is in the file
+%% https://www.latex-project.org/lppl.txt
%%
\RequirePackage{xcolor}
\PassOptionsToPackage{hyperref}{xcolor}
diff --git a/Master/texmf-dist/tex/latex/overarrows/overarrows.dtx b/Master/texmf-dist/tex/latex/overarrows/overarrows.dtx
index 46cae78cf79..1b3700b3f00 100644
--- a/Master/texmf-dist/tex/latex/overarrows/overarrows.dtx
+++ b/Master/texmf-dist/tex/latex/overarrows/overarrows.dtx
@@ -1,16 +1,11 @@
% \iffalse meta-comment
%
-% Copyright (C) 2022 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
+% Copyright (C) 2023 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
%
-%
-% This file may be distributed and/or modified under the conditions of the LaTeX
-% Project Public License, either version 1.3 of this license or (at your option)
-% any later version. The latest version of this license is in:
-%
-% http://www.latex-project.org/lppl.txt
-%
-% and version 1.3 or later is part of all distributions of LaTeX version
-% 2005/12/01 or later.
+% This file may be distributed and/or modified under the conditions of the
+% LaTeX Project Public License (LPPL), either version 1.3c of this license or
+% (at your option) any later version. The latest version of this license is in
+% the file https://www.latex-project.org/lppl.txt
%
% \fi
%
@@ -21,7 +16,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{overarrows}
%<*package>
-[2023/01/17 v1.0 Custom extensible arrows over math expressions, mainly for vectors.]
+[2023/01/19 v1.0.1 Custom extensible arrows over math expressions]
%</package>
%
%<*driver>
@@ -93,7 +88,7 @@
%</driver>
% \fi
%
-% \changes{v1.0}{2023/01/17}{Initial version.}
+% \changes{v1.0}{2023/01/18}{Initial version}
%
% \GetFileInfo{\jobname.dtx}
%
@@ -104,9 +99,10 @@
% \maketitle
%
% \begin{abstract}
-% A \LaTeX{} package to create custom arrows over (and under) math
-% expressions, mainly for vectors. Arrows stretch with content, scale with
-% math styles, and have a correct kerning when a subscript follows.
+% A \LaTeX{} package to create custom arrows over math expressions, mainly for
+% vectors (but arrows can as well be drawn below). Arrows stretch with
+% content, scale with math styles, and have a correct kerning when a subscript
+% follows.
%
% \bigskip
%
@@ -2149,6 +2145,7 @@ $ \overdotteddoublearrow{v} \qquad \overdotteddoublearrow{AB} $
% \subsection{Changelog}
%
% \begin{description}
+% \item[v1.0.1] Bug fix for under* options.
% \item[v1.0] Initial version.
% \end{description}
%
@@ -2219,23 +2216,26 @@ $ \overdotteddoublearrow{v} \qquad \overdotteddoublearrow{AB} $
%
% Following options are for predefined commands.
%
+% \changes{v1.0.1}{2023/01/19}{Bug fix for under* options}
+%
+%
% \begin{macrocode}
\DeclareOption{overrightarrow}{\ovar@option@overrightarrow@true}
-\DeclareOption{underrightarrow}{\ovar@option@overrightarrow@true}
+\DeclareOption{underrightarrow}{\ovar@option@underrightarrow@true}
\DeclareOption{overleftarrow}{\ovar@option@overleftarrow@true}
-\DeclareOption{underleftarrow}{\ovar@option@overleftarrow@true}
+\DeclareOption{underleftarrow}{\ovar@option@underleftarrow@true}
\DeclareOption{overleftrightarrow}{\ovar@option@overleftrightarrow@true}
-\DeclareOption{underleftrightarrow}{\ovar@option@overleftrightarrow@true}
+\DeclareOption{underleftrightarrow}{\ovar@option@underleftrightarrow@true}
\DeclareOption{overrightharpoonup}{\ovar@option@overrightharpoonup@true}
-\DeclareOption{underrightharpoonup}{\ovar@option@overrightharpoonup@true}
+\DeclareOption{underrightharpoonup}{\ovar@option@underrightharpoonup@true}
\DeclareOption{overrightharpoondown}{\ovar@option@overrightharpoondown@true}
-\DeclareOption{underrightharpoondown}{\ovar@option@overrightharpoondown@true}
+\DeclareOption{underrightharpoondown}{\ovar@option@underrightharpoondown@true}
\DeclareOption{overleftharpoonup}{\ovar@option@overleftharpoonup@true}
-\DeclareOption{underleftharpoonup}{\ovar@option@overleftharpoonup@true}
+\DeclareOption{underleftharpoonup}{\ovar@option@underleftharpoonup@true}
\DeclareOption{overleftharpoondown}{\ovar@option@overleftharpoondown@true}
-\DeclareOption{underleftharpoondown}{\ovar@option@overleftharpoondown@true}
+\DeclareOption{underleftharpoondown}{\ovar@option@underleftharpoondown@true}
\DeclareOption{overbar}{\ovar@option@overbar@true}
-\DeclareOption{underbar}{\ovar@option@overbar@true}
+\DeclareOption{underbar}{\ovar@option@underbar@true}
% \end{macrocode}
%
% Following options are for sets of predefined commands.
diff --git a/Master/texmf-dist/tex/latex/overarrows/overarrows.ins b/Master/texmf-dist/tex/latex/overarrows/overarrows.ins
index 7781c7a81c1..d906ef28348 100644
--- a/Master/texmf-dist/tex/latex/overarrows/overarrows.ins
+++ b/Master/texmf-dist/tex/latex/overarrows/overarrows.ins
@@ -1,18 +1,11 @@
%%
-%% Copyright (C) 2022 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
+%% Copyright (C) 2023 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
%%
-%% This file may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, either version 1.3 of this license
-%% or (at your option) any later version. The latest version of this
-%% license is in:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.3 or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% This file may be distributed and/or modified under the conditions of the
+%% LaTeX Project Public License (LPPL), either version 1.3c of this license or
+%% (at your option) any later version. The latest version of this license is in
+%% the file https://www.latex-project.org/lppl.txt
%%
-%% Note : this file was created from the version 2.1 of the dtxtut tutorial,
-%% maintained by Scott Pakin.
\input docstrip.tex
\keepsilent
@@ -23,17 +16,12 @@
This is a generated file.
-Copyright (C) 2022 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
+Copyright (C) 2023 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
-This file may be distributed and/or modified under the conditions of
-the LaTeX Project Public License, either version 1.3 of this license
-or (at your option) any later version. The latest version of this
-license is in:
-
- http://www.latex-project.org/lppl.txt
-
-and version 1.3 or later is part of all distributions of LaTeX version
-2005/12/01 or later.
+This file may be distributed and/or modified under the conditions of the LaTeX
+Project Public License (LPPL), either version 1.3c of this license or (at your
+option) any later version. The latest version of this license is in the file
+https://www.latex-project.org/lppl.txt
\endpreamble
diff --git a/Master/texmf-dist/tex/latex/overarrows/overarrows.pdf b/Master/texmf-dist/tex/latex/overarrows/overarrows.pdf
index c5db55db01a..2b29e7cb454 100644
--- a/Master/texmf-dist/tex/latex/overarrows/overarrows.pdf
+++ b/Master/texmf-dist/tex/latex/overarrows/overarrows.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/overarrows/overarrows.sty b/Master/texmf-dist/tex/latex/overarrows/overarrows.sty
index b47806ef1ff..5cabacfcb46 100644
--- a/Master/texmf-dist/tex/latex/overarrows/overarrows.sty
+++ b/Master/texmf-dist/tex/latex/overarrows/overarrows.sty
@@ -8,21 +8,16 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2022 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
+%% Copyright (C) 2023 by Julien Labbé <Julien.Labbe@univ-grenoble-alpes.fr>
%%
-%% This file may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License, either version 1.3 of this license
-%% or (at your option) any later version. The latest version of this
-%% license is in:
-%%
-%% http://www.latex-project.org/lppl.txt
-%%
-%% and version 1.3 or later is part of all distributions of LaTeX version
-%% 2005/12/01 or later.
+%% This file may be distributed and/or modified under the conditions of the LaTeX
+%% Project Public License (LPPL), either version 1.3c of this license or (at your
+%% option) any later version. The latest version of this license is in the file
+%% https://www.latex-project.org/lppl.txt
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{overarrows}
-[2023/01/17 v1.0 Custom extensible arrows over math expressions, mainly for vectors.]
+[2023/01/19 v1.0.1 Custom extensible arrows over math expressions]
\newif\ifovar@option@oldarrows@
\newif\ifovar@option@esvect@ \ovar@option@esvect@true \PassOptionsToPackage{f}{esvect}
\newif\ifovar@option@tikz@
@@ -61,21 +56,21 @@
\DeclareOption{subscripts}{\ovar@detectsubscripts@true}
\DeclareOption{debug}{\ovar@option@debug@true}
\DeclareOption{overrightarrow}{\ovar@option@overrightarrow@true}
-\DeclareOption{underrightarrow}{\ovar@option@overrightarrow@true}
+\DeclareOption{underrightarrow}{\ovar@option@underrightarrow@true}
\DeclareOption{overleftarrow}{\ovar@option@overleftarrow@true}
-\DeclareOption{underleftarrow}{\ovar@option@overleftarrow@true}
+\DeclareOption{underleftarrow}{\ovar@option@underleftarrow@true}
\DeclareOption{overleftrightarrow}{\ovar@option@overleftrightarrow@true}
-\DeclareOption{underleftrightarrow}{\ovar@option@overleftrightarrow@true}
+\DeclareOption{underleftrightarrow}{\ovar@option@underleftrightarrow@true}
\DeclareOption{overrightharpoonup}{\ovar@option@overrightharpoonup@true}
-\DeclareOption{underrightharpoonup}{\ovar@option@overrightharpoonup@true}
+\DeclareOption{underrightharpoonup}{\ovar@option@underrightharpoonup@true}
\DeclareOption{overrightharpoondown}{\ovar@option@overrightharpoondown@true}
-\DeclareOption{underrightharpoondown}{\ovar@option@overrightharpoondown@true}
+\DeclareOption{underrightharpoondown}{\ovar@option@underrightharpoondown@true}
\DeclareOption{overleftharpoonup}{\ovar@option@overleftharpoonup@true}
-\DeclareOption{underleftharpoonup}{\ovar@option@overleftharpoonup@true}
+\DeclareOption{underleftharpoonup}{\ovar@option@underleftharpoonup@true}
\DeclareOption{overleftharpoondown}{\ovar@option@overleftharpoondown@true}
-\DeclareOption{underleftharpoondown}{\ovar@option@overleftharpoondown@true}
+\DeclareOption{underleftharpoondown}{\ovar@option@underleftharpoondown@true}
\DeclareOption{overbar}{\ovar@option@overbar@true}
-\DeclareOption{underbar}{\ovar@option@overbar@true}
+\DeclareOption{underbar}{\ovar@option@underbar@true}
\DeclareOption{overcommands}{%
\ovar@option@overrightarrow@true
\ovar@option@overleftarrow@true