]> git.lyx.org Git - lyx.git/commitdiff
Updates thanks to spitz....
authorRichard Heck <rgheck@comcast.net>
Mon, 15 Dec 2008 15:00:21 +0000 (15:00 +0000)
committerRichard Heck <rgheck@comcast.net>
Mon, 15 Dec 2008 15:00:21 +0000 (15:00 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27881 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/hanging.module

index 2a7ecb580c3b72f6333cfde84e52509ea3ae6f19..950148ae1ebaf7df3f435f459d4abb5a216cb3c4 100644 (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}
         {%