setup for (start)paragraph?
Hi, there seems to be a confusion in contextgarden (at least *I* am confused): Isn't there also a setup for "\startparagraph ... \stopparagraph"??? "\defineparagraphs" is something different, no? See http://wiki.contextgarden.net/Reference/en/startparagraph "Reference/en/startparagraph \startparagraph [edit]Syntax \startparagraph ... \stopparagraph [edit]Description [edit]Example % Source: ConText Manual ms-cb-en.pdf % Define a paragraph environment with 3 columns. % Insert a blank line just before and just after the paragraph. \defineparagraphs[mypar][n=3,before={\blank},after={\blank}]" Steffen
Am 11.08.10 21:20, schrieb Steffen Wolfrum:
Hi,
there seems to be a confusion in contextgarden (at least *I* am confused):
Isn't there also a setup for "\startparagraph ... \stopparagraph"???
This should be \startPARAGRAPH ... \stopPARAGRAPH where PARAGRAPH stands for the name of the environment you create with \defineparagraphs. In MkIV there is also a real paragraph environment (\startparagraph ... \stopparagraph) which is usefull for tagged pdf. Wolfgang
Am 11.08.2010 um 21:28 schrieb Wolfgang Schuster:
Am 11.08.10 21:20, schrieb Steffen Wolfrum:
Hi,
there seems to be a confusion in contextgarden (at least *I* am confused):
Isn't there also a setup for "\startparagraph ... \stopparagraph"???
This should be \startPARAGRAPH ... \stopPARAGRAPH where PARAGRAPH stands for the name of the environment you create with \defineparagraphs.
In MkIV there is also a real paragraph environment (\startparagraph ... \stopparagraph) which is usefull for tagged pdf.
Exactly. And is there also a dedicated setup for "\startparagraph ... \stopparagraph"? Steffen
Am 11.08.10 21:32, schrieb Steffen Wolfrum:
there seems to be a confusion in contextgarden (at least *I* am confused):
Isn't there also a setup for "\startparagraph ... \stopparagraph"??? This should be \startPARAGRAPH ... \stopPARAGRAPH where PARAGRAPH stands for the name of the environment you create with \defineparagraphs.
In MkIV there is also a real paragraph environment (\startparagraph ... \stopparagraph) which is usefull for tagged pdf. Exactly. And is there also a dedicated setup for "\startparagraph ... \stopparagraph"?
No because the environment adds only tags before and after the environment, nothing else. Wolfgang
On 11-8-2010 9:38, Wolfgang Schuster wrote:
Am 11.08.10 21:32, schrieb Steffen Wolfrum:
there seems to be a confusion in contextgarden (at least *I* am confused):
Isn't there also a setup for "\startparagraph ... \stopparagraph"??? This should be \startPARAGRAPH ... \stopPARAGRAPH where PARAGRAPH stands for the name of the environment you create with \defineparagraphs.
In MkIV there is also a real paragraph environment (\startparagraph ... \stopparagraph) which is usefull for tagged pdf. Exactly. And is there also a dedicated setup for "\startparagraph ... \stopparagraph"?
No because the environment adds only tags before and after the environment, nothing else.
indeed. but there will be something someday; maybe we should reserve the setup command Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 11.08.10 21:44, schrieb Hans Hagen:
Exactly. And is there also a dedicated setup for "\startparagraph ... \stopparagraph"?
No because the environment adds only tags before and after the environment, nothing else.
indeed. but there will be something someday; maybe we should reserve the setup command
Good idea but now there are two environment for normal paragraphs: - \startparagraph/stopparagraph - \bpar/\epar Wolfgang
On 11-8-2010 9:49, Wolfgang Schuster wrote:
Am 11.08.10 21:44, schrieb Hans Hagen:
Exactly. And is there also a dedicated setup for "\startparagraph ... \stopparagraph"?
No because the environment adds only tags before and after the environment, nothing else.
indeed. but there will be something someday; maybe we should reserve the setup command
Good idea but now there are two environment for normal paragraphs:
- \startparagraph/stopparagraph - \bpar/\epar
Indeed, as i didn't want to use that one (yet) for tagging. At some point luatex will open op the par related info so about that time i'll pick up this thread. For instance mkiv will carry info with a paragraph (which then can replace some of the pos related code) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Steffen Wolfrum
-
Wolfgang Schuster