Re: numerazione note a piè di pagina

#54286
Up
0
Down
::


ciao,

eccovi un esempio. Se lo compilate al capitolo 2 la nota è 2.
fatemi sapere. c’è da dire che sto usando uno stile fatto da una casa editrice. Se vi serve ve lo posto.
fatemi sapere
ciao
angelico

\documentclass[a4paper, titlepage, twoside]{report}
\usepackage[]{frontespizio}
\usepackage[italian]{babel}
\usepackage[latin1]{inputenc}
\usepackage{amsmath, amssymb}
\usepackage{fancyhdr}
\usepackage[babel]{csquotes}
\usepackage[style=authortitle, citestyle=verbose-trad1]{biblatex}
\bibliography{bibliotesi}
\usepackage{graphicx}
\usepackage{chngcntr}
\usepackage{aracne}
\pagestyle{fancy}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}}
\setcounter{secnumdepth}{-2}
\setcounter{tocdepth}{5}

\newcommand{\1}{${}$\quad \enspace}
\newcommand{\appu}[1]{\marginpar{{\scriptsize #1}}}
\newcommand{\ms}{\textsc}

\newenvironment{cit}
{\begin{quotation}\footnotesize}
{\end{quotation}}
%
\newenvironment{zit}
{\begin{quote}\footnotesize}
{\end{quote}}
%
\newenvironment{sistema}
{\left\lbrace\begin{array}{@{}l@{}}}%
{\end{array}\right.}
%
\newcommand{\av}{\guillemotleft}
\newcommand{\di}{\guillemotright}
%

\fancyhead{}
\fancyhead[RE,LO]{\nouppercase{\leftmark}}
\fancyhead[RO,LE]{\thepage}
\fancyfoot{}

\nocite{*}
\counterwithin*{footnote}{chapter}
\begin{document}
\chapter{1}

io tu\footnote{egli}

\chapter{2}
noi voi\footnote{essi}
\end{document}

Go to top