Updates thanks to spitz....

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27881 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-12-15 15:00:21 +00:00
parent fb6a6ecfba
commit fc60fd3fc3

View File

@ -27,13 +27,12 @@ Style Hanging
\usepackage{hanging}
\newenvironment{hangparagraphs}
{%
\par
\ifthenelse{\lengthtest{\parindent > 0pt}}%
{\setlength{\lyxhang}{\parindent}}%
{\setlength{\lyxhang}{2em}}%
\begin{hangparas}{\lyxhang}{1}%
\par\begin{hangparas}{\lyxhang}{1}%
}
{\par\end{hangparas}}
{\end{hangparas}}
}{%else
\newenvironment{hangparagraphs}
{%