summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex')
-rw-r--r--Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex b/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex
index b937b6112f5..98e0fc8e05b 100644
--- a/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex
+++ b/Master/texmf-dist/doc/pdftex/manual/pdftex-t.tex
@@ -1,7 +1,7 @@
% interface=english modes=letter,screen output=pdftex
% vim: tw=79
-% $Id: pdftex-t.tex 711 2014-04-23 22:56:07Z karl $
+% $Id: pdftex-t.tex 715 2014-05-22 22:18:26Z karl $
% The number of lines on the titlepage depends on exactly
% what \PDF\ code is generated.
@@ -33,8 +33,7 @@
\pdfminorversion=3
%D First we define ourselves some abbreviations, if only to force
-%D consistency and to save typing. We use real small capitals, not pseudo
-%D ones.
+%D consistency and to save typing. We use real small capitals, not pseudo.
\setupsynonyms
[abbreviation]
@@ -57,7 +56,7 @@
July\or August\or September\or October\or November\or December\else ERROR\fi}
}
-\svnscan $Id: pdftex-t.tex 711 2014-04-23 22:56:07Z karl $
+\svnscan $Id: pdftex-t.tex 715 2014-05-22 22:18:26Z karl $
\def\currentpdftex{1.40.15}
@@ -1817,7 +1816,7 @@ new Didot (1\,nd~=~0.375\,mm) and the new Cicero (1\,nc~=~12\,nd)
%%S pdfTeX documentation file pdftex-t.tex by script syntaxform.awk.
%%S Used convention for syntax rules is borrowed from `TeXbook naruby'
%%S by Petr Olsak.
-%%S $Id: pdftex-t.tex 711 2014-04-23 22:56:07Z karl $
+%%S $Id: pdftex-t.tex 715 2014-05-22 22:18:26Z karl $
%%S NL
%%S integer registers:
@@ -3600,8 +3599,8 @@ Minimal example:
\introduced{1.40.11}
-\pdftexprimitive {\Syntax {\Tex {\pdfinterwordspaceon} \Whatever{integer}}}
-\pdftexprimitive {\Syntax {\Tex {\pdfinterwordspaceoff} \Whatever{integer}}}
+\pdftexprimitive {\Syntax {\Tex {\pdfinterwordspaceon}}}
+\pdftexprimitive {\Syntax {\Tex {\pdfinterwordspaceoff}}}
These commands create corresponding whatsit nodes which turn on/off
generation of faked interword spaces in the output. This allows for
@@ -3613,11 +3612,13 @@ This requires finding and reading font files \type{dummy-space.tfm} and
\type{pfb}; the font is included in the \PDF\ output and character 32 is
inserted from it as the ``fake'' space.
-Example of usage:
+Example of usage (see also the \type{fake-interword-space.tex} test file):
\starttyping
Text with no interword spaces.
+\pdfmapline{+dummy-space <dummy-space.pfb}
+\pdfglyphtounicode{space}{0020}
\pdfinterwordspaceon
Switch to text with faked interword spaces.