pdftex[891] branches/stable/tests/28-fake-interword-space-updated:
commits+thanh at tug.org
commits+thanh at tug.org
Fri Feb 3 10:53:43 CET 2023
Revision: 891
http://tug.org/svn/pdftex?view=revision&revision=891
Author: thanh
Date: 2023-02-03 10:53:36 +0100 (Fri, 03 Feb 2023)
Log Message:
-----------
add test file for \pdfinterwordspaceon (updated to use real space char)
Added Paths:
-----------
branches/stable/tests/28-fake-interword-space-updated/
branches/stable/tests/28-fake-interword-space-updated/Makefile
branches/stable/tests/28-fake-interword-space-updated/fake-interword-space.tex
Added: branches/stable/tests/28-fake-interword-space-updated/Makefile
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/Makefile (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/Makefile 2023-02-03 09:53:36 UTC (rev 891)
@@ -0,0 +1,8 @@
+include ../Common.mak
+
+test:
+ $(pdftex2) -ini fake-interword-space.tex
+ # $(pdftex2) -ini f.tex
+
+clean:
+ $(clean)
Added: branches/stable/tests/28-fake-interword-space-updated/fake-interword-space.tex
===================================================================
--- branches/stable/tests/28-fake-interword-space-updated/fake-interword-space.tex (rev 0)
+++ branches/stable/tests/28-fake-interword-space-updated/fake-interword-space.tex 2023-02-03 09:53:36 UTC (rev 891)
@@ -0,0 +1,15 @@
+\input plain.tex
+\input pdftexconfig.tex
+\input pdftexmagfix.tex
+\font\f=texnansi-lmr10\f
+
+\pdfcompresslevel=0
+\pdfobjcompresslevel=0
+\long\def\lorem{
+Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin risus nisl, rutrum vel erat et, sollicitudin rutrum mauris. Donec fermentum sem ut nibh consectetur placerat. Cras et dui lacus. Vivamus in turpis aliquet, porta massa ut, bibendum erat. Nulla in bibendum nisi. Nunc egestas tellus augue, vel auctor metus venenatis non. Ut viverra gravida neque a eleifend. Morbi ipsum nisl, finibus sed nisl vitae, aliquet viverra nunc.\par
+}
+
+\lorem
+\pdfinterwordspaceon
+\lorem
+\bye
More information about the pdftex-commits
mailing list.