diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-05-22 16:41:11 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-05-22 16:41:11 +0200 |
commit | 66f653890a45d1275826d56798071a97468d88be (patch) | |
tree | 07b0628ee598042bda4c68bd7d341fc4bc333594 /doc | |
parent | a36f9abf1e0fd7de609dd1840d75bea56ec9e926 (diff) | |
download | context-66f653890a45d1275826d56798071a97468d88be.tar.gz |
2016-05-22 15:23:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/documents/general/manuals/luatex.pdf | bin | 995323 -> 995962 bytes | |||
-rw-r--r-- | doc/context/sources/general/manuals/luatex/luatex-enhancements.tex | 7 | ||||
-rw-r--r-- | doc/context/sources/general/manuals/luatex/luatex.tex | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/doc/context/documents/general/manuals/luatex.pdf b/doc/context/documents/general/manuals/luatex.pdf Binary files differindex 3f3825252..23464f212 100644 --- a/doc/context/documents/general/manuals/luatex.pdf +++ b/doc/context/documents/general/manuals/luatex.pdf diff --git a/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex b/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex index 35c27cfb6..96774815d 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex +++ b/doc/context/sources/general/manuals/luatex/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 diff --git a/doc/context/sources/general/manuals/luatex/luatex.tex b/doc/context/sources/general/manuals/luatex/luatex.tex index 59a969396..c997835c5 100644 --- a/doc/context/sources/general/manuals/luatex/luatex.tex +++ b/doc/context/sources/general/manuals/luatex/luatex.tex @@ -11,7 +11,7 @@ \dontcomplain \startdocument - [version=0.95.0, + [version=0.96.0, status=Pre-release] \component luatex-titlepage |