我正在使用该类memoir
,并尝试使用字体将章节标题设置为粗体和斜体,biolinum-type1
但我似乎只能管理其中一种,尽管 tex 目录表明使用这种字体两种方式都可以。
任何帮助将不胜感激。
最小工作示例:
\documentclass[]{memoir}
\usepackage{biolinum-type1}
\usepackage[T1]{fontenc}
% Section titles in sans serif
\setsecheadstyle{\sffamily\bfseries\itshape\raggedright}
\begin{document}
\chapter{Test}
\section{Test Section}
\end{document}