[NTG-context] unicode table in the fontloader

2018-12-13 Thread Ulrike Fischer
Since 29.11 l-unicode.lua disables the slnunicode library with unicode = nil Functions from unicode.utf8 are used in various packages (latex and plain). They are documented in the luatex manual. Simply disabling them is not really an option for us. As we import l-unicode.lua through the lualibs

Re: [NTG-context] graphics

2018-12-13 Thread Henri Menke
On 14/12/18 5:07 AM, luigi scarso wrote: > On Thu, Dec 13, 2018 at 4:45 PM Alan Braslau > wrote: > >> Of course, it is: >> >> double jn(int n,double x); >> >> and >> >> vardef jn(expr n, x) = scantokens(lua("mp.quoted( ffi.C.jn(" & decimal n & >> "," & decimal x & "))")) enddef ; >> >> Alan >>

Re: [NTG-context] Drops Module

2018-12-13 Thread Peter Rolf
Hi Aditya, thanks for the hint. I run into the same problem some time ago (also uploaded a new version). Sadly no final fix, because I had a naming problem (number part) with luajit some days later. The current (local) version works so far, but is a bit hackish (no time for a clean solution).

Re: [NTG-context] indented headings possible?

2018-12-13 Thread Wolfgang Schuster
Taco Hoekwater schrieb am 13.12.18 um 11:12: Hi again, Is there a way to make section headings automatically honour the current left- and rightskip? For example, like this: \starttext \showframe \startnarrower[left] \section{Section 1} stuff \stopnarrower \stoptext I know I could rig this up

Re: [NTG-context] graphics

2018-12-13 Thread luigi scarso
On Thu, Dec 13, 2018 at 4:45 PM Alan Braslau wrote: > Of course, it is: > > double jn(int n,double x); > > and > > vardef jn(expr n, x) = scantokens(lua("mp.quoted( ffi.C.jn(" & decimal n & > "," & decimal x & "))")) enddef ; > > Alan > > (shows that I have yet to use jn ;-) > I often use this

Re: [NTG-context] \startnarrower

2018-12-13 Thread Wolfgang Schuster
Hans van der Meer schrieb am 13.12.18 um 12:15: Is it possible to not indent the very first line of narrower content? Thus \startnarrower first line second line etc. \stopnarrower resulting in: first line     second line     etc. Use a negative value for the indentation of the paragraph.

Re: [NTG-context] graphics

2018-12-13 Thread Alan Braslau
Of course, it is: double jn(int n,double x); and vardef jn(expr n, x) = scantokens(lua("mp.quoted( ffi.C.jn(" & decimal n & "," & decimal x & "))")) enddef ; Alan (shows that I have yet to use jn ;-) On Thu, 13 Dec 2018 14:32:39 +0100 Otared Kavian wrote: > Hi Mikael, > > Thank you, as

Re: [NTG-context] graphics

2018-12-13 Thread Otared Kavian
Hi Mikael, Thank you, as ell as Alan and Henri, for giving us a simple way to use Bessel functions, directly in ConTeXt. However I have a question, which may show my total ignorance of the maths libraries ffi and consorts: how do you specify the value of the integr $n$ when you want to use

[NTG-context] \startnarrower

2018-12-13 Thread Hans van der Meer
Is it possible to not indent the very first line of narrower content? Thus \startnarrower first line second line etc. \stopnarrower resulting in: first line second line etc. dr. Hans van der Meer ___ If

[NTG-context] indented headings possible?

2018-12-13 Thread Taco Hoekwater
Hi again, Is there a way to make section headings automatically honour the current left- and rightskip? For example, like this: \starttext \showframe \startnarrower[left] \section{Section 1} stuff \stopnarrower \stoptext I know I could rig this up with

[NTG-context] table cell minimum heights -- help needed

2018-12-13 Thread Taco Hoekwater
Hi all, I am attempting to process html tables that are styled using css, and I have problem with the ‘height’ property. CSS (or rather, the html browser) interprets ‘height’ as if it was a “minheight”, and if the content does not fit, it will just enlarge the height until it does fit. Needless