On 02/27/2017 10:45 PM, Procházka Lukáš Ing. wrote:
> Hello,
> 
> how to alter auto-text to figures placed by 
> "\placefloat[]{Caption}{\externalfigure[]}" to be:
> 
>     "Figure 1.  Caption"
> 
> instead of
> 
>     "Figure 1  Caption",
> 
> IOW, how to add "." after the figure "auto-text"?

\setupcaptions
  [figure]
  [
    numberstopper={.},
  ]

\starttext

\startplacefigure
  [
    title={Caption},
  ]
  \externalfigure[cow]
\stopplacefigure

\stoptext

> 
> Best regards,
> 
> Lukas
> 
> 

___________________________________________________________________________________
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 via email to