我使用带有sffamily
作为字体的标题,如下所示:
\documentclass[]{standalone}
\usepackage{titlesec}
\titleformat{\section}{\Large\sffamily\bfseries}{\thesection}{1em}{}
\begin{document}
\section{Let $x^2=1$}
\end{document}
但是,x=1
标题部分看起来不太好看,因为它使用的字体比标题要细得多。我尝试将其更改为\mathbf{$x=1$}
,但它看起来仍然不太好看,因为我使用的sffamily
是字体。有什么方法可以让它看起来好一点吗?