1 % Copyright 2006 Konstantin Korikov <lostclus@ua.fm>
3 % This work may be distributed and/or modified under the
4 % conditions of the LaTeX Project Public License, either version 1.3
5 % of this license or (at your option) any later version.
6 % The latest version of this license is in
7 % http://www.latex-project.org/lppl.txt
8 % and version 1.3 or later is part of all distributions of LaTeX
9 % version 2003/12/01 or later.
11 % This work has the LPPL maintenance status "maintained".
13 % This Current Maintainer of this work is Konstantin Korikov.
15 % This work consists of all files listed in manifest.txt.
19 \NeedsTeXFormat{LaTeX2e
}
20 \ProvidesPackage{eskddstu
}[m4_dnl
21 m4_FILE_ID(
[[$Date:: $
]]) Ukrainian DSTU implementation
]
24 % îÁÓÔÒÏÊËÁ ÐÏÑÓÎÅÎÉÊ Ë ÆÏÒÍÕÌÁÍ ÓÏÇÌÁÓÎÏ äóôõ 3008, Ð. 7.10.3
26 % ×ÒÅÍÅÎÎÁÑ ÄÌÉÎÁ ÄÌÑ ÐÅÒÅÄÁÞÉ ×ÎÕÔÒØ ÏËÒÕÖÅÎÉÑ {list}
27 % ×ÅÌÉÞÉÎÙ ÁÂÚÁÃÎÏÇÏ ÏÔÓÔÕÐÁ
28 \setlength{\ESKDexplanIndent}{\parindent}
30 % ÏÐÒÅÄÅÌÉÍ ÎÁÛÕ ÓÏÂÓÔ×ÅÎÎÕÀ ËÏÍÁÎÄÕ ÄÌÑ ÚÁÍÅÎÙ \makelabel
31 \newcommand{\ESKD@dstu@expl@label
}[1]{%
32 \ifthenelse{\equal{}{#1}}
34 {\hspace{\ESKDexplanIndent}#1}%
37 \renewenvironment{ESKDexplanation
}[1][\ESKDexplanWidth]{%
38 \begin{list
}{}{\setlength{\parsep}{0pt
}%
39 \setlength{\topsep}{0pt
}%
40 \setlength{\itemsep}{0pt
}%
41 \setlength{\labelsep}{0pt
}%
42 \setlength{\labelwidth}{0pt
}%
43 \setlength{\leftmargin}{0pt
}%
44 \let\makelabel\ESKD@dstu@expl@label
}}{%
48 m4_dnl vim:ft=tex:sw=
2:ai