Math & Sciencemodifying the style of a mathematical symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
NELLLY
Posts: 113
Joined: Thu Nov 26, 2009 2:21 am

modifying the style of a mathematical symbol

Post by NELLLY »

Hello
I need to have a mathematical symbol to be in bold style.
I used \mathbf{|} but no change has been made.
What can I do?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

modifying the style of a mathematical symbol

Post by frabjous »

Look at the bm (bold math) package.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

modifying the style of a mathematical symbol

Post by localghost »

You could use the \boldsymbol command from amsmath.

Code: Select all

\( \boldsymbol{\alpha} \)
The command you tried only affects text.


Best regards
Thorsten
Post Reply