[NTG-context] invoking ConTeXt from .bat file in Win7

2020-10-27 Thread Pablo Rodriguez
Dear list, I have the following sample: \mainlanguage[es] \setupbodyfont[dejavu] \starttext %~ \startmode[*last] \startluacode io.write("¿Cuál es el mensaje? ") document.message = io.read() \stopluacode %~ \stopmode El mensaje es: \cldcontext{document.message}

[NTG-context] troubles with cutafter

2020-10-27 Thread Damien Thiriet
Hello, I went into some troubles with cutafter. Must have missed something obvious. \starttext \startMPpage path p[]; p1:= origin -- (100,0); p2:= (50,-50) -- (50,100); draw p1; draw p2; draw (p1 cutafter (p1 intersectionpoint p2)) withcolor red; \stopMPpage \stoptext Can someone explain me

[NTG-context] font rendering in bibliography

2020-10-27 Thread Xenos Athenaios
Dear ConTeXt fellows, With ConTeXT ConTeXt Process Management 1.03 current version: 2020.09.20, I encounter some issue with italics in the title of bibliographical references (I use a Jabref file along with ConTeXt). The title of books should be in italics, but it appears right now in the

Re: [NTG-context] font rendering in bibliography

2020-10-27 Thread Jano Kula
Hello, On Tue, 27 Oct 2020 at 12:15, Xenos Athenaios wrote: > > Dear ConTeXt fellows, > > With ConTeXT ConTeXt Process Management 1.03 > current version: 2020.09.20, I encounter some issue with italics in the > title of bibliographical references (I use a Jabref file along with > ConTeXt). The

Re: [NTG-context] troubles with cutafter

2020-10-27 Thread Taco Hoekwater
> On 27 Oct 2020, at 14:06, Damien Thiriet wrote: > > Hello, > > > I went into some troubles with cutafter. > Must have missed something obvious. Not so obvious: due to rounding/precision errors, the result of “intersectionpoint” is rarely the actual point. It finds a point “close to” the

Re: [NTG-context] xtable row number trouble

2020-10-27 Thread Oleg
On Mon, Oct 26, 2020 at 10:42:47PM +0100, Wolfgang Schuster wrote: > Oleg schrieb am 26.10.2020 um 21:03: > > It seems that reseting once at table start is simpler, isn't it :-)? > > Try your method with natural table or tabulate and it won't work anymore. ok. > > What is the difference between

[NTG-context] Bug(s)(?) in \processwords (Mark IV)

2020-10-27 Thread Jairo A. del Rio
The following: \starttext \unexpanded\def\lol#1% { \begingroup \let\processword\inframed \processwords{#1}% \endgroup } \lol{nice $x^2$} %see what happens with the superscript \stoptext works with ConTeXt LMTX, but fails with ConTeXt MkIV:

Re: [NTG-context] font rendering in bibliography

2020-10-27 Thread Denis Maier
Dear JP, it's quite impossible to tell without knowing more about your configuration, jabref file, etc. Best, Denis Am 27.10.2020 um 12:15 schrieb Xenos Athenaios: Dear ConTeXt fellows, With ConTeXT ConTeXt Process Management 1.03 current version: 2020.09.20, I encounter some issue with