일반 개요
TOC에서는 장(굵은 글씨)과 섹션(일반 글꼴)의 페이지 번호가 보기 흉하게 바뀌었습니다. 나는 그것들을 정렬하는 방법을 검색합니다.
MWE
다음은 이 동작을 재현하는 MWE입니다.
\documentclass{book}
\begin{document}
\tableofcontents
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\newpage\null
\chapter{foo} Lipsum lorem
\section{foo} Lipsum lorem
\section{baz} dolor sit amet
\section{bar} dolor sit amet
\section{faa} dolor sit amet
\chapter{baz} dolor sit amet
\chapter{bar} dolor sit amet
\chapter{faa} dolor sit amet
\end{document}
질문
이러한 변화를 해결하기 위해 장 페이지 번호를 섹션 페이지 번호(또는 그 반대)로 강제하는 방법은 무엇입니까?
답변1
찾았어요:
\usepackage{tocloft}
\renewcommand{\cftchappagefont}{\fontseries{b}\selectfont}