I have a > symbol in my LateX file. Specifically, I have the sentence:
Say I have n > 1 apples.
When compile my .tex document using pdflatex, I get a pdf with an upside-down question mark in place of the > symbol.
I checked this math guide for TeX and saw no special markup for >.
ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf
What is going on?


$...$:Say I have $n > 1$ apples. – Jake Jan 25 '12 at 0:04\( math \)or\[ math \]when using LaTeX and$ math $or$$ math $$when using plain TeX. – uli Jan 25 '12 at 0:12