LaTex实用指南
知乎: xelatex编译加粗楷体为什么会失败? - 刘海洋的回答
在 LaTeX 中,要使文本加粗,可以使用\textbf命令或\bfseries命令。以下是示例代码:
使用\textbf命令:
\textbf{This is bold text.}
使用\bfseries命令:
{\bfseries This is bold text.}
这两种方法都会将括号内的文本设置为粗体。请注意,\textbf命令可以在任何地方使用,而\bfseries命令需要在其作用的范围内使用一对花括号 来限定其作用范围。
如果你想要将整个文档中的文本都设置为粗体,可以使用\bfseries命令包围整个文档内容的范围,如下所示:
\documentclass{article}
\begin{document}
{\bfseries This is the entire document in bold.}
\end{document}
\documentclass[UTF8]{ctexart}
% 这里是导言区
\begin{document}
\tableofcontents
\newpage % 换一页
\section{这是第一章}
\subsection{这是第一章第一节}
\subsubsection{这是第一章第一节第一小节}
\par 空两格开始写正文
\par \noindent 不空两格
\end{document}