Possible Duplicate:
Correctly typesetting a tilde
I can show ~(tilde) in normal text, using text as follows,
\begin{quote}
\verb|~|
\end{quote}
But the problem is when I try to put this in footnote{}. Error will be thrown, how should I do this?
I can show ~(tilde) in normal text, using text as follows,
But the problem is when I try to put this in footnote{}. Error will be thrown, how should I do this? |
||||
|
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You can use
The group |
|||
|
|
|
\footnote{foo \~{} bar} works for me. If you want it in \verb style, but a \texttt around. |
|||
|
|