summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/pdftexdir/NEWS
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-12 22:48:31 +0000
committerKarl Berry <karl@freefriends.org>2023-02-12 22:48:31 +0000
commit634a13fc4ef5429b15e523b444dc24d33e6e8a52 (patch)
tree7f159d76c935fe9000db7fdd88fd267ce11bf8dc /Build/source/texk/web2c/pdftexdir/NEWS
parent4dea12a2bd6d7b14874b9f8f24c4cc2c93e29a0b (diff)
new procedure for finding the fake space used with \pdfinterwordspaceon and \pdffakespace (pdftex r893)
git-svn-id: svn://tug.org/texlive/trunk@65805 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir/NEWS')
-rw-r--r--Build/source/texk/web2c/pdftexdir/NEWS10
1 files changed, 9 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/NEWS b/Build/source/texk/web2c/pdftexdir/NEWS
index 894113bf3c4..51dd3a08a16 100644
--- a/Build/source/texk/web2c/pdftexdir/NEWS
+++ b/Build/source/texk/web2c/pdftexdir/NEWS
@@ -3,9 +3,17 @@ pdfTeX 3.141592653-2.6-1.40.25
- new keyword `shipout' for \special and \pdfliteral, delaying
expansion until the node is shipped out, like non-\immediate \write.
- new primitive \pdfinfoomitdict to omit /Info dictionary completely.
- - new primitive \pdfomitprocset to control omitting /ProcSet array;
+ - new primitive \pdfomitprocset to control omitting /ProcSet array:
/ProcSet is included if this parameter is negative, or if this
parameter is zero and pdftex is generating PDF 1.x output.
+ - with \pdfinterwordspaceon, if the current font's encoding has a /space
+ character at slot 32, it is used; otherwise, the /space from the
+ (new) default font "pdftexspace" is used. That default font can be
+ overridden with the new primitive \pdfspacefont. This same new
+ procedure is used for \pdffakespace.
+ (In the past, the inserted fake space was always taken from the font
+ "dummy-space", which contained a tiny space character. It turns out
+ a normally-sized space character works with more viewers.)
- bugfixes:
- finish omission of /Info dict when \pdfomitinfodict is not 0.