On 8/18/2021 05:32, noib3 via ntg-context wrote:
I'd like to have two different footer setups: one for the frontmatter (titlepage and table of contents) where the page number in roman numerals is reported as a single centered footer. Another for the bodymatter where the chapter is on the left footer and the pagenumber is on the right.

I can switch between roman numerals and numbers with

```
\defineconversionset
  [frontpart:pagenumber]
  []
  [romannumerals]

\defineconversionset
  [bodypart:pagenumber]
  []
  [numbers]
```

but I can't figure out how to have two different footer setups. Right now I have

```
\setupfootertexts
  [chapter]
  [pagenumber]
```

There are a few ways to do this.

No doubt there are other mechanisms as well.

--
Rik