ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Bug (?) using \externalfigure with layers and backgrounds
Date: Thu, 3 Dec 2020 18:19:18 +0100	[thread overview]
Message-ID: <123033b0-1335-eb55-3e90-35cb0ddf6aba@gmail.com> (raw)
In-Reply-To: <CAKyqqabumZk6YB4ua32yOex6GOzd9i=8mY6ENebWXDk8WqKZgw@mail.gmail.com>

Jairo A. del Rio schrieb am 03.12.2020 um 18:14:
> Hi everyone. The following
>
> \setuppagenumbering[state=stop]
> \definelayer[mybg]
> [
> repeat=yes,
> x=0mm, y=0mm,
> width=\paperwidth, height=\paperheight,
> ]
> \setlayer[mybg]{\externalfigure[cow][width=\paperwidth,height=\paperheight]}
> \setupbackgrounds[page][background=mybg,state=repeat]
> \setupindenting[yes,small]
> \startsetups background:default
> \setupbackgrounds[page][background=mybg,state=repeat]
> \stopsetups
> \startsetups background:void
> \setupbackgrounds[page][background=]
> \stopsetups
> \starttext
> \dorecurse{7}{\input knuth}
> \page
> \setups[background:void]
> \dorecurse{8}{\input tufte}
> \page
> \setups[background:default]
> \dorecurse{7}{\input knuth}
> \page
> \stoptext
>
> works with a local image (say, if "cow" is in the same folder as the 
> main file), but it doesn't find sample images (cow, hacker, etc.). Is 
> that a bug or an intended result? Thank you in advance.

This is normal, to load figures from the tex directory use 
\setupexternalfigures[location=default].

More information are on the wiki: 
https://wiki.contextgarden.net/Command/setupexternalfigure

Wolfgang

___________________________________________________________________________________
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:[~2020-12-03 17:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-03 17:14 Jairo A. del Rio
2020-12-03 17:19 ` Wolfgang Schuster [this message]
2020-12-03 17:21   ` Jairo A. del Rio

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=123033b0-1335-eb55-3e90-35cb0ddf6aba@gmail.com \
    --to=wolfgang.schuster.lists@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).