怎样用latex加黑数学公式中的小写希腊字母?7
发布网友
发布时间:2023-10-15 07:00
我来回答
共2个回答
热心网友
时间:2024-11-19 18:35
将以下几行代码保存成一个文件,如test_bold.tex, 在winedt下运行,就会出带黑体小些希腊字母的高斯公式。
\documentclass[journal]{IEEEtran}
\usepackage{amsmath}
\begin{document}
\begin{equation}\label{my test equation}
f(\mathbf{x})=\frac{1}{(2\pi)^{\frac{n}{2}}(\det C)^{\frac{1}{2}}}e^{-\frac{1}{2}(\mathbf{x}-\boldsymbol{\mu})^{T}C^{-1}(\mathbf{x}-\boldsymbol{\mu})}
\end{equation}
\end{document}
热心网友
时间:2024-11-19 18:36
\usepackage{amsmath}
加载一个宏包
\mathbf{\tau}
\boldsymbol{\tau}
\pmb{\tau}