在以下示例中,Overfull \hbox
加载字体规范时我在子部分标题中得到一个:
\documentclass[11pt,a4paper]{memoir}
\usepackage{fontspec}
\makeatletter
\renewcommand*{\thesection}{\@arabic\c@section}
\makeatother
\quarkmarks
\setpagecc{24.1cm}{16.4cm}{*}
\settypeblocksize{*}{11.8cm}{*}
\setlrmargins{2.1cm}{*}{*}
\setulmarginsandblock{2.1cm}{2.5cm}{*}
\checkandfixthelayout
\setsecnumdepth{paragraph}
\setsubsecheadstyle{\bfseries}
%\setsubsecheadstyle{\bfseries\raggedright}
\setaftersubsecskip{1sp}
\setsecnumformat{\csname my#1\endcsname}
\newcommand{\mysubsection}{\thesubsection\qquad}
\begin{document}
\subsection{Places: River Banks, Charnel Grounds and Other Shared Locations}
%\subsection[Places: River Banks, Charnel Grounds and Other Shared Locations]{Places: River Banks, Charnel Grounds and Other\\ Shared Locations}
\end{document}
使用字体规格:
注释掉 fontspec :
似乎没有 fontspec 允许的字间间距更大。如何使用 fontspec 获得相同的输出?