So I want to get my \Phi italic and I tried several things, but none of them really worked (see the code). The subscript Ar part will go italic, but the Phi does not want to...

Code: Select all
$\Phi_{Ar}$
I dunno anyway.

Code: Select all
$\Phi_{Ar}$
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
Code: Select all
\usepackage[slantedGreek]{mathptmx} % Typesetting in Times style
\usepackage[slantedGreek]{mathpazo} % Typesetting in Palatino style
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