ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Stefan Nedeljkovic via ntg-context <ntg-context@ntg.nl>
To: Fabrice L <fabrice.alpha@gmail.com>
Cc: Stefan Nedeljkovic <tsar.srb@gmail.com>,
	mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Importing pdf into MPpage
Date: Sat, 11 Jun 2022 18:22:30 +0200	[thread overview]
Message-ID: <CAGraPNc8ndrakaC99Wv-6QCtRVuU0ow0PoiX0FvX4xvP4fdAGw@mail.gmail.com> (raw)
In-Reply-To: <8F6800D9-B5AA-4FF5-894C-A806F41EDEE4@gmail.com>


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

That's perfect Fabrice, thank you very much!

On Sat, Jun 11, 2022 at 5:38 PM Fabrice L <fabrice.alpha@gmail.com> wrote:

>
>
> Le 11 juin 2022 à 11:30, Stefan Nedeljkovic <tsar.srb@gmail.com> a écrit :
>
> That's it, but how do I center it on (0, 0)?
>
>
> Sorry, I misunderstood the question. Here is a solution (perhaps there is
> a simpler solution !):
>
> \startMPpage
> picture TheImage ;
> TheImage := image(
> draw externalfigure "cow.pdf";
> );
> TheImage := TheImage shifted -center(TheImage);
> draw TheImage ;
> draw (0,0) withpen pencircle scaled .2in withcolor magenta ;
> \stopMPpage
>
> Fabrice.
>
>
> On Sat, Jun 11, 2022 at 4:46 PM Fabrice L <fabrice.alpha@gmail.com> wrote:
>
>> Dear Stephan,
>>
>> Le 11 juin 2022 à 08:57, Stefan Nedeljkovic via ntg-context <
>> ntg-context@ntg.nl> a écrit :
>>
>> Dear list,
>>
>> I would like to place a pdf file at (0, 0), centered at original size
>> on a MPpage, and draw over it. But using the input command doesn't work.
>> How should I approach this?
>>
>>
>> Like this ?
>>
>> \startMPpage
>>        draw externalfigure "thefile.pdf";
>>        (… other commands…)
>> \stopMPpage
>>
>>
>>
>> Sincerely,
>> Stefan
>>
>>
>> Fabrice.
>>
>>
>> ___________________________________________________________________________________
>> 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://context.aanhet.net
>> archive  : https://bitbucket.org/phg/context-mirror/commits/
>> wiki     : http://contextgarden.net
>>
>> ___________________________________________________________________________________
>>
>>
>>
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

      reply	other threads:[~2022-06-11 16:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-11 12:57 Stefan Nedeljkovic via ntg-context
2022-06-11 14:46 ` Fabrice L via ntg-context
2022-06-11 15:30   ` Stefan Nedeljkovic via ntg-context
2022-06-11 15:38     ` Fabrice L via ntg-context
2022-06-11 16:22       ` Stefan Nedeljkovic via ntg-context [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=CAGraPNc8ndrakaC99Wv-6QCtRVuU0ow0PoiX0FvX4xvP4fdAGw@mail.gmail.com \
    --to=ntg-context@ntg.nl \
    --cc=fabrice.alpha@gmail.com \
    --cc=tsar.srb@gmail.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).