Am Sonntag, dem 08.06.2025 um 19:03 +0200 schrieb mkri...@me.com:
> Counter                       axiom
>       Within               chapter
> end
> Style Axiom
>       CopyStyle             Definition
>       LabelCounter          axiom
>       LatexName             axiom
>       LabelString           "Axiom \theaxiom."
>       LabelFont
>         Shape               Up
>         Series              Bold
>       EndFont
>       Preamble
>         \theoremstyle{definition}
>         \newtheorem{axiom}[thm]{Axiom}
>       EndPreamble
> End

Change this to

Style Axiom
        CopyStyle             Definition
        LabelCounter          axiom
        LatexName             axiom
        LabelString           "Axiom \theaxiom."
        LabelFont
          Shape               Up
          Series              Bold
        EndFont
        TheoremStyle          definition
        TheoremCounter        thm
        TheoremLaTeXName      Axiom
End

See Help > Customization for the (new) theorem-related layout tags.

-- 
Jürgen
-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
https://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to