latex数学公式中斜体加粗量的输入方法
看了网络上许多方法都没有实现斜体加粗方法
加粗方法
Input:
\bf R \\
\bf \alpha
Output:
Rα\bf R \\
\bf \alphaRα
Input:
\bold R
Output:
Rα\bold R \\
\bold \alphaRα
Input:
\mathbf R \\
\mathbf \alpha
Output:
Rα\mathbf R \\
\mathbf \alphaRα
加粗斜体
Input:
\boldsymbol R
Output:
R\boldsymbol RR
Input:
\boldsymbol \alpha
Output:
α\boldsymbol \alphaα
虽然不是很常用,希望能帮到寻找该方法的朋友。