Bonjour tous,

voila je fais un beamer en ce moment avec des footnotes pour les références et j'ai un comportement assez étrange sur certaines slide c'est écrit (je mets entre parenthèse le texte en exposant) :
* blabla(1)
* blabla(a)

Dans mon entête j'utilise:
\usecolortheme{dolphin}
\setbeamerfont{footnote}{size=\tiny}
\setbeamercolor{footnote}{use=structure,fg=structure.fg!80}
Et pour l'appel au footnote (par exemple) :
Protein folding\footnote[1]{Freddolino et al. \textit{Biophys. J.} \textbf{2008}}
Là j'ai un (a) qui apparait alors que je spécifie bien un (1)

Et dans le cas:
Symmetry adapted perturbation theory\footnote[1]{Jeziorski et al. \textit{Chem. Rev.} \textbf{1994}}:}
J'ai bien un (1) qui apparaît.

C'est pas trop gênant dans le sens où si ça fait un (a) c'est pour la diapo entière mais bon dans un soucis de cohérence ça m'arrangerai de comprendre pourquoi...

Merci.
Bonjour,

cela dépend peut-être du contexte dans lequel tes notes de bas de pages sont appelées : au sein d'une section, d'une sous-section, dans un bloc, une liste/énumération... ? Peux-tu donner plus de lignes de code décrivant le contexte dans lequel tes notes sont invoquées ?
Voici le code

Pour la version (a) :
\begin{frame}

\setbeamercovered{transparent=20}
\begin{center}
\begin{large}\textbf{Is {\color{red}explicit} polarization required in molecular mechanical FF?}\end{large}
\end{center}
\begin{minipage}{1.0\linewidth}
\begin{minipage}[c]{8cm}
\begin{itemize}
\item<2> {\color{blue}\underline{More general force fields:}}
\begin{scriptsize}appropriate parameterization representing intermolecular interactions in a wide range of environments.\end{scriptsize}
\vspace{0.8cm}
\item<3> {\color{blue}\underline{More accurate force fields:}}
\begin{scriptsize}improve the description of intermolecular interactions. --- e.g. Protein-ligand binding energies, metalloproteins, ion channels, membrane/water interface,$\ldots$\end{scriptsize}
\vspace{0.8cm}
\item<4> {\color{blue}\underline{Robust force fields for long time scale}}\newline {\color{blue}\underline{simulations:}}
\begin{scriptsize}free energy barriers between all accessible conformations need to be modeled\newline accurately — e.g. Protein folding\footnote[1]{Freddolino et al. \textit{Biophys. J.} \textbf{2008}}.\end{scriptsize}
\end{itemize}
...
Et la version (1)
\begin{frame}

\setbeamercovered{transparent=20}
\begin{multicols}{2}

\begin{footnotesize}
{\color{blue}\underline{\centering Symmetry adapted perturbation theory\footnote[1]{Jeziorski et al. \textit{Chem. Rev.} \textbf{1994}}:}}
\end{footnotesize}
(ho le méchant double post...)

Grâce à Pikachu voici la solution. Dans les minipage la numérotation est utilisée avec des lettres et pas des chiffres il faut donc spécifier au départ de la minipage qu'on veut utiliser les chiffres et pas les lettres.
Voici le code modifié avec l'utilisation des block columns de beamer en remplacement des minipage (plus propre) voir doc : http://mcclinews.free.fr/latex/introbeamer/elements_contenu.html#toc23
\begin{frame}

\setbeamercovered{transparent=20}
\begin{center}
\begin{large}\textbf{Is {\color{red}explicit} polarization required in molecular mechanical FF?}\end{large}
\end{center}
\begin{columns}[c]
% Set the minipage footnote counter
\setcounter{mpfootnote}{\value{footnote}}
% Redefine the command that produces the footnote number
\renewcommand{\thempfootnote}{\arabic{mpfootnote}}

\begin{column}{7cm}
\begin{itemize}
\item<2> {\color{blue}\underline{More general force fields:}}
\begin{scriptsize}appropriate parameterization representing intermolecular interactions in a wide range of environments.\end{scriptsize}
\vspace{0.8cm}
\item<3> {\color{blue}\underline{More accurate force fields:}}
\begin{scriptsize}improve the description of intermolecular interactions. --- e.g. Protein-ligand binding energies, metalloproteins, ion channels, membrane/water interface,$\ldots$\end{scriptsize}
\vspace{0.8cm}
\item<4> {\color{blue}\underline{Robust force fields for long time scale}}\newline {\color{blue}\underline{simulations:}}
\begin{scriptsize}free energy barriers between all accessible conformations need to be modeled\newline accurately — e.g. Protein folding\footnote[1]{Freddolino et al. \textit{Biophys. J.} \textbf{2008}}.\end{scriptsize}
Merci Pikachu
2 ans plus tard
Bonjour,

J'ai le même problème avec footnote, mais je l'utilise dans un block normal et un itemize. Le footnote est indiqué par un "a", alors que j'aimerais les symboles en utilisant "\renewcommand{\thefootnote}{\fnsymbol{footnote}}". J'ai conscience que mon erreur est dans le "\thefootnote", mais je ne sais pas par quoi le modifier (quelque chose comme \theblockfootnote ?)

\begin{frame}
\begin{block}{Turbine basse pression}
\begin{itemize}
\item Augmenter de $1\%$ le rendement $\Rightarrow$ réduction de $0.96 \%$ de la SFC \footnote{Wisler, 1998}
\item L'écoulement passe d'un état laminaire à un état turbulent
\end{block}
\end{itemize}
\end{frame}

De plus, l'idéal pour moi (ok j'abuse peut être :roll:), mais ce serait que l'exposant du footnote soit dans mon block (après SFC dans mon exemple) , mais que le footnote soit en dehors du bloc, réellement en pied de page.

Merci
\footnote[1234]{Wisler, 1998} ?