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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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