Text Formatting ⇒ How insert symbol "\" in text?
How insert symbol "\" in text?
I didn't find this information.
NEW: TikZ book now 40% off at Amazon.com for a short time.
How insert symbol "\" in text?
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,...
Re: How insert symbol "\" in text?
gmedina, thanks