EDIT : I've found a solution, but I'm not sure it's a "proper" one :
I added this macro to my preambule :
Code: Select all
\newcommand{\qvec}[1]{\textbf{\textit{#1}}}
Is there a better way to do this ?
Code: Select all
\newcommand{\qvec}[1]{\textbf{\textit{#1}}}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Ahaa ! Thanks ! This one gives a better output. So I'll modify my macro. Thanks again.Stefan_K wrote:Yes, you could load the amsmath package and use the command \boldsymbol{...}.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis