From b13dd166ce8563c60c10affc97ab28940d6a7776 Mon Sep 17 00:00:00 2001 From: Context Git Mirror Bot Date: Wed, 17 Feb 2016 12:15:07 +0100 Subject: 2016-02-17 11:13:00 --- doc/context/sources/general/manuals/luatex/luatex-languages.tex | 4 ++-- doc/context/sources/general/manuals/luatex/luatex-libraries.tex | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/context/sources/general/manuals/luatex/luatex-languages.tex b/doc/context/sources/general/manuals/luatex/luatex-languages.tex index bfcfbd878..35ffd945e 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-languages.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-languages.tex @@ -353,8 +353,8 @@ Differences between \LUATEX\ and \TEX82 that are a direct result of that: discretionaries (instead of \TEX82's empty discretionary). \stopitem \startitem - The value of the two counters related to hyphenation, \type {hyphenpenalty} - and \type {exhyphenpenalty}, are now stored in the discretionary nodes. This + The value of the two counters related to hyphenation, \type {\hyphenpenalty} + and \type {\exhyphenpenalty}, are now stored in the discretionary nodes. This permits a local overload for explicit \type {\discretionary} commands. The value current when the hyphenation pass is applied is used. When no callbacks are used this is compatible with traditional \TEX. When you apply the \LUA\ diff --git a/doc/context/sources/general/manuals/luatex/luatex-libraries.tex b/doc/context/sources/general/manuals/luatex/luatex-libraries.tex index 79fd0c44a..d877c9c47 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-libraries.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-libraries.tex @@ -5462,11 +5462,12 @@ local w, h, d = tex.getboxresourcedimensions(n) You can split a box: \starttyping -local vlist = tex.splitbox(n,height) +local vlist = tex.splitbox(n,height,mode) \stoptyping The remainder is kept in the original box and a packaged vlist is returned. This -operation is comparable to the \type {\vsplit} operation. +operation is comparable to the \type {\vsplit} operation. The mode can be \type +{additional} or \type {exactly} and concerns the split off box. \subsection{Math parameters} -- cgit v1.2.3