ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mikael P. Sundqvist" <mickep@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Frame with shadow for header
Date: Mon, 26 Aug 2019 11:30:08 +0200	[thread overview]
Message-ID: <CAHy-LL87y-=zRU8TdzXjZz+rRT_RMCU6tRZh9A64J-83enUBNA@mail.gmail.com> (raw)
In-Reply-To: <CACyK-epAL0NZgs3JGNbv1FKt4KFxVfg1MmLRw3pW8NbnhWn4tQ@mail.gmail.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 1284 bytes --]

On Mon, Aug 26, 2019 at 10:25 AM Fabrice Couvreur <
fabrice1.couvreur@gmail.com> wrote:

> Hello,
> How to make a frame with an offset shadow as the attached picture ? The
> text inside the frame is a variable.
> Thank you.
> Fabrice
>
>
> [image: frame.png]
>
>
> ___________________________________________________________________________________
> 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
>
> ___________________________________________________________________________________
>

Hi,

maybe something like this could work for you:

\startuseMPgraphic{framewithshadow}
path p;
p:=origin--(OverlayWidth,0)--(OverlayWidth,OverlayHeight)--(0,OverlayHeight)--cycle;
fill p shifted (2,-2);
fill p withcolor 0.7white;
draw p;
setbounds currentpicture to p;
\stopuseMPgraphic

\defineoverlay[framewithshadow][\useMPgraphic{framewithshadow}]

\starttext
\framed[background=framewithshadow,offset=4bp]{\bf DM no 7 : Dérivation}
\stoptext

/Mikael

[-- Attachment #1.1.2: Type: text/html, Size: 3977 bytes --]

[-- Attachment #1.2: frame.png --]
[-- Type: image/png, Size: 1475 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:[~2019-08-26  9:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-26  8:24 Fabrice Couvreur
2019-08-26  9:30 ` Mikael P. Sundqvist [this message]
2019-08-27  8:16   ` Fabrice Couvreur
2019-08-27  9:08     ` Mikael P. Sundqvist
2019-08-27 17:11       ` Henning Hraban Ramm
2019-08-28  8:16         ` Fabrice Couvreur

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='CAHy-LL87y-=zRU8TdzXjZz+rRT_RMCU6tRZh9A64J-83enUBNA@mail.gmail.com' \
    --to=mickep@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).