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

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

User avatar
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