ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Jairo A. del Rio" <jairoadelrio6@gmail.com>
To: Hans Hagen <j.hagen@xs4all.nl>
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Are positional graphics still working?
Date: Wed, 17 Feb 2021 08:03:28 -0500	[thread overview]
Message-ID: <CAKyqqaa3GJwCR59U9ZGpmLuwJfyw8XFeu5eQduT5X4_CO_PEFQ@mail.gmail.com> (raw)
In-Reply-To: <0aa0fb79-a93a-6f6a-1d5c-914c55ad9b6c@xs4all.nl>


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

It works fine now. Thank you a lot for the fix.

Cordially,

Jairo :)

El mié, 17 de feb. de 2021 a la(s) 06:09, Hans Hagen (j.hagen@xs4all.nl)
escribió:

> On 2/17/2021 12:18 AM, Jairo A. del Rio wrote:
> > I've copied the following example from the ConTeXt archive:
> >
> > \defineoverlay[frames][\positionoverlay{frames}]
> >
> > \setupbackgrounds[text][background=frames]
> >
> >
> > \startMPpositiongraphic{frame}
> >
> > if unknown context_apos : input mp-apos.mpiv ; fi ;
> >
> > \MPgetposboxes{\MPvar{self}}{\MPanchorid}
> >
> > if nofposboxes = 1 :
> >
> > draw posboxes[1] ;
> >
> > fi ;
> >
> > \stopMPpositiongraphic
> >
> >
> > \startpositionoverlay{frames}
> >
> > \setMPpositiongraphic{one}{frame}
> >
> > \setMPpositiongraphic{two}{frame}
> >
> > \stoppositionoverlay
> >
> >
> > \starttext
> >
> > This \hpos{one}{word} should be \hpos{two}{framed}.
> >
> > \stoptext
> >
> > Frames are misplaced, so I don't know if that's a bug or something else
> > has been updated/changed/deprecated. Thank you in advance.
> As a step-up to further integrated (more lmtx-ish) support for this the
> next upload will have this:
>
> \defineoverlay[frames][\positionoverlay{frames}]
>
> \setupbackgrounds[text][background=frames]
>
> \startMPpositiongraphic{frame}
>      getposboxes("self","anchor") ;
>      if nofposboxes = 1 :
>          draw posboxes[1] ;
>      fi ;
> \stopMPpositiongraphic
>
> \startpositionoverlay{frames}
>      \setMPpositiongraphic{one}{frame}
>      \setMPpositiongraphic{two}{frame}
> \stoppositionoverlay
>
> \starttext
>      This \hpos{one}{\strut word} should \hpos{two}{\strut also be framed}.
> \stoptext
>
> Hans
>
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>

[-- Attachment #1.2: Type: text/html, Size: 2904 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-02-17 13:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-16 23:18 Jairo A. del Rio
2021-02-17  8:38 ` Hans Hagen
2021-02-17 11:09 ` Hans Hagen
2021-02-17 13:03   ` Jairo A. del Rio [this message]

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=CAKyqqaa3GJwCR59U9ZGpmLuwJfyw8XFeu5eQduT5X4_CO_PEFQ@mail.gmail.com \
    --to=jairoadelrio6@gmail.com \
    --cc=j.hagen@xs4all.nl \
    --cc=ntg-context@ntg.nl \
    /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).