From 8cc3232462da2584cdfaee9fb32c3ee6f345876c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sun, 24 Oct 2021 21:17:40 +0200 Subject: [PATCH] mathalias: add aliases for \mathbb{} in extended mode --- src/math/mathalias.pysty | 1 + 1 file changed, 1 insertion(+) diff --git a/src/math/mathalias.pysty b/src/math/mathalias.pysty index fbb1fcd..bf9d00f 100644 --- a/src/math/mathalias.pysty +++ b/src/math/mathalias.pysty @@ -40,4 +40,5 @@ __IF__(basic) __IF__(extended) \expandafter\makealiasesforwith\expandafter\mathcal\expandafter{\expandafter c\expandafter}\expandafter{__PACKAGE_MACRO__(all)} \expandafter\makealiasesforwith\expandafter\mathfrak\expandafter{\expandafter f\expandafter}\expandafter{__PACKAGE_MACRO__(all)} + \expandafter\makealiasesforwith\expandafter\mathbb\expandafter{\expandafter b\expandafter}\expandafter{__PACKAGE_MACRO__(all)} \fi