make categories always upright, also in italic text
This commit is contained in:
parent
8583c50c59
commit
004413d674
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ __HEADER__(Definitions of categories with automatic indexing)%% Wrapper commands
|
||||||
|
|
||||||
\NewDocumentCommand{\category}{ m }
|
\NewDocumentCommand{\category}{ m }
|
||||||
{
|
{
|
||||||
\operatorname{\textbf{#1}}
|
\operatorname{\textup{\textbf{#1}}}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue