[latex3-commits] [git/LaTeX3-latex3-latex2e] master: Support (mis)use of internal interface by fancyref (sx/515106) (484cdd19)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue Nov 5 21:39:37 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : master
Link : https://github.com/latex3/latex2e/commit/484cdd19763fa4057fd47754a6446a04b4589722
>---------------------------------------------------------------
commit 484cdd19763fa4057fd47754a6446a04b4589722
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Nov 5 21:39:37 2019 +0100
Support (mis)use of internal interface by fancyref (sx/515106)
>---------------------------------------------------------------
484cdd19763fa4057fd47754a6446a04b4589722
required/tools/changes.txt | 6 ++++++
required/tools/varioref.dtx | 9 +++++++--
2 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/required/tools/changes.txt b/required/tools/changes.txt
index 7d8ce2f4..2d509d58 100644
--- a/required/tools/changes.txt
+++ b/required/tools/changes.txt
@@ -1,3 +1,4 @@
+
=======================================================================
This file lists changes to the LaTeX2e files in reverse chronological order.
It is provided for convenience only. It therefore makes no claims to
@@ -9,6 +10,11 @@ are not part of the distribution.
# 2019-10-01 PL 2 Release
#########################
+2019-11-05 Frank Mittelbach <Frank.Mittelbach at latex-project.org>
+
+ * varioref.dtx (subsection{Defining the main macros}):
+ Support (mis)use of internal interface by fancyref (sx/515106)
+
2019-10-17 David Carlisle <David.Carlisle at latex-project.org>
* shellesc.dtx: protect against active _ and "
diff --git a/required/tools/varioref.dtx b/required/tools/varioref.dtx
index 049bd0d5..b8392c76 100644
--- a/required/tools/varioref.dtx
+++ b/required/tools/varioref.dtx
@@ -40,7 +40,7 @@
%<package>\DeclareCurrentRelease{}{2019-10-01}
%<package>
%<package>\ProvidesPackage{varioref}
-%<package> [2019/09/08 v1.6b package for extended references (FMi)]
+%<package> [2019/11/05 v1.6c package for extended references (FMi)]
% \fi
%
%%
@@ -730,7 +730,7 @@
% workflow uses pdf\TeX{} the Arabic letters can't be displayed
% easily, so you will see missing glyphs below. To see the real
% letters you have to look at the source or package file.
-% \changes{v1.6b}{2019/09/8}{Option arabic added}
+% \changes{v1.6b}{2019/09/08}{Option arabic added}
% \begin{allowtofu}
% \begin{macrocode}
\DeclareOption{arabic}
@@ -1642,16 +1642,21 @@
% \end{macro}
%
% \begin{macro}{\vref at space}
+% \begin{macro}{\vref at maybe@space}
% \changes{v1.4a}{2002/03/06}{Default added}
% A default for |\vref at space|. This isn't really needed except in
% the case that somebody has hooked into the \pkg{varioref}
% interfaces at a lower level (which isn't really supported,
% but\ldots). So giving a default will prevent an error message in
% that case (and should hopefully produce the same behavior as before).
+% \changes{v1.6c}{2019/11/05}{Support (mis)use of internal interface by
+% fancyref (sx/515106)}
% \begin{macrocode}
\let\vref at space\space
+\let\vref at maybe@space\space
% \end{macrocode}
% \end{macro}
+% \end{macro}
%
% \begin{macro}{\@vpageref}
% More parsing\ldots
More information about the latex3-commits
mailing list