On Wed, 16 Nov 2005, Hans Hagen wrote:

> >> Is there any possibility to get "width=1cm" ?
> >
> > Not using \appliedfigure.... , but if you are willing
> > to mess with \unprotect:
> >
> >   \unprotect
> >    \appendtoks
> >       \writestatus{figures}{@@efwidth=\@@efwidth}
> >       \writestatus{figures}{figurewidth=\figurewidth}
> >     \to\externalfigurepostprocessors
> >   \protect
> >
> > Not sure if Hans is all that happy with that, though, because
> > the use of low-level \@@ef... stuff is precisely what the
> > \applied .. macros were supposed to hide.
> 
> 
> hm, @@ef is going to stay, but it is indeed ugly (maybe some day we have 
> \figureparameter

Thanks you, \figurewidth and \figureheight should be enough for me, I think!

Just one last question before improving my t-degrade module:
how can I tell ConTeXt to search for images at first in another directory
than the current directory?
When there are two files ./testimg.eps and ./img/testimg.eps the following
test file includes always the first one:

\setupexternalfigures[directory={./img,.}]
\starttext
\externalfigure[testimg][width=3cm]
\stoptext

Greetings, Peter

-- 
http://pmrb.free.fr/contact/
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to