[NTG-context] OT: mupdf 1.14

2018-10-08 Thread luigi scarso
https://mupdf.com The basic viewer mupdf-gl has now a minimal UI interface and an add annotation mode ('a' ) . The mutool show command line tool is useful to inspect pdf . -- luigi ___ If your question is of

Re: [NTG-context] Unexpected space after hyphen in xml/html export

2018-10-08 Thread Hans Hagen
Alas, it is fixed for that particular occurence, but it still occurs 29 times in the document (using today's beta). A more extended search shows that there are also spaces afters en-dashes (in "Press|–|Citizen" and  in "Miniatur|–|Bibliothek der Deutschen Classiker"), but none after

Re: [NTG-context] Implicit plots/level curves possible?

2018-10-08 Thread Hans Hagen
On 10/8/2018 11:25 PM, Aditya Mahajan wrote: On Mon, 8 Oct 2018, Alan Braslau wrote: On Mon, 8 Oct 2018 16:00:10 -0400 (EDT) Aditya Mahajan wrote: On Sun, 7 Oct 2018, Hans Hagen wrote: On 10/7/2018 7:14 PM, Alan Braslau wrote: On Sun, 7 Oct 2018 17:25:35 +0200 "Mikael P. Sundqvist"

Re: [NTG-context] Implicit plots/level curves possible?

2018-10-08 Thread Aditya Mahajan
On Mon, 8 Oct 2018, Aditya Mahajan wrote: On Mon, 8 Oct 2018, Alan Braslau wrote: On Mon, 8 Oct 2018 16:00:10 -0400 (EDT) Aditya Mahajan wrote: On Sun, 7 Oct 2018, Hans Hagen wrote: On 10/7/2018 7:14 PM, Alan Braslau wrote: On Sun, 7 Oct 2018 17:25:35 +0200 "Mikael P. Sundqvist" wrote:

Re: [NTG-context] Implicit plots/level curves possible?

2018-10-08 Thread Alan Braslau
On Mon, 8 Oct 2018 17:25:24 -0400 (EDT) Aditya Mahajan wrote: > > (then eps should be made a linear function of xi) > > Oh, I missed that. Thanks. This is because the function is O(xy) for small x so one will get oscillations in the curve (multiple hits in the grid search) otherwise. Alan

Re: [NTG-context] Implicit plots/level curves possible?

2018-10-08 Thread Aditya Mahajan
On Mon, 8 Oct 2018, Alan Braslau wrote: On Mon, 8 Oct 2018 16:00:10 -0400 (EDT) Aditya Mahajan wrote: On Sun, 7 Oct 2018, Hans Hagen wrote: On 10/7/2018 7:14 PM, Alan Braslau wrote: On Sun, 7 Oct 2018 17:25:35 +0200 "Mikael P. Sundqvist" wrote: ContourPlot[2 x^5 + x y + y^5 == 0, {x,

Re: [NTG-context] Can anyone connect context to R or python?

2018-10-08 Thread Alan Braslau
On Mon, 8 Oct 2018 15:58:25 -0300 Stanislav Sokolenko wrote: > I have recently come across the SciLua project > (http://scilua.org/index.html) which has a built-in LuaJIT client for > Rserve (http://scilua.org/rclient.html) and may be relevant to the > discussion. Although it certainly isn't

Re: [NTG-context] Unexpected space after hyphen in xml/html export

2018-10-08 Thread Rik Kabel
On 10/6/2018 19:28, Hans Hagen wrote: On 10/7/2018 12:19 AM, Rik Kabel wrote: List, Occasionally an unexpected and unwanted space is inserted following the hyphen of a compound word in html/xml exports. In a document with about 500 such compounds, this occurs 30 times. The following input:

Re: [NTG-context] Implicit plots/level curves possible?

2018-10-08 Thread Alan Braslau
On Mon, 8 Oct 2018 16:00:10 -0400 (EDT) Aditya Mahajan wrote: > On Sun, 7 Oct 2018, Hans Hagen wrote: > > > On 10/7/2018 7:14 PM, Alan Braslau wrote: > >> On Sun, 7 Oct 2018 17:25:35 +0200 > >> "Mikael P. Sundqvist" wrote: > >> > >>> ContourPlot[2 x^5 + x y + y^5 == 0, {x, 0, 2}, {y, -2,

Re: [NTG-context] Implicit plots/level curves possible?

2018-10-08 Thread Aditya Mahajan
On Sun, 7 Oct 2018, Hans Hagen wrote: On 10/7/2018 7:14 PM, Alan Braslau wrote: On Sun, 7 Oct 2018 17:25:35 +0200 "Mikael P. Sundqvist" wrote: ContourPlot[2 x^5 + x y + y^5 == 0, {x, 0, 2}, {y, -2, 1/2}] Brut force: [...] as this takes some time here's a cheat: \starttext

Re: [NTG-context] Can anyone connect context to R or python?

2018-10-08 Thread Stanislav Sokolenko
On 2018-10-06 02:06 PM, Aditya Mahajan wrote: I also want to take this opportunity to express my views on intefacing with external programs. The file based interaction provided by the filter module is okay for small projects but it is not ideal. Slightly better is to use pipes (popen to a

Re: [NTG-context] linking to an external PDF file

2018-10-08 Thread Pablo Rodriguez
On 10/8/18 10:09 AM, Hans van der Meer wrote: > I am embedding links to an URL in my documents. Although it is used in > XML-documents, you might be able to use the gist of this code that > generates a clickable link. Perhaps you find it useful.  Many thanks for your reply, dr. Hans van der Meer.

[NTG-context] OpenType optical bounds not working

2018-10-08 Thread Pablo Rodriguez
Hans, I reported this issue some time ago. The new fontloader crashed when the opbd feature was invoked. That issue was fixed, but opbd is still not working, as shown in the following sample: \definefontfeature[default][default][protrusion=quality, opbd=yes]

Re: [NTG-context] linking to an external PDF file

2018-10-08 Thread Hans van der Meer
I am embedding links to an UR in my documents. Although it is used in XML-documents, you might be able to use the gist of this code that generates a clickable link. Perhaps you find it useful. dr. Hans van der Meer % Return the code when clicking the link.

Re: [NTG-context] linking to an external PDF file

2018-10-08 Thread Henning Hraban Ramm
Am 2018-10-07 um 20:05 schrieb Hans Hagen : > On 10/7/2018 6:26 PM, Alan Bowen wrote: >> A how-to question that has come up: >> Is there a way to establish to hyperlink to a specific page or footnote in >> an external PDF document? > -- first.tex -- > > \setupinteraction[state=start] > >