[NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
Hello list, I feel a bit out of context not following the list closely for some time so maybe this has been solved already. I cannot get defineindenting to work. Example attached. Best Piotr -- http://okle.pl test-indentations.tex Description: TeX document

Re: [NTG-context] defineindenting

2012-10-26 Thread Sietse Brouwer
Hello Piotr, I cannot get defineindenting to work. Example attached. To input example text, use \input knuth not \knuth . After that change your example works for me, apart from producing something like '. . . :' in the indent space --- I am not familiar with MkII, so I can't tell

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
O yes, silly mistake! Anyway I'm still getting - ! Undefined control sequence. system tex error on line 1 in file test-indentations.tex: Undefined control sequence ... 1 \defineindenting[myindenting][width=5cm

Re: [NTG-context] defineindenting

2012-10-26 Thread Marco Patzer
2012-10-26 Sietse Brouwer: Hello Piotr, I cannot get defineindenting to work. Example attached. To input example text, use \input knuth not \knuth . After that change your example works for me, apart from producing something like '. . . :' in the indent space --- I am

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
Right, so is there a replacement for \defineindenting which works in the recent version? 2012/10/26 Marco Patzer home...@lavabit.com: 2012-10-26 Sietse Brouwer: Hello Piotr, I cannot get defineindenting to work. Example attached. To input example text, use \input knuth not \knuth

Re: [NTG-context] defineindenting

2012-10-26 Thread Marco Patzer
2012-10-26 Piotr Kopszak: Right, so is there a replacement for \defineindenting which works in the recent version? I don't know what \defineindenting is supposed to do. I can hardly believe that the dots in the output are intended. What about this: \definedelimitedtext [indenting

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
home...@lavabit.com: 2012-10-26 Piotr Kopszak: Right, so is there a replacement for \defineindenting which works in the recent version? I don't know what \defineindenting is supposed to do. I can hardly believe that the dots in the output are intended. What about this: \definedelimitedtext

Re: [NTG-context] defineindenting

2012-10-26 Thread Sietse Brouwer
Marco Patzer home...@lavabit.com: 2012-10-26 Piotr Kopszak: Right, so is there a replacement for \defineindenting which works in the recent version? I don't know what \defineindenting is supposed to do. I can hardly believe that the dots in the output are intended. What about

Re: [NTG-context] defineindenting

2012-10-26 Thread Marco Patzer
. To indent the first line you can use \setupindenting [yes, 2cm] That, however, is not configurable. And frankly I've never seen varying paragraph indentations in a document. If you really need it you can build a wrapper around this. \def\defineindenting {\dodoubleempty\dodefineindenting} \def

Re: [NTG-context] defineindenting

2012-10-26 Thread Piotr Kopszak
paragraph indentations in a document. If you really need it you can build a wrapper around this. \def\defineindenting {\dodoubleempty\dodefineindenting} \def\dodefineindenting [#1][#2] {\setvalue{#1}{\setupindenting[yes, #2]}} \defineindenting [first] [2cm] \defineindenting [second] [3cm

Re: [NTG-context] defineindenting

2012-10-26 Thread Wolfgang Schuster
Am 26.10.2012 um 13:53 schrieb Sietse Brouwer sbbrou...@gmail.com: Hello Piotr, I cannot get defineindenting to work. Example attached. To input example text, use \input knuth not \knuth . After that change your example works for me, apart from producing something like