[latex3-commits] [git/LaTeX3-latex3-pdfresources] reworking-annot: cleanup files, move info files to info (a35ed96)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Feb 11 13:59:42 CET 2021


Repository : https://github.com/latex3/pdfresources
On branch  : reworking-annot
Link       : https://github.com/latex3/pdfresources/commit/a35ed96553426300c00e79dec2998cff2b47017f

>---------------------------------------------------------------

commit a35ed96553426300c00e79dec2998cff2b47017f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Feb 11 13:59:42 2021 +0100

    cleanup files,move info files to info


>---------------------------------------------------------------

a35ed96553426300c00e79dec2998cff2b47017f
 build.lua                                                   |  9 ++-------
 dicthandler.tex => info/dicthandler.tex                     |  0
 hyperrefnotes.tex => info/hyperrefnotes.tex                 |  0
 memo.txt => info/memo.txt                                   |  0
 pdfchecks.txt => info/pdfchecks.txt                         |  0
 pageresources.tex => info/pdfresources-uses.tex             | 13 ++++++-------
 pdfstandard.tex => info/pdfstandard.tex                     |  0
 .../xcolor-patches-tmp.sty                                  |  0
 rename-failures.txt                                         |  6 ------
 9 files changed, 8 insertions(+), 20 deletions(-)

diff --git a/build.lua b/build.lua
index 7bdf4d9..7b1c4ed 100644
--- a/build.lua
+++ b/build.lua
@@ -10,7 +10,7 @@ module  = "pdfresources"
 installfiles = {"*.sty","*.cls","*.def","*.lua"}
 sourcefiles =  {"*.dtx","*.ins",
                 "l3ref-tmp.sty",
-                "xcolor-patches-tmp.sty",
+                "newpackages/xcolor-patches-tmp.sty",
                 "pdfmanagement-regressiontest.sty",
                 "hgeneric-experimental.def",
                 "newpackages/transparent-ltx.sty",
@@ -24,11 +24,7 @@ sourcefiles =  {"*.dtx","*.ins",
 
 checkruns = 3
 
-if string.find(status.banner,"2019") then
-  print("TL2019")
-  testfiledir="./testfiles2019"
-  TL2019bool=true
-else 
+
   -- tl2020
   print("TL2020 or later")
 
@@ -40,7 +36,6 @@ else
     xetex     = {format = "xelatex-dev"},
     latexdvips = {binary="latex.exe",format = "latex-dev"}
     }
-end
 
 checkengines = {"luatex","pdftex","xetex"}
 
diff --git a/dicthandler.tex b/info/dicthandler.tex
similarity index 100%
rename from dicthandler.tex
rename to info/dicthandler.tex
diff --git a/hyperrefnotes.tex b/info/hyperrefnotes.tex
similarity index 100%
rename from hyperrefnotes.tex
rename to info/hyperrefnotes.tex
diff --git a/memo.txt b/info/memo.txt
similarity index 100%
rename from memo.txt
rename to info/memo.txt
diff --git a/pdfchecks.txt b/info/pdfchecks.txt
similarity index 100%
rename from pdfchecks.txt
rename to info/pdfchecks.txt
diff --git a/pageresources.tex b/info/pdfresources-uses.tex
similarity index 98%
rename from pageresources.tex
rename to info/pdfresources-uses.tex
index 806ca87..d82fa54 100644
--- a/pageresources.tex
+++ b/info/pdfresources-uses.tex
@@ -1,18 +1,17 @@
 % !Mode:: "TeX:DE:UTF-8:Main"
 %\input{regression-test}
-\RequirePackage{pdfresources}
-%\documentsetup{pdfversion=2.0}
-\ExplSyntaxOn
-\driver_pdf_compresslevel:n {0}
-\driver_pdf_compress_objects:n {0}
-\ExplSyntaxOff
+\RequirePackage{pdfmanagement}
+\DeclareDocumentMetadata {lang=en-UK  }
+\RequirePackage{pdfmanagement-regressiontest}
+
 \documentclass{article}
+
 \usepackage[english]{babel}
 \usepackage[autostyle]{csquotes}
 %\RequirePackage[customdriver=hgeneric-experimental]{hyperref}
 \begin{document}
 
-\title{Sorting page resources}
+\title{Discussing the current use of PDF resources}
 \maketitle
 
 \section{pdfpagesattr}
diff --git a/pdfstandard.tex b/info/pdfstandard.tex
similarity index 100%
rename from pdfstandard.tex
rename to info/pdfstandard.tex
diff --git a/xcolor-patches-tmp.sty b/newpackages/xcolor-patches-tmp.sty
similarity index 100%
rename from xcolor-patches-tmp.sty
rename to newpackages/xcolor-patches-tmp.sty
diff --git a/rename-failures.txt b/rename-failures.txt
deleted file mode 100644
index 5d07bdb..0000000
--- a/rename-failures.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-- ./build/test/catalog-remove.luatex.fc
-  - ./build/test/catalog-remove.pdftex.fc
-  - ./build/test/catalog-remove.xetex.fc
-  - ./build/test/show.luatex.fc
-  - ./build/test/show.pdftex.fc
-  - ./build/test/show.xetex.fc





More information about the latex3-commits mailing list.