[NTG-context] Is synctex broken in lmtx ?

2020-10-18 Thread Otared Kavian
Hi Hans,

It seems that 
\setupsynctex[state=start]
does not have any effect in LMTX version 2020.09.20 23:02, while it works fine 
with mkiv version 2020.06.25 10:55.

Best regards: Otared
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Jan U. Hasecke
On 18.10.20 19:04, Hans Hagen wrote:
>> How can I change the colors used for the sample?
> 
>     fillcolors = {
>     "red", "green", "blue",
>     "yellow", "magenta", "cyan",
>     "gray"
>     },

Thanks a lot. Argh, it was before my eyes. :-/

juh
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Henning Hraban Ramm
Hi juh,

> Am 16.10.2020 um 15:34 schrieb Jan U. Hasecke :
> 
> as I'll need to make some business charts in the near future I had a
> look into metafun xl.

you might like the new charts module by Tamara Kocurová & Adriana Kašparová.

Download: https://akela.mendelu.cz/~thala/statcharts/
Manual/presentation also at 
https://meeting.contextgarden.net/2020/talks/2020-09-11-tamara-and-adriana-statistical-charts/AK-TK_charts.pdf


Hraban
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Modules installation in a ConTeXt LMTX distribution

2020-10-18 Thread Otared Kavian
Hi Tommaso,

I met the same problem at the beginning of LMTX and I used a workaround: I 
copied manually the folder (in MacOS speaking, or directory) 

context-minimal/tex/texmf-modules

in my ConTeXt standalone mkiv directory, to the corresponding location in my 

/context-osx-64/tex/

Another possibility is to make a symlink in /context-osx-64/tex/ to the folder 
context-minimal/tex/texmf-modules

Best regards: Otared

> On 18 Oct 2020, at 19:25, Tommaso Gordini  wrote:
> 
> Hello everybody,
> 
> on my computers (a MacBook Pro with macOS 10.13.6 and a Mac mini with macOS 
> 10.15) I have installed a ConTeXt Standalone distribution and a ConTeXt LMTX 
> distribution.
> 
> However, while following the directions contained here
> 
> https://wiki.contextgarden.net/Modules#ConTeXt_LMTX
> 
> the procedure to install the modules in the LMTX is not successful.
> 
> Are the indications correct? Do any of you want to write them here?
> 
> Thank you very much!
> Tommaso
> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Modules installation in a ConTeXt LMTX distribution

2020-10-18 Thread Tommaso Gordini
Hello everybody,

on my computers (a MacBook Pro with macOS 10.13.6 and a Mac mini with macOS
10.15) I have installed a ConTeXt Standalone distribution and a ConTeXt
LMTX distribution.

However, while following the directions contained here

https://wiki.contextgarden.net/Modules#ConTeXt_LMTX

the procedure to install the modules in the LMTX is not successful.

Are the indications correct? Do any of you want to write them here?

Thank you very much!
Tommaso
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Changing the colors of Charts in luametafun

2020-10-18 Thread Hans Hagen

On 10/16/2020 3:34 PM, Jan U. Hasecke wrote:


Hi,

as I'll need to make some business charts in the near future I had a
look into metafun xl.

Here is the first example:

\startMPcode
draw lmt_chart_circle [
samples
= { { 1, 4, 3, 2, 5, 7, 6 } },
percentage = true,
trace
= true,
] ;
\stopMPcode

How can I change the colors used for the sample?


fillcolors = {
"red", "green", "blue",
"yellow", "magenta", "cyan",
"gray"
},

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Join Foundation to Support ConTeXt for the next 50 Years

2020-10-18 Thread Henri Menke
On 17/10/20, 10:46, Suminda Sirinath Salpitikorala Dharmasena wrote:
> Hello,
> 
> In order to keep ConTeXt maintained for the very long term future, I am
> wondering if there a possibility to join a foundation like the Apache
> Software Foundation, Linux Foundation, etc.

https://group.contextgarden.net/

> Also perhaps more to a more liberal license so there can be commercial use
> of ConTeXt with some of it trickling to as code contributions, wider usage
> which may further translate to support and consultancy work for those
> familiar with ConTeXt. If commercial system uses ConTeXt as part of their
> system there is a chance that is it is in their best interest to maintain
> it also long as these systems are in operation.

The main application of ConTeXt is producing PDFs and since these
outputs are not “derived works” (using the wording of the GPL), the
license terms of ConTeXt do not apply to them.  I don't think anyone is
actually modifying the ConTeXt core and even then, as long as you don't
distribute binaries but only PDFs you don't have to publish the source.

> Also perhaps it might be best than just depend on TeX maybe fork TeX and
> improve it in a ConTeXt dependent way. This way ConTeXt more feature-rich
> and easier to maintain than carrying the technical burden of TeX. There are
> system like SILE typesetter (https://sile-typesetter.org/) which are
> developed from the ground up and also The Tectonic Typesetting System (
> https://tectonic-typesetting.github.io/en-US/).

What are you even talking about?  ConTeXt has been using a forked TeX
engine for at least a decade.  LuaTeX is solely developed by and for the
ConTeXt people.

BTW, SILE is something completely different (and can't do math yet) and
Tectonic is just a thin wrapper around XeTeX.

Cheers, Henri

> This is just some ideas which I thought might be worthwhile considering.
> 
> Suminda

> ___
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___