make categories always upright, also in italic text

This commit is contained in:
Maximilian Keßler 2022-06-07 21:16:09 +02:00
parent 8583c50c59
commit 004413d674

View File

@ -8,7 +8,7 @@ __HEADER__(Definitions of categories with automatic indexing)%% Wrapper commands
\NewDocumentCommand{\category}{ m }
{
\operatorname{\textbf{#1}}
\operatorname{\textup{\textbf{#1}}}
}