
これは私がしました:
\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
。