Re: [NTG-context] Troubles with paragraph width in tabulate

2012-04-02 Thread Hans Hagen
On 1-4-2012 22:42, Willi Egger wrote: Hi, I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunde

[NTG-context] index for Japanese alphabet

2012-04-02 Thread S Barmeier
Hi, I would like to include an index with Japanese terms, ordered according to the Japanese alphabet. I can say \index[kanji]{漢字} for an entry under K. For my Japanese index I imagine \index[かんじ]{漢字} to place an entry under か. Is something like this possible? The Japanese alphabet fits (almost)

[NTG-context] \em after font fallbacks

2012-04-02 Thread S Barmeier
My main font is Japanese and I'm falling back on a different font for Latin characters. The \it switch works fine, but \em renders the Japanese font (e.g. page numbers in the index). Is there a way to have \em use the italic (of the fallback font)? Thanks, Severin

Re: [NTG-context] Page numbering in latest beta

2012-04-02 Thread Steffen Fritzsche
Hi, thanks for these suggestions. I now use the following settings: \definefont[HeaderFont][Sans at 10pt] \setupheader[style=HeaderFont] \setupheadertexts [section][pagenumber][pagenumber][chapter] \setuppagenumbering [alternative=doublesided, location=, style=sansbold] \startsectionblockenviron

Re: [NTG-context] footnotes

2012-04-02 Thread Steffen Fritzsche
Hi Thomas, this is what I use with the latest beta: \setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}] Maybe this comes close to what you try to achieve at least it should be possible

Re: [NTG-context] TABLE not splitting across page boundary

2012-04-02 Thread Hans Hagen
On 2-4-2012 07:41, Kip Warner wrote: Hey list, I am having difficulty getting my table to split across page boundaries. It doesn't have, nor need, headers, but just individual unrelated rows. Here is a minimal illustrating the problem I am having: \starttext Here is some text. \placetable[force

Re: [NTG-context] footnotes

2012-04-02 Thread Thomas A. Schmitz
On 4/2/12 12:26 PM, Steffen Fritzsche wrote: Hi Thomas, this is what I use with the latest beta: \setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}] Maybe this comes close to what y

Re: [NTG-context] Troubles with paragraph width in tabulate

2012-04-02 Thread Hans Hagen
On 1-4-2012 22:42, Willi Egger wrote: Hi, I think there is a bug in the tabulate environment. When setting two columns with the p template without giving a width, all is well. However is I set the paragraph width to a specific value things go wrong. Please refer to the small example thereunde

Re: [NTG-context] \em after font fallbacks

2012-04-02 Thread Wolfgang Schuster
Am 02.04.2012 um 11:37 schrieb S Barmeier: > My main font is Japanese and I'm falling back on a different font for > Latin characters. > > The \it switch works fine, but \em renders the Japanese font (e.g. page > numbers in the index). Is there a way to have \em use the italic (of the > fallback

Re: [NTG-context] \em after font fallbacks

2012-04-02 Thread S Barmeier
On 04/02/2012 09:18 PM, Wolfgang Schuster wrote: > > Am 02.04.2012 um 11:37 schrieb S Barmeier: > >> My main font is Japanese and I'm falling back on a different font for >> Latin characters. >> >> The \it switch works fine, but \em renders the Japanese font (e.g. page >> numbers in the index). I

Re: [NTG-context] \em after font fallbacks

2012-04-02 Thread Wolfgang Schuster
Am 02.04.2012 um 15:10 schrieb S Barmeier: > On 04/02/2012 09:18 PM, Wolfgang Schuster wrote: >> >> Am 02.04.2012 um 11:37 schrieb S Barmeier: >> >>> My main font is Japanese and I'm falling back on a different font for >>> Latin characters. >>> >>> The \it switch works fine, but \em renders t

Re: [NTG-context] \setuppagenumber

2012-04-02 Thread Alan Bowen
Thanks, Wolfgang. \resetpageumber is the key. I will use the section blocks approach in my next project. Alan On Sun, Apr 1, 2012 at 11:34 PM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: > > Am 02.04.2012 um 00:02 schrieb Alan Bowen: > > > I have a product file > > > > \startpro

Re: [NTG-context] Figures alignment on grid

2012-04-02 Thread Hans Hagen
On 28-3-2012 20:13, Honza Hejzl wrote: Hello ConTeXists, My questions are still without any response. I am not sure why, maybe they are not clearly explained. I have found two problems about figures: 1) It is impossible to achieve proper text wrapping around figure when the GRID is ON. I have

[NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Thomas A. Schmitz
Hi all, what's wrong with this code? \definenumber [testnumber] [way=bytext,prefix=no] \starttext \incrementnumber[testnumber] A \getnumber[testnumber] \stoptext Works with older betas, craps out with latest. Thomas __

Re: [NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Hans Hagen
On 2-4-2012 16:46, Thomas A. Schmitz wrote: Hi all, what's wrong with this code? \definenumber [testnumber] [way=bytext,prefix=no] \starttext \incrementnumber[testnumber] A \getnumber[testnumber] \stoptext Works with older betas, craps out with latest. they were already for a while synon

Re: [NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Thomas A. Schmitz
On 04/02/2012 04:56 PM, Hans Hagen wrote: they were already for a while synonyms ... recently all 'structurecounter' names became 'counter' (the structure was a transition addition in order to have old and new code alongside) in the process we got rid of the 'number' synonyms so, just replace n

Re: [NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Wolfgang Schuster
Am 02.04.2012 um 16:56 schrieb Hans Hagen: > On 2-4-2012 16:46, Thomas A. Schmitz wrote: >> Hi all, >> >> what's wrong with this code? >> >> \definenumber [testnumber] [way=bytext,prefix=no] >> >> \starttext >> >> \incrementnumber[testnumber] >> >> A \getnumber[testnumber] >> >> \stoptext >

Re: [NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Thomas A. Schmitz
On 04/02/2012 05:15 PM, Wolfgang Schuster wrote: The problem are these two synonyms: \let \getnumber \getcounter % [name] \let \convertednumber \getcounter % [name] There is a \convertedcounter but no \getcounter. @Thomas: You can \rawcounter to print only the num

Re: [NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Hans Hagen
On 2-4-2012 17:20, Thomas A. Schmitz wrote: On 04/02/2012 05:15 PM, Wolfgang Schuster wrote: The problem are these two synonyms: \let \getnumber \getcounter % [name] \let \convertednumber \getcounter % [name] There is a \convertedcounter but no \getcounter. @Thomas: You can \rawcounter to pri

[NTG-context] setupinterlinespace top and height relations

2012-04-02 Thread Eidenbenz Michael
hi all, As a grid system fetishist, I would like to align the top of my first line with the top of the layout frame. Using try and error (still a context newbie) I managed this by "\setupinterlinespace [height=.5, top=.7]". this seems strange to me, because i was expecting that the argument

Re: [NTG-context] why is \getnumber an undefined control sequence?

2012-04-02 Thread Wolfgang Schuster
Am 02.04.2012 um 17:20 schrieb Thomas A. Schmitz: > On 04/02/2012 05:15 PM, Wolfgang Schuster wrote: >> The problem are these two synonyms: >> >> \let \getnumber \getcounter % [name] >> \let \convertednumber \getcounter % [name] >> >> There is a \convertedcounter b

[NTG-context] Links into items in the itemize list are not working

2012-04-02 Thread Jaroslav Hajtmar
Hello all, Where is error when not work links into items in the itemize list. Links are active but not working? Thanx Jaroslav Hajtmar Here is example: \setupinteraction[state=start] \starttext \in{First link}[bibl:7] and \in{second link}[bibl:1] \page \startitemize[n] \item [bibl:7]

Re: [NTG-context] footnotes

2012-04-02 Thread Wolfgang Schuster
Am 01.04.2012 um 23:03 schrieb Thomas A. Schmitz: > hi all, > > would a kind soul please enlighten me about the new footnote commands? I > can't find a way to achieve what I was able to achieve in older versions. The > following code is on the wiki. It is supposed to give us the footnote marke

Re: [NTG-context] TABLE not splitting across page boundary

2012-04-02 Thread Kip Warner
On Mon, 2012-04-02 at 12:54 +0200, Hans Hagen wrote: > \placetable[force,nonumber,right,split] Thanks Hans. That works for splitting the table, but text no longer wraps around it properly anymore. The table is aligned on the right side of the page, and splits at a page boundary as requested, but t

Re: [NTG-context] sorting footnotes alphabetically

2012-04-02 Thread Pablo Rodríguez
On 01/04/12 23:01, Wolfgang Schuster wrote: > Am 01.04.2012 um 12:15 schrieb Pablo Rodríguez: >> [...] >> It compiles fine, but the footnotes aren't alphabetically sorted. >> >> Is there any way to achieve this? > > I’m sorry to disappoint you but notes can’t be sorted. Many thanks for your reply