
Estou lutando para biblatex
ter uma nota de rodapé quando o \footcite
comando é emitido dentro de um \begin{center} \end{center}
bloco.
A bibliografia funciona bem, tenho o número de referência no texto mas não consigo obter a nota de rodapé ao mesmo tempo.
Eu tentei o comando:
\footcite{ref1}
\footfullcite{ref1}
\footfullcitetext{ref1}
Mas não está funcionando.
Isto é o que eu tenho:
\usepackage[
backend=bibtex,
style=numeric,
citestyle=verbose,
maxcitenames=50,
maxbibnames=50,
firstinits=false,
sorting=none]{biblatex}
\bibliography{biblio}
\begin{center}
\includegraphics[scale=0.30]{01_Content_Certif_X509}
\captionof{figure}{\emph{Génération et contenu d’un certificat X.509.}\footcite{dumas2013theorie}}
\end{center}
Se eu usei o \footcite
comando fora do \begin{center} \end{center}
bloco, funcionou bem.
Alguém pode me ajudar, por favor?
Responder1
@moewe, baseado no seu link, essa foi a solução
\begin{center}
\includegraphics[scale=0.30]{01_Content_Certif_X509}\label{fig:1}
\captionof{figure}{\emph{Génération et contenu d’un certificat X.509.}{\protect\footnotemark}}
\end{center}
\footnotetext{\footcite{dumas2013theorie}