Generalhow to display \\

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
lasalle25
Posts: 2
Joined: Tue Sep 13, 2011 8:35 pm

how to display \\

Post by lasalle25 »

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!

Recommended reading 2024:

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

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 \\

Post by Stefan Kottwitz »

Hi Lasalle,

welcome to the board!
Some possible options are:

Code: Select all

\textbackslash\textbackslash

Code: Select all

$\backslash\backslash$

Code: Select all

\verb|\\|
Stefan
LaTeX.org admin
lasalle25
Posts: 2
Joined: Tue Sep 13, 2011 8:35 pm

Re: how to display \\

Post by lasalle25 »

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!
Post Reply