diff options
author | Hans Hagen <pragma@wxs.nl> | 2018-04-03 22:35:21 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2018-04-03 22:35:21 +0200 |
commit | 1e5d7f41ddede5e6400a2a7762032823d3545df4 (patch) | |
tree | bf53397fbdd2b85c94db72321e7d0e466d02acd5 /doc/context/sources/general/manuals | |
parent | 0175a693fcb853ecce7d49f6564895c2dbfd11f1 (diff) | |
download | context-1e5d7f41ddede5e6400a2a7762032823d3545df4.tar.gz |
2018-04-03 22:30:00
Diffstat (limited to 'doc/context/sources/general/manuals')
-rw-r--r-- | doc/context/sources/general/manuals/luatex/luatex-enhancements.tex | 5 | ||||
-rw-r--r-- | doc/context/sources/general/manuals/luatex/luatex.tex | 4 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex b/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex index d1da33878..e0119bf7e 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-enhancements.tex @@ -384,7 +384,7 @@ is easier to keep the code in a separate file and load it using \LUA's \directlua { dofile('mysetups.lua') } \stoptyping -\subsection{\type {\luafunction}} +\subsection{\type {\luafunction} and \type {\luafunctioncall}} The \type {\directlua} commands involves tokenization of its argument (after picking up an optional name or number specification). The tokenlist is then @@ -417,6 +417,9 @@ in the following example the number \type {8} gets typeset. } \stoptyping +The \type {\luafunctioncall} primitive does the same but is unexpandable, for instance +in an \type {\edef}. + \section {Alignments} \subsection{\tex {alignmark}} diff --git a/doc/context/sources/general/manuals/luatex/luatex.tex b/doc/context/sources/general/manuals/luatex/luatex.tex index 1d6f16f6a..3025788bf 100644 --- a/doc/context/sources/general/manuals/luatex/luatex.tex +++ b/doc/context/sources/general/manuals/luatex/luatex.tex @@ -2,6 +2,10 @@ % \disabledirectives[vspacing.synchronizepage] +% wsl /data/context/runcontext.sh --global --path=/mnt/c/data/develop/context/manuals/mkiv/external/luatex luatex.tex +% +% same runtime as regular context or linux + % author : Hans Hagen with Taco Hoekwater, Luigi Scarso & Hartmut Henkel % copyright : PRAGMA ADE & ConTeXt Development Team % license : Creative Commons Attribution ShareAlike 4.0 International |