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

2018-10-07 Thread Hans Hagen
On 10/7/2018 8:41 PM, Pablo Rodriguez wrote: On 10/7/18 8:33 PM, Hans Hagen wrote: On 10/7/2018 8:19 PM, Pablo Rodriguez wrote: [...] Is there a way to hyperlink to an attached document? I mean, no matter whether it has been generated by ConTeXt or not. i have no clue what you mean Is there

Re: [NTG-context] context and sqlite - here is the code

2018-10-07 Thread Jörg Hofmann
Hallo Hans, hallo Luigi, Am Samstag, den 06.10.2018, 20:01 +0200 schrieb Jörg Hofmann: > I've been trying to connect ConTeXt to sqlite for almost a week > but I have repeatedly failed. Neither the > "internal" variant according to the documentation, nor the attempt on > luasql > have worked.

Re: [NTG-context] Homebrew packaging for macOS

2018-10-07 Thread Hans Åberg
> On 7 Oct 2018, at 01:32, Hans Hagen wrote: > > On 10/7/2018 1:24 AM, Andrew Dunning wrote: >> Dear list, >> Has anyone ever looked into packaging ConTeXt for Homebrew on macOS (see >> )? Providing it as an installation option would make it far >> easier to obtain the latest

Re: [NTG-context] Homebrew packaging for macOS

2018-10-07 Thread Hans Hagen
On 10/7/2018 11:32 AM, Jan U. Hasecke wrote: On 07.10.18 01:39, Andrew Dunning wrote: I think it might be possible to get the script version into Homebrew Cask as it stands, but it would be nicer if it could get directly into Homebrew if that is possible. This project https://pi-hole.net/

Re: [NTG-context] filling overlap ?

2018-10-07 Thread Mikael P. Sundqvist
On Sun, Oct 7, 2018 at 1:10 PM Floris van Manen wrote: > > Could someone point me to te way as how to fill only the overlap of three > paths using metafun ? > > path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; > path q ; q := fullsquare xscaled 9mm yscaled 11mm

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Wolfgang Schuster
Aditya Mahajan schrieb am 07.10.18 um 15:26: Hi, There is a FontAwesome.otf file that is distributed with ConTeXt minimals. Does anyone know what version (4 or 5) of the font it is? I am asking because the names of the symbols used in the font do not match those on the font-awesome

Re: [NTG-context] Homebrew packaging for macOS

2018-10-07 Thread Jan U. Hasecke
On 07.10.18 01:39, Andrew Dunning wrote: > I think it might be possible to get the script version into Homebrew Cask as > it stands, but it would be nicer if it could get directly into Homebrew if > that is possible. This project https://pi-hole.net/ has the install command line right on the

Re: [NTG-context] filling overlap ?

2018-10-07 Thread Floris van Manen
thanks ! .F > > Hi! > > This is something similar as in page 304 of the manual > http://www.pragma-ade.com/general/manuals/metafun-p.pdf > > \startMPpage > path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; > path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Hans Hagen
On 10/7/2018 3:43 PM, Wolfgang Schuster wrote: Aditya Mahajan schrieb am 07.10.18 um 15:26: Hi, There is a FontAwesome.otf file that is distributed with ConTeXt minimals. Does anyone know what version (4 or 5) of the font it is? I am asking because the names of the symbols used in the font

Re: [NTG-context] Homebrew packaging for macOS

2018-10-07 Thread Hans Hagen
On 10/7/2018 10:56 AM, Hans Åberg wrote: On 7 Oct 2018, at 01:32, Hans Hagen wrote: On 10/7/2018 1:24 AM, Andrew Dunning wrote: Dear list, Has anyone ever looked into packaging ConTeXt for Homebrew on macOS (see )? Providing it as an installation option would make it far

[NTG-context] filling overlap ?

2018-10-07 Thread Floris van Manen
Could someone point me to te way as how to fill only the overlap of three paths using metafun ? path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed .7 ; q := q shifted (3mm, -2mm); path r ; r := fullsquare xscaled

Re: [NTG-context] filling overlap ?

2018-10-07 Thread Floris van Manen
so digging a little deeper brings me this solution: path p ; p := fullsquare xscaled 10mm yscaled 12mm superellipsed .7 ; path q ; q := fullsquare xscaled 9mm yscaled 11mm superellipsed .7 ; q := q shifted (3mm, -2mm); path r ; r := fullsquare xscaled 8mm yscaled 10mm superellipsed .7 ; r := r

Re: [NTG-context] context and sqlite - here is the code

2018-10-07 Thread luigi scarso
On Sun, Oct 7, 2018 at 9:35 AM Jörg Hofmann wrote: > Hallo Hans, > hallo Luigi, > > Am Samstag, den 06.10.2018, 20:01 +0200 schrieb Jörg Hofmann: > > I've been trying to connect ConTeXt to sqlite for almost a week > > but I have repeatedly failed. Neither the > > "internal" variant according to

Re: [NTG-context] Homebrew packaging for macOS

2018-10-07 Thread Hans Åberg
> On 7 Oct 2018, at 12:45, Hans Hagen wrote: > > On 10/7/2018 10:56 AM, Hans Åberg wrote: >>> On 7 Oct 2018, at 01:32, Hans Hagen wrote: >>> >>> On 10/7/2018 1:24 AM, Andrew Dunning wrote: Dear list, Has anyone ever looked into packaging ConTeXt for Homebrew on macOS (see

Re: [NTG-context] context and sqlite - here is the code

2018-10-07 Thread Hans Hagen
On 10/7/2018 9:35 AM, Jörg Hofmann wrote: Hallo Hans, hallo Luigi, Am Samstag, den 06.10.2018, 20:01 +0200 schrieb Jörg Hofmann: I've been trying to connect ConTeXt to sqlite for almost a week but I have repeatedly failed. Neither the "internal" variant according to the documentation, nor the

[NTG-context] Font Awesome (again)

2018-10-07 Thread Aditya Mahajan
Hi, There is a FontAwesome.otf file that is distributed with ConTeXt minimals. Does anyone know what version (4 or 5) of the font it is? I am asking because the names of the symbols used in the font do not match those on the font-awesome website. For example, using

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

2018-10-07 Thread Mikael P. Sundqvist
On Sun, Oct 7, 2018 at 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: > > \startTEXpage > \startMPcode {doublefun} > pen savedpen ; savedpen := currentpen ; >

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

2018-10-07 Thread Hans Hagen
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: \startTEXpage \startMPcode {doublefun} pen savedpen ; savedpen := currentpen ; pickup pencircle scaled .01 ;

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

2018-10-07 Thread 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] \starttext whatever \footnote[whatever:1]{whatever 1}

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

2018-10-07 Thread Pablo Rodriguez
On 10/7/18 8:05 PM, Hans Hagen wrote: > 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? Many thanks for your reply, Hans. Is there a way to hyperlink to

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

2018-10-07 Thread Hans Hagen
On 10/7/2018 8:19 PM, Pablo Rodriguez wrote: On 10/7/18 8:05 PM, Hans Hagen wrote: 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? Many thanks for your reply,

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

2018-10-07 Thread Pablo Rodriguez
On 10/7/18 8:33 PM, Hans Hagen wrote: > On 10/7/2018 8:19 PM, Pablo Rodriguez wrote: >> [...] >> Is there a way to hyperlink to an attached document? I mean, no matter >> whether it has been generated by ConTeXt or not. > > i have no clue what you mean Is there a way to link to a page or a

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Aditya Mahajan
On Sun, 7 Oct 2018, Ulrike Fischer wrote: Am Sun, 7 Oct 2018 09:26:11 -0400 (EDT) schrieb Aditya Mahajan: Would it make sense to update the fonts in the distribution? I didn't quite follow the discussion and the suggested code, but from a similar discussion for latex I know that the symbols

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

2018-10-07 Thread Mikael P. Sundqvist
Dear list, Is it possiblet to make implicit plots (i.e. ploting the curves described by equations) in MetaFun? I cannot find anything about them in the MetaFun manual. For example, in Mathematica I can write something like ContourPlot[2 x^5 + x y + y^5 == 0, {x, 0, 2}, {y, -2, 1/2}] to get the

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

2018-10-07 Thread luigi scarso
On Sun, Oct 7, 2018 at 5:26 PM Mikael P. Sundqvist wrote: > Dear list, > > Is it possiblet to make implicit plots (i.e. ploting the curves > described by equations) in MetaFun? I cannot find anything about them > in the MetaFun manual. > > For example, in Mathematica I can write something like >

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Aditya Mahajan
On Sun, 7 Oct 2018, Wolfgang Schuster wrote: Aditya Mahajan schrieb am 07.10.18 um 15:26: Hi, There is a FontAwesome.otf file that is distributed with ConTeXt minimals. Does anyone know what version (4 or 5) of the font it is? I am asking because the names of the symbols used in the font do

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Hans Hagen
On 10/7/2018 5:39 PM, Aditya Mahajan wrote: On Sun, 7 Oct 2018, Wolfgang Schuster wrote: This sounds reasonable. Could we add these definitions to symb-imp-fontawesome? sure - Hans

[NTG-context] linking to an external PDF file

2018-10-07 Thread Alan Bowen
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? Alan ___ If your question is of interest to others as well, please add an entry

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

2018-10-07 Thread Alan Braslau
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: \startTEXpage \startMPcode {doublefun} pen savedpen ; savedpen := currentpen ; pickup pencircle scaled .01 ; path p ; p := for i=0 upto 1000 : for

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Alan Braslau
On Sun, 7 Oct 2018 16:19:13 +0200 Hans Hagen wrote: > hm, one of these projects that when it got some reasonable user base > went 'pro', collects money as kick start which looks proffitable enough > to keep all open, but then goes for a limited free version to play nice, > and go for a

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Hans Hagen
On 10/7/2018 5:25 PM, Alan Braslau wrote: On Sun, 7 Oct 2018 16:19:13 +0200 Hans Hagen wrote: hm, one of these projects that when it got some reasonable user base went 'pro', collects money as kick start which looks proffitable enough to keep all open, but then goes for a limited free version

Re: [NTG-context] Font Awesome (again)

2018-10-07 Thread Ulrike Fischer
Am Sun, 7 Oct 2018 09:26:11 -0400 (EDT) schrieb Aditya Mahajan: > Would it make sense to update the fonts in the distribution? I didn't quite follow the discussion and the suggested code, but from a similar discussion for latex I know that the symbols in fontawesome 4 and 5 looks different

Re: [NTG-context] Homebrew packaging for macOS

2018-10-07 Thread Mojca Miklavec
On Sun, 7 Oct 2018 at 01:24, Andrew Dunning wrote: > > Dear list, > > Has anyone ever looked into packaging ConTeXt for Homebrew on macOS (see > )? I'm not aware of any such effort so far, but we gladly help you if you are willing to invest effort into creating one yourself. >