Re: footnote senza numero progressivo

#14968
Up
0
Down
::

nello stesso capitolo no, ma negli altri sì ???

`\makeatletter
\newcommand{\myfootnote}[2]{\begingroup
\def\@makefnmark{}%
\addtocounter{footnote}{-1}%
\footnote{\textbf{#1}: #2}%
\endgroup}
\makeatother`
Puoi anche usare \myfootnote e \footnote nello stesso capitolo.

Ciao
Enrico

Go to top