From 004413d6747c75bc8bf2b033a639953458339c53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 7 Jun 2022 21:16:09 +0200 Subject: [PATCH] make categories always upright, also in italic text --- src/math/categories/categories.pysty3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/math/categories/categories.pysty3 b/src/math/categories/categories.pysty3 index c103ab2..87ca607 100644 --- a/src/math/categories/categories.pysty3 +++ b/src/math/categories/categories.pysty3 @@ -8,7 +8,7 @@ __HEADER__(Definitions of categories with automatic indexing)%% Wrapper commands \NewDocumentCommand{\category}{ m } { - \operatorname{\textbf{#1}} + \operatorname{\textup{\textbf{#1}}} }