Skip to main content

I want to bold a letter that represents a vector in a LaTeX equation. But when I use \bf to make it bold, it changes the letter to normal, non-slanted type. Is there a way to have letters bolded and italicized in an equation? This is what I enter: {\bf x} = \begin{bmatrix} x_1 \\ \vdots \\ x_n \end{bmatrix}.

 

 

Hi ​@Steven, thank you for posting in the community! You should be able to make the x in your equation a bold cursive one by using the following LaTeX equation:

\boldsymbol{\mathcal{x}} = \begin{bmatrix} x_1 \\ \vdots \\ x_n \end{bmatrix}
 


Would you mind giving this a try and let us know if you have any questions? Cheers! 


Yes, this works great. Thank you so much!!


Hi ​@Steven, thank you for the update! I’m glad to hear that worked for you. Feel free to create a new post if you have any questions or new topics you’d like to discuss - we love hearing from everyone! 


Reply