Less than Symbol in Latex

If you want to show a simple less than symbol (i.e. <) in Latex, you are in for a surprise as you cannot use that character as is. If you are in math mode and writing this part of a formula then you might be still OK, but if you are in text mode then it is quite difficult.

Surprisingly, searching for this online also did not provide any obvious answers (perhaps I was searching for the wrong thing).

Anyways, I did figure it out in the end, and I needed to use the \textless directive for latex. I also found a few more symbols and have them listed below in case they are helpful for anyone else.

Symbol Latex Command
^ \textasciicircum
< \textless
> \textgreater
~ \textasciitilde
ª \textordfeminine
* \textasteriskcentered
º \textordmasculine
\ \textbackslash
\textparagraph
| \textbar
· \textperiodcentered
{ \textbraceleft
} \textbraceright
¿ \textquestiondown
\textquotedblleft
\textquotedblright
\textquoteleft
\textquoteright
\textbullet
© \textcopyright
\textdagger
\textdaggerdbl
® \textregistered
$ \textdollar
§ \textsection
. . . \textellipsis
£ \textsterling
\textemdash
\texttrademark
\textendash
_ \textunderscore
¡ \textexclamdown
  \textvisiblespace

Published by

Amit Bahree

This blog is my personal blog and while it does reflect my experiences in my professional life, this is just my thoughts. Most of the entries are technical though sometimes they can vary from the wacky to even political – however that is quite rare. Quite often, I have been asked what’s up with the “gibberish” and the funny title of the blog? Some people even going the extra step to say that, this is a virus that infected their system (ahem) well. [:D] It actually is quite simple, and if you have still not figured out then check out this link – whats in a name?

One thought on “Less than Symbol in Latex”

  1. Thank you very much for the timely help. Most of the searches I carried out prompt less than or equal to, never only less.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.