Dear list, imagine that I need a different setup for chapter in the bodymatter than in the frontmatter and appendices. The way to do it seems to be: \setuphead[chapter][style=\bf] \startsectionblockenvironment[bodypart] \setuphead[chapter][style=\em] \stopsectionblockenvironment \starttext \startfrontmatter \chapter{Introduction} \stopfrontmatter \startbodymatter \chapter{Chapter} \stopbodymatter \stoptext But wasn’t there a command similar to the following one for such purposes? \setuphead[bodypart:chapter][style=\em] I remember that there was something similar to that command to setup headings in a section block. Am I creating my memories or did a similar option exist? Many thanks for your help, Pablo -- http://www.ousia.tk
On 10/23/2018 15:18, Pablo Rodriguez wrote:
Dear list,
imagine that I need a different setup for chapter in the bodymatter than in the frontmatter and appendices.
The way to do it seems to be:
\setuphead[chapter][style=\bf] \startsectionblockenvironment[bodypart] \setuphead[chapter][style=\em] \stopsectionblockenvironment \starttext \startfrontmatter \chapter{Introduction} \stopfrontmatter \startbodymatter \chapter{Chapter} \stopbodymatter \stoptext
But wasn’t there a command similar to the following one for such purposes?
\setuphead[bodypart:chapter][style=\em]
I remember that there was something similar to that command to setup headings in a section block.
Am I creating my memories or did a similar option exist?
Many thanks for your help,
Pablo
\startsectionblockenvironment[bodypart] \setuphead [chapter][ style=\tfc\HeadFont ... -- Rik
On 10/23/2018 15:23, Rik wrote:
On 10/23/2018 15:18, Pablo Rodriguez wrote:
Dear list,
imagine that I need a different setup for chapter in the bodymatter than in the frontmatter and appendices.
The way to do it seems to be:
\setuphead[chapter][style=\bf] \startsectionblockenvironment[bodypart] \setuphead[chapter][style=\em] \stopsectionblockenvironment \starttext \startfrontmatter \chapter{Introduction} \stopfrontmatter \startbodymatter \chapter{Chapter} \stopbodymatter \stoptext
But wasn’t there a command similar to the following one for such purposes?
\setuphead[bodypart:chapter][style=\em]
I remember that there was something similar to that command to setup headings in a section block.
Am I creating my memories or did a similar option exist?
Many thanks for your help,
Pablo
\startsectionblockenvironment[bodypart] \setuphead [chapter][ style=\tfc\HeadFont ...
Sorry, I meant to delete, not send. -- Rik
Pablo Rodriguez schrieb am 23.10.18 um 21:18:
Dear list,
imagine that I need a different setup for chapter in the bodymatter than in the frontmatter and appendices.
The way to do it seems to be:
\setuphead[chapter][style=\bf] \startsectionblockenvironment[bodypart] \setuphead[chapter][style=\em] \stopsectionblockenvironment \starttext \startfrontmatter \chapter{Introduction} \stopfrontmatter \startbodymatter \chapter{Chapter} \stopbodymatter \stoptext
But wasn’t there a command similar to the following one for such purposes?
\setuphead[bodypart:chapter][style=\em]
I remember that there was something similar to that command to setup headings in a section block.
Am I creating my memories or did a similar option exist?
You’re thinking of \defineconversionset, \defineseparatorset etc. which let you set values for certain sectionblocks but not \setuphead. Wolfgang
On 10/23/18 9:25 PM, Wolfgang Schuster wrote:
Pablo Rodriguez schrieb am 23.10.18 um 21:18:
[...] But wasn’t there a command similar to the following one for such purposes?
\setuphead[bodypart:chapter][style=\em]
I remember that there was something similar to that command to setup headings in a section block.
You’re thinking of \defineconversionset, \defineseparatorset etc. which let you set values for certain sectionblocks but not \setuphead.
Many thanks for your reply, Wolfgang.
From \defineconversionset, I thought the same was valid for \setuphead.
Pablo -- http://www.ousia.tk
participants (3)
-
Pablo Rodriguez
-
Rik
-
Wolfgang Schuster