Tufte-book 헤더, TOC, 제목 페이지가 이상하게 작동합니다.

Tufte-book 헤더, TOC, 제목 페이지가 이상하게 작동합니다.

나는 이걸했다:

\documentclass[titlepage,toc,twoside]{tufte-book}
\usepackage[oldstyle]{libertine}

\title{Manifesto of the Communist Party}
\author{K. Marx \& F. Engels}
\date{1888}

\defaultfontfeatures{Mapping=tex-text}

  \renewcommand{\allcapsspacing}[1]{{\addfontfeature{LetterSpace=20.0}#1}}
      \renewcommand{\smallcapsspacing}[1]{{\addfontfeature{LetterSpace=5.0}#1}}
      \renewcommand{\textsc}[1]{\smallcapsspacing{\textsmallcaps{#1}}}
\renewcommand{\smallcaps}[1]{\smallcapsspacing{\scshape\MakeTextLowercase{#1}}}

\begin{document}

    \include{intro.tex}
    \include{bourgeois_proletarians.tex}
    \include{proletarians_communists.tex}
    \include{socialist_communist_lit.tex}
    \include{oppo_parties.tex}

\end{document}

다음 문제가 있는 PDF가 생성됩니다.

  • 두 옵션이 모두 적용되더라도 제목 페이지나 목차가 없습니다.
  • 첨부된 이미지와 같이 헤더가 이상하게 동작합니다.

s를 사용하든 안하든 문제가 존재합니다 renewcommand.

관련 정보