New Reply

bold font in latex

 
Share Thread
Apr15-08, 10:53 PM   #1
 

bold font in latex


[tex] \mathbf{\mu}[/tex]

What is used to execute latex on this website? When I type that into TeXnic center and compile it without MikTex, it is not bold on my computer.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Apr16-08, 02:04 AM   #2
 
Mentor
For some reason, latex doesn't really like making greek letters bold. A workaround I found (which is a little annoying, but at least it works) is to use something like \mbox{\boldmath${\pi}$} if in a math environment.

I don't know what is used on the website.
Apr16-08, 02:50 AM   #3
D H
 
Mentor
Use \mathbf in math mode.

\mu versus \mathbf\mu [tex]\mu\;\mathbf\mu[/tex]


One drawback of mathbf: Its not in italics.

a versus \mathbf a [tex]a\;\mathbf a[/tex]


If you have the AMS math package (\usepackage{amssymb,amsmath}), \boldsymbol puts things in bold italics.

\mu versus \mathbf\mu versus \boldsymbol\mu [tex]\mu\;\mathbf\mu\;\boldsymbol\mu[/tex]
a versus \mathbf a versus \boldsymbol a [tex]a\;\mathbf a\;\boldsymbol a[/tex]
Apr16-08, 02:59 AM   #4
 
Mentor

bold font in latex


Quote by D H View Post
Use \mathbf in math mode.

\mu versus \mathbf\mu [tex]\mu\;\mathbf\mu[/tex]
Whilst that seems to work on the forum, it doesn't work for me (or, it seems, for the OP) hence why I had to find a workaround. The method you list below works fine!

If you have the AMS math package (\usepackage{amssymb,amsmath}), \boldsymbol puts things in bold italics.

\mu versus \mathbf\mu versus \boldsymbol\mu [tex]\mu\;\mathbf\mu\;\boldsymbol\mu[/tex]
a versus \mathbf a versus \boldsymbol a [tex]a\;\boldsymbol a\;\boldsymbol a[/tex]
Apr16-08, 03:07 AM   #5
D H
 
Mentor
I generally use \boldsymbol. Hmm, actually, I don't, at least not directly. I generally use macros for matrices and vectors, and those in turn use \boldsymbol. That way if someone tells me to use arrows for vectors I just have to change my vector macro.
Jun12-11, 12:21 AM   #6
 
you have to use the package{bm}. Then inside math environment type Greek letters as {\bm \alpha}, {\bm \beta}, etc...

usepackege{bm}

then,

$ {\bm beta} = {\bm \ alpha} {\bf \gamma} $
Sep8-11, 05:43 AM   #7
 
thanks...DH post was very useful!
New Reply

Similar discussions for: bold font in latex
Thread Forum Replies
What font should I use for lab reports? Introductory Physics Homework 1
LaTex font size Forum Feedback & Announcements 2
The bold acronym game General Discussion 28
Was Fermat too bold about her last theorem? General Math 24
Font options Forum Feedback & Announcements 1