X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fhanging.module;h=55c1a2e2d44660f4677e067e7818cb3eaaa55b4d;hb=bbbd1820957f8a3584765eecc8533da6853a979f;hp=bfec5b7b3b2d07e8f993a12b38e6f4e94f494e48;hpb=6196645ccefa4a03a0617e2741a824156ed9404f;p=lyx.git diff --git a/lib/layouts/hanging.module b/lib/layouts/hanging.module index bfec5b7b3b..55c1a2e2d4 100644 --- a/lib/layouts/hanging.module +++ b/lib/layouts/hanging.module @@ -1,17 +1,18 @@ -#\DeclareLyXModule{Hanging} +#\DeclareLyXModule{Hanging Paragraphs} +#\DeclareCategory{Paragraph Styles} #DescriptionBegin #Adds an environment for hanging paragraphs. #Hanging paragraph is a paragraph in which the first line is set to the left margin, but all subsequent lines are indented. #DescriptionEnd -#Author: Richard Heck +#Author: Richard Kimberly Heck #Hanging paragraph code adapted from hanging.sty, available at: # http://www.ctan.org/tex-archive/macros/latex/contrib/hanging/ #Copyright Peter R. Wilson. #Released under the LaTeX Project Public License. -Format 60 +Format 104 Style Hanging LatexType Environment @@ -47,4 +48,6 @@ Style Hanging \everypar={\hangpara}}{\par} } EndPreamble + DocBookTag para + DocBookAttr role='hanging' End