ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Part label and chapter numbers
@ 2021-01-04  2:22 jbf
  2021-01-04  9:27 ` Marco Patzer
  0 siblings, 1 reply; 4+ messages in thread
From: jbf @ 2021-01-04  2:22 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

This is a Mark IV issue rather than LMTX, and while it is almost 
certainly simple enough, I seem to have got myself confused and am not 
getting the results I need. essentially I am dealing with a book that is 
divided into parts and chapter, but the parts need to be called 
'Section' not 'Part', and the Chapter numbers need to be words and 
sequential throughout the book, not restarting at each part/section.

Issue 1:

Parts need to be called 'Section' (Section 1, section 2 etc.). I thought 
I could achieve this with:

\setuphead
   [part]
   [
   placehead=yes,
   bodypartlabel=section,

]

but then I just get the number 1, 2, not Section 1, Section 2

Of  course, if I write bodypartlabel=part, then I do get Part 1, Part 2, 
etc. How do I achieve 'Section' rather than 'Part'?

Issue 2:

While the above 'sections' are numbered in arabic numbers, Chapters are 
meant to be in words. I thought I could do it with

\setuphead
   [chapter]
   [deepnumbercommand=\convertnumber{words}]

but this throws an error. How do I achieve this? I want Chapter One, not 
Chapter 1.1

Issue 3 might already be solved once I resolve Issue 2!

But given that I have parts, the chapters at the moment come out as 
Chapter 1.1... Chapter 2.1 etc. and I simply want Chapter One, Chapter 
Two and so on, sequentially throughout the book. I thought I might be 
able to do it with something like

\setuphead[section-2][bodypartconversion=Characters]

|But that doesn't work. Any thoughts? Julian |


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

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

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

end of thread, other threads:[~2021-01-04 22:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04  2:22 Part label and chapter numbers jbf
2021-01-04  9:27 ` Marco Patzer
     [not found]   ` <138bedb9-f559-cf6b-db34-e012f8c19ddb@gmail.com>
2021-01-04 22:09     ` Marco Patzer
2021-01-04 22:27       ` jbf

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