Text FormattingHow insert symbol "\" in text?

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

How insert symbol "\" in text?

Post by artemff »

I didn't find this information.

Recommended reading 2024:

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

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

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

How insert symbol "\" in text?

Post by gmedina »

This can be achieved in several ways; two of them:

Code: Select all

\documentclass{article}

\begin{document}

\verb+\+

\textbackslash

\end{document}
1,1,2,3,5,8,13,21,34,55,89,144,233,...
artemff
Posts: 113
Joined: Sat Oct 17, 2009 11:15 pm

Re: How insert symbol "\" in text?

Post by artemff »

gmedina, thanks
Post Reply