commit b1132a34387b7085a2c503ea3a56e040f5a85353
Author: Pavel Sanda <[email protected]>
Date: Fri Feb 22 16:51:14 2019 +0100
Add few hints for varwidth module.
---
lib/examples/varwidth-floats-side-by-side.lyx | 1 +
lib/layouts/varwidth.module | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lib/examples/varwidth-floats-side-by-side.lyx
b/lib/examples/varwidth-floats-side-by-side.lyx
index 5b5a38c..c9f2013 100644
--- a/lib/examples/varwidth-floats-side-by-side.lyx
+++ b/lib/examples/varwidth-floats-side-by-side.lyx
@@ -98,6 +98,7 @@ To view this file you need to have the \SpecialChar LaTeX
varwidth
\family default
installed.
+ To compare with standard solution (Minipage Box) see Embedded Objects Manual.
\end_layout
\end_inset
diff --git a/lib/layouts/varwidth.module b/lib/layouts/varwidth.module
index 0ac6ba1..83bee62 100644
--- a/lib/layouts/varwidth.module
+++ b/lib/layouts/varwidth.module
@@ -7,6 +7,8 @@
#
# 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: Guillaume Munch <[email protected]>