summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/dtk/historical/textlist.sty')
-rw-r--r--Master/texmf-dist/doc/latex/dtk/historical/textlist.sty14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty b/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty
new file mode 100644
index 00000000000..5417fa577b4
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty
@@ -0,0 +1,14 @@
+% Unbekannter Style/Paket ``textlist''
+% nachgebaut analog zu ``deflist.sty''
+% (br, 12.02.2001)
+\newenvironment{textlist}[1]{%
+ \list{}{%
+ \settowidth{\labelwidth}{#1}%
+ \setlength{\leftmargin}{\labelwidth}%
+ \addtolength{\leftmargin}{\labelsep}%
+ \def\makelabel##1{##1\hfill}%
+ }%
+}{%
+ \endlist
+}
+\endinput \ No newline at end of file