Possible Duplicate:
How to look up a symbol?
Escape character in LaTeX
In the itemize environment, how do I use the ampersand symbol & without LaTeX trying to use it as a command?
Possible Duplicate:
How to look up a symbol?
Escape character in LaTeX
In the itemize environment, how do I use the ampersand symbol & without LaTeX trying to use it as a command?
How about \&?
This also works fine in XeLaTeX and LuaLaTeX. For example, in XeLaTeX this code:
\documentclass{article}
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\begin{document}
Testing... \&
\end{document}
is thus rendered:
{\&} instead. But it does not work inside \textbf.
– Léo Léopold Hertz 준영
Aug 02 '17 at 13:37
\&. – barbara beeton Jan 24 '13 at 23:30\&, but since we don't know that that might be, can't guess at an answer. since you're not the person who asked this question, please post a new one, with a compilable example that demonstrates the problem. – barbara beeton Jan 15 '17 at 19:26