diff options
author | Norbert Preining <norbert@preining.info> | 2023-01-20 03:01:05 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-01-20 03:01:05 +0000 |
commit | 6d3235d032cbed920059ab39370928067056573a (patch) | |
tree | aa934ccc80bd69cc4ca388f418a62fa0140e443b /macros/latex/contrib/overarrows/overarrows.dtx | |
parent | c11207d3e9027d6aa4153a2103df58382d41e56e (diff) |
CTAN sync 202301200301
Diffstat (limited to 'macros/latex/contrib/overarrows/overarrows.dtx')
-rw-r--r-- | macros/latex/contrib/overarrows/overarrows.dtx | 46 |
1 files changed, 23 insertions, 23 deletions
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. |