Home    Personal    Work    Computers    Miscellaneous

LaTeX    Software Projects    Rendering Tutorial    UNIX Commands    Using CVS    Case Modding    Base Wiki

How do I write standard N, R, Z, Q symbols for number sets?

You can write the symbol of a number set (with double lines) using the mathbb font which is supported by amsfonts or amssymb package.

In order to write the notation of a set of real numbers, you can thus use

\mathbb{R}

in math mode if you have included the correct package, i.e. if you either have

\usepackage{amsfonts}

or

\usepackage{amssymb}

in the preamble of your document.

Edit (locked) - History - Recent Changes - Search - Statistics
All contents copyrighted 2000-2006 Anthony Liekens unless otherwise noted. Powered by PmWiki
Page last modified on October 14, 2005, at 01:45 PM.