blob: a627adf576b03ae79986efba51d2e338478d5cb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% \begin{macrocode}
%<*footnote>
% \end{macrocode}
%
% \subsection{Ñíîñêà}
%
% Ãîðèçîíòàëüíàÿ ëèíèÿ, îòäåëÿþùàÿ ñíîñêó.
% \begin{macrocode}
\renewcommand\footnoterule{%
\kern-3\p@\hrule\@width.4\columnwidth\kern2.6\p@
}
\newcommand\@makefntext[1]{%
\parindent 1em%
\noindent
\hb@xt@1.8em{\hss\@makefnmark}#1
}
%</footnote>
% \end{macrocode}
|