Gerion Entrup schrieb am 03.09.2024 um 18:28:
Hi,
I have the situation that I want to typeset a special formatted name within a
section heading.
The name contains an italic part while the heading is bold, but both styles are
defined at another place.
Is there a way to tell ConTeXt to combine them, so that it is bold _and_ italic?
Here is a minimal example:
```
\define\somename{HX\style[italic]{print}\autoinsertnextspace}
You want \italicface (or \style[italicface]) which selects either \it or
\bi.
\define\somename{HX{\italicface print}\autoinsertnextspace}
or
\define\somename{HX\style[italicface]{print}\autoinsertnextspace}
Wolfgang
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the
Wiki!
maillist : ntg-context@ntg.nl /
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________