Hi all,
wanted to ask: when i use greek symbol in a text it always appears as if it was italic. Any idea how to overcome that?
An example:
10 micrometers... 10 $\mu$m
Cheers
General ⇒ symbols of greek alphabet appear as in italic...
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
symbols of greek alphabet appear as in italic...
Hi,
for upright Greek letters you could use the upgreek package:
If you want to typeset units have a look at the siunitx package or units, siunits.
Stefan
for upright Greek letters you could use the upgreek package:
Code: Select all
\usepackage{upgreek}
...
$\upmu$
Stefan
LaTeX.org admin