Math & ScienceLess than symbol

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
azizever83
Posts: 41
Joined: Sun Apr 08, 2012 4:31 pm

Less than symbol

Post by azizever83 »

Hello,
I am still new in Latex and having so many difficulties. I am trying to write my assignment and not able to make the output of less than or equal sign. I have found almost all tutorials useing the same method. but did not work with me.
here is my attempt but getting an error.

Code: Select all

Arrival_Q \leq Arrival_Q_Size
and also tried to use

Code: Select all

Arrival_Q \leqslant Arrival_Q_Size
the same no way. is there any specific package i have to use?
can u please write me the correct form so that I can use it??
Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

alainremillard
Posts: 45
Joined: Fri Mar 16, 2012 8:22 pm

Less than symbol

Post by alainremillard »

What kind of error do you get ?

\leq and \geq are math operator, so they have to be in math mode

For example you could write

Code: Select all

$\leq$
But if you are in text mode, the underscore will also get you an error. Please be more specific, or write a Infominimal working example. It'll help people reproduce your problem.

regards
Alain R
Post Reply