ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jairo A. del Rio" <jairoadelrio6@gmail.com>
To: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [startstop]
Date: Fri, 22 Jan 2021 17:43:55 -0500	[thread overview]
Message-ID: <CAKyqqaZVJcuBZxn7_9tDwL=Kw6FnZBX0_F+4u=zdf-bgnYMReA@mail.gmail.com> (raw)
In-Reply-To: <71a661e1-cfef-fdee-97c6-fdc757d9f932@gmail.com>


[-- 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
___________________________________________________________________________________

  reply	other threads:[~2021-01-22 22:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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         ` Jairo A. del Rio [this message]
2021-01-22 23:06         ` [startstop] Floris van Manen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAKyqqaZVJcuBZxn7_9tDwL=Kw6FnZBX0_F+4u=zdf-bgnYMReA@mail.gmail.com' \
    --to=jairoadelrio6@gmail.com \
    --cc=ntg-context@ntg.nl \
    --cc=wolfgang.schuster.lists@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).