
나는 유인물의 주요 제목을 만들기 위해 수년 동안 코드를 가지고 있었습니다. 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
버그일 수도 있습니다. 잘 모르겠습니다. 어쨌든 "이전" 출력을 다시 가져오려면 어떻게 해야 합니까?