ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \externalfigure locator
@ 2017-03-20  8:26 Procházka Lukáš Ing.
       [not found] ` <58cf940a.a2acdf0a.443e3.7546@mx.google.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Procházka Lukáš Ing. @ 2017-03-20  8:26 UTC (permalink / raw)
  To: ConTeXt

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-22 10:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20  8:26 \externalfigure locator Procházka Lukáš Ing.
     [not found] ` <58cf940a.a2acdf0a.443e3.7546@mx.google.com>
2017-03-21  7:50   ` Procházka Lukáš Ing.
2017-03-22  8:30     ` Procházka Lukáš Ing.
2017-03-22 10:55       ` Hans Hagen

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).