General ⇒ symbols of greek alphabet appear as in italic...
-
- Posts: 58
- Joined: Sun Apr 27, 2008 12:50 pm
symbols of greek alphabet appear as in italic...
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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
symbols of greek alphabet appear as in italic...
for upright Greek letters you could use the upgreek package:
Code: Select all
\usepackage{upgreek}
...
$\upmu$
Stefan