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: Unfill with anglebetween
Date: Mon, 14 Apr 2008 03:01:41 -0400 (EDT)	[thread overview]
Message-ID: <alpine.DEB.1.00.0804140256460.31605@nqv-yncgbc> (raw)
In-Reply-To: <B153C616-615C-4085-9F84-C112057918C4@suddenlink.net>

On Sun, 13 Apr 2008, David Arnold wrote:

> All,
>
> I was trying to help a student today and the following came up.
>
> drawarrow anglebetween(path1, path2, btex $\theta$ etex)
>
> Is there some way to typeset the theta with an "unfilled" background?

I know there is a metapost way to do this, but cannot recall where I read 
that. Something along the lines of (untested)

pic p; p := btex $\theta$ etex ;
unfill (boundingbox p) at the right location ;
draw p ;

However, if you are using the ConTeXt interface, there are easier ways. 
This is what I sometimes use

\definetextext[parbox]
   {\framed
     [     frame=off,
           width=2cm,
          height=.85cm,
       autowidth=no, %also try yes
           align={middle,middle},
     backgroundcolor=white]}

And then

\startMPcode
   drawarrow anglebetween (path1, path2, \sometxt[parbox]{$\theta$} ;
\stopMPcode

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


      reply	other threads:[~2008-04-14  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-14  3:39 David Arnold
2008-04-14  7:01 ` Aditya Mahajan [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=alpine.DEB.1.00.0804140256460.31605@nqv-yncgbc \
    --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).