Pas de footnote avec resizebox
Bonjour
Avec ce code, je n'arrive pas à obtenir la note en bas de page
page :
\documentclass{article}
\usepackage[footnotehyper]{nicematrix}
\usepackage{tikz}
\begin{document}
\ttfamily
\resizebox{\textwidth}{!}
{
\begin{NiceTabular}{lc@{\hphantom{-}}c@{\hphantom{-}}ccc>{\vphantom{q}}c>{\vphantom{q}}c>{\vphantom{q}}cc>{\vphantom{q}}cc>{\vphantom{q}}c}
Tact\footnote{Les tactus sont comptés à partir du posé cadentiel de la phrase B (fin du vers 4).} & 8 & 9 & 10 & 11 & 12 & 13 & 14 & 15 & 16 & 17 & 18 & 19 \\
Sup- & & & & quelle & & & & Paix & & & & mais \\
Cont- & quel & \Block[l]{}{\llap{-}le} & & & & Paix & & & & mais \\
Ten- & & & quelle & & & & & Paix & & & & mais \\
Bas- & & quel & \Block[l]{}{\llap{-}le} & & & & Paix & & & & & mais \\
& 1 & 2 & 3 & \underline{4} & & 1 & 2 & \underline{3} & & 1 & & \underline{2} \\
\CodeAfter
\begin{tikzpicture}
\draw (3-2.south east)
-- (3-2.south west)
-- (5-3.south west)
-- (5-3.south east)
-- (4-4.south east)
-- (4-4.south west) ;
\draw (4-4.south east) -- (2-5.south east) -- (2-5.south west) ;
\draw (3-7.south east)
-- (3-7.south west)
-- (5-8.south west)
-- (5-8.south east)
-- (4-9.south east)
-- (4-9.south west) ;
\draw (2-9.south west) -- (2-9.south east) -- (4-9.south east) ;
\draw (3-11.south east)
-- (3-11.south west)
-- (5-13.south west)
-- (5-13.south east)
-- (2-13.south east)
-- (2-13.south west);
\draw (4-13.south east) -- (4-13.south west) ;
\end{tikzpicture}
\end{NiceTabular}}
\end{document}
Merci pour votre aideJe ne comprends pas pourquoi.