ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* [NTG-context] Suppress label in captions without suppressing number
@ 2023-07-20 15:30 denis.maier
  2023-07-20 15:37 ` [NTG-context] " Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: denis.maier @ 2023-07-20 15:30 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 258 bytes --]

Hi,

is there an option to suppress the label in captions without suppressing the number as well?

I know, I can use \setuplabeltext[de][figure=,], but this will delete the label text globally... Is there a better way via \setupcaption?

Best,
Denis

[-- Attachment #1.2: Type: text/html, Size: 1969 bytes --]

[-- Attachment #2: Type: text/plain, Size: 495 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

* [NTG-context] Re: Suppress label in captions without suppressing number
  2023-07-20 15:30 [NTG-context] Suppress label in captions without suppressing number denis.maier
@ 2023-07-20 15:37 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2023-07-20 15:37 UTC (permalink / raw)
  To: ntg-context

On 7/20/2023 5:30 PM, denis.maier@unibe.ch wrote:
> Hi,
> 
> is there an option to suppress the label in captions without suppressing the number as well?
> 
> I know, I can use \setuplabeltext[de][figure=,], but this will delete the label text globally... Is there a better way via \setupcaption?
\definefloat[NLfigure][figure]
\setuplabeltext[en][NLfigure=]

\starttext
     \samplefile{ward}
         \startplacefigure[title={oeps}]
         \stopplacefigure
     \samplefile{tufte}
         \startplaceNLfigure[title={oeps}]
         \stopplaceNLfigure
     \samplefile{tufte}
\stoptext

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2023-07-20 15:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-20 15:30 [NTG-context] Suppress label in captions without suppressing number denis.maier
2023-07-20 15:37 ` [NTG-context] " 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).