summaryrefslogtreecommitdiff
path: root/support/word_tex/deflist.sty
blob: f96c67f2f895f82906f9d29dcc4c8964490054c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
% DEFLIST_STY
% 17. Juni 1988 nach Wonneberger: Kompakfuehrer LaTeX, Seite 54
% G. Partosch
\newcommand{\deflabel}[1]{\bf #1\hfill}
\newenvironment{deflist}[1]%
{\begin{list}{}%
{\settowidth{\labelwidth}{\bf #1}%
\setlength{\leftmargin}{\labelwidth}%
\addtolength{\leftmargin}{\labelsep}%
\renewcommand{\makelabel}{\deflabel}}}%
{\end{list}}