Math & Sciencenon-italic greek character

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
itb1000
Posts: 25
Joined: Mon Sep 29, 2008 4:19 pm

non-italic greek character

Post by itb1000 »

Hi,
I am using \sigma in equations and in text.
\sigma has to be in bold, I use $\boldsymbol{\sigma}$, which works well. However, \sigma appears in bold and italic.
Is there a way to get \sigma bold and non-italic?
I tried with \mathrm ($\mathrm{\boldsymbol{\sigma}}$ but it still appears in italic.
Can somebody help me?
Thanks in advance,
Thierry

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

non-italic greek character

Post by localghost »

The upgreek package might be helpful.


Best regards
Thorsten
itb1000
Posts: 25
Joined: Mon Sep 29, 2008 4:19 pm

Re: non-italic greek character

Post by itb1000 »

Hi Thorsten,
I am using LaTeX2E and I do not find the upgreek package in the MiKTeX package manager.
Is there another package doing the same work?
Thierry
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

non-italic greek character

Post by localghost »

itb1000 wrote:[...] I am using LaTeX2E and I do not find the upgreek package in the MiKTeX package manager. [...]
We all are using LaTeX2e but maybe different LaTeX distributions. Following the link from my last reply you will find out that this package is part of the was bundle. This bundle should be listed in the MPM.

As an alternative you could use the kpfonts package. It is one of the few complete sets of fonts for text and math and it supports an option for upright Greek letters. The manual tells you more.
Post Reply