以下代码应该在句号后产生一个空格,但事实并非如此。当我删除第 3d 行时,我得到了预期的行为。这是一个错误还是我的设置有问题?你能重现它吗?更好的是,我如何恢复我的空格?
\documentclass{article}
\usepackage{pgfplots}
\usepgfplotslibrary{external}
\begin{document}
Test.\@ test.
\end{document}
答案1
您应该将其报告给软件包维护者,但\makeatother
会得到以下回复:
\documentclass{article}
\usepackage{pgfplots}
\usepgfplotslibrary{external}
\makeatother
\begin{document}
Test.\@ test.
\end{document}