[NTG-context] Split \starttabulates

2012-10-03 Thread Malte Stien
Dear all, I have a number of tables defined like this: \placetable[here][tab:some-table]{Some Table} \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] \HL \NC {\bf Animal} \NC {\bf Comment} \NC\FR \HL \NC Cat\NC Pretty cool \NC\MR \NC Bear \NC Kind of lazy

[NTG-context] Problem with new version

2012-10-03 Thread pavel
Hello, yesterday I upgraded my debian and I found out that my previsously prepared publication cannot be compiled with the new version of ConTeXt. The publication looks like: * main file ausgewaehlte.tex \startproject ausgewaehlte \environment

Re: [NTG-context] Split \starttabulates

2012-10-03 Thread Marco Patzer
2012-10-03 Malte Stien ma...@stien.de: Hi Malte \placetable[here][tab:some-table]{Some Table} \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|] \HL \NC {\bf Animal} \NC {\bf Comment} \NC\FR \HL \NC Cat \NC Pretty cool \NC\MR \NC Bear \NC Kind of lazy

[NTG-context] TABLE and row/column align settings

2012-10-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello, I have a complicated TABLE, but I simplified it to the following example: \def\DoTable#1{% \bTABLE \setupTABLE[width=2cm] \setupTABLE[column][#1][align=flushright] % ... [1] \setupTABLE[row][1][align=middle] %

Re: [NTG-context] Problem with new version

2012-10-03 Thread Wolfgang Schuster
Am 02.10.2012 um 19:43 schrieb pa...@hanak.name: Hello, yesterday I upgraded my debian and I found out that my previsously prepared publication cannot be compiled with the new version of ConTeXt. The publication looks like: * main file ausgewaehlte.tex \startproject

Re: [NTG-context] Defining a title font.

2012-10-03 Thread Wolfgang Schuster
Am 02.10.2012 um 23:38 schrieb john Culleton j...@wexfordpress.com: Trying to use an OTF font just for the title page. Ran mkluatexfontdb Used the name as defined in ../otfl-names.lua Here is my actual code: -- \usemodule[simplefonts] \definefont

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Wolfgang Schuster
Am 03.10.2012 um 10:16 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: Hello, I have a complicated TABLE, but I simplified it to the following example: \def\DoTable#1{% \bTABLE \setupTABLE[width=2cm] \setupTABLE[column][#1][align=flushright] %

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thanks for the answer but - - I generated a macro just do demonstrate different behavior in row #1 depending on whether settings for columns were specified for a PARTICULAR column (\setupTABLE[column][2][...]) or for columns IN GENERAL (\setupTABLE[column][][...]). I need the case with a

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Wolfgang Schuster
Am 03.10.2012 um 11:11 schrieb Procházka Lukáš Ing. - Pontex s. r. o. l...@pontex.cz: ... Thanks for the answer but - - I generated a macro just do demonstrate different behavior in row #1 depending on whether settings for columns were specified for a PARTICULAR column

Re: [NTG-context] TABLE and row/column align settings

2012-10-03 Thread Procházka Lukáš Ing . - Pontex s . r . o .
The \setupTABLE calls do only store the settings but the values are used later when each cell is formatted and at this step row settings are processed before column settings BTW: Wouldn't be more flexible if the (stored) settings were processed in the order they have been defined? but when

[NTG-context] Strange behaviour by processing a project file

2012-10-03 Thread pavel
Hello, I have the following file structure: * file my-project.tex contains: \environment my-environment \startproject my-project \product my-product1 \product my-product2 \stopproject * file my-environment.tex contains: ... font definitions,

Re: [NTG-context] Strange behaviour by processing a project file

2012-10-03 Thread Marco Patzer
2012-10-03 pa...@hanak.name: Hi Pavel But when I try to process the whole project with context my-project.tex, the file is processed but I get no pdf output, which surprise me, because in the reference manual contextref.pdf I read: A project cannot be typeset, only products and components.

Re: [NTG-context] Alignment in combination

2012-10-03 Thread Wolfgang Schuster
Am 03.10.2012 um 13:47 schrieb Marco Patzer home...@lavabit.com: Hi, how to left align the elements of a combination? \useMPlibrary [dum] \setupexternalfigures [height=2cm] \starttext %% does nothing: \setupcombinations [align=flushleft] \startcombination [2*2]

[NTG-context] punctuation vs font switch

2012-10-03 Thread Andreas Mang
Dear all, at the risk of being met with an incredulous shake of the head: I am using xits as math font and pagella as main font (for several reasons). Obviously, the punctuation (in particular comma) does not match. Is there an easy and quick global fix!? Your help is very much appreciated.

Re: [NTG-context] punctuation vs font switch

2012-10-03 Thread Aditya Mahajan
On Wed, 3 Oct 2012, Andreas Mang wrote: Dear all, at the risk of being met with an incredulous shake of the head: I am using xits as math font and pagella as main font (for several reasons). Obviously, the punctuation (in particular comma) does not match. Is there an easy and quick global