[NTG-context] Why isn't bold + italics working together?
Wolfgang Schuster
wolfgang.schuster.lists at gmail.com
Sat Jan 29 17:57:17 CET 2022
Adam Reviczky via ntg-context schrieb am 29.01.2022 um 17:19:
> Hi Joel,
>
> I don't think you can stack those, just use \bi (see:
> https://wiki.contextgarden.net/Font_Switching)
>
> \starttext
> \startitemize
> \item This text has {\bf bold} in it.
> \item This text has {\it italics} in it.
> \item Why doesn't this have {\bi bold and italics} in it?
> \stopitemize
>
> See also: https://www.mail-archive.com/ntg-context@ntg.nl/msg99994.html
This thread is outdated, you can now stack styles.
\starttext
text {\italicface text {\boldface text} text} text
\stoptext
Wolfgang
More information about the ntg-context
mailing list