Without any modification to »gloss-russian.ldf« you can let the periods in the heading numbers disappear. But the necessary redefinitions have to be delayed until the document begins. Add these lines to the document preamble.
Code: Select all
\AtBeginDocument{%
\def\postsection{\@aftersepkern}%
\def\postsubsection{\@aftersepkern}%
\def\postsubsubsection{\@aftersepkern}%
\def\postparagraph{\@aftersepkern}%
\def\postsubparagraph{\@aftersepkern}%
}
For classes with chapters you have to add the corresponding redefinition according to »gloss-russian.ldf«. Commands like
\AtBeginDocument
are introduced in »
LaTeX2e for class and package writers.«.
The following way of redefinition does not work in the preamble!
[code]\makeatletter
\def\postsection{\@aftersepkern}%
\def\postsubsection{\@aftersepkern}%
\def\postsubsubsection{\@aftersepkern}%
\def\postparagraph{\@aftersepkern}%
\def\postsubparagraph{\@aftersepkern}%
\makeatother[/code]
But it works within the document.
And by the way, we appreciate it very much if you exclusively attach necessary stuff (files, pictures, …) by
upload to the forum server.