Make Greek Letters Bold in LaTeX

  • Context: LaTeX 
  • Thread starter Thread starter Chestermiller
  • Start date Start date
  • Tags Tags
    Latex
Click For Summary

Discussion Overview

The discussion revolves around how to make Greek letters boldface in LaTeX, specifically addressing the differences between full LaTeX environments and MathJax, which is used on Physics Forums. Participants explore various commands and their effectiveness in different contexts.

Discussion Character

  • Technical explanation
  • Debate/contested

Main Points Raised

  • One participant inquires about making Greek letters boldface using \mathbf{}, noting it does not yield the desired result.
  • Another participant suggests using \boldmath and \unboldmath in a full LaTeX environment to switch bolding on and off, providing an example with the beta symbol.
  • It is noted that the \boldmath command does not work in MathJax, as it is not a full LaTeX environment, and commands must be issued outside of the math environment.
  • A participant mentions that the PF MathJax environment has the amsbsy package loaded, allowing the use of \boldsymbol to achieve bold Greek letters.
  • One participant expresses gratitude for the information provided.
  • A mathematical expression using \boldsymbol is shared as an example of its application.

Areas of Agreement / Disagreement

Participants generally agree on the limitations of MathJax compared to full LaTeX environments and the effectiveness of the \boldsymbol command, but there is no consensus on the best approach for all scenarios.

Contextual Notes

The discussion highlights the differences in command functionality between full LaTeX and MathJax, indicating that certain commands may not work as expected in different environments.

Chestermiller
Staff Emeritus
Science Advisor
Homework Helper
Insights Author
2025 Award
Messages
23,729
Reaction score
5,936
How do I make Greek letters boldface in LaTeX? When I try \mathbf{}, I just get the regular non-bold Greek letter.
 
  • Like
Likes   Reactions: laser1
Physics news on Phys.org
If you are working in a full LaTeX environment, try \boldmath. to switch on bolding all math chars including Greek letters then \unboldmath to turn it off. Both commands need to be outside the math environment.

In a full LaTeX environment, the following:

$\beta$\boldmath$\beta$\unboldmath$\beta$

comes across as three betas, normal, then bold, then normal.

It doesn't work in MathJax (what PF uses), as that is not full LaTeX, and the commands are issued outside of math environment. Below is what happens with a simple attempt:

##\beta##\boldmath##\beta##\unboldmath##\beta##

gives

##\beta##\boldmath##\beta##\unboldmath##\beta##

Fortunately, PF MathJax appears to have the LaTeX package amsbsy loaded by default, so you can use its \boldsymbol command. The following code

##\beta\boldsymbol{\beta}\beta##

gives

##\beta\boldsymbol{\beta}\beta##
 
  • Like
Likes   Reactions: laser1 and Chestermiller
andrewkirk said:
If you are working in a full LaTeX environment, try \boldmath. to switch on bolding all math chars including Greek letters then \unboldmath to turn it off. Both commands need to be outside the math environment.

In a full LaTeX environment, the following:

$\beta$\boldmath$\beta$\unboldmath$\beta$

comes across as three betas, normal, then bold, then normal.

It doesn't work in MathJax (what PF uses), as that is not full LaTeX, and the commands are issued outside of math environment. Below is what happens with a simple attempt:

##\beta##\boldmath##\beta##\unboldmath##\beta##

gives

##\beta##\boldmath##\beta##\unboldmath##\beta##

Fortunately, PF MathJax appears to have the LaTeX package amsbsy loaded by default, so you can use its \boldsymbol command. The following code

##\beta\boldsymbol{\beta}\beta##

gives

##\beta\boldsymbol{\beta}\beta##
Excellent! Thank you so much.
 
$$\boldsymbol{\sigma}=-p\mathbf{I}+2\eta \mathbf{E}$$
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 36 ·
2
Replies
36
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K