summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/letterswitharrows/README2
-rw-r--r--Master/texmf-dist/doc/latex/letterswitharrows/letterswitharrows.pdfbin436269 -> 454076 bytes
-rw-r--r--Master/texmf-dist/source/latex/letterswitharrows/letterswitharrows.dtx19
-rw-r--r--Master/texmf-dist/tex/latex/letterswitharrows/letterswitharrows.sty5
4 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/letterswitharrows/README b/Master/texmf-dist/doc/latex/letterswitharrows/README
index 33b67078115..51234229b30 100644
--- a/Master/texmf-dist/doc/latex/letterswitharrows/README
+++ b/Master/texmf-dist/doc/latex/letterswitharrows/README
@@ -4,4 +4,4 @@ Copyright 2019 J. M. Teegen
The letterswitharrows package does provides LaTeX math-mode commands for setting left and right arrows over mathematical symbols, so that the arrows dynamically scale with the symbols.
While it is possible to set arrows over longer strings of symbols, the focus lies on single characters.
-For more information please consult the package documentation in letterswotharrows.pdf \ No newline at end of file
+For more information please consult the package documentation in letterswitharrows.pdf
diff --git a/Master/texmf-dist/doc/latex/letterswitharrows/letterswitharrows.pdf b/Master/texmf-dist/doc/latex/letterswitharrows/letterswitharrows.pdf
index 794f77a7056..b165b390b9c 100644
--- a/Master/texmf-dist/doc/latex/letterswitharrows/letterswitharrows.pdf
+++ b/Master/texmf-dist/doc/latex/letterswitharrows/letterswitharrows.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/letterswitharrows/letterswitharrows.dtx b/Master/texmf-dist/source/latex/letterswitharrows/letterswitharrows.dtx
index 5048e1f713e..43753176eba 100644
--- a/Master/texmf-dist/source/latex/letterswitharrows/letterswitharrows.dtx
+++ b/Master/texmf-dist/source/latex/letterswitharrows/letterswitharrows.dtx
@@ -40,8 +40,11 @@
\documentclass[full]{l3doc}
\usepackage[presets={abc,ABC,cAcBcC,vec-cev},tweaks=false]{letterswitharrows}
\usepackage{amssymb}
+\usepackage{hyperref}
\begin{document}
\DocInput{\jobname.dtx}
+%% \PrintIndex
+\PrintChanges
\end{document}
%</driver>
%<*gobble>
@@ -50,8 +53,8 @@
% \fi
% \title{The \pkg{letterswitharrows} package}
-% \author{Maximilian Teegen\\ \href{mailto:tex@jmteegen.eu}{tex@jmteegen.eu}}
-% \date{2019/11/19}
+% \author{Max Teegen\\ \href{mailto:tex@jmteegen.eu}{tex@jmteegen.eu}}
+% \date{2019/11/21}
% \maketitle
@@ -144,16 +147,14 @@
% \begin{implementation}
% \section{Implementation}
-% \iffalse
-%<*package>
+% \changes{2019/11/21}{2019/11/21}{Require \pkg{expl3} before \tn{ProvidesExplPackage}.}
+% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesExplPackage {letterswitharrows} {2019-11-19} {} {Draw arrows over math letters.}
-\RequirePackage{expl3,xparse,l3keys2e,mathtools}
+\RequirePackage{expl3}
+\ProvidesExplPackage {letterswitharrows} {2019-11-21} {} {Draw arrows over math letters.}
+\RequirePackage{xparse,l3keys2e,mathtools}
% TODO: I just use mathtools for mathrlap; replace.
-%</package>
-% \fi
-% \begin{macrocode}
%<@@=jmt_lwa>
\msg_new:nnn {letterswitharrows} {pdf-only} {Only~pdf~output~is~supported.}
\AtBeginDocument{
diff --git a/Master/texmf-dist/tex/latex/letterswitharrows/letterswitharrows.sty b/Master/texmf-dist/tex/latex/letterswitharrows/letterswitharrows.sty
index e8152a0629a..f35f0708b6e 100644
--- a/Master/texmf-dist/tex/latex/letterswitharrows/letterswitharrows.sty
+++ b/Master/texmf-dist/tex/latex/letterswitharrows/letterswitharrows.sty
@@ -39,8 +39,9 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesExplPackage {letterswitharrows} {2019-11-19} {} {Draw arrows over math letters.}
-\RequirePackage{expl3,xparse,l3keys2e,mathtools}
+\RequirePackage{expl3}
+\ProvidesExplPackage {letterswitharrows} {2019-11-21} {} {Draw arrows over math letters.}
+\RequirePackage{xparse,l3keys2e,mathtools}
\msg_new:nnn {letterswitharrows} {pdf-only} {Only~pdf~output~is~supported.}
\AtBeginDocument{