Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

In LaTeX, if I use \verb, how can I escape |? For example, I want to display ab|bc: \verb|ab[]bc|. What should replace []?

share|improve this question

1 Answer

up vote 14 down vote accepted
\verb=ab|cd=

you can choose any delimiter for the verb argument

share|improve this answer
Thank you, Herbert. – Kejia柯嘉 Feb 8 '11 at 19:48

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.