Re: [NTG-context] changing number of columns

2011-07-01 Thread Henning Hraban Ramm
Am 2011-07-01 um 19:46 schrieb Bernd Kosubek: Tis is a possibility, but if the following text [in my example b)] is a huge paragraph, it is not realizeable. Did you even try? I give a sample for the problem on my neglected page "http://www.bk-tex.de/csetquest.html"; [= (c)olum(set)-(quest

Re: [NTG-context] changing number of columns

2011-07-01 Thread Bernd Kosubek
Am Fri, 1 Jul 2011 18:32:52 +0200 schrieb Henning Hraban Ramm : > Am 2011-07-01 um 18:00 schrieb Bernd Kosubek: > > >>> is it possible to change the number of columns on the same page? > >> > >> Please read http://wiki.contextgarden.net/Columns > > > > Thanks for your quickly answer. > > > > I ha

Re: [NTG-context] Missing space between digit and unit with the new unit-command

2011-07-01 Thread yoraxe
Am 01.07.2011 08:15, schrieb Wolfgang Schuster: > > Am 01.07.2011 um 00:33 schrieb yoraxe: > >> Ok, thanks, for this minimal example it works. But what do I have to >> type instead of >> >> \unit{10^{-3} kilogram cubic meter} >> >> (or >> \unit{10^{-3} kgm²} >> ) >> >> ? This does not work for me

Re: [NTG-context] changing number of columns

2011-07-01 Thread Henning Hraban Ramm
Am 2011-07-01 um 18:00 schrieb Bernd Kosubek: is it possible to change the number of columns on the same page? Please read http://wiki.contextgarden.net/Columns Thanks for your quickly answer. I have read it, but there is no answer of my question. I know, that I can use "columns" instead of

Re: [NTG-context] Missing space between digit and unit with the new unit-command

2011-07-01 Thread Hans Hagen
On 30-6-2011 10:43, Wolfgang Schuster wrote: Am 30.06.2011 um 14:52 schrieb yoraxe: Hey, I was happy to have a new (and easier) unit-command, but now I miss the space that was between the digits and the unit in the unit-module. Put the number in the argument of the command. \starttext \uni

Re: [NTG-context] ntg-context Digest, Vol 85, Issue 4

2011-07-01 Thread Bernd Kosubek
Am Fri, 01 Jul 2011 16:20:19 +0200 schrieb ntg-context-requ...@ntg.nl: > Message: 7 > Date: Fri, 1 Jul 2011 16:20:13 +0200 > From: Henning Hraban Ramm > To: kosu...@sksatz.com, mailing list for ConTeXt users > > Subject: Re: [NTG-context] changing numbers of columns > Message-ID: > Conte

Re: [NTG-context] Columns and figures in MKIV

2011-07-01 Thread Jason Earl
On Thu, Jun 30 2011, Willi Egger wrote: > Columnsets provide you the possibility to place column spanning pictures: Thank you for the advice. I was hoping to avoid having to learn about columnsets, but I suppose learning is good. Any hints on getting columnsets and footnotes to play nicely? H

Re: [NTG-context] Cambria: integral sign has wrong size

2011-07-01 Thread Hans Hagen
On 30-6-2011 10:46, Julian Becker wrote: Hello everybody! I tried doing some math typesetting with Cambria, but somehow the integral sign comes out somewhat smaller than it should be. Running the following in the latest beta produces the attached pdf. Does anybody have an idea about what's goi

Re: [NTG-context] changing numbers of columns

2011-07-01 Thread Henning Hraban Ramm
Am 2011-07-01 um 15:31 schrieb Bernd Kosubek: Hi, is it possible to change the number of columns on the same page? small example: a) text text text text \startcolumnset[n=2] Please read http://wiki.contextgarden.net/Columns It’s either \startcolumns[n=2] or \startcolumnset[your_name_of_se

Re: [NTG-context] Continuous chapter numbering without prefixes in documents with parts

2011-07-01 Thread Thomas Schmitz
On Fri, 1 Jul 2011 15:33:07 +0200 Julian Becker wrote: Thank you Thomas, and sorry for not having performed a proper search priorly. Still, the thread you refered me to only provides half of what I need (if I didn't miss anything): I added the line: \setuphead[chapter][chaptersegments=chapt

[NTG-context] changing numbers of columns (correction at the end of the columnset)

2011-07-01 Thread Bernd Kosubek
Hi, is it possible to change the number of columns on the same page? small example: a) text text text text \startcolumnset[n=2] bla bla bla \column bla bla bla \stopcolumnset b) text text text text The mixing of a) and columnset is o.k. The mixing of columnset and b) wil produce a new pa

Re: [NTG-context] Continuous chapter numbering without prefixes in documents with parts

2011-07-01 Thread Julian Becker
Thank you Thomas, and sorry for not having performed a proper search priorly. Still, the thread you refered me to only provides half of what I need (if I didn't miss anything): I added the line: \setuphead[chapter][chaptersegments=chapter] which indeed got rid of the chapter number prefix. Still,

[NTG-context] changing numbers of columns

2011-07-01 Thread Bernd Kosubek
Hi, is it possible to change the number of columns on the same page? small example: a) text text text text \startcolumnset[n=2] bla bla bla \column bla bla bla \stopcolumn b) text text text text The mixing of a) and columnset is o.k. The mixing of columnset and b) wil produce a new page

Re: [NTG-context] Continuous chapter numbering without prefixes in documents with parts

2011-07-01 Thread Thomas Schmitz
On Fri, 1 Jul 2011 15:02:22 +0200 Julian Becker wrote: Does anybody know how to implement a continuous numbering of chapters in documents with several parts? More specifically: how can I achieve the following numbering scheme (with unprefixed chapter numbers): I First part 1 Chapter one 2 C

[NTG-context] Continuous chapter numbering without prefixes in documents with parts

2011-07-01 Thread Julian Becker
Does anybody know how to implement a continuous numbering of chapters in documents with several parts? More specifically: how can I achieve the following numbering scheme (with unprefixed chapter numbers): I First part 1 Chapter one 2 Chapter two II Second part 3 Chapter three I tried (unsuccess

Re: [NTG-context] footnotes, blank

2011-07-01 Thread Thomas Schmitz
On Fri, 1 Jul 2011 10:44:35 +0200 Wolfgang Schuster wrote: You have to set “location=page” at the begin of each new chapter. \setuphead [chapter] [beforesection={\page % Necessary! \setupnote[footnote][location=page]}, aftersection={\setupnote[footnote][location=h

Re: [NTG-context] footnotes, blank

2011-07-01 Thread Wolfgang Schuster
Am 01.07.2011 um 10:15 schrieb Thomas Schmitz: >>> 2. I want footnotes placed at the bottom of the page so that the vertical >>> place is filled (so with a flexible vertical space between text and notes), >>> but on the last page of every chapter, the publisher prefers the footnotes >>> right

Re: [NTG-context] Cambria: integral sign has wrong size

2011-07-01 Thread Julian Becker
Thanks Khaled, this works like a charm! Best wishes, Julian 2011/7/1 Khaled Hosny > Try setting \Umathoperatorsize\displaystyle=2em or so until you find a > suitable value. > > On Fri, Jul 01, 2011 at 09:25:27AM +0200, Julian Becker wrote: > > In this case, is there a quick workaround? I tried

Re: [NTG-context] footnotes, blank

2011-07-01 Thread Thomas Schmitz
On Fri, 1 Jul 2011 10:04:22 +0200 Wolfgang Schuster wrote: Am 01.07.2011 um 09:46 schrieb Thomas Schmitz: Hi all, two questions here: 1. Is it possible to define a blank so that the paragraph after it will not be indented (in a document which otherwise does have indents)? I looked at \

Re: [NTG-context] Cambria: integral sign has wrong size

2011-07-01 Thread Khaled Hosny
Try setting \Umathoperatorsize\displaystyle=2em or so until you find a suitable value. On Fri, Jul 01, 2011 at 09:25:27AM +0200, Julian Becker wrote: > In this case, is there a quick workaround? I tried something like redefining \ > int > using  > \def\int{\getglyph{CambriaMath}{\char"F05C2}\intli

Re: [NTG-context] footnotes, blank

2011-07-01 Thread Wolfgang Schuster
Am 01.07.2011 um 09:46 schrieb Thomas Schmitz: > Hi all, > > two questions here: > > 1. Is it possible to define a blank so that the paragraph after it will not > be indented (in a document which otherwise does have indents)? I looked at > \defineblank and the new \definevspacing, but couldn'

[NTG-context] footnotes, blank

2011-07-01 Thread Thomas Schmitz
Hi all, two questions here: 1. Is it possible to define a blank so that the paragraph after it will not be indented (in a document which otherwise does have indents)? I looked at \defineblank and the new \definevspacing, but couldn't find anything appropriate. 2. I want footnotes placed at

Re: [NTG-context] Cambria: integral sign has wrong size

2011-07-01 Thread Julian Becker
In this case, is there a quick workaround? I tried something like redefining \int using \def\int{\getglyph{CambriaMath}{\char"F05C2}\intlimits} This gives the desired result in displaystyle, but is incompatible with scriptstyle math. Is there a way to adapt this workaround to account for this in s