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

相關內容