cmbright是否支持部分符号\S
?如果不支持,我如何获得无衬线部分符号?MWE 为我提供了一个衬线版本。
\documentclass{article}
\usepackage{cmbright}
\begin{document}
The section character \S\ is not rendering sans-serif.
\end{document}
答案1
\listfiles
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{cmbright}
\begin{document}
The section character \S\ is not rendering sans-serif.
\end{document}
给出无衬线版本:
如果没有,请查看您的日志文件。如果某个字符在特定字体中不可用,则必须发出警告。我使用了最新的 TeXLive 2014