I have a small problem with my footnote in my table.
I have the following code for my table:
Code: Select all
\begin{table}
\renewcommand{\thefootnote}{\fnsymbol{footnote}}
\hspace{-1.7cm}
\begin{tabular}{| c | c | c| m{2cm}|}
\hline\hline
\textbf{Zone/Région} & \textbf{Année de l'étude} & \textbf{Variables d'intérêts} & \textbf{Résultats}: +\footnotemark[1]/0/- ?\\
\hline\hline
Indiana \cite{papke_tax_1994} & 1991 & Taux de chômage & +\\
\hline
\end{tabular}
\caption{Tableau récapitulatif des études de cas pratiques sur les zones franches}
\label{Table 1}
\end{table}
\footnotetext[1]{Positif signifie que l'effet est dans le sens désiré. Par exemple: \textit{"Taux de chômage +"} signifie que le chômage diminue}
I have tried to insert the footnotetext before \end{table} but then it does not appear at all !
Do someone know how can I fix it ?
Many thanks
