]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/hanging.module
KOMA-script layout files: don't check for KOMA-script's internal dependencies, scrbas...
[lyx.git] / lib / layouts / hanging.module
index b5c19bf2a3684bb2143dade6326aeb60756719c2..af80449ee5766c1e808f6b6148aac5df83fbf4bd 100644 (file)
@@ -11,7 +11,7 @@
 #Copyright Peter R. Wilson.
 #Released under the LaTeX Project Public License.
 
-Format 11
+Format 27
 
 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