In latex how to write a upright \mu.
I tried using \muup and \upmu but i am not getting..I tried even by enclosing them in { }..but no use..
It is not working even in $ $ mode.
I use the following packages:
Code: Select all
\usepackage[ngerman,english]{babel}
\usepackage{amsmath}
\usepackage{mathptmx}
\usepackage{lmodern} % math, rm, ss, tt
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}.
thanks