오늘 저는 여러 시간의 조사 후에도 여전히 이해할 수 없는 현상을 발견했습니다.
패키지와 설정의 특정 조합으로 인해대문자 T와 F를 더 작게그런 다음 나머지 알파벳과 이를 피하는 이유와 방법을 이해하고 싶습니다.
이 문제는 다음 MWE에서 나타납니다.
\documentclass[a4paper,
12pt,
parskip=true,
listof=totoc,
footlines=2,
headsepline,
footsepline,
DIV=calc]
{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[colorlinks,
pdfpagelabels,
pdfstartview = FitH,
bookmarksopen = true,
bookmarksnumbered = true,
linkcolor = black,
urlcolor = black,
plainpages = false,
hypertexnames = false,
citecolor = black] {hyperref}
\begin{document}
\section{Nominal TEU}
I do not like that the T in TEU is smaller than the E and U. Also the T in TPC appears to be smaller than the P and C. Why is the T in TEU and the T in TPC smaller than the other capital letters? Also, F in FEU appears to be smaller.
ABCDEFGHIJKLMNOPQRSTUVWXYZ
\end{document}
나는 다음 중 하나가 문제를 "해결"할 것이라는 것을 이미 알았습니다.
- documentclass에 대한 옵션을 제거하고 다음과 같이 명시함
\documentclass{scrartcl}
fontenc
옵션 없이 패키지 로드 중\usepackage{fontenc}
hyperref
옵션 없이 패키지 로드 중pdfstartview = FitH
왜 이런 일이 발생하고 근본 원인이 무엇인지 아는 사람이 있습니까?