[latex3-commits] [git/LaTeX3-latex3-latex2e] gh920: drop stray lvt file (4af1850d)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue Nov 8 17:09:18 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : gh920
Link : https://github.com/latex3/latex2e/commit/4af1850d6b8f5ec9e813f4ed8685fc5dc5c5815e
>---------------------------------------------------------------
commit 4af1850d6b8f5ec9e813f4ed8685fc5dc5c5815e
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Nov 8 17:09:18 2022 +0100
drop stray lvt file
>---------------------------------------------------------------
4af1850d6b8f5ec9e813f4ed8685fc5dc5c5815e
base/testfiles-lthooks2/github-0920.lvt | 39 ---------------------------------
1 file changed, 39 deletions(-)
diff --git a/base/testfiles-lthooks2/github-0920.lvt b/base/testfiles-lthooks2/github-0920.lvt
deleted file mode 100644
index 4e3191d2..00000000
--- a/base/testfiles-lthooks2/github-0920.lvt
+++ /dev/null
@@ -1,39 +0,0 @@
-\RequirePackage[enable-debug]{expl3}
-\ExplSyntaxOn
-\debug_on:n { check-declarations , deprecation }
-\ExplSyntaxOff
-
-\documentclass[a4paper,oneside]{article}
-
-\usepackage{graphicx}
-
-\input{regression-test}
-
-\showoutput
-
-
-\setlength\parindent{0pt}
-
-\AddToHook{shipout/background}{%
- \put(100,-100){\Huge X}%
-}
-
-
-\AddToHook{shipout/final}{%
- \setbox\ShipoutBox=\vbox{\moveright1in\box\ShipoutBox}%
- \setbox\ShipoutBox=\hbox to\paperwidth{\box\ShipoutBox\hss}%
- \setbox\ShipoutBox=\hbox{\reflectbox{\box\ShipoutBox}}%
- \setbox\ShipoutBox=\vbox{\moveleft1in\box\ShipoutBox}%
-}
-
-\begin{document}
-
-\START
-
-ABC
-
-\end{document}
-
-
-
-
More information about the latex3-commits
mailing list.