Hello!
I use \succ in the document and LaTeX treats it like a math operator and this makes problems with line breaking. Is there a way so that latex will not "see" \succ as a math operator? Thank you very much!
Math & Science ⇒ Handle a Math Operator not as such
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Handle a Math Operator not as such
Hi,
you could enclose it in braces: {\succ}.
Stefan
you could enclose it in braces: {\succ}.
Stefan
LaTeX.org admin
Re: Handle a Math Operator not as such
thank you stefan! That's the only solution I found so far!!