mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
9aad4bc27f
Don't go into an endless loop if layout2layout cannot produce the desired file format. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28529 a592a061-630c-0410-9148-cb99ea01b6c8
27 lines
549 B
Plaintext
27 lines
549 B
Plaintext
#\DeclareLyXModule{Theorems (By Section)}
|
|
#DescriptionBegin
|
|
#Numbers theorems and the like by section.
|
|
#DescriptionEnd
|
|
#Requires: theorems-std | theorems-ams
|
|
#Excludes: theorems-chap
|
|
|
|
# Author: Richard Heck <rgheck@comcast.net>
|
|
|
|
Format 14
|
|
|
|
Counter theorem
|
|
Within section
|
|
End
|
|
|
|
Style Theorem
|
|
Preamble
|
|
\newtheorem{thm}{\protect\theoremname}[section]
|
|
EndPreamble
|
|
LangPreamble
|
|
\providecommand{\theoremname}{_(Theorem)}
|
|
EndLangPreamble
|
|
BabelPreamble
|
|
\addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
|
|
EndBabelPreamble
|
|
End
|