commit 1e3d651463cb2757dd383cf9ec5ef9c8aaf30187
Author: Juergen Spitzmueller <[email protected]>
Date:   Sat Aug 23 07:34:23 2025 +0200

    Make linguistics example counter consider eqs-within-sections
---
 lib/layouts/linguistics.module | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/linguistics.module b/lib/layouts/linguistics.module
index 26b8effea4..d84900ed55 100644
--- a/lib/layouts/linguistics.module
+++ b/lib/layouts/linguistics.module
@@ -17,7 +17,7 @@ Format 111
 Counter examplei
        GuiName              "Numbered Example (Multiline)"
        Within               chapter
-       LabelString          "(\arabic{equation})"
+       LabelString          "(\theequation)"
        PrettyFormat         "##"
        StepOtherCounter      equation
 End
@@ -25,7 +25,7 @@ End
 Counter subexamplei
        GuiName              Subexample
        Within               examplei
-       LabelString          "(\arabic{equation}) (\alph{subexamplei})"
+       LabelString          "(\theequation) (\alph{subexamplei})"
        PrettyFormat         "##"
 End
 
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to