commit fc935391bced6e5c3c50294351e2a4d9f9d64414
Author: Juergen Spitzmueller <[email protected]>
Date: Sun Aug 24 09:59:31 2025 +0200
Add some release notes
---
lib/RELEASE-NOTES | 22 ++++++++++++++++++++++
lib/scripts/layout2layout.py | 1 +
2 files changed, 23 insertions(+)
diff --git a/lib/RELEASE-NOTES b/lib/RELEASE-NOTES
index 6f4cc3ad83..4b77486c83 100644
--- a/lib/RELEASE-NOTES
+++ b/lib/RELEASE-NOTES
@@ -46,9 +46,31 @@
!!!The following layout-related changes has been done in 2.5 development cycle:
+- Theorems are now specified via dediacated tags, no longer in the layout's
+ Preamble. LyX introduces the follwoing tags for this: TheoremName,
+ TheoremZRefName, TheoremCounter, TheoremParentCounter, TheoremStyle,
+ TheoremCrossRefName, and TheoremCrossRefPluralName. Please refer to
+ the Customization manual for details.
+
- Float insets have now dedicated preamble tag section so that preamble code
is included only when the particular float is used.
+- Layout now has a tag "MultiPar <true|false>", which causes mutliple
paragraphs
+ being output within the same command.
+
+- InsetArgument now have their own "InheritFont" tag where you can specifiy
+ whether the argument should take the surrounding font (in the workarea).
+
+- Counter specifications can now have a tag "StepOtherCounter <counter>" which
+ effects that this other counter is stepped whenever the counter in question
is.
+
+- InsetLayout now also support "StepParentCounter <true|false>", like Layout.
+
+- If InsetLayout used a counter, the value of this counter has been
automatically
+ appended to the LabelString for the button of the inset. Now, the counter
+ needs to be added to the LabelString explicitly via the placeholder '##'
+ (e.g., "Foot ##").
+
!!!The following LyX documents have been moved in 2.5:
!!!The following new files and folders have been added to the LyX directory
diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py
index 0ae1dd8b6f..c1caee5603 100644
--- a/lib/scripts/layout2layout.py
+++ b/lib/scripts/layout2layout.py
@@ -374,6 +374,7 @@ currentFormat = 111
# Incremented to format 111, 22 August 2025 by spitz
# New Counter tag "StepOtherCounter"
+# New InsetLayout tag "StepParentCounter"
# Do not forget to document format change in Customization
# Manual (section "Declaring a new text class").
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs