]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/varwidth.module
Add frontispiece layout to KOMA classes
[lyx.git] / lib / layouts / varwidth.module
index 83bee6297a772aa86deb5ab13c2f696788b4dc78..993dfeed1306c2d14a542da378c9d365bd5a81a3 100644 (file)
@@ -1,4 +1,5 @@
 #\DeclareLyXModule{Variable-width Minipages}
+#\DeclareCategory{Boxes}
 #DescriptionBegin
 # Adds a 'Minipage (Var. Width)' inset using the varwidth LaTeX package.
 # The varwidth package provides a variable-width minipage, whose resulting
@@ -14,7 +15,7 @@
 # Authors: Guillaume Munch <gm@lyx.org>
 #         Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 70
+Format 90
 
 InsetLayout Flex:Minipage_(Var._Width)
   LyXType              custom
@@ -32,12 +33,14 @@ InsetLayout Flex:Minipage_(Var._Width)
   Argument 1
     LabelString        "Vert. Adjustment"
     Tooltip            "Vertical adjustment: c (center), t (top) or b (bottom)"
+    DocBookTag      IGNORE
   EndArgument
   Argument 2
     LabelString        "Max. Width"
     Tooltip            "Maximum width (default: \linewidth)"
     DefaultArg                 "\linewidth"
     Mandatory          1
+    DocBookTag      IGNORE
   EndArgument
   Requires             varwidth
 End