[EMAIL PROTECTED] wrote: > Hi! > > I need help. > > I have a problem with page numbering. > There is a collection of articles in one document. > It is necessary that in every page there are > pagination within the limits of article and throught the whole document. > > > Best regards, > Michail.
Quick idea : In your preamble add \usepackage{calc} and create a new counter \newcounter{globalpagination) \setcounter{globalpagination}{0} For each new article - store the pagination in the counter like \setcounter{globalpagination {\value{globalpagination}+ \page} - restart the pagination numbering \pagenumbering{arabic} - Use the fancyhdr package and insert your two paginations, one based on \page and the other on \globalpagination Cheers, Charles -- http://www.kde-france.org