From e9f267fd4c8414d6146c5fee0dbe459613dd0f3b Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 4 Apr 2023 03:01:33 +0000 Subject: CTAN sync 202304040301 --- info/tex-vpat/Makefile | 6 +++--- info/tex-vpat/README.md | 2 ++ info/tex-vpat/texlive-vpat.html | 2 +- info/tex-vpat/texlive-vpat.pdf | Bin 598777 -> 338388 bytes info/tex-vpat/texlive-vpat.tex | 6 +++--- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'info') diff --git a/info/tex-vpat/Makefile b/info/tex-vpat/Makefile index ce52eaeeb1..fe0a1010f3 100644 --- a/info/tex-vpat/Makefile +++ b/info/tex-vpat/Makefile @@ -9,9 +9,9 @@ HTML = ${SRC:%.tex=%.html} ${SRC:%.tex=%.css} all: ${PDF} ${HTML} %.pdf: %.tex - lualatex $< + lualatex-dev $< while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \ - do lualatex $<; done + do lualatex-dev $<; done %.html: %.tex @@ -29,7 +29,7 @@ clean: *.4ht *.4ct *.4tc *.tmp *.idv *.lg *.xref distclean: clean - $(RM) ${PDF} ${HTML} + $(RM) ${PDF} ${HTML} *.html archive: all clean COPYFILE_DISABLE=1 tar -czvf ../$(PACKAGE).tgz --exclude '*~' \ diff --git a/info/tex-vpat/README.md b/info/tex-vpat/README.md index 859e2aa88d..6eecd0ce9e 100644 --- a/info/tex-vpat/README.md +++ b/info/tex-vpat/README.md @@ -14,6 +14,8 @@ Creative Commons Attribution 3.0 Unported License. You should have received a copy of the license along with this work. If not, see [http://creativecommons.org/licenses/by/3.0/](http://creativecommons.org/licenses/by/3.0/). +Version 2.3: compressed PDF. Makefile now requires lualatex-dev. + Version 2.2: new accessible PDF (thanks to Ulrike Fischer and L3 team). Updated to TeXLive 2023 Version 2.1: updated to TeXLive 2022 diff --git a/info/tex-vpat/texlive-vpat.html b/info/tex-vpat/texlive-vpat.html index 0cc44fe036..4a43ab6389 100644 --- a/info/tex-vpat/texlive-vpat.html +++ b/info/tex-vpat/texlive-vpat.html @@ -24,7 +24,7 @@ class="cmr-12">TeX Users Group
Version 2.2, March 2023
+class="cmr-12">Version 2.3, April 2023 diff --git a/info/tex-vpat/texlive-vpat.pdf b/info/tex-vpat/texlive-vpat.pdf index 8d419ff7a0..370e8e4a35 100644 Binary files a/info/tex-vpat/texlive-vpat.pdf and b/info/tex-vpat/texlive-vpat.pdf differ diff --git a/info/tex-vpat/texlive-vpat.tex b/info/tex-vpat/texlive-vpat.tex index 65519449d6..6eefcde301 100644 --- a/info/tex-vpat/texlive-vpat.tex +++ b/info/tex-vpat/texlive-vpat.tex @@ -1,12 +1,12 @@ % !Mode:: "TeX:UTF-8:Main" % Use lualatex!! \ifx\HCode\Undef -\DocumentMetadata{uncompress, +\DocumentMetadata{ %pdfversion=2.0, pdfversion=1.7,pdfstandard=ua-1, testphase=phase-III} \else -\DocumentMetadata{uncompress} +\DocumentMetadata{} \fi \documentclass[titlepage]{article} \usepackage{graphicx} @@ -190,7 +190,7 @@ (International Edition)\\ (Based upon VPAT\textsuperscript{\textregistered} version~2.4)} \author{\TeX\ Users Group} -\date{Version 2.2, March 2023} +\date{Version 2.3, April 2023} \hypersetup{ pdftitle=TeX Live Accessibility Conformance Report, -- cgit v1.2.3