I am using Texniccenter 2.02 and use some greek letters in my text. Because they should not be italic like in math mode, I used for example $\upmu$.
But this is not set in the normal font the rest of the plain text is set in, but in the math font (I guess?). The font I use is libertine and that font has the greek letters, I just cant get Texniccenter to use them

I use:
Code: Select all
\usepackage[latin1]{inputenc}
\usepackage{libertine}
\usepackage{libertinust1math}
\usepackage[T1]{fontenc}
\char"03BC
to use the unicode character for mu. Is that possible somehow?
Thank you for your time, help is very much apprechiated!