summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/disser/footnote.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/disser/footnote.dtx')
-rw-r--r--Master/texmf-dist/source/latex/disser/footnote.dtx19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/disser/footnote.dtx b/Master/texmf-dist/source/latex/disser/footnote.dtx
new file mode 100644
index 00000000000..a627adf576b
--- /dev/null
+++ b/Master/texmf-dist/source/latex/disser/footnote.dtx
@@ -0,0 +1,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}