General ⇒ How to wrap a word containing a slash character?
How to wrap a word containing a slash character?
How can I wrap a word in an abstract containing a slash character, for example, cat/dog? Now this kind of word can not be wrapped around. They are too long for a line.
Thanks in advance
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: How to wrap a word containing a slash character?
Like
.... cat/
dog ...
or
... cat/-
dog ...
If the latter, then cat/\-dog should work. (Put in \- anywhere else in the word where it is OK to break too.)
How to wrap a word containing a slash character?
Code: Select all
cat\slash doc