Text FormattingUsing \, $,... within text

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
71GA
Posts: 5
Joined: Fri Aug 27, 2010 8:40 pm

Using \, $,... within text

Post by 71GA »

Guys how do i use dollar $ and backslash \ within text?

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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

Using \, $,... within text

Post by gmedina »

Hi,

Code: Select all

\documentclass{article}
\usepackage[T1]{fontenc}

\begin{document}

Dollar sign: \$ and backslash: \textbackslash

\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply