测试LaTeX
$\begin{multicols}{2}
\begin{itemize}
\item \textbf{粗体}:\verb|\textbf{文本}|
\item \textit{斜体}:\verb|\textit{文本}|
\item \underline{下划线}:\verb|\underline{文本}|
\item \texttt{等宽字体}:\verb|\texttt{文本}|
\item \textsc{小型大写字母}:\verb|\textsc{文本}|
\item \textsf{无衬线字体}:\verb|\textsf{文本}|
\item \textrm{衬线字体}:\verb|\textrm{文本}|
\item \textcolor{red}{红色文本}:\verb|\textcolor{red}{文本}|
\end{itemize}
\end{multicols}$