summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2017-03-31 13:27:09 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2017-03-31 13:27:09 +0000
commita4a4aad8f0f09d5c1a58209ceee4cb611a6e9970 (patch)
tree6654d545f4e942d7950b41eba3c9aa06923c9b36 /Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex
parent20572a0a2532c4923cabed2a1ca7a07cd1334d9c (diff)
luatex 1.0.4 and metapost 2.0rc1
git-svn-id: svn://tug.org/texlive/trunk@43654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex b/Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex
index 35c27cfb601..d55eef2860e 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatex-enhancements.tex
@@ -759,6 +759,13 @@ the acceptable range is from 0 to 65535.
These three primitives are like \type {\vbox}, \type {\hbox} and \type {\vtop}
but don't apply the related callbacks.
+\subsection{\type {\vsplit}}
+
+The \type {\vsplit} primitive has to be followed by a specification of the
+required height. As alternative for the \type {to} keyword you can use \type
+{upto} to get a split of the given size but result has the natural dimensions
+then.
+
\subsection{Images and Forms}
These two concepts are now core concepts and no longer whatsits. They are in fact
@@ -794,6 +801,12 @@ optional parameters are not implemented for \type {\saveboxresource}.
\useboxresource width 20mm height 10mm depth 5mm \lastsavedboxresourceindex
\stoptyping
+The box resources are of course implemented in the backend and therefore we do
+support the \type {attr} and \type {resources} keys that accept a token list. New
+is the \type {type} key. When set to non|-|zero the \type {/Type} entry is
+omitted. A value of 1 or 3 still writes a \type {/BBox}, while 2 or 3 will write
+a \type {/Matrix}.
+
\subsection{\type {\nohrule} and \type {\novrule}}
Because introducing a new keyword can cause incompatibilities, two new primitives