summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/przechlewski-book/p42.tex
blob: 49886d50664cb52744b642eecc2915f46d781090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\documentclass[a4paper]{article}
\usepackage{polski}
\usepackage{calc} %% potrzebny w konstrukcji: \labelwidth+\labelsep (patrz niżej)
\usepackage[utf8]{inputenc}

\newenvironment{Description}{%%
 \begin{list}{}{\renewcommand{\makelabel}[1]{\mbox{\itshape ##1:}\hfil}
 \setlength{\labelwidth}{1.4in}
 \setlength{\leftmargin}{\labelwidth+\labelsep}}}{\end{list}}

\begin{document}

\begin{Description}
\item[Anax imperator] Gatunek ważki różnoskrzydłej z~rodziny żagnicowatych...
\item[Leucorrhinia albifrons] Ważka niedużej wielkości ...
\item[Orthetrum cancellatum] Jeden z~najpospolitszych gatunków w Polsce...
\end{Description}

\end{document}