texlive[66758] Master/texmf-dist/doc/latex/tex-vpat: tex-vpat

commits+karl at tug.org commits+karl at tug.org
Tue Apr 4 22:11:32 CEST 2023


Revision: 66758
          http://tug.org/svn/texlive?view=revision&revision=66758
Author:   karl
Date:     2023-04-04 22:11:32 +0200 (Tue, 04 Apr 2023)
Log Message:
-----------
tex-vpat (4apr23)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/tex-vpat/Makefile
    trunk/Master/texmf-dist/doc/latex/tex-vpat/README.md
    trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.html
    trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.pdf
    trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.tex

Modified: trunk/Master/texmf-dist/doc/latex/tex-vpat/Makefile
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tex-vpat/Makefile	2023-04-04 14:00:33 UTC (rev 66757)
+++ trunk/Master/texmf-dist/doc/latex/tex-vpat/Makefile	2023-04-04 20:11:32 UTC (rev 66758)
@@ -9,9 +9,9 @@
 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 @@
 	*.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 '*~' \

Modified: trunk/Master/texmf-dist/doc/latex/tex-vpat/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tex-vpat/README.md	2023-04-04 14:00:33 UTC (rev 66757)
+++ trunk/Master/texmf-dist/doc/latex/tex-vpat/README.md	2023-04-04 20:11:32 UTC (rev 66758)
@@ -14,6 +14,8 @@
 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

Modified: trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.html
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.html	2023-04-04 14:00:33 UTC (rev 66757)
+++ trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.html	2023-04-04 20:11:32 UTC (rev 66758)
@@ -24,7 +24,7 @@
 class="cmr-12">TeX</span><span 
 class="cmr-12">&#x00A0;Users Group</span></div><br />
 <div class="date" ><span 
-class="cmr-12">Version 2.2, March 2023</span></div>
+class="cmr-12">Version 2.3, April 2023</span></div>
                                                                   
 
                                                                   

Modified: trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.tex	2023-04-04 14:00:33 UTC (rev 66757)
+++ trunk/Master/texmf-dist/doc/latex/tex-vpat/texlive-vpat.tex	2023-04-04 20:11:32 UTC (rev 66758)
@@ -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,



More information about the tex-live-commits mailing list.