ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Alter text to "Figure"
@ 2017-02-27 21:45 Procházka Lukáš Ing.
  2017-02-28  9:37 ` Henri Menke
  0 siblings, 1 reply; 2+ messages in thread
From: Procházka Lukáš Ing. @ 2017-02-27 21:45 UTC (permalink / raw)
  To: ConTeXt

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"?

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] 2+ messages in thread

* Re: Alter text to "Figure"
  2017-02-27 21:45 Alter text to "Figure" Procházka Lukáš Ing.
@ 2017-02-28  9:37 ` Henri Menke
  0 siblings, 0 replies; 2+ messages in thread
From: Henri Menke @ 2017-02-28  9:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

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

end of thread, other threads:[~2017-02-28  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 21:45 Alter text to "Figure" Procházka Lukáš Ing.
2017-02-28  9:37 ` Henri Menke

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