ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* setup for (start)paragraph?
@ 2010-08-11 19:20 Steffen Wolfrum
  2010-08-11 19:28 ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Steffen Wolfrum @ 2010-08-11 19:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: setup for (start)paragraph?
  2010-08-11 19:20 setup for (start)paragraph? Steffen Wolfrum
@ 2010-08-11 19:28 ` Wolfgang Schuster
  2010-08-11 19:32   ` Steffen Wolfrum
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-08-11 19:28 UTC (permalink / raw)
  To: mailing list for ConTeXt users

  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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: setup for (start)paragraph?
  2010-08-11 19:28 ` Wolfgang Schuster
@ 2010-08-11 19:32   ` Steffen Wolfrum
  2010-08-11 19:38     ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Steffen Wolfrum @ 2010-08-11 19:32 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: setup for (start)paragraph?
  2010-08-11 19:32   ` Steffen Wolfrum
@ 2010-08-11 19:38     ` Wolfgang Schuster
  2010-08-11 19:44       ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-08-11 19:38 UTC (permalink / raw)
  To: mailing list for ConTeXt users

  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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: setup for (start)paragraph?
  2010-08-11 19:38     ` Wolfgang Schuster
@ 2010-08-11 19:44       ` Hans Hagen
  2010-08-11 19:49         ` Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Hans Hagen @ 2010-08-11 19:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: setup for (start)paragraph?
  2010-08-11 19:44       ` Hans Hagen
@ 2010-08-11 19:49         ` Wolfgang Schuster
  2010-08-11 19:56           ` Hans Hagen
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Schuster @ 2010-08-11 19:49 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen

  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

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: setup for (start)paragraph?
  2010-08-11 19:49         ` Wolfgang Schuster
@ 2010-08-11 19:56           ` Hans Hagen
  0 siblings, 0 replies; 7+ messages in thread
From: Hans Hagen @ 2010-08-11 19:56 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users

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
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-08-11 19:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-11 19:20 setup for (start)paragraph? Steffen Wolfrum
2010-08-11 19:28 ` Wolfgang Schuster
2010-08-11 19:32   ` Steffen Wolfrum
2010-08-11 19:38     ` Wolfgang Schuster
2010-08-11 19:44       ` Hans Hagen
2010-08-11 19:49         ` Wolfgang Schuster
2010-08-11 19:56           ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).