mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Amend ce7eb7734b
When a style is defunc'ed, defunc the obsoleted variant as well
This commit is contained in:
parent
ce7eb7734b
commit
e8e3146e25
@ -32,6 +32,7 @@ NoStyle LyX-Code
|
||||
NoStyle Verse
|
||||
NoStyle Address
|
||||
NoStyle Right_Address
|
||||
NoStyle Acknowledgment*
|
||||
NoStyle Acknowledgment*[[theorem]]
|
||||
NoStyle Algorithm*
|
||||
NoStyle Assumption*
|
||||
|
@ -54,6 +54,7 @@ NoStyle Sol
|
||||
NoStyle Abstract*
|
||||
NoStyle TOC_Title
|
||||
NoStyle TOC_Author
|
||||
NoStyle Acknowledgments
|
||||
NoStyle Acknowledgments[[credits]]
|
||||
|
||||
NoStyle Keywords
|
||||
|
@ -50,6 +50,7 @@ NoStyle TOC_Title
|
||||
NoStyle TOC_Author
|
||||
NoStyle Proof(smartQED)
|
||||
|
||||
NoStyle Acknowledgment
|
||||
NoStyle Acknowledgment[[credits]]
|
||||
NoStyle Keywords
|
||||
|
||||
|
@ -58,6 +58,7 @@ NoStyle Sol
|
||||
NoStyle Abstract*
|
||||
NoStyle TOC_Title
|
||||
NoStyle TOC_Author
|
||||
NoStyle Acknowledgements
|
||||
NoStyle Acknowledgments[[credits]]
|
||||
|
||||
NoStyle Keywords
|
||||
|
@ -19,6 +19,7 @@ ClassOptions
|
||||
FontSize ""
|
||||
End
|
||||
|
||||
NoStyle Acknowledgements
|
||||
NoStyle Acknowledgments[[credits]]
|
||||
|
||||
# Additional headings
|
||||
|
Loading…
Reference in New Issue
Block a user