Re: [NTG-context] making horizontal space in luacode.

2012-10-22 Thread Hans Hagen
On 22-10-2012 07:15, Aditya Mahajan wrote: On Mon, 22 Oct 2012, Jeong Dal wrote: Dear all, 1. I'd like to make a horizontal space using \hspace[3em] inside luacode. But context.hspace({3em}), context.hspace({3em}), context.hspace(3em) don't work. And print( ) doesn't work either. How to

[NTG-context] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, there is a color red:3 noticed at http://wiki.contextgarden.net/Colors. However, the following code doesn't work with color red:3 specification: \starttext \showcolor[rgb] \color[red]{AAA} \color[red:3]{AAA} \stoptext So, how it the matter with using red:3 correctly?

Re: [NTG-context] Color red:3

2012-10-22 Thread luigi scarso
On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz wrote: Hello, there is a color red:3 noticed at http://wiki.contextgarden.net/**Colorshttp://wiki.contextgarden.net/Colors . However, the following code doesn't work with color red:3 specification:

Re: [NTG-context] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Mon, 22 Oct 2012 11:11:08 +0200, luigi scarso luigi.sca...@gmail.com wrote: On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz wrote: Hello, there is a color red:3 noticed at http://wiki.contextgarden.net/**Colorshttp://wiki.contextgarden.net/Colors

Re: [NTG-context] Color red:3

2012-10-22 Thread luigi scarso
On Mon, Oct 22, 2012 at 11:23 AM, Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz wrote: On Mon, 22 Oct 2012 11:11:08 +0200, luigi scarso luigi.sca...@gmail.com wrote: On Mon, Oct 22, 2012 at 11:10 AM, Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz wrote: Hello, there is

Re: [NTG-context] trimwhite utility (was: Current ConTeXt wiki)

2012-10-22 Thread Mojca Miklavec
On Sun, Oct 21, 2012 at 10:14 PM, Procházka Lukáš wrote: Btw: I didn't use/test the utility so far, but I believe it really removes the content out of the trimming area; Do you mean that it removes *white space* around the trimming area? From my experience pdftrimwhite sometimes even removed

Re: [NTG-context] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Ah ok , it was an image. The text says You find lists of predefined colors in the files colo-xxx.tex,.. but colo*tex it's an old file -- it should be colo-rgb.mkii , ie pdftex So %%test.mkii \setupcolors[state=start] \starttext \showcolor[rgb] \color[red]{AAA} \color[red:3]{AAA} \stoptext

Re: [NTG-context] trimwhite utility (was: Current ConTeXt wiki)

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Mon, 22 Oct 2012 11:54:14 +0200, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: On Sun, Oct 21, 2012 at 10:14 PM, Procházka Lukáš wrote: Btw: I didn't use/test the utility so far, but I believe it really removes the content out of the trimming area; Do you mean that it removes

Re: [NTG-context] trimwhite utility

2012-10-22 Thread Hans Hagen
On 22-10-2012 12:26, Procházka Lukáš Ing. - Pontex s. r. o. wrote: On Mon, 22 Oct 2012 11:54:14 +0200, Mojca Miklavec mojca.miklavec.li...@gmail.com wrote: On Sun, Oct 21, 2012 at 10:14 PM, Procházka Lukáš wrote: Btw: I didn't use/test the utility so far, but I believe it really removes the

Re: [NTG-context] Color red:3

2012-10-22 Thread Philipp Gesang
···date: 2012-10-22, Monday···from: Procházka Lukáš Ing. - Pontex s. r. o.··· I don't use MkII, so I'll avoid using red:3 with MkIV. You don’t have to, these colors were upgraded to a superior way of being defined (colo-imp-dem.mkiv):

Re: [NTG-context] making horizontal space in luacode.

2012-10-22 Thread Jeong Dal
Dear Aditya, Hans Both solutions work well. It is really efficient to write matrix in ConTeXt + lua. I am enjoying the benefit of lua in ConTeXt. Thank you. Best regards, Dalyoung \definehspace[skip][3em] \starttext \startluacode context(Some text) context.hspace{skip}

[NTG-context] TABLE: header with a thick bottom line

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, how to achieve the table header to have a thick bottom line? Here are my two attempts: \starttext \bTABLE \setupTABLE[width=broad] \setupTABLE[header][align=middle] \bTABLEhead \bTR[bottomframe=on,rulethickness=2mm]\bTH a\eTH\bTH b\eTH\eTR \eTABLEhead

Re: [NTG-context] Color red:3

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Mon, 22 Oct 2012 13:53:31 +0200, Philipp Gesang philipp.ges...@alumni.uni-heidelberg.de wrote: You don’t have to, these colors were upgraded to a superior way of being defined (colo-imp-dem.mkiv): · \setupcolor[dem]

Re: [NTG-context] TABLE: header with a thick bottom line

2012-10-22 Thread Aditya Mahajan
On Mon, 22 Oct 2012, Procházka Lukáš Ing. - Pontex s. r. o. wrote: Hello, how to achieve the table header to have a thick bottom line? Here are my two attempts: \starttext \bTABLE \setupTABLE[width=broad] \setupTABLE[header][align=middle] \bTABLEhead

Re: [NTG-context] TABLE: header with a thick bottom line

2012-10-22 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Mon, 22 Oct 2012 16:41:46 +0200, Aditya Mahajan adit...@umich.edu wrote: If you want only the bottom border (and no other border), ... No, I want all borders with default thickness but head bottom border thicker; this is most common look of my tables: +---+---+ | a | b | - header

Re: [NTG-context] TABLE: header with a thick bottom line

2012-10-22 Thread Marco Patzer
2012-10-22 Procházka Lukáš Ing. - Pontex s. r. o.: On Mon, 22 Oct 2012 16:41:46 +0200, Aditya Mahajan adit...@umich.edu wrote: If you want only the bottom border (and no other border), ... No, I want all borders with default thickness but head bottom border thicker; this is most common

[NTG-context] [test suite] Bibtex-related test fails to compile.

2012-10-22 Thread Marco Pessotto
I've imported most of the testfiles kindly provided by Hans. Now the test suite has grown to ~900 files. I'm running them in chunks and I'll keep reporting, even if I don't need the feature. If you prefer me to post to another list, please let me know.

Re: [NTG-context] Bug in math integral

2012-10-22 Thread Hans Hagen
On 22-10-2012 21:41, Otared Kavian wrote: On 22 oct. 2012, at 18:47, Marco Pessotto melmo...@gmail.com wrote: […] Should the attached (compiled with the latest beta, as fixed by Hans) be used as referenced? Hi Marco and Hans, Thanks to everyone for your attention, and many thanks to Hans