Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
decrease spacing for lists
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Jan 20, 2011
1 parent 0d86d0e commit f222657
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion postgresql.sty
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,16 @@
%\@addtoreset{equation}{section} % Счетчик формул
%\@addtoreset{figure}{section} % Счетчик рисунков
%\@addtoreset{table}{section} % Счетчик таблиц
\makeatother
\makeatother

\let\olditemize=\itemize
\def\itemize{
\olditemize
\setlength{\itemsep}{-1ex}
}

\let\oldenumerate=\enumerate
\def\enumerate{
\oldenumerate
\setlength{\itemsep}{-1ex}
}

0 comments on commit f222657

Please sign in to comment.