From 23b5ef45e7939a00addff726d02d6c29243177af Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Thu, 23 Feb 2023 21:40:04 +0100 Subject: 2023-02-23 21:26:00 --- doc/context/sources/general/manuals/luatex/luatex-modifications.tex | 6 ++++-- doc/context/sources/general/manuals/luatex/luatex-nodes.tex | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/context/sources/general/manuals/luatex/luatex-modifications.tex b/doc/context/sources/general/manuals/luatex/luatex-modifications.tex index d4fc437e6..3bd23ff27 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-modifications.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-modifications.tex @@ -600,6 +600,7 @@ primitives (for as far their functionality is still around) you now can do this: \starttyping \protected\def\pdfliteral {\pdfextension literal} +\protected\def\pdflateliteral {\pdfextension lateliteral} \protected\def\pdfcolorstack {\pdfextension colorstack} \protected\def\pdfsetmatrix {\pdfextension setmatrix} \protected\def\pdfsave {\pdfextension save\relax} @@ -747,11 +748,12 @@ normally generated by the engine. You even need to include the brackets here! Although we started from a merge of \PDFTEX\ and \ALEPH, by now the code base as well as functionality has diverted from those parents. Here we show the options -that can be passed to the extensions. +that can be passed to the extensions. The \type {shipout} option is a compatibility +feature. Instead one can use the \type {deferred} prefix. \starttexsyntax \pdfextension literal - [ direct | page | raw ] { tokens } + [shipout] [ direct | page | raw ] { tokens } \stoptexsyntax \starttexsyntax diff --git a/doc/context/sources/general/manuals/luatex/luatex-nodes.tex b/doc/context/sources/general/manuals/luatex/luatex-nodes.tex index 5f8c2582c..1883a0c46 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-nodes.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-nodes.tex @@ -914,7 +914,7 @@ output file. \startsection[title={\PDF\ backend whatsits}] -\subsection{\whs {pdf_literal}} +\subsection{\whs {pdf_literal} and \whs {pdf_late_literal}} \starttabulate[|l|l|p|] \DB field \BC type \BC explanation \NC \NR @@ -1250,7 +1250,7 @@ This converts a single type name to its internal numeric representation. \libindex {type} \libindex {subtype} -In the argument is a number, then the \type {type} function converts an internal +If the argument is a number, then the next function converts an internal numeric representation to an external string representation. Otherwise, it will return the string \type {node} if the object represents a node, and \type {nil} otherwise. -- cgit v1.2.3