ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Procházka Lukáš Ing." <LPr@pontex.cz>
To: josephcanedo@gmail.com
Cc: ConTeXt <ntg-context@ntg.nl>
Subject: Re: \externalfigure locator
Date: Tue, 21 Mar 2017 08:50:18 +0100	[thread overview]
Message-ID: <op.yxfxd4kt3h68c7@lprx> (raw)
In-Reply-To: <58cf940a.a2acdf0a.443e3.7546@mx.google.com>

Hello Joseph,

thank you for reaction.

I guess:

- "figures.path' is a ConTeXt variable, is it?
- There are more extensions possible, not only .pdf. So how to access other extensions Ctx is to manage?
- I guess that 'lpdf.epdf.load(figure_file)' is just a .pdf loader - how to load other pics (like .png, .jpg, .svg...)?

Best regards,

Lukas


On Mon, 20 Mar 2017 09:34:19 +0100, <josephcanedo@gmail.com> wrote:

> Hi,
>
> Personally I use the lua variable named : figures.path
>
> It’s a lua table which contains directories names you provide in directory= in \setupexternalfigures:
>
> for _, path in ipairs(figures.paths) do
>      local figure_file = path .. '/' .. file
>       local doc = lpdf.epdf.load(figure_file)  -- assume pdf (just an example)
>      if doc then
>           ….
>      end
> done
>
> There are perhaps helper functions as well.
>
> Joseph
>
> De : Procházka Lukáš Ing.
> Envoyé le :lundi 20 mars 2017 09:27
> À : ConTeXt
> Objet :[NTG-context] \externalfigure locator
>
> Hello,
>
> is there a Lua version of external figure locator used by \externalfigure?
>
> Suppose having:
>
> ----
> \setupexternalfigures[location={default,local,global},directory={../../Pics}]
> \externalfigure[mill]                % Finds e.g. in d:\Ctx-Beta\tex\texmf-context\tex\context\sample\common\mill.png
> \externalfigure[MyPrettyPicture.jpg] % Finds e.g. in c:\Lukas\Pics\MyPrettyPicture.jpg
> ----
>
> And I need a function like:
>
> ----
> \startluacode
>    local path
>
>    path = assert(ExternalFileLocator("mill") == "d:/Ctx-Beta/tex/texmf-context/tex/context/sample/common/mill.png")
>    path = assert(ExternalFileLocator("MyPrettyPicture.jpg") == "c:/Lukas/Pics/MyPrettyPicture.jpg")
> \stopluacode
> ----
>
> So what to use in place of "ExternalFileLocator()"?
>
> TIA.
>
> Best regards,
>
> Lukas
>
>


-- 
Ing. Lukáš Procházka | mailto:LPr@pontex.cz
Pontex s. r. o.      | mailto:pontex@pontex.cz | http://www.pontex.cz | IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Tel: +420 241 096 751 (+420 720 951 172)
Fax: +420 244 461 038

___________________________________________________________________________________
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
___________________________________________________________________________________

  parent reply	other threads:[~2017-03-21  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-20  8:26 Procházka Lukáš Ing.
     [not found] ` <58cf940a.a2acdf0a.443e3.7546@mx.google.com>
2017-03-21  7:50   ` Procházka Lukáš Ing. [this message]
2017-03-22  8:30     ` Procházka Lukáš Ing.
2017-03-22 10:55       ` Hans Hagen

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=op.yxfxd4kt3h68c7@lprx \
    --to=lpr@pontex.cz \
    --cc=josephcanedo@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).