General ⇒ how to display \\
how to display \\
I need to display a double slash, but don't know how to make LaTeX understand that I don't want a line break. Help, please!
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
how to display \\
Hi Lasalle,
welcome to the board!
Some possible options are:
Stefan
welcome to the board!
Some possible options are:
Code: Select all
\textbackslash\textbackslash
Code: Select all
$\backslash\backslash$
Code: Select all
\verb|\\|
LaTeX.org admin
Re: how to display \\
Thank you! I had figured out the math mode solution, but that wasn't really what I wanted. Didn't know about \textbackslash. Thank you much!