
방금 다음과 같은 이상한 버그를 발견했습니다. 이 MWE에서는:
\documentclass{article}
\usepackage[libertine]{newtxmath}
\usepackage{libertine}
\begin{document}
These are the same \(\int \displaystyle\int\); but these aren't \(\sum \displaystyle\sum\)
\end{document}
두 적분 기호의 크기는 코드가 로 컴파일될 때 동일하게 나타납니다 lualatex
. 반면에 합계의 크기는 정확합니다.
코드가 컴파일될 때마다 xelatex
모든 것이 잘 진행되고 크기는 예상된 크기입니다.
패키지를 포함하는 순서는 중요하지 않습니다.
패키지 중 하나를 제거하면 문제가 재현되지 않습니다.
무슨 일이야?