Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

6
  • I discussed this with Hans. There will be functionality added for it. (Nobody asked about it before, it seems.) Commented Sep 21 at 11:37
  • @mickep Even in LaTeX community, most people is fine with a kind of Section \zcref[sec:math]. Commented Sep 21 at 11:46
  • I do not understand what that means. Commented Sep 21 at 11:53
  • @mickep If I remove \setuplabeltext[en][section=Section~], then I have my desired section title. But in this case, I have to manually type Section \zcref[sec:math] to get "Section 1". Commented Sep 21 at 11:56
  • 1
    The ConTeXt way to add option prefixes and suffixes to a reference is to use the two optional arguments, e.g. \in{Section}[sec:example] or \in{Figure}{a}[fig:example]. You can also pass these optional argument tp custom reference commands but no space is added between the text and reference unless you configure your command (\setupreferenceformat[...][left=\nobreakspace]). Commented Sep 21 at 12:18