summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/overarrows
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-01-20 03:01:05 +0000
committerNorbert Preining <norbert@preining.info>2023-01-20 03:01:05 +0000
commit6d3235d032cbed920059ab39370928067056573a (patch)
treeaa934ccc80bd69cc4ca388f418a62fa0140e443b /macros/latex/contrib/overarrows
parentc11207d3e9027d6aa4153a2103df58382d41e56e (diff)
CTAN sync 202301200301
Diffstat (limited to 'macros/latex/contrib/overarrows')
-rw-r--r--macros/latex/contrib/overarrows/README.md30
-rw-r--r--macros/latex/contrib/overarrows/overarrows.dtx46
-rw-r--r--macros/latex/contrib/overarrows/overarrows.ins32
-rw-r--r--macros/latex/contrib/overarrows/overarrows.pdfbin544643 -> 545759 bytes
4 files changed, 59 insertions, 49 deletions
diff --git a/macros/latex/contrib/overarrows/README.md b/macros/latex/contrib/overarrows/README.md
index 1f2ec39a99..f2139d6499 100644
--- a/macros/latex/contrib/overarrows/README.md
+++ b/macros/latex/contrib/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/macros/latex/contrib/overarrows/overarrows.dtx b/macros/latex/contrib/overarrows/overarrows.dtx
index 46cae78cf7..1b3700b3f0 100644
--- a/macros/latex/contrib/overarrows/overarrows.dtx
+++ b/macros/latex/contrib/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/macros/latex/contrib/overarrows/overarrows.ins b/macros/latex/contrib/overarrows/overarrows.ins
index 7781c7a81c..d906ef2834 100644
--- a/macros/latex/contrib/overarrows/overarrows.ins
+++ b/macros/latex/contrib/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/macros/latex/contrib/overarrows/overarrows.pdf b/macros/latex/contrib/overarrows/overarrows.pdf
index c5db55db01..2b29e7cb45 100644
--- a/macros/latex/contrib/overarrows/overarrows.pdf
+++ b/macros/latex/contrib/overarrows/overarrows.pdf
Binary files differ