]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/varwidth.module
Grammar
[lyx.git] / lib / layouts / varwidth.module
index e0bf5959d2aaad7236e464ce0970e71a4e34b9ec..04a0867fb11b1b6b508dd46d27c88e1d9465e441 100644 (file)
@@ -9,13 +9,13 @@
 # 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.
+# For an example, see File > Open Example > Modules > Variable-width Minipages.
 #DescriptionEnd
 #
 # Authors: Guillaume Munch <gm@lyx.org>
 #         Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 84
+Format 104
 
 InsetLayout Flex:Minipage_(Var._Width)
   LyXType              custom
@@ -33,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