]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/hanging.module
Add tableaux to outliner
[lyx.git] / lib / layouts / hanging.module
index 5b937fd91831970a0a80df421a1cde771743d9fd..7ff3ca507338b44093c22fb9d6285b1b0065ea41 100644 (file)
@@ -11,7 +11,7 @@
 #Copyright Peter R. Wilson.
 #Released under the LaTeX Project Public License.
 
-Format 8
+Format 63
 
 Style Hanging
   LatexType Environment
@@ -30,7 +30,7 @@ Style Hanging
           \ifthenelse{\lengthtest{\parindent > 0pt}}%
             {\setlength{\lyxhang}{\parindent}}%
             {\setlength{\lyxhang}{2em}}%
-          \begin{hangparas}{\lyxhang}{1}%
+          \par\begin{hangparas}{\lyxhang}{1}%
         }
         {\end{hangparas}}
     }{%else