pdftex[917] branches/stable/doc/manual: tagging and makefile fixes

commits+karl at tug.org commits+karl at tug.org
Tue Jan 9 00:22:17 CET 2024


Revision: 917
          https://tug.org/svn/pdftex?view=revision&revision=917
Author:   karl
Date:     2024-01-09 00:22:17 +0100 (Tue, 09 Jan 2024)
Log Message:
-----------
tagging and makefile fixes

Modified Paths:
--------------
    branches/stable/doc/manual/ChangeLog
    branches/stable/doc/manual/Makefile
    branches/stable/doc/manual/pdftex.tex

Modified: branches/stable/doc/manual/ChangeLog
===================================================================
--- branches/stable/doc/manual/ChangeLog	2024-01-08 06:53:41 UTC (rev 916)
+++ branches/stable/doc/manual/ChangeLog	2024-01-08 23:22:17 UTC (rev 917)
@@ -1,3 +1,11 @@
+2024-01-08  Karl Berry  <karl at freefriends.org>
+
+	* pdftex.tex: add alt text for graphic and extra \par
+	for inline verbatim block. Suggestion from Ulrike:
+	https://tug.org/pipermail/pdftex/2024-January/009375.html
+	
+	* Makefile ($(tinydoc)-fmt.pdf): forgot a `basename`.
+
 2024-01-07  Karl Berry  <karl at freefriends.org>
 
 	* pdftex.tex: new version of manual in LaTeX; substantially

Modified: branches/stable/doc/manual/Makefile
===================================================================
--- branches/stable/doc/manual/Makefile	2024-01-08 06:53:41 UTC (rev 916)
+++ branches/stable/doc/manual/Makefile	2024-01-08 23:22:17 UTC (rev 917)
@@ -67,7 +67,7 @@
 # Convert that TeXt to PDF.
 $(tinydoc)-fmt.pdf: $(tinydoc)-fmt.tex $(tinydoc)-src.txt
 	context $< >$(tinydoc)-fmt.fot 2>&1
-	test -s $@
+	test -s `basename $@`
 	mv `basename $(tinydoc)`-fmt.* incl/
 
 $(tinydoc)-crop.pdf: $(tinydoc)-fmt.pdf

Modified: branches/stable/doc/manual/pdftex.tex
===================================================================
--- branches/stable/doc/manual/pdftex.tex	2024-01-08 06:53:41 UTC (rev 916)
+++ branches/stable/doc/manual/pdftex.tex	2024-01-08 23:22:17 UTC (rev 917)
@@ -1,10 +1,8 @@
 % pdfTeX manual, rewritten in LaTeX from the ConTeXt original,
 % Karl Berry, 2023. Content not significantly changed.
-% Still released under the GFDL v1.2+.
+% Released under the GFDL v1.2+, same as the ConTeXt version.
 %
 %\DocumentMetadata{testphase={phase-III,firstaid}}
-% 25dec23 -> Package tagpdf Warning: The structure Sect can not be closed.
-%
 \documentclass{pdftexmanual}
 \svnscan $Id$
 
@@ -129,7 +127,8 @@
 \begin{figure}[p]
 % Why isn't \vsize enough?
 \moveright 2pc
-\hbox{\includegraphics[height=1.27\vsize]{incl/pdfmin-crop.pdf}}
+\hbox{\includegraphics[height=1.27\vsize,alt={small PDF file}]
+                      {incl/pdfmin-crop.pdf}}
 \caption{The \PDF\ output for the \TeX\ source in figure~\ref{fig.titlesource}.}
 \label{fig.titleout}
 \end{figure}
@@ -415,6 +414,7 @@
 cmr10 CMR10 <cmr10.pfb
 ptmr8y NimbusRomNo9L-Regu " TeXnANSIEncoding ReEncodeFont " <texnansi.enc <utmr8a.pfb
 \end{verbatim}
+\par % needed for tagging
 }
 
 It is mandatory that \varname{tfmname} is the first field. If a



More information about the pdftex-commits mailing list.