tufte-book 类文字换行问题

tufte-book 类文字换行问题

当我使用 tufte-book 类时,文本环绕边距图形时出现问题。以下是 MWE:

\documentclass{tufte-book}
\usepackage{amsmath, amssymb, bm, graphicx}
\begin{document}
Now is the time
\begin{marginfigure}
    \centering
    \includegraphics{file}
    \caption{Moving Charge}
\end{marginfigure}
for all good old folks to party!
\end{document}

pdf 输出已附加。

有什么想法吗?谢谢。

.pdf 输出

相关内容