On Wed, Jul 30, 2008 at 3:39 PM, Ernesto Schirmacher
<[EMAIL PROTECTED]> wrote:
> Dear ConTeXt experts,
>
> I would like to achieve the following effect when placing figures and
> tables:
>
> ***Start example***
>
> FIGURE 1.2  Effect of Monotone Transformations
>
> (a pdf-file containing the graphic goes here)
>
> Caption text at the bottom of the figure
>
> ***Stop example***
>
> Currently I'm using the following code (that puts the figure title and
> caption together)
>
> \placeFIGURE
> [here][fig:sml]
> {\figTitle{Effect of monotone transformations.} The left-hand panel
> shows $20$ points $(x_i,y_i)$ sampled at random from a bivariate
> standard normal
> distribution. The points on the right-hand panel are given by the
> monotone transformation
> $(x_i,y_i) \mapsto (\exp(x_i), \exp(2 y_i))$.}
> {\startcombination[2*1]
> {\externalfigure[sml1a-id-sca][width=0.4\textwidth]}{}
> {\externalfigure[sml1a-tr-sca][width=0.4\textwidth]}{}
> \stopcombination}
>
> Any suggestions on how to set up figure titles at the top of the figure and
> caption text at the bottom of the figure?
>
> Thank you very much for any suggestions,

\setupcaption[figure][location=top]
\starttext
\placefigure
  {Example figure}
  {\placelegend
     {\blackrule[width=4cm,height=4cm]}
     {further explanations to the figure}}
\stoptext

Regards,
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to