ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Gerion Entrup <gerion.entrup@flump.de>
To: ntg-context@ntg.nl
Subject: [NTG-context] Re: Transparency in external PDFs does not work
Date: Fri, 21 Jun 2024 14:41:48 +0200	[thread overview]
Message-ID: <48119898.XUcTiDjVJD@falbala> (raw)
In-Reply-To: <594bb0d9-565a-4550-9e66-ba31790d4a83@xs4all.nl>


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

Am Mittwoch, 19. Juni 2024, 09:50:33 MESZ schrieb Hans Hagen:
> On 6/18/2024 9:54 AM, Gerion Entrup wrote:
> > Am Montag, 17. Juni 2024, 23:50:16 MESZ schrieb Hans Hagen:
> >> On 6/17/2024 5:07 PM, Gerion Entrup wrote:
> >>> Hi,
> >>>
> >>> I'm using LaTeX-Beamer and TikZ for figure typesetting.
> If you use that kind of simple graphics, you can avoid this transparency 
> hacking by using metafun:
> 
> \setupbodyfont[dejavu]
> 
> \starttext
> 
> \startuseMPgraphic{test}
>      pickup pencircle scaled 2mm ;
>      draw fullcircle scaled 3cm withcolor darkred  withstacking 1 ;
>      draw fullcircle scaled 2cm withcolor darkblue withstacking 2 ;
>      draw textext("one")   withcolor darkgreen withstacking 11 ;
>      draw textext("two")   withcolor darkgreen withstacking 12 ;
>      draw textext("three") withcolor darkgreen withstacking 13 ;
> \stopuseMPgraphic
> 
> \startTEXpage[offset=.25ts]
>      \useMPgraphic{test}{stacking={1,11}}
> \stopTEXpage
> 
> \startTEXpage[offset=.25ts]
>      \useMPgraphic{test}{stacking={2,12}}
> \stopTEXpage
> 
> \startTEXpage[offset=.25ts]
>      \useMPgraphic{test}{stacking={1,2,13}}
> \stopTEXpage
> 
> \stoptext
> 
> It's an already old feature but probably not that well known. If needed 
> I can make something similar at the tex end.
> 
> Hans

Thank you for the example, but learning metafun is another chapter and the
graphics are much more complicated than the minimal example given.

I saw that you pushed an updated version that fixes the bug [1]. Thank you!

Gerion

[1] https://github.com/contextgarden/context/commit/0bcdd3ce47a406ed7852724504e3efe28bc2d9e1#diff-603950e83d66ef32e79066259f4f456250f9f3ae795ade93db2df48d0da1034d

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

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

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

maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2024-06-21 12:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-17 15:07 [NTG-context] " Gerion Entrup
2024-06-17 18:38 ` [NTG-context] " Pablo Rodriguez via ntg-context
2024-06-17 21:50 ` Hans Hagen
2024-06-18  7:54   ` Gerion Entrup
2024-06-19  7:50     ` Hans Hagen
2024-06-21 12:41       ` Gerion Entrup [this message]
2024-06-21 14:24         ` Hans Hagen via ntg-context

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=48119898.XUcTiDjVJD@falbala \
    --to=gerion.entrup@flump.de \
    --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).