ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Equivalent in ConTeXt mkiv for LaTeX's picture environment?
Date: Mon, 27 Jun 2016 01:16:35 +0200	[thread overview]
Message-ID: <57706253.6040800@gmail.com> (raw)
In-Reply-To: <576ECDFF.9030001@fehige.de>


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

> Thomas Fehige <mailto:thomas@fehige.de>
> 25. Juni 2016 um 20:31
> The headline says it: As a convert from LaTeX I'm looking for the 
> functionality of LaTeX's picture environment, i.e. the placing of 
> boxes et al. according to absolute coordinates, possibly with 
> calculating measurements and coordinates on the go, like the stuff 
> provided by the picture package on LaTeX. (It's labels for cider 
> bottles this time.)
A third method apart from layers and metapost is the positioning 
environment.

\setupexternalfigure[location=default]

\starttext

\startpositioning
\position(0,0){\externalfigure[cow][width=\textwidth]}
\position(1.5,2){\color[green]{HEAD}}
\position(10,6.5){\color[red]{UDDER}}
\stoppositioning

\stoptext

Wolfgang

[-- Attachment #1.2: Type: text/html, Size: 1740 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 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:[~2016-06-26 23:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-25 18:31 Thomas Fehige
2016-06-26  1:06 ` Henning Hraban Ramm
2016-06-26  1:59 ` Aditya Mahajan
2016-06-26 23:16 ` Wolfgang Schuster [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=57706253.6040800@gmail.com \
    --to=schuster.wolfgang@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).