KOMA scrreprt + esint + minipage + textsc 不兼容

KOMA scrreprt + esint + minipage + textsc 不兼容

有趣的是,只有当所有组件都存在时才会出现此错误。它最初是在我尝试使用时出现的microtype,但我设法在没有的情况下重现了它microtype

梅威瑟:

\documentclass[]{scrreprt}

\usepackage{esint}

%\usepackage[german,ngerman]{babel}     %Language
%\usepackage[T1]{fontenc}           %Encoding
%\usepackage[UTF8]{inputenc}                %Encoding
\begin{document}
    \begin{minipage}{0.35\textwidth}
        \textsc{Some random string}
    \end{minipage}
\end{document}

错误信息:

Font U/esint/m/n/10.95=esint10 at 10.95pt not loadable: Metric (TFM) file not found. \end{minipage}
Font U/esint/m/n/8=esint10 at 8.0pt not loadable: Metric (TFM) file not found. \end{minipage}
Font U/esint/m/n/6=esint10 at 6.0pt not loadable: Metric (TFM) file not found. \end{minipage}

pdflatex --版本

MiKTeX-pdfTeX 2.9.6499 (1.40.18) (MiKTeX 2.9.6500 64-bit)
Copyright (C) 1982 D. E. Knuth, (C) 1996-2016 Han The Thanh
TeX is a trademark of the American Mathematical Society.
using bzip2 version 1.0.6, 6-Sept-2010
compiled with curl version 7.56.1; using libcurl/7.56.1 WinSSL
compiled with expat version 2.2; using expat_2.2.0
compiled with jpeg version 9.2
compiled with liblzma version 50020032; using 50020032
compiled with libpng version 1.6.34; using 1.6.34
compiled with libressl version LibreSSL 2.5.3; using LibreSSL 2.5.3
compiled with MiKTeX Application Framework version 2.6416; using 2.6416
compiled with MiKTeX Core version 3.6505; using 3.6531
compiled with MiKTeX Archive Extractor version 1.6300; using 1.6300
compiled with MiKTeX Package Manager version 1.6488; using 1.6488
compiled with poppler version 0.60.1
compiled with uriparser version 0.8.4
compiled with zlib version 1.2.11; using 1.2.11

其他版本信息:

esint version 1.2b (packaged 20.07.2019)
esint-type1 installed (packaged 29.07.2019)
koma-script 3.26b (packaged 04.02.2019)

相关内容