]> 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 fc69597de77cc814205c6f83860b7911fcaa9dfd..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
@@ -7,12 +8,14 @@
 #
 # The inset has two optional arguments: vertical adjustment (c|t|b) and
 # maximum width (defaults to \linewidth).
+#
+# See example in varwidth-floats-side-by-side.lyx.
 #DescriptionEnd
 #
-# Authors: d.iabo <gm@lyx.org>
+# Authors: Guillaume Munch <gm@lyx.org>
 #         Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 49
+Format 89
 
 InsetLayout Flex:Minipage_(Var._Width)
   LyXType              custom
@@ -30,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