LaTeX Greater Than (>) - Complete Guide

The greater-than symbol (>) indicates that one value is larger than another.

Symbol Preview

>

Greater Than

LaTeX Code

No package required

Recommended
>

Greater than symbol

What is the LaTeX Greater Than?

The greater-than symbol (>) is one of the basic comparison operators used in mathematics. It is used to express inequalities.

How to Use Greater Than in LaTeX

Method 1: Using >

โœ…No package required

Greater than symbol

Example: Using >

latex
\documentclass{article}

\begin{document}

% Using the Greater Than
Text with >

\end{document}

Common Use Cases

The Greater Than symbol is commonly used in the following contexts:

Inequality

Comparing values.

Code

$x > y$

Output

x > y

Complete Examples

Inequality Expression

Greater than inequality

latex
\documentclass{article}
\begin{document}

If $x > 5$, then something is true.

\end{document}

Frequently Asked Questions

Which method should I use?

We recommend using the method marked as "Recommended" above. However, the best method depends on your specific needs:

  • >: Greater than symbol

Where do I use this symbol?

This symbol can be used:

  • In mathematical equations (math mode)
  • In regular text (if using text mode)
  • In various document environments

Can I use this in display mode?

Yes, symbols that work in math mode (between $ $) also work in display mode (between $$ $$). This allows you to display the symbol on its own line with larger formatting.

๐Ÿ”— Related Symbols You May Need

View all symbols โ†’

๐ŸŽฏ Need to Convert PDF to LaTeX?

Our free PDF to LaTeX converter preserves all mathematical symbols and formatting.

โœ“ Fast & accurate

โœ“ Preserves symbols

โœ“ Free online

โœ“ No registration

Try Converter Now โ†’