Thank you:) one more question - Normally page with abstract is without number. I want to have abstracts, next would be table of contents (this page should have number 1) . When I use your modification, page with abstracts is numbered. When I use \thispagestyle{empty} for abstracts page there's no ...
I have small problem with numbering. Of course I use code from this page. \def\@seccntformat#1{\csname the#1\endcsname.\quad} \def\numberline#1{\hb@xt@\@tempdima{#1\if&\else.\fi\hfil}} In my document I use algorithm environment. Every algorithm has number of section and number of algorithm ...