From ad6c001890494bd0432aaf76940b38a997042c03 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Thu, 31 Mar 2016 20:15:47 +0200 Subject: 2016-03-31 19:50:00 --- doc/context/documents/general/manuals/luatex.pdf | Bin 1025727 -> 1025813 bytes doc/context/scripts/mkiv/context.html | 2 ++ doc/context/scripts/mkiv/context.man | 6 ++++++ doc/context/scripts/mkiv/context.xml | 6 ++++++ doc/context/scripts/mkiv/mtx-context.html | 2 ++ doc/context/scripts/mkiv/mtx-context.man | 6 ++++++ doc/context/scripts/mkiv/mtx-context.xml | 6 ++++++ .../manuals/luatex/luatex-modifications.tex | 5 +++-- 8 files changed, 31 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/context/documents/general/manuals/luatex.pdf b/doc/context/documents/general/manuals/luatex.pdf index 07bd03751..64041ab40 100644 Binary files a/doc/context/documents/general/manuals/luatex.pdf and b/doc/context/documents/general/manuals/luatex.pdf differ diff --git a/doc/context/scripts/mkiv/context.html b/doc/context/scripts/mkiv/context.html index 087672e0a..3161eac72 100644 --- a/doc/context/scripts/mkiv/context.html +++ b/doc/context/scripts/mkiv/context.html @@ -82,6 +82,8 @@ --batchmoderun without stopping and do not show messages on the console --nonstopmoderun without stopping --synctexrun with synctex enabled (optional value: zipped, unzipped, 1, -1) + --nodatesomit runtime dates in pdf file + --traileridalternative trailer id (or constant one) --generategenerate file database etc. (as luatools does) --paranoiddo not descend to .. and ../.. diff --git a/doc/context/scripts/mkiv/context.man b/doc/context/scripts/mkiv/context.man index 5784fee83..f1c552832 100644 --- a/doc/context/scripts/mkiv/context.man +++ b/doc/context/scripts/mkiv/context.man @@ -113,6 +113,12 @@ run without stopping .B --synctex run with synctex enabled (optional value: zipped, unzipped, 1, -1) .TP +.B --nodates +omit runtime dates in pdf file +.TP +.B --trailerid +alternative trailer id (or constant one) +.TP .B --generate generate file database etc. (as luatools does) .TP diff --git a/doc/context/scripts/mkiv/context.xml b/doc/context/scripts/mkiv/context.xml index 46e586153..f5a674241 100644 --- a/doc/context/scripts/mkiv/context.xml +++ b/doc/context/scripts/mkiv/context.xml @@ -128,6 +128,12 @@ run with synctex enabled (optional value: zipped, unzipped, 1, -1) + + omit runtime dates in pdf file + + + alternative trailer id (or constant one) + diff --git a/doc/context/scripts/mkiv/mtx-context.html b/doc/context/scripts/mkiv/mtx-context.html index 087672e0a..3161eac72 100644 --- a/doc/context/scripts/mkiv/mtx-context.html +++ b/doc/context/scripts/mkiv/mtx-context.html @@ -82,6 +82,8 @@ --batchmoderun without stopping and do not show messages on the console --nonstopmoderun without stopping --synctexrun with synctex enabled (optional value: zipped, unzipped, 1, -1) + --nodatesomit runtime dates in pdf file + --traileridalternative trailer id (or constant one) --generategenerate file database etc. (as luatools does) --paranoiddo not descend to .. and ../.. diff --git a/doc/context/scripts/mkiv/mtx-context.man b/doc/context/scripts/mkiv/mtx-context.man index 5784fee83..f1c552832 100644 --- a/doc/context/scripts/mkiv/mtx-context.man +++ b/doc/context/scripts/mkiv/mtx-context.man @@ -113,6 +113,12 @@ run without stopping .B --synctex run with synctex enabled (optional value: zipped, unzipped, 1, -1) .TP +.B --nodates +omit runtime dates in pdf file +.TP +.B --trailerid +alternative trailer id (or constant one) +.TP .B --generate generate file database etc. (as luatools does) .TP diff --git a/doc/context/scripts/mkiv/mtx-context.xml b/doc/context/scripts/mkiv/mtx-context.xml index 46e586153..f5a674241 100644 --- a/doc/context/scripts/mkiv/mtx-context.xml +++ b/doc/context/scripts/mkiv/mtx-context.xml @@ -128,6 +128,12 @@ run with synctex enabled (optional value: zipped, unzipped, 1, -1) + + omit runtime dates in pdf file + + + alternative trailer id (or constant one) + diff --git a/doc/context/sources/general/manuals/luatex/luatex-modifications.tex b/doc/context/sources/general/manuals/luatex/luatex-modifications.tex index 81d90253f..00bfe87d9 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-modifications.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-modifications.tex @@ -539,8 +539,6 @@ primitives (for as far their functionality is still around) you now can do this: \protected\def\pdfmapline {\pdfextension mapline } \protected\def\pdftrailer {\pdfextension trailer } \protected\def\pdfglyphtounicode {\pdfextension glyphtounicode } -\protected\def\pdfsuppressoptionalinfo{\pdfextension suppressoptionalinfo } -\protected\def\pdfinfoid {\pdfextension infoid } \stoptyping The introspective primitives can be defined as: @@ -596,6 +594,9 @@ The configuration related registers have become: \edef\pdfxformattr {\pdfvariable xformattr} \edef\pdfxformresources {\pdfvariable xformresources} \edef\pdfpkmode {\pdfvariable pkmode} + +\edef\pdfsuppressoptionalinfo {\pdfvariable suppressoptionalinfo } +\edef\pdftrailerid {\pdfvariable trailerid } \stoptyping The variables are internal ones, so they are anonymous. When you ask for the -- cgit v1.2.3