mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Changes to theorems-named.module that fix #8796.
This commit is contained in:
parent
f35861bd75
commit
820bfe3d10
@ -4,10 +4,54 @@
|
|||||||
# Facilitates the use of named theorems. The name of the theorem
|
# Facilitates the use of named theorems. The name of the theorem
|
||||||
# goes into the 'Additional Theorem Text' argument.
|
# goes into the 'Additional Theorem Text' argument.
|
||||||
#DescriptionEnd
|
#DescriptionEnd
|
||||||
#Requires: theorems-ams | theorems-starred
|
|
||||||
#Original Author: John Perry
|
#Original Author: John Perry
|
||||||
|
|
||||||
Format 58
|
Format 58
|
||||||
|
|
||||||
|
ProvideStyle Theorem*
|
||||||
|
Category Reasoning
|
||||||
|
LatexType Environment
|
||||||
|
Margin First_Dynamic
|
||||||
|
LatexName thm*
|
||||||
|
LabelType Static
|
||||||
|
LabelString "Theorem."
|
||||||
|
NextNoIndent 1
|
||||||
|
ResetArgs 1
|
||||||
|
Argument 1
|
||||||
|
LabelString "Additional Theorem Text"
|
||||||
|
Tooltip "Additional text appended to the theorem header"
|
||||||
|
EndArgument
|
||||||
|
LabelSep xx
|
||||||
|
ParIndent MMM
|
||||||
|
ParSkip 0.4
|
||||||
|
ItemSep 0.2
|
||||||
|
TopSep 0.7
|
||||||
|
BottomSep 0.7
|
||||||
|
ParSep 0.3
|
||||||
|
Align Block
|
||||||
|
AlignPossible Left
|
||||||
|
Font
|
||||||
|
Shape Italic
|
||||||
|
Size Normal
|
||||||
|
EndFont
|
||||||
|
LabelFont
|
||||||
|
Shape Up
|
||||||
|
Series Bold
|
||||||
|
EndFont
|
||||||
|
Preamble
|
||||||
|
\theoremstyle{plain}
|
||||||
|
\newtheorem*{thm*}{\protect\theoremname}
|
||||||
|
EndPreamble
|
||||||
|
LangPreamble
|
||||||
|
\providecommand{\theoremname}{_(Theorem)}
|
||||||
|
EndLangPreamble
|
||||||
|
BabelPreamble
|
||||||
|
\addto\captions$$lang{\renewcommand{\theoremname}{_(Theorem)}}
|
||||||
|
EndBabelPreamble
|
||||||
|
Requires amsthm
|
||||||
|
End
|
||||||
|
|
||||||
|
|
||||||
Style "Named Theorem"
|
Style "Named Theorem"
|
||||||
CopyStyle Theorem*
|
CopyStyle Theorem*
|
||||||
Category Reasoning
|
Category Reasoning
|
||||||
|
Loading…
Reference in New Issue
Block a user