pdftex[962]

commits+thanh at tug.org commits+thanh at tug.org
Tue May 13 18:07:27 CEST 2025


Revision: 962
          https://tug.org/svn/pdftex?view=revision&revision=962
Author:   thanh
Date:     2025-05-13 18:07:27 +0200 (Tue, 13 May 2025)
Log Message:
-----------
Add test files for bugfix: overlapping text with \pdfinterwordspaceon

Added Paths:
-----------
    branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/
    branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/Makefile
    branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/f.tex

Added: branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/Makefile
===================================================================
--- branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/Makefile	                        (rev 0)
+++ branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/Makefile	2025-05-13 16:07:27 UTC (rev 962)
@@ -0,0 +1,8 @@
+include ../Common.mak
+
+test:
+	$(pdftex2) -ini f.tex
+	open f.pdf
+
+clean:
+	$(clean)

Added: branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/f.tex
===================================================================
--- branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/f.tex	                        (rev 0)
+++ branches/stable/tests/40-overlapping-text-with-pdfinterwordspaceon/f.tex	2025-05-13 16:07:27 UTC (rev 962)
@@ -0,0 +1,24 @@
+\input plain.tex
+\input pdftexconfig.tex
+\input pdftexmagfix.tex
+
+\pdfcompresslevel=0
+\pdfobjcompresslevel=0
+\pdfinterwordspaceon
+\footline={}
+
+% some words with times
+
+% \font\test =ptmr8r
+% \test
+
+% some words with times
+
+\font\fa=texnansi-lmr10\fa
+test with \fontname\fa
+
+\font\fb=cmr10\fb
+test with \fontname\fb
+
+
+\bye



More information about the pdftex-commits mailing list.