How can I make my sigmas more noticeable in my LaTeX paper?

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

Discussion Overview

The discussion revolves around formatting issues in LaTeX, specifically how to make the sigma symbol boldface in a paper. Participants explore various methods to achieve this while maintaining consistency with other vector notations.

Discussion Character

  • Homework-related, Technical explanation

Main Points Raised

  • One participant describes their difficulty in making sigmas boldface using \mathbf{\sigma} or {\bf \sigma}, noting that these methods do not produce a noticeable difference.
  • Another participant suggests using \bold{\sigma} as a potential solution.
  • A third participant recommends including the amsbsy or amsmath package and using $\boldsymbol\sigma$ for better results.
  • One participant offers a method to redefine the vector command to ensure all vectors are boldface, suggesting a command in the preamble to simplify future formatting changes.

Areas of Agreement / Disagreement

Participants present multiple approaches to the problem, indicating that there is no single agreed-upon solution, and various methods are proposed without consensus on the best one.

Contextual Notes

Some methods depend on specific LaTeX packages, which may not be universally available or applicable in all document settings. The effectiveness of each proposed solution may vary based on the user's LaTeX setup.

Dahaka14
Messages
73
Reaction score
0

Homework Statement


I am trying to write a paper describing my undergraduate research and its progress to a committee. I am having trouble making my sigmas boldface using LaTeX. I am using the correct coding, because it is working when I wish to type other vectors, but the sigmas look the same whether I type \mathbf{\sigma} or {\bf \sigma}. My temporary fix is to just put an arrow above with \vec{\sigma}, but I don't want to be inconsistent with my other vectors being boldface. What can I do to make the boldface of my sigmas more noticeable?


Homework Equations



\mathbf{\sigma} or {\bf \sigma}?

The Attempt at a Solution



i guess \vec{\sigma}
 
Physics news on Phys.org
Try simply \bold{\sigma}
 
You need the LaTeX package amsbsy (or amsmath). Put

\usepackage{amsbsy}

near the top of your document, and then use $\boldsymbol\sigma$.
 
thanks a lot!
 
And if you want to make all your vectors boldface, I suggest something like

\renewcommand\vec[1]{\ensuremath\boldsymbol{#1}}

in the preamble of your document and just use \vec everywhere. If you later decide that boldface is not distinctive enough and you want arrows after all, it will save you a lot of work.
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
7K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
6K
  • · Replies 23 ·
Replies
23
Views
6K
  • · Replies 10 ·
Replies
10
Views
17K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
2
Views
2K
  • · Replies 4 ·
Replies
4
Views
608