Hi, All
I searched this forum and googled the keyword of escaping the backslash character.
So the answer is to use \textbackslash.
What I want to see in generated ps/pdf file is
C:\bbwin\trunk\Core\Agents>
my tex src is
c:\textbackslash bbwin \textbackslash trunk\textbackslash Core\textbackslash Agents>
But after the rendering into PDF using pdflatex, I am getting following
C:\ bbwin\ trunk\ Core\ Agents>
There is a space character after the slash character.
Any pointer ?
Thanks for your time
tj
Text Formatting ⇒ Escape backslash character again
NEW: TikZ book now 40% off at Amazon.com for a short time.
Escape backslash character again
You could do:
though I’d prefer:
Code: Select all
c:{\textbackslash}bbwin{\textbackslash}trunk{\textbackslash}Core{\textbackslash}Agents{\textgreater}
Code: Select all
\verb|c:\bbwin\trunk\Core\Agents>|
Re: Escape backslash character again
Frabjous
Thanks for helping me out on this beginner type of question.
I appreciate your help.
I put down you two solutions for my question into my "The LaTeX Companion" book.
Thanks for helping me out on this beginner type of question.
I appreciate your help.
I put down you two solutions for my question into my "The LaTeX Companion" book.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Escape backslash character again
Topics with solved problems are marked accordingly by the OP as described in Section 3 of the Board Rules. Marking a topic means to edit the initial post, not the last one.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10