X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fvarwidth.module;h=04a0867fb11b1b6b508dd46d27c88e1d9465e441;hb=e2e74ffb0a72477420bfc2a8be0fcfbafe52e8ae;hp=e0bf5959d2aaad7236e464ce0970e71a4e34b9ec;hpb=5d7efd2fa934b138933ffed5a1e19c9d52e8d933;p=lyx.git diff --git a/lib/layouts/varwidth.module b/lib/layouts/varwidth.module index e0bf5959d2..04a0867fb1 100644 --- a/lib/layouts/varwidth.module +++ b/lib/layouts/varwidth.module @@ -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 # Jürgen Spitzmüller -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