]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/varwidth.module
Autoconf: use included boost when system boost is not available
[lyx.git] / lib / layouts / varwidth.module
index 996f6c978dcf432aa29f3b53a124935a87037a68..6c0ea475da4c079697703d17fc93c9803139739c 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 72
+Format 89
 
 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