[NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Akira Kakuto
Luigi has shown me a simple and useful application of ffi: In the case of lua(jit)tex in W32TeX, which are used in context, standard C libraries are linked statically. Thus it is necessary to load a necessary DLL for standard C functions, like the following meaningless example: \starttext $$

Re: [NTG-context] generate multiple files from one source

2017-02-18 Thread Henning Hraban Ramm
Am 2017-02-18 um 23:27 schrieb Pablo Rodriguez : > Dear list, > > I have the following sample: > >\setuppapersize[A8, landscape] >\starttext >\dorecurse{10}{ >\startpagemakeup[align=center] >This is invoice number \recurselevel. > >Customer name from CSV

[NTG-context] generate multiple files from one source

2017-02-18 Thread Pablo Rodriguez
Dear list, I have the following sample: \setuppapersize[A8, landscape] \starttext \dorecurse{10}{ \startpagemakeup[align=center] This is invoice number \recurselevel. Customer name from CSV file. Other data from the same CSV file. \stoppagemakeup} \stoptext

Re: [NTG-context] a question on setuptex

2017-02-18 Thread Pablo Rodriguez
On 02/18/2017 10:23 AM, Hans Hagen wrote: > On 2/17/2017 11:49 PM, Mojca Miklavec wrote: >> On 17 February 2017 at 23:38, Pablo Rodriguez wrote: >>> [...] >>> Of course, it makes sense in that case that a ConTeXt Suite with 64bit >>> binaries is preferred. But as a fallback, 32bit binaries should

[NTG-context] \textfraction query

2017-02-18 Thread Alan Bowen
Is there a way to get \textfraction to produce output in cases B or C (either one will do) as it does in case A? If I use \vfrac the output does not sit well beside \textfraction output—and I use the latter elsewhere throughout the document. \definefontfeature[fraction][frac=yes]

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Alan Braslau
On Sat, 18 Feb 2017 14:59:14 +0100 luigi scarso wrote: > On Sat, Feb 18, 2017 at 2:27 PM, Henri Menke > wrote: > > On 02/18/2017 09:42 AM, luigi scarso wrote: > >> On Sat, Feb 18, 2017 at 9:11 AM, Henri Menke > >> wrote: >

[NTG-context] header hanging into margin

2017-02-18 Thread Csikos Bela
Dear context users: I would like to setup page headers to be wider than the main text, that is hanging into the margin area on both sides by 1.5-1.5 cms. How can I? Here is my code: \setuppapersize[A4] \setuplayout[backspace=3.5cm, width=14cm] \setupheadertexts[]

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Hans Hagen
On 2/18/2017 2:27 PM, Henri Menke wrote: On 02/18/2017 09:42 AM, luigi scarso wrote: On Sat, Feb 18, 2017 at 9:11 AM, Henri Menke wrote: On 02/17/2017 08:57 PM, luigi scarso wrote: How can I use the FFI? There is nothing in the latest docs. Thanks for all the efforts!

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 2:27 PM, Henri Menke wrote: > On 02/18/2017 09:42 AM, luigi scarso wrote: >> On Sat, Feb 18, 2017 at 9:11 AM, Henri Menke wrote: >>> On 02/17/2017 08:57 PM, luigi scarso wrote: >>> How can I use the FFI? There is nothing in the

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Hans Hagen
On 2/18/2017 2:27 PM, Henri Menke wrote: On 02/18/2017 09:42 AM, luigi scarso wrote: On Sat, Feb 18, 2017 at 9:11 AM, Henri Menke wrote: On 02/17/2017 08:57 PM, luigi scarso wrote: How can I use the FFI? There is nothing in the latest docs. Thanks for all the efforts!

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Henri Menke
On 02/18/2017 09:42 AM, luigi scarso wrote: > On Sat, Feb 18, 2017 at 9:11 AM, Henri Menke wrote: >> On 02/17/2017 08:57 PM, luigi scarso wrote: >> How can I use the FFI? There is nothing in the latest docs. Thanks for all >> the efforts! > luatex ffi is beyond the

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
I copied my self compiled luatex to /usr/local/context/bin and first-setup.sh worked as expected. Now i can use the freshest luatex 1.0.4 with todays context beta on my phone. Thank you all. Am 18. Februar 2017 12:55:51 MEZ schrieb luigi scarso : >On Sat, Feb 18, 2017 at

Re: [NTG-context] strange crash

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 12:49 PM, Lutz Haseloff wrote: > Okay, I used the self compiled experimental luatex. > And so does the luatex from the context minimals behave: > > (It is rather old) > > root@localhost:~# /usr/local/context/bin/luatex --version > This is LuaTeX,

Re: [NTG-context] strange crash

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 12:49 PM, Lutz Haseloff wrote: > Okay, I used the self compiled experimental luatex. > And so does the luatex from the context minimals behave: > > (It is rather old) > > root@localhost:~# /usr/local/context/bin/luatex --version > This is LuaTeX,

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
Okay, I used the self compiled experimental luatex. And so does the luatex from the context minimals behave: (It is rather old) root@localhost:~# /usr/local/context/bin/luatex --version This is LuaTeX, Version 1.0.0 (TeX Live 2017/dev) Execute 'luatex --credits' for credits and version

Re: [NTG-context] strange crash

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 11:59 AM, Lutz Haseloff wrote: > luatex --version > This is LuaTeX, Version 1.0.4 (TeX Live 2017/dev) hm why luatex 1.0.4 ? I expected that mtxrun installed luatex 1.0.3 > > Execute 'luatex --credits' for credits and version details. > > There is NO

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
luatex --version This is LuaTeX, Version 1.0.4 (TeX Live 2017/dev) Execute 'luatex --credits' for credits and version details. There is NO warranty. Redistribution of this software is covered by the terms of the GNU General Public License, version 2 or (at your option) any later version. For

Re: [NTG-context] strange crash

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 11:00 AM, Lutz Haseloff wrote: > Does that mean, that i can't use the new beta on my phone until linux armhf > supports lua ffi? > btw the new luatex 1.0.4 runs fine here. hm, you should have a luatex on your bin folder; can you run test.lua --[=[

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
Does that mean, that i can't use the new beta on my phone until linux armhf supports lua ffi? btw the new luatex 1.0.4 runs fine here. Am 18. Februar 2017 10:50:48 MEZ schrieb luigi scarso : >On Sat, Feb 18, 2017 at 10:32 AM, Lutz Haseloff >wrote:

Re: [NTG-context] strange crash

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 10:32 AM, Lutz Haseloff wrote: > Hi all, > > it seems that the new ConTeXt on the linux armhf platform is not really up > to date yet. > > When i start the update with > sh ./first-setup.sh --modules=all --keep > I get: > - >

Re: [NTG-context] strange crash

2017-02-18 Thread Lutz Haseloff
Hi all, it seems that the new ConTeXt on the linux armhf platform is not really up to date yet. When i start the update with sh ./first-setup.sh --modules=all --keep I get: - root@localhost:/usr/local/context# sh ./first-setup.sh --modules=all --engine=luatex --keep receiving

Re: [NTG-context] a question on setuptex

2017-02-18 Thread Hans Hagen
On 2/17/2017 11:49 PM, Mojca Miklavec wrote: On 17 February 2017 at 23:38, Pablo Rodriguez wrote: Hans, would it be possible that a 32bit ConTeXt Suite can be used with a 64bit architecture in Linux? Sorry, but yesterday I was surprised to see that setuptex isn’t able to find any binaries in

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread luigi scarso
On Sat, Feb 18, 2017 at 9:11 AM, Henri Menke wrote: > On 02/17/2017 08:57 PM, luigi scarso wrote: > How can I use the FFI? There is nothing in the latest docs. Thanks for all > the efforts! luatex ffi is beyond the "experimental state", and aims to be compatible with

Re: [NTG-context] LuaTeX 1.0.3 announcement

2017-02-18 Thread Henri Menke
On 02/17/2017 08:57 PM, luigi scarso wrote: > == > LuaTeX Release 1.0.3 was released 2017021514 > == > > This is a minor upgrade and probably this version will go on texlive. >