ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [startstop]
@ 2021-01-22 17:51 Floris van Manen
  2021-01-22 19:04 ` [startstop] Jairo A. del Rio
  0 siblings, 1 reply; 7+ messages in thread
From: Floris van Manen @ 2021-01-22 17:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users

I'd like to create a start/stop command with a parameter



\startzzz[a]
one two three
\stopzzz

\startzzz[b]
one two three
\stopzzz


How do i define/pass the tag parameter in the definition?
This does not work (obviously)

\definestartstop[zzz][
before={\hrule\bf tag\blank},
after={\blank[10mm]}
]


I cannot find it in the documentation

.F
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [startstop]
  2021-01-22 17:51 [startstop] Floris van Manen
@ 2021-01-22 19:04 ` Jairo A. del Rio
  2021-01-22 22:07   ` [startstop] Floris van Manen
  0 siblings, 1 reply; 7+ messages in thread
From: Jairo A. del Rio @ 2021-01-22 19:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1501 bytes --]

Like this?


\usemodule[annotation] %Thanks for this module, Wolfgang

\defineannotation[zzz]

\define[2]\AnnotationCommand

{\doifelse{\placeannotationtitle}{}{}{\hrule\bf\placeannotationtitle\par}#2\blank[10mm]}

\setupannotation[zzz]

[alternative=command,

command=\AnnotationCommand,

text=]

\starttext

\startzzz{a}

Hola

\stopzzz

\startzzz{b}

Chao

\stopzzz

\startzzz

Hola de nuevo

\stopzzz

\stoptext

Jairo

El vie, 22 de ene. de 2021 a la(s) 12:51, Floris van Manen (vm@klankschap.nl)
escribió:

> I'd like to create a start/stop command with a parameter
>
>
>
> \startzzz[a]
> one two three
> \stopzzz
>
> \startzzz[b]
> one two three
> \stopzzz
>
>
> How do i define/pass the tag parameter in the definition?
> This does not work (obviously)
>
> \definestartstop[zzz][
> before={\hrule\bf tag\blank},
> after={\blank[10mm]}
> ]
>
>
> I cannot find it in the documentation
>
> .F
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 3602 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [startstop]
  2021-01-22 19:04 ` [startstop] Jairo A. del Rio
@ 2021-01-22 22:07   ` Floris van Manen
  2021-01-22 22:14     ` [startstop] Jairo A. del Rio
  0 siblings, 1 reply; 7+ messages in thread
From: Floris van Manen @ 2021-01-22 22:07 UTC (permalink / raw)
  To: ntg-context

unfortunately this does not work, 'annotation' is not found.

But is it possible to give a start/stop definition user parameters?
And if so, how?


.F
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [startstop]
  2021-01-22 22:07   ` [startstop] Floris van Manen
@ 2021-01-22 22:14     ` Jairo A. del Rio
  2021-01-22 22:39       ` [startstop] Wolfgang Schuster
  0 siblings, 1 reply; 7+ messages in thread
From: Jairo A. del Rio @ 2021-01-22 22:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1150 bytes --]

How strange. I guess you don't have your modules installed. In such a case,
you could install them from modules.contextgarden.net and put content under
texmf-modules so after mtxrun --generate and context --make examples work.

Another possibility is to use \do...empty and such, but it feels odd when a
module for that is already available.

Jairo

El vie., 22 de ene. de 2021 5:07 p. m., Floris van Manen <vm@klankschap.nl>
escribió:

> unfortunately this does not work, 'annotation' is not found.
>
> But is it possible to give a start/stop definition user parameters?
> And if so, how?
>
>
> .F
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> wiki     : http://contextgarden.net
>
> ___________________________________________________________________________________
>

[-- Attachment #1.2: Type: text/html, Size: 2088 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [startstop]
  2021-01-22 22:14     ` [startstop] Jairo A. del Rio
@ 2021-01-22 22:39       ` Wolfgang Schuster
  2021-01-22 22:43         ` [startstop] Jairo A. del Rio
  2021-01-22 23:06         ` [startstop] Floris van Manen
  0 siblings, 2 replies; 7+ messages in thread
From: Wolfgang Schuster @ 2021-01-22 22:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Jairo A. del Rio schrieb am 22.01.2021 um 23:14:
> How strange. I guess you don't have your modules installed. In such a 
> case, you could install them from modules.contextgarden.net 
> <http://modules.contextgarden.net> and put content under texmf-modules 
> so after mtxrun --generate and context --make examples work.

The core function of the annotation module (custom environment
with key-val-arguments) is part of ConTeXt but it doesn't create
new environment commands.

\defineuserdata
   [zzz]
   [alternative=zzz,
    after={\blank[10mm]}]

\defineuserdataalternative[zzz][renderingsetup=userdata:zzz]

\startsetups[userdata:zzz]
     \hrule
     \doifsomething{\userdataparameter{title}}
       {\bold{\strut\userdataparameter{title}}
        \blank}
     \strut\getuserdata
\stopsetups

\starttext

\startuserdata[zzz]
\input weisman
\stopuserdata

\startuserdata[zzz][title=Ward]
\input ward
\stopuserdata

\stoptext


 > Another possibility is to use \do...empty and such, but it feels odd
 > when a module for that is already available.

No \do...empty (LMTX only):

\tolerant\protected\def\startzzz#=%
   {\hrule
    \doifsomething{#1}{\bold{\strut#1}\blank}}

\protected\def\stopzzz
   {\blank[10mm]}

\starttext

\startzzz
\input weisman
\stopzzz

\startzzz{Ward}
\input ward
\stopzzz

\stoptext


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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [startstop]
  2021-01-22 22:39       ` [startstop] Wolfgang Schuster
@ 2021-01-22 22:43         ` Jairo A. del Rio
  2021-01-22 23:06         ` [startstop] Floris van Manen
  1 sibling, 0 replies; 7+ messages in thread
From: Jairo A. del Rio @ 2021-01-22 22:43 UTC (permalink / raw)
  To: Wolfgang Schuster; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1655 bytes --]

El vie, 22 de ene. de 2021 a la(s) 17:39, Wolfgang Schuster (
wolfgang.schuster.lists@gmail.com) escribió:

> Jairo A. del Rio schrieb am 22.01.2021 um 23:14:
> > How strange. I guess you don't have your modules installed. In such a
> > case, you could install them from modules.contextgarden.net
> > <http://modules.contextgarden.net> and put content under texmf-modules
> > so after mtxrun --generate and context --make examples work.
>
> The core function of the annotation module (custom environment
> with key-val-arguments) is part of ConTeXt but it doesn't create
> new environment commands.
>
> \defineuserdata
>    [zzz]
>    [alternative=zzz,
>     after={\blank[10mm]}]
>
> \defineuserdataalternative[zzz][renderingsetup=userdata:zzz]
>
> \startsetups[userdata:zzz]
>      \hrule
>      \doifsomething{\userdataparameter{title}}
>        {\bold{\strut\userdataparameter{title}}
>         \blank}
>      \strut\getuserdata
> \stopsetups
>
> \starttext
>
> \startuserdata[zzz]
> \input weisman
> \stopuserdata
>
> \startuserdata[zzz][title=Ward]
> \input ward
> \stopuserdata
>
> \stoptext
>
>
>  > Another possibility is to use \do...empty and such, but it feels odd
>  > when a module for that is already available.
>
> No \do...empty (LMTX only):
>
> \tolerant\protected\def\startzzz#=%
>    {\hrule
>     \doifsomething{#1}{\bold{\strut#1}\blank}}
>
> \protected\def\stopzzz
>    {\blank[10mm]}
>
> \starttext
>
> \startzzz
> \input weisman
> \stopzzz
>
> \startzzz{Ward}
> \input ward
> \stopzzz
>

A nicer way to go, indeed.


> \stoptext
>
>
> Wolfgang
>


Jairo

[-- Attachment #1.2: Type: text/html, Size: 2538 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: [startstop]
  2021-01-22 22:39       ` [startstop] Wolfgang Schuster
  2021-01-22 22:43         ` [startstop] Jairo A. del Rio
@ 2021-01-22 23:06         ` Floris van Manen
  1 sibling, 0 replies; 7+ messages in thread
From: Floris van Manen @ 2021-01-22 23:06 UTC (permalink / raw)
  To: ntg-context



On 22/01/2021 23:39, Wolfgang Schuster wrote:
> 
> No \do...empty (LMTX only):
> 
> \tolerant\protected\def\startzzz#=%
>    {\hrule
>     \doifsomething{#1}{\bold{\strut#1}\blank}}
> 
> \protected\def\stopzzz
>    {\blank[10mm]}
> 
> \starttext
> 
> \startzzz
> \input weisman
> \stopzzz
> 
> \startzzz{Ward}
> \input ward
> \stopzzz
> 
> \stoptext


Thank you !

.F
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2021-01-22 23:06 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-22 17:51 [startstop] Floris van Manen
2021-01-22 19:04 ` [startstop] Jairo A. del Rio
2021-01-22 22:07   ` [startstop] Floris van Manen
2021-01-22 22:14     ` [startstop] Jairo A. del Rio
2021-01-22 22:39       ` [startstop] Wolfgang Schuster
2021-01-22 22:43         ` [startstop] Jairo A. del Rio
2021-01-22 23:06         ` [startstop] Floris van Manen

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).