[latex3-commits] [git/LaTeX3-latex3-latex2e] gh386: Replacement packages announce themselves with their actual name (b469da22)
PhelypeOleinik
phelype.oleinik at latex-project.org
Mon Sep 7 15:25:35 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh386
Link : https://github.com/latex3/latex2e/commit/b469da22453ef822e43ce43ce978d2b3348fcff1
>---------------------------------------------------------------
commit b469da22453ef822e43ce43ce978d2b3348fcff1
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Mon Sep 7 10:25:35 2020 -0300
Replacement packages announce themselves with their actual name
Plus change a test to avoid Travis vs. local differences
>---------------------------------------------------------------
b469da22453ef822e43ce43ce978d2b3348fcff1
base/ltshipout.dtx | 4 ++--
base/testfiles-lthooks2/github-0360.lvt | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/base/ltshipout.dtx b/base/ltshipout.dtx
index 650c4686..10e3e630 100644
--- a/base/ltshipout.dtx
+++ b/base/ltshipout.dtx
@@ -1567,7 +1567,7 @@
%
% \begin{macrocode}
%<*atbegshi-ltx>
-\ProvidesPackage{atbegshi}
+\ProvidesPackage{atbegshi-ltx}
[2020/08/17 v1.0a
Emulation of the original atbegshi package^^Jwith kernel methods]
% \end{macrocode}
@@ -1673,7 +1673,7 @@
% \end{macrocode}
%
% \begin{macrocode}
-\ProvidesPackage{everyshi}
+\ProvidesPackage{everyshi-ltx}
[2020/08/17 v1.0a
Emulation of the original everyshi package^^Jwith kernel methods]
% \end{macrocode}
diff --git a/base/testfiles-lthooks2/github-0360.lvt b/base/testfiles-lthooks2/github-0360.lvt
index 15c84dce..2c45a740 100644
--- a/base/testfiles-lthooks2/github-0360.lvt
+++ b/base/testfiles-lthooks2/github-0360.lvt
@@ -1,4 +1,7 @@
\documentclass{article}
+% Line breaking woes. Force backend loading here to avoid
+% differences between local and Travis:
+\usepackage{expl3}
\input{regression-test}
More information about the latex3-commits
mailing list.