ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Aditya Mahajan <adityam@umich.edu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Text with background (overlay with a line by MP)
Date: Sat, 19 Mar 2011 18:13:46 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.01.1103191813050.15446@ybpnyubfg.ybpnyqbznva> (raw)
In-Reply-To: <op.vslx4pdqdk1lar@lk-2008-nbk>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 999 bytes --]

On Sat, 19 Mar 2011, Procházka Lukáš wrote:

> Hello,
>
> I'm trying to create an overlay - text with a line drawn bellow.
>
> The following code:
>
> ---
>
> \defineoverlay[Label][\useMPgraphic{Label}]
>
> \startuniqueMPgraphic{Label}
> path p; p := (0,0) -- (OverlayWidth,0);
> draw p yshifted -1cm withpen pencircle scaled 1mm withcolor .667red;
> \stopuniqueMPgraphic
>
> \def\Text#1{\inframed[background=Label,frame=off]{#1}}
>
> \starttext
> AAA
> \Text{BBB}
> CCC
> \stoptext
>
> ---
>
> results in a horizontal line going exactly through the middle of the text.
>
> And I'd like to draw it bellow; thus "yshifted -1cm".
>
> How to do it?

You do not need yshifted. But you need to set the bounding box of the 
resulting image correctly.

\startuniqueMPgraphic{Label}
  path p; p := (0,0) -- (OverlayWidth,0);
  draw p withpen pencircle scaled 1mm withcolor .667red;
  setbounds currentpicture to boundingbox OverlayBox ;
\stopuniqueMPgraphic

Aditya

[-- Attachment #2: Type: text/plain, Size: 486 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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2011-03-19 22:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-19 20:35 Procházka Lukáš
2011-03-19 21:23 ` Peter Münster
2011-03-19 21:49   ` Procházka Lukáš
2011-03-19 21:34 ` Peter Münster
2011-03-19 21:37   ` Peter Münster
2011-03-19 22:13 ` Aditya Mahajan [this message]
2011-03-19 22:34   ` Procházka Lukáš
2011-03-20  7:22   ` Wolfgang Schuster

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=alpine.LNX.2.01.1103191813050.15446@ybpnyubfg.ybpnyqbznva \
    --to=adityam@umich.edu \
    --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).