LaTeX: using verbatim in footnote
Problem
You want something like this:
\footnote{See \verb|http://www.google.com|.}
But LaTeX drops an error. Unfortunately verbatim is not allowed in footnotes.
Solution
But there is a workaround:
\footnote{See \texttt{http://www.google.com}.}
Tip found here.
Comments (0)
Trackbacks (0)
Leave a comment
Trackback