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: Using MPgraphics as externalfigures?
Date: Fri, 3 Aug 2012 17:28:47 -0400 (EDT)	[thread overview]
Message-ID: <alpine.LNX.2.02.1208031726460.4184@qrpragenyvmrq> (raw)
In-Reply-To: <CAGbDsP1n2RGpDYxcfsZ0fDxxXBBUdf8jDkTJ9Yqxi_0TuUqCyg@mail.gmail.com>

On Thu, 2 Aug 2012, Mari Voipio wrote:

> Hi All,
>
> I'm being a bit clueless about the MPgraphics again...
>
> I've got a pile of instructional graphics that will be used and reused
> in a project. My first try is/was an unwieldy buffer construction, but
> I'm sure there's a better way than
>
> \placefigure[here]
> 	[fig: 5 loop departed setup]
> 	{The start position for a 5-loop braid with departed loops}
> 	{\framed{\getbuffer[setup 5-loop basic]}}
>
>
> Come to think of it, is there another way of framing the incoming
> graphic? I don't want to include the frames in the MPcode as I may not
> always want them, but that \framed{\getbuffer} construction is
> downright ugly.

(Untested code, but this should work)

\startbuffer[figure 1]
   draw fullcircle scaled 1cm;
\stopbuffer

\startbuffer[frame]
   draw (bbox currentpicture) withcolor blue;
\stopbuffer

\processMPbuffer[figure 1, frame]

Basically, you can concatinate various buffers in \processMPbuffer.

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


      parent reply	other threads:[~2012-08-03 21:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-02  3:56 Mari Voipio
2012-08-02  8:34 ` Marco Patzer
2012-08-03 19:45   ` Mari Voipio
2012-08-03 21:28 ` 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.LNX.2.02.1208031726460.4184@qrpragenyvmrq \
    --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).