commit 8bdeac1b23194b4e0daeb2aef2ba5fbe9b39684a
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Apr 26 06:14:01 2025 +0200

    forgot this
---
 src/Layout.cpp | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/src/Layout.cpp b/src/Layout.cpp
index c91ed27570..2660fcbeb3 100644
--- a/src/Layout.cpp
+++ b/src/Layout.cpp
@@ -1739,6 +1739,18 @@ void Layout::write(ostream & os) const
                }
                os << "\n\tEndIsAutoNestedBy\n";
        }
+       if (!thm_name_.empty())
+               os << "\tTheoremName " << thm_name_ << '\n';
+       if (!thm_latex_name_.empty())
+               os << "\tTheoremLaTeXName " << thm_latex_name_ << '\n';
+       if (!thm_counter_.empty())
+               os << "\tTheoremCounter " << thm_counter_ << '\n';
+       if (!thm_parent_counter_.empty())
+               os << "\tTheoremParentCounter " << thm_parent_counter_ << '\n';
+       if (!thm_style_.empty())
+               os << "\tTheoremStyle " << thm_style_ << '\n';
+       if (!thm_zref_name_.empty())
+               os << "\tTheoremZRefName " << thm_zref_name_ << '\n';
        if (refprefix.empty())
                os << "\tRefPrefix OFF\n";
        else
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to