Inserting < and > symbols in LaTeX
Monday, July 24th, 2006 After several tries, I have been thinking that the only way to write a lesser than (<) and greater than (>) charecters in LaTeX was adding to the header
\usepackage[T1]{fontenc}
In fact, if not specified, < will become ¡ and > will become ¿, not very helpful to write HTML/XML code. However, with including the package […]
