Re: [NTG-context] \description - indenting lines, alternative=top

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
Hello Wolfgang, thanks for the solution. Two more questions: - How to specify indenting to be equal to the normal paragraph indenting? Here's my trial: \setupindenting[yes,first,medium] \define[1]\TestHeadCommand{\offset[x=-\parindent]{#1}} % This doesn't work \starttext

Re: [NTG-context] Comma separating multiple footnotes

2012-04-10 Thread Wolfgang Schuster
Am 10.04.2012 um 03:14 schrieb Kip Warner: Hey list, Is there any means of setting up footnotes such that whenever they are tangential, they are automatically separated by a comma delimiter? No there isn’t but it’s not hard hard to add a separator because it’s already possible to change

Re: [NTG-context] \description - indenting lines, alternative=top

2012-04-10 Thread Aditya Mahajan
On Tue, 10 Apr 2012, Procházka Lukáš Ing. - Pontex s. r. o. wrote: - Is it possible to reduce (or specify) the distance between the label and the next text? XXX _ ^ V - this distance to be specified. blablabla blabla blabla

Re: [NTG-context] \description - indenting lines, alternative=top

2012-04-10 Thread Wolfgang Schuster
Am 10.04.2012 um 09:13 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: Hello Wolfgang, thanks for the solution. Two more questions: - How to specify indenting to be equal to the normal paragraph indenting? Here's my trial: \setupindenting[yes,first,medium]

[NTG-context] Issues with linetables

2012-04-10 Thread Marco
There are some issues with linetables. In the current version: 2012.04.07 14:42 linetables don't compile at all, example: \starttext \setuplinetable [n=2] \startlinetable \NC \input knuth \NC \input knuth \NC\NR \NC \input knuth \NC \input knuth \NC\NR \stoplinetable \stoptext

[NTG-context] Paragraph width in table of contents

2012-04-10 Thread Charles
Hi, In the following example, the section titles are long. In the table of contents, the section titles are written like normal paragraph (ending at the right margin, with the page number). With an older version of Context beta (about a year ago), the paragraphs with the section title were

Re: [NTG-context] \description - indenting lines, alternative=top

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
... Thank you, Aditya, that's it! Lukas On Tue, 10 Apr 2012 11:27:05 +0200, Aditya Mahajan adit...@umich.edu wrote: On Tue, 10 Apr 2012, Procházka Lukáš Ing. - Pontex s. r. o. wrote: XXX _ ^ V - this distance to be specified.

Re: [NTG-context] \description - indenting lines, alternative=top

2012-04-10 Thread Procházka Lukáš Ing . - Pontex s . r . o .
On Tue, 10 Apr 2012 11:49:56 +0200, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: When you want a certain value in various places I would use \definemeasure to set it and \measure to access it. \definemeasure[parindent][1em] \define[1]\TestHeadCommand

Re: [NTG-context] Paragraph width in table of contents

2012-04-10 Thread Marco
On 2012-04-10 Charles c...@vejnar.org wrote: With an older version of Context […] the paragraphs with the section title were shorter and not overlapping with the page number. I don't see any overlapping here. Maybe you use an older version or the example was too minimal. Marco

[NTG-context] starting batch file after first of at least two runs

2012-04-10 Thread Peter Rolf
Hi, In the first run I collect several ImageMagick commands in a common batch file, which should be executed afterwards. A second run is also needed to include the created graphics. I tried \appendtoks\mycommand\to\everygoodbye but that does not work properly, if only one run is needed

Re: [NTG-context] Paragraph width in table of contents

2012-04-10 Thread Wolfgang Schuster
Am 10.04.2012 um 15:59 schrieb Marco: On 2012-04-10 Charles c...@vejnar.org wrote: With an older version of Context […] the paragraphs with the section title were shorter and not overlapping with the page number. I don't see any overlapping here. Maybe you use an older version or the

Re: [NTG-context] \description - indenting lines, alternative=top

2012-04-10 Thread Wolfgang Schuster
Am 10.04.2012 um 15:42 schrieb Procházka Lukáš Ing. - Pontex s. r. o.: On Tue, 10 Apr 2012 11:49:56 +0200, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: When you want a certain value in various places I would use \definemeasure to set it and \measure to access it.

Re: [NTG-context] starting batch file after first of at least two runs

2012-04-10 Thread Peter Rolf
Am 10.04.2012 16:53, schrieb Peter Rolf: Hi, In the first run I collect several ImageMagick commands in a common batch file, which should be executed afterwards. A second run is also needed to include the created graphics. I tried \appendtoks\mycommand\to\everygoodbye but that

Re: [NTG-context] starting batch file after first of at least two runs

2012-04-10 Thread Hans Hagen
On 10-4-2012 18:43, Peter Rolf wrote: Am 10.04.2012 16:53, schrieb Peter Rolf: Hi, In the first run I collect several ImageMagick commands in a common batch file, which should be executed afterwards. A second run is also needed to include the created graphics. Isn't it easier to plug into

Re: [NTG-context] starting batch file after first of at least two runs

2012-04-10 Thread Peter Rolf
Am 10.04.2012 19:09, schrieb Hans Hagen: On 10-4-2012 18:43, Peter Rolf wrote: Am 10.04.2012 16:53, schrieb Peter Rolf: Hi, In the first run I collect several ImageMagick commands in a common batch file, which should be executed afterwards. A second run is also needed to include the created

Re: [NTG-context] Issues with linetables

2012-04-10 Thread Hans Hagen
On 10-4-2012 12:48, Marco wrote: There are some issues with linetables. In the current version: 2012.04.07 14:42 linetables don't compile at all, example: \starttext \setuplinetable [n=2] \startlinetable \NC \input knuth \NC \input knuth \NC\NR \NC \input knuth \NC \input knuth

Re: [NTG-context] index for Japanese alphabet

2012-04-10 Thread Hans Hagen
On 9-4-2012 13:26, S Barmeier wrote: Once I know how to enable a particular sorting pattern for a register I can probably figure it out by myself. How would I do that? \setupregister[index][language=jp] Best, Severin --- Japanese definitions[jp] = { replacements = { { ぁ, あ

Re: [NTG-context] issue with columns

2012-04-10 Thread Hans Hagen
On 7-4-2012 21:14, Pablo Rodríguez wrote: On 07/04/12 16:56, Hans Hagen wrote: On 6-4-2012 18:08, Pablo Rodríguez wrote: \starttext The first line not using columns. \startcolumns[n=2] \input knuth \column \input tufte \stopcolumns The second line not using columns. \startcolumns \input linden

[NTG-context] MLA Bibliography

2012-04-10 Thread Kip Warner
Hey list, I'd like to use an MLA style bibliography with MKIV. The style is available here: www.reed.edu/cis/help/latex/bibtexstyles.html Actually, it doesn't matter to me whether it is that one or any that supports MLA already that ships with ConTeXt. In my environment file, I tried the

[NTG-context] Index setup

2012-04-10 Thread Jeff Smith
Hi all! Better late than never, you'll say, because I've just started using MkIV... :-) I have some troubles setupping an index and the options I try using from the (old) ConTeXt manual don't help or seem to have no effect. So basically, I have this: \starttext \chapter{Ch1} \index{abc}abc

Re: [NTG-context] Dump table of contents

2012-04-10 Thread Kip Warner
On Mon, 2012-04-09 at 21:57 -0400, Aditya Mahajan wrote: It works at my end (but I am using a 1.5 month old beta), so sorry, I cannot say what is going wrong with your file. Did you try it with a small example file to see if that works? I haven't tried with a minimal, but I think what I