When typing < or > in LaTeX and compiling with pdflatex, the less than and greater than symbols appear at upside down exclamation points. I'm not in math mode.
|
|
|||||
|
|
Geoffs tip with
Have a look at the T1 encoding table, search for the symbols < and >. Afterwards, open the OT1 encoding table, which is the default. At the two corresponding places you will find the upside down exclamation resp. quotation mark. That should explain it. For further reasons, why you should use T1 encoding, have a look at this question: Why should I use \usepackage[T1]{fontenc}? You should use a font supporting T1. For instance use the very good Latin Modern font, derived from the standard fonts:
Or install the |
|||||
|
|
|
Use |
|||||
|
|
May be using some other sane font encoding, something like |
|||
|
|
|
What I usually do is just enter mathmode to type them, e.g. |
|||||||||
|