
多年來我一直有一個程式碼來製作講義的主標題。這是一個 MWE:
\documentclass{article}
\usepackage{microtype}
\newcommand{\myline}{\rule[0ex]{\textwidth}{.5ex}\\}
\begin{document}
\noindent\myline
[-3ex]
\begin{center}
\LARGE{\textbf{Foo bar baz}}
\end{center}
\myline
\end{document}
microtype
至少使用直到版本v3.0f
(Overleaf 中的最新版本),或者microtype
根本沒有加載,這是輸出:
使用當前版本v3.1b
,我得到這個:
也許現在有很好的理由microtype
與我的規則代碼進行不同的交互,或者也許這是一個錯誤 - 我不知道。無論如何,我該怎麼做才能恢復“舊”輸出?