[NTG-context] Asymptote in Context

2014-12-08 Thread context context
I have been trying to put Asymptote graphs in Context with the filter example below. The Asymptote graph is written in a separate PDF file, but is not included in the final completed PDF document. Is there a simple way to achieve this? \usemodule[filter] \defineexternalfilter [ASY]

Re: [NTG-context] Problems with repeating layers

2014-12-08 Thread Pablo Rodriguez
On 12/08/2014 08:42 AM, Reza Housseini wrote: Hello I try to use layers to position a figure on top of the leftmargin area. I use code like the following: \definelayer[MyLayer][option=test] \setupbackgrounds[text][leftmargin][background=MyLayer]

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread Hans Hagen
On 12/7/2014 8:25 PM, DesdeChaves wrote: I would like to pass the lua table keys and values to metapost. In the keys i have information about the paths names and in the values i have information about the label that should be draw in the center of each path (unitsquare). In my code (see

[NTG-context] Simplefonts: light font weight?

2014-12-08 Thread Philipp A.
Hi, simplefonts has the following list of weights: condensed, light, normal, medium, heavy (source http://tug.ctan.org/macros/context/contrib/context-simplefonts/tex/context/third/simplefonts/t-simplefonts.mkiv ) how do i use them as argument for any kind of style named argument, e.g.

Re: [NTG-context] Simplefonts: light font weight?

2014-12-08 Thread Wolfgang Schuster
Am 08.12.2014 um 10:40 schrieb Philipp A. flying-sh...@web.de: Hi, simplefonts has the following list of weights: condensed, light, normal, medium, heavy (source http://tug.ctan.org/macros/context/contrib/context-simplefonts/tex/context/third/simplefonts/t-simplefonts.mkiv) how do i

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread DesdeChaves
Thanks, but I'm not able to run this code in my system. I'm working in ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english and the error message is: runscript ! Isolated expression. to be read again ( mlib_luas_luacall-begingroup.runscript(

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread Hans Hagen
On 12/8/2014 12:27 PM, DesdeChaves wrote: Thanks, but I'm not able to run this code in my system.. I'm working in ConTeXt ver: 2014.12.06 14:20 MKIV beta fmt: 2014.12.8 int: english/english and the error message is: runscript ! Isolated expression. so your luatex is too old

[NTG-context] interline space in final notes?

2014-12-08 Thread Pablo Rodriguez
Dear list, I have the following sample: \startsetups[setups:footnote] \setupinterlinespace[line=5ex] \stopsetups \definenote[specialnote] \setupnote[specialnote][setups=setups:footnote] \setupnote[footnote][way=bytext, location=text, setups=setups:footnote]

[NTG-context] drops module release

2014-12-08 Thread Peter Rolf
Hi, finally(!?) the release of the drops module for ConTeXt. The module, the manual (also part of the module) and the example documents can be downloaded here https://spideroak.com/browse/share/indiego/public/ConTeXt/drops/ Feel free to copy the files to other servers. Have fun, Peter

[NTG-context] two questions on the new simplefonts interface

2014-12-08 Thread Pablo Rodriguez
Dear list, which are the replacements for \definesimplefont and \definesimplefonttypeface in the new simplefonts interface? I need the size option for \definesimplefont and the scale option for \definesimplefonttypeface. Many thanks for your help, Pablo -- http://www.ousia.tk

[NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Pablo Rodriguez
Hello Jaroslav, I have discovered that it is impossible to change letter cases with fields imported with t-scancsv.lua. Here you have a sample: \usemodule[scancsv] \setuppapersize[C6, landscape] \setuppagenumbering[location=] \unexpanded\def\lineaction{ \lowercase{\cA}\crlf

Re: [NTG-context] drops module release

2014-12-08 Thread Martin Schröder
2014-12-08 13:24 GMT+01:00 Peter Rolf indi...@gmx.net: finally(!?) the release of the drops module for ConTeXt. Which does what? Best Martin ___ If your question is of interest to others as well, please add an

Re: [NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Jaroslav Hajtmar
Hello Pablo. What do you think of this solution: \usemodule[scancsv] \setuppapersize[C6, landscape] \setuppagenumbering[location=] \unexpanded\def\lineaction{ \edef\lcA{\lowercase{\cA}} \edef\ucB{\uppercase{\cB}} cA: \cA -- lowercase cA: \lcA\crlf cB: \cB -- upercase cB: \ucB\crlf cC: \cC --

Re: [NTG-context] MP/Lua binding (was: Pass a lua table to metapost)

2014-12-08 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello Hans, it's possible to ask values from within mp: \starttext \startluacode document.variables = { labels = { one, two, three, } } \stopluacode \startMPpage numeric dx, dy; dx = 4.4cm; dy = 0.53cm; path b[]; for i=1 upto

Re: [NTG-context] MP/Lua binding

2014-12-08 Thread Hans Hagen
On 12/8/2014 1:45 PM, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello Hans, it's possible to ask values from within mp: \starttext \startluacode document.variables = { labels = { one, two, three, } } \stopluacode \startMPpage numeric dx, dy;

Re: [NTG-context] MP/Lua binding

2014-12-08 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Mon, 08 Dec 2014 14:32:16 +0100, Hans Hagen pra...@wxs.nl wrote: article in bachotek proceedings and upcoming ctx group proceedings ... i might consider a manual indeed Hans Personally, any printable/buyable manual on this topic would be appreciated... Lukas -- Ing. Lukáš Procházka |

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread DesdeChaves
I use the last context minimals. In my system a have a new luatex binary (v. 0.78.2) but I don't know how install it in minimals. If i just copy/paste the new binary to the folder .../tex/texmf-osx-64/bin I found a eeror message This went wrong:

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread Hans Hagen
On 12/8/2014 4:34 PM, DesdeChaves wrote: I use the last context minimals. In my system a have a new luatex binary (v. 0.78.2) but I don't know how install it in minimals. If i just copy/paste the new binary to the folder .../tex/texmf-osx-64/bin I found a eeror message This went wrong:

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread Mojca Miklavec
On Mon, Dec 8, 2014 at 4:34 PM, DesdeChaves wrote: I use the last context minimals. In my system a have a new luatex binary (v. 0.78.2) but I don't know how install it in minimals. If i just copy/paste the new binary to the folder .../tex/texmf-osx-64/bin I found a eeror message This went

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread DesdeChaves
Sorry for the noise. My LuaTeX version is 0.79.1. I'm using MacOSX This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/dev) (rev 4972) 2014-12-08 15:48 GMT+00:00 Mojca Miklavec mojca.miklavec.li...@gmail.com: On Mon, Dec 8, 2014 at 4:34 PM, DesdeChaves wrote: I use the last context minimals.

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread DesdeChaves
MacOSX intel 2014-12-08 16:03 GMT+00:00 DesdeChaves desdecha...@gmail.com: Sorry for the noise. My LuaTeX version is 0.79.1. I'm using MacOSX This is LuaTeX, Version beta-0.79.1 (TeX Live 2014/dev) (rev 4972) 2014-12-08 15:48 GMT+00:00 Mojca Miklavec mojca.miklavec.li...@gmail.com : On

Re: [NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Pablo Rodriguez
Hi Jaroslav, many thanks for your reply. It works fine here. Let’s see what I can do tomorrow with the real documents :-) Many thanks for your help again, Pablo On 12/08/2014 01:56 PM, Jaroslav Hajtmar wrote: Hello Pablo. What do you think of this solution: \usemodule[scancsv]

Re: [NTG-context] two issues with new hyphenator

2014-12-08 Thread Pablo Rodriguez
On 12/06/2014 01:09 PM, Hans Hagen wrote: On 12/6/2014 12:40 PM, Pablo Rodriguez wrote: On 12/06/2014 12:20 AM, Hans Hagen wrote: On 12/5/2014 8:11 PM, Pablo Rodriguez wrote: [...] BTW, in your sample below, how can I get the underscore under the previous character? (Otherwise, the

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread DesdeChaves
After the update to new ConTeXT minimals -- luatex beta-0.79.2 (rev 5084) -- the code runs perfectly. Thanks to all. Jorge 2014-12-08 16:05 GMT+00:00 DesdeChaves desdecha...@gmail.com: MacOSX intel 2014-12-08 16:03 GMT+00:00 DesdeChaves desdecha...@gmail.com: Sorry for the noise. My

Re: [NTG-context] Pass a lua table to metapost

2014-12-08 Thread Herbert Voss
Am 08.12.2014 um 19:24 schrieb DesdeChaves: After the update to new ConTeXT minimals -- luatex beta-0.79.2 (rev 5084) -- the code runs perfectly. hm, after updating (Linux) I have still 79.1: voss@shania:~/Links/opt/context/tex/texmf-linux-64/bin ./luatex -v This is LuaTeX, Version

[NTG-context] [garden] git mirror not syncing

2014-12-08 Thread Philipp Gesang
Hi, the garden repo hasn’t been updated for months: http://git.contextgarden.net/context/context/commits/master Maybe a cron job got stuck? Best, Philipp pgptU11xSpZPN.pgp Description: PGP signature ___ If

Re: [NTG-context] two questions on the new simplefonts interface

2014-12-08 Thread Wolfgang Schuster
Am 08.12.2014 um 13:26 schrieb Pablo Rodriguez oi...@gmx.es: Dear list, which are the replacements for \definesimplefont and \definesimplefonttypeface in the new simplefonts interface? I need the size option for \definesimplefont and the scale option for \definesimplefonttypeface.

Re: [NTG-context] [garden] git mirror not syncing

2014-12-08 Thread Hans Hagen
On 12/8/2014 8:18 PM, Philipp Gesang wrote: Hi, the garden repo hasn’t been updated for months: http://git.contextgarden.net/context/context/commits/master Maybe a cron job got stuck? just mojca being away for a while and busy now, so eventually it will be up to date again (of

Re: [NTG-context] [garden] git mirror not syncing

2014-12-08 Thread Philipp Gesang
···date: 2014-12-08, Monday···from: Hans Hagen··· On 12/8/2014 8:18 PM, Philipp Gesang wrote: Hi, the garden repo hasn’t been updated for months: http://git.contextgarden.net/context/context/commits/master Maybe a cron job got stuck? just mojca being away for a while and

Re: [NTG-context] two issues with new hyphenator

2014-12-08 Thread Hans Hagen
On 12/8/2014 5:47 PM, Pablo Rodriguez wrote: On 12/06/2014 01:09 PM, Hans Hagen wrote: On 12/6/2014 12:40 PM, Pablo Rodriguez wrote: On 12/06/2014 12:20 AM, Hans Hagen wrote: On 12/5/2014 8:11 PM, Pablo Rodriguez wrote: [...] BTW, in your sample below, how can I get the underscore under the

Re: [NTG-context] issue with t-scancsv.lua

2014-12-08 Thread Jaroslav Hajtmar
Hi Pablo. I am glad that my library for you to use ... I noticed that you have in your CSV file header with column names (ie. head of CSV document). I do not know if you noticed the option put this information into scancsv.lua library. This is done via the command \setheader. In this case