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

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

  parent reply	other threads:[~2021-02-17 11:09 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 [this message]
2021-02-17 13:03   ` Jairo A. del Rio

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=0aa0fb79-a93a-6f6a-1d5c-914c55ad9b6c@xs4all.nl \
    --to=j.hagen@xs4all.nl \
    --cc=jairoadelrio6@gmail.com \
    --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).