ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "peter.hopcroft--- via ntg-context" <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Cc: peter.hopcroft@icloud.com
Subject: [NTG-context] How can I use a variable for a MetaPost coordinate ?
Date: Thu, 5 Oct 2023 16:54:26 +1300	[thread overview]
Message-ID: <61545EF6-8B7A-4FDA-A374-0A69AB077D00@icloud.com> (raw)

Hello list,

I want to draw lines on a page. I want to pass my line coordinates as a percent of \width or \textheight, rather than as millimetres. So that if I change the page size I don't need to change the coordinates. 

The MWE below compiles but the pdf does not have any lines drawn on it. 

Is there a way of doing calculations on the coordinates for the draw using ConTexT variables like \textheight?

Thank you,
Peter Hopcroft

------

\starttext
Some text

\startMPcode
	pickup pensquare scaled 1pt;
	draw (0mm,0mm)--(0mm,\textheight) withcolor red 
\stopMPcode

More text

\startMPcode
	pickup pensquare scaled 1pt;
	draw (0mm,0mm)--(0mm,50mm) scaled \numexpr\textheight/50mm\relax
\stopMPcode

\stoptext


------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : {listname} / https://mailman.ntg.nl/mailman3/lists/{list_id}
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context 
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2023-10-05  4:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-05  3:54 peter.hopcroft--- via ntg-context [this message]
2023-10-05  6:05 ` [NTG-context] " Thomas A. Schmitz
2023-10-06  3:03   ` peter.hopcroft--- via ntg-context

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=61545EF6-8B7A-4FDA-A374-0A69AB077D00@icloud.com \
    --to=ntg-context@ntg.nl \
    --cc=peter.hopcroft@icloud.com \
    /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).