Re: [NTG-context] typesetting verse?

2006-08-23 Thread Hans Hagen
Derek Schmidt wrote: Hi, Another simple question--have at it! I'd like to typeset some poetry. It should be indented, obey lines, and the lines should be close together, not like separate paragraphs. So far I've got \definestartstop[verse][commands=\obeylines] What next?

Re: [NTG-context] typesetting verse?

2006-08-23 Thread John R. Culleton
On Tuesday 22 August 2006 23:39, Derek Schmidt wrote: Hi, Another simple question--have at it! I'd like to typeset some poetry. It should be indented, obey lines, and the lines should be close together, not like separate paragraphs. So far I've got

Re: [NTG-context] typesetting verse?

2006-08-23 Thread Derek Schmidt
Ah, this has been very helpful indeed. Thanks all. On 8/23/06, John R. Culleton [EMAIL PROTECTED] wrote: On Tuesday 22 August 2006 23:39, Derek Schmidt wrote: Hi, Another simple question--have at it! I'd like to typeset some poetry. It should be indented, obey lines, and the lines

Re: [NTG-context] typesetting verse?

2006-08-23 Thread Aditya Mahajan
On Wed, 23 Aug 2006, Hans Hagen wrote: Derek Schmidt wrote: Hi, Another simple question--have at it! I'd like to typeset some poetry. It should be indented, obey lines, and the lines should be close together, not like separate paragraphs. So far I've got

Re: [NTG-context] typesetting verse?

2006-08-23 Thread Hans Hagen
Aditya Mahajan wrote: On Wed, 23 Aug 2006, Hans Hagen wrote: Derek Schmidt wrote: Hi, Another simple question--have at it! I'd like to typeset some poetry. It should be indented, obey lines, and the lines should be close together, not like separate paragraphs. So far I've got

Re: [NTG-context] typesetting verse?

2006-08-23 Thread Derek Schmidt
Aditya, With the first group of code, I get indenting=yes actually appearing in there; yet the lines aren't indented or closer together (vertically). I removed the '%' but that didn't seem to make a difference. On 8/23/06, Aditya Mahajan [EMAIL PROTECTED] wrote: On Tue, 22 Aug 2006, Derek

Re: [NTG-context] typesetting verse?

2006-08-23 Thread Aditya Mahajan
On Wed, 23 Aug 2006, Derek Schmidt wrote: Aditya, With the first group of code, I get indenting=yes actually appearing in there; yet the lines aren't indented or closer together (vertically). I removed the '%' but that didn't seem to make a difference. Sorry, that should have been

Re: [NTG-context] typesetting verse?

2006-08-23 Thread Derek Schmidt
Ok guys, thanks. I eventually went with this: \setupindenting[medium,first] \def\startverse% {\bgroup \setupinterlinespace[medium] \setuplines[indenting=yes] \startlines} \def\stopverse% {\stoplines \endgraf\egroup} On 8/23/06, Aditya Mahajan [EMAIL

[NTG-context] typesetting verse?

2006-08-22 Thread Derek Schmidt
Hi, Another simple question--have at it! I'd like to typeset some poetry. It should be indented, obey lines, and the lines should be close together, not like separate paragraphs. So far I've got \definestartstop[verse][commands=\obeylines] What next? All best, Derek