Current location - Training Enrollment Network - Mathematics courses - How to better use bold characters in LaTeX mathematical model
How to better use bold characters in LaTeX mathematical model
Mathematical bold is a combination of italics and bold. Consider using amsmath macro package and write it as follows:

\ bold mathematics

$f(x)=x^2+2x+ 1$

\unboldmath

The mathematical black body obtained in this way is beautiful in appearance and correct in style. Just using the \mathbf command can only get positive bold, but not oblique bold, so be sure to pay attention.