Re: [NTG-context] Table, xtable and lua

2018-11-10 Thread Henri Menke
On 11/11/18 12:33 PM, Fabrice Couvreur wrote: > Hi, > I can not complete the first line of the table with the letters of the > alphabet. > Thank you. > Fabrice > > \starttext > \startlinecorrection[blank] > \startmidaligned > \startluacode > context.startxtable({"align=middle, width=1.25cm"}) >

Re: [NTG-context] Table, xtable and lua

2018-11-10 Thread Henri Menke
On 11/11/18 12:33 PM, Fabrice Couvreur wrote: > Hi, > I can not complete the first line of the table with the letters of the > alphabet. > Thank you. > Fabrice > > \starttext > \startlinecorrection[blank] > \startmidaligned > \startluacode > context.startxtable({"align=middle, width=1.25cm"}) >

[NTG-context] Table, xtable and lua

2018-11-10 Thread Fabrice Couvreur
Hi, I can not complete the first line of the table with the letters of the alphabet. Thank you. Fabrice \starttext \startlinecorrection[blank] \startmidaligned \startluacode context.startxtable({"align=middle, width=1.25cm"}) context.startxrow() context.startxcell({"width=0.5cm"})

Re: [NTG-context] Colormanagement

2018-11-10 Thread Hans Hagen
On 11/10/2018 2:34 PM, Jan U. Hasecke wrote: Am 09.11.18 um 17:20 schrieb luigi scarso: I think you should use the best colorspace (rgb ) and let the print shop do its job -- of course this means that you have signed  their sample (hard proof) of your project. I really tend to do this. I am

Re: [NTG-context] Colormanagement

2018-11-10 Thread Jan U. Hasecke
Am 09.11.18 um 17:20 schrieb luigi scarso: > I think you should use the best colorspace (rgb ) > and let the print shop do its job -- of course this means that you have > signed  their sample (hard proof) of your project. > I really tend to do this. I am currently exploring the color management

Re: [NTG-context] Colormanagement

2018-11-10 Thread Jan U. Hasecke
Am 09.11.18 um 17:18 schrieb Tomas Hala: > Hi, > > by default, really not. > > At http://wiki.inkscape.org/wiki/index.php/Color_management > and http://wiki.inkscape.org/wiki/index.php/ExportPDFCMYK > there some instructions how to convert files to CMYK, > or how to install some extension,

Re: [NTG-context] index problem with \setupcolumnset

2018-11-10 Thread Peter Rolf
Am 2018-11-10 um 13:00 schrieb Peter Rolf: > Hi Wolfgang, > > thanks for the info. I will download the new manual right now. > Mh, already on my RAM disk :D I tend to ignore the shipped documentation. My bad. > > Best wishes, Peter > > Am 2018-11-10 um 12:03 schrieb Wolfgang Schuster: >>

Re: [NTG-context] index problem with \setupcolumnset

2018-11-10 Thread Peter Rolf
Hi Wolfgang, thanks for the info. I will download the new manual right now. Best wishes, Peter Am 2018-11-10 um 12:03 schrieb Wolfgang Schuster: > Hi Peter, > > the new columnset mechanism accepts only two arguments for the > \setupcolumnset command but you can load the old code with >

Re: [NTG-context] spacing

2018-11-10 Thread Wolfgang Schuster
Hans Hagen schrieb am 09.11.18 um 17:01: - the new mixed column code has been around for even longer (and always was default on my machine) btu the old code is available as module A big difference between the old columns environment and the new mixed columns code is that the new environment

Re: [NTG-context] index problem with \setupcolumnset

2018-11-10 Thread Wolfgang Schuster
Hi Peter, the new columnset mechanism accepts only two arguments for the \setupcolumnset command but you can load the old code with \usemodule[old-columnsets]. How you can apply backgrounds per column with the new code is shown in a example in the manual. Wolfgang Peter Rolf schrieb am