Math & ScienceHow can I make the "much bigger" sign >>?

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Yue
Posts: 30
Joined: Sat May 08, 2010 9:58 pm

How can I make the "much bigger" sign >>?

Post by Yue »

How can I make the much bigger" sign >>? When I just write >> latex sees it as 2 signs and there is a huge space in beween.

Anyone who can help?

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

How can I make the "much bigger" sign >>?

Post by gmedina »

Hi,

use \gg form amssymb:

Code: Select all

\documentclass{article}
\usepackage{amssymb}

\begin{document}

$a\gg b$

\end{document}
Valuable resources for symbols:

http://detexify.kirelabs.org/classify.html

and

The Comprehensive LaTeX Symbol List.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Yue
Posts: 30
Joined: Sat May 08, 2010 9:58 pm

Re: How can I make the "much bigger" sign >>?

Post by Yue »

Thx alot mate!
Post Reply