On 2022-06-13 15:30, Juergen Spitzmueller wrote:
commit b7f0a9036473321ded99ac75d24d1b2daaa8f954
Author: Juergen Spitzmueller <sp...@lyx.org>
Date:   Mon Jun 13 16:12:16 2022 +0200

     Amend [7efdbeaddf226/lyxgit]
We do not ship the nonfloat module, actually (I had a private copy).
---
  src/insets/InsetCaption.cpp |    3 +--
  1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetCaption.cpp b/src/insets/InsetCaption.cpp
index 8e415bb..934cceb 100644
--- a/src/insets/InsetCaption.cpp
+++ b/src/insets/InsetCaption.cpp
@@ -331,8 +331,7 @@ docstring InsetCaption::toolTip(BufferView const & bv, int 
x, int y) const
  {
        if (non_float_)
                return _("Standard captions are not allowed outside floats. You will 
get a LaTeX error.\n"
-                        "For captions outside floats, please use the module 
'Non-Floating Figures and Tables' "
-                        "from Document > Settings > Modules.");
+                        "For captions outside floats, you can use the 'nonfloat' 
LaTeX package.");
        return InsetText::toolTip(bv, x, y);
  }

I am curious, where does one get the 'Non-Floating Figures and Tables' module? (It might be relevant to https://www.lyx.org/trac/ticket/11734.)

Daniel


--
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to