From 4fffa458ae9ce2aa0e0a899008abcdea5393f9fd Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 10 Aug 2023 18:43:47 +0200 Subject: [PATCH] Load esint when using \dotsint in math. Fixes bug #12863. --- lib/symbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/symbols b/lib/symbols index 207741ad58..abdafd01f3 100644 --- a/lib/symbols +++ b/lib/symbols @@ -1065,7 +1065,7 @@ endif \def\oiint{\oiintop\nolimits} mathop ∯ esint \def\sqint{\sqintop\nolimits} mathop ⨖ esint \def\sqiint{\sqiintop\nolimits} mathop esint -\def\dotsint{\dotsintop\nolimits} mathop ∫⋯∫ +\def\dotsint{\dotsintop\nolimits} mathop ∫⋯∫ esint \def\ointctrclockwise{\ointctrclockwiseop\nolimits} mathop ∲ esint \def\ointclockwise{\ointclockwiseop\nolimits} mathop ∲ esint -- 2.39.5