Text FormattingFor what this symbol "$" is used?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

For what this symbol "$" is used?

Post by artemff »

For what this symbol "$"(Symbol of dollar) is used?

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

For what this symbol "$" is used?

Post by localghost »

It is for writing math formulas in in-line math mode. I strongly recommend to do some basic reading [1]. Many questions are answered by studying the introduced documents.

[1] View topic: LaTeX Resources for Beginners


Best regards
Thorsten
User avatar
Stefan Kottwitz
Site Admin
Posts: 10344
Joined: Mon Mar 10, 2008 9:44 pm

For what this symbol "$" is used?

Post by Stefan Kottwitz »

It's used to begin and to end the math mode, for formulas embedded in text, like

Code: Select all

Mass–energy equivalence: $E = mc^2$.
I recommend to read some LaTeX introduction or tutorial to get basic information like this: LaTeX Resources for Beginners.

Stefan
LaTeX.org admin
Post Reply