When I type this
\footnote{ http://www.cems.uvm.edu/~tlakoba/math337/notes_12.pdf. Page 3.}
LaTeX inputs $ $ in for me when I do not want them. How can I stop this from happening?
When I type this
\footnote{ http://www.cems.uvm.edu/~tlakoba/math337/notes_12.pdf. Page 3.}
LaTeX inputs $ $ in for me when I do not want them. How can I stop this from happening?
The problem is the underline. Use the command \url{} from the url package.
\usepackage{url}
\footnote{\url{http://www.cems.uvm.edu/~tlakoba/math337/notes_12.pdf}, page 3.}
\_this just prints the _. – Dave Apr 24 '13 at 22:23