I would like to insert a url in a footnote but that isn't working.
I use the following code :
\documentclass[a4paper,11pt,final]{article}
\usepackage{color}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{fancyhdr}
\usepackage[french]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{setspace}
\usepackage{url}
\usepackage[french]{varioref}
\usepackage[pdftex]{graphicx}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{eurosym}
\usepackage{amsmath}
\usepackage{ucs}
\usepackage{caption}
\usepackage{pdfpages}
\usepackage{enumitem}
\renewcommand{\FrenchLabelItem}{\textbullet}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{supertabular}
\setlength{\doublerulesep}{\arrayrulewidth}
\usepackage[left=3cm, right=2.5cm, top=2.65cm, bottom=2.65cm]{geometry}
\pagestyle{fancy}
\fancyhead[LO]{}
\usepackage{hyperref}
and the problem is in this "sentence" :
\,\footnote{La vidéo réalisée à l'effet du projet Arqana Racing Club est visible sur le lien suivant : \url{http://www.youtube.com/watch?feature=player_embedded&v=5o0t29uwTQc#!}}
Could you help me please ?
hyperrefpackage the last. And, could you please get rid of unnecessary packages so that, you get to a MWE: note that a MWE is a complete example beginning with\documentclassending with\end{document}– kan May 05 '13 at 13:02hyperrefpackage loadsurl, so I don't think you don't have to load it. – kan May 05 '13 at 13:04&and#in the argument of\url. In other words, substitute\&for&and\#for#; that should solve the problem. – jub0bs May 05 '13 at 13:06&and#works here too but what should I do with\footnote{\url{https://en.wikipedia.org/wiki/WFF_%27N_PROOF}}? – schremmer Oct 30 '22 at 20:18