-----Ursprüngliche Nachricht----- Von: Hans Hagen
Gesendet: Sonntag, 28. November 2021 14:26 An: Maier, Denis Christian (UB) ; ntg- context@ntg.nl Betreff: Re: AW: [NTG-context] Title for tabulate On 11/28/2021 1:22 PM, denis.maier@unibe.ch wrote:
-----Ursprüngliche Nachricht----- Von: ntg-context
Im Auftrag von Hans Hagen via ntg-context Gesendet: Sonntag, 28. November 2021 12:40 An: Denis Maier via ntg-context Cc: Hans Hagen Betreff: Re: [NTG-context] Title for tabulate On 11/28/2021 9:15 AM, Denis Maier via ntg-context wrote:
A couple of questions :
- Is it possible to have the title be typeset only once? I.e., it should not repeat on each page. why not just use
\subsubsubject{xxxxxxxx}
That sounds like a neat solution. I'll investigate. Does that play nicely with structurelevels? I mean, let's say I'm somewhere
higher, e.g. on chapter, the next level would be section. If I now invoke this subsubsubject manually, does that break the levels structure? often it's ok as subjects are unnumbered but you can play safe:
\definehead[myownhead][subsubsubsubsubsubject]
\myownhead
you can then always go lower (more sub) if needed
and using dedicated head commands is also cleaner
Ok, that's what I've done now, and doesn't seem to create any problems. Thanks for pointing me in the right direction. Denis