Can someone help me out please? I am writing my cv, and I need a normal, standard footnote. Here is the heading:
\documentclass[a4paper,10pt]{article}
\usepackage{eurosym}
\usepackage[bookmarks=false]{hyperref} %make sure it comes last of your loaded packages
%\usepackage[dvips,bookmarks=false]{hyperref} %make sure it comes last of your loaded packages
\hypersetup{pdfstartview=FitH,pdfhighlight=/O,colorlinks=true,urlcolor=red,linkcolor=red}
\oddsidemargin = 21 pt
\evensidemargin = 21pt
\textwidth = 410 pt
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage{lastpage}
\lhead{Henrique GOMES\hspace{.5em}}
\chead{}
\rhead{Curriculum \hspace{.5em} -- \hspace{.5em} Sep 2013}
\lfoot{}
\cfoot{}
\rfoot{{Page \thepage ~of \pageref{LastPage}}}
\renewcommand{\headrulewidth}{0.5pt}
\renewcommand{\footrulewidth}{0pt}
\setlength\parindent{0in}
And the footnote is in a tabular environment:
\begin{tabular}{ll}
aaaa\footnote{aaaa}
\end{tabular}

threeparttableand the extensionthreeparttablex. – daleif Oct 16 '13 at 14:50