Hello,
I want to write following in LaTex: "A&B", like written without spaces before and after the &.
How can I do that?
Thank you!
EDIT:
A\&{}B is working, but is this the "right" version?
Text Formatting ⇒ No space after \&
NEW: TikZ book now 40% off at Amazon.com for a short time.

No space after \&
It also seems to work without braces.
Code: Select all
\documentclass[border=1pt]{standalone}
\begin{document}
A\&B
\end{document}