I am using Mathematica 8. I want to label the axes of figure in "Times" font.
Plot[Sin[z], {z, -2 Pi, 2 Pi}, Frame -> True,
FrameLabel -> {"z", "a(z)"},
LabelStyle -> Directive[FontSize -> 20, FontFamily -> "Times"]]
And the plot is

However in Miktex, when I am using FontStyle, Times then z is different. So I want to replace
by

the second one is the default z appearing pdf generarted from .tex file in math mode. So what extra information should be given to Mathematica, besides "Times".


FontSlant-> Italicto your Plot function call. – Sjoerd C. de Vries Mar 02 '15 at 19:33.texsource and pick the same font in Mathematica. You can do thetexpart either usingpdflatexwith suitable packages, orxetex,luatex. – Jens Mar 06 '15 at 16:57