mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
DocBook: implement iopart.
This commit is contained in:
parent
76bc063bcd
commit
12d512d4e4
@ -514,6 +514,7 @@ export/templates/Articles/Int._Journal_of_Modern_Physics_(C|D)_docbook5
|
||||
export/templates/Articles/Journal_of_the_Acoustical_Society_of_America_%28JASA%29_docbook5
|
||||
export/templates/Articles/Astronomy_%26_Astrophysics_docbook5
|
||||
export/templates/Articles/American_Psychological_Association_%28APA%29_docbook5
|
||||
export/templates/Articles/Institute_of_Physics_%28IOP%29_docbook5
|
||||
# - Empty article!?
|
||||
export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_docbook5
|
||||
# - Empty figure. Broken references. Float notes not implemented (how to do it?).
|
||||
|
@ -170,6 +170,12 @@ Style Address
|
||||
Font
|
||||
Shape Italic
|
||||
EndFont
|
||||
DocBookTag address
|
||||
DocBookTagType paragraph
|
||||
DocBookWrapperTag author
|
||||
DocBookWrapperTagType inline
|
||||
DocBookWrapperMergeWithPrevious true
|
||||
DocBookInInfo always
|
||||
End
|
||||
|
||||
|
||||
@ -180,6 +186,12 @@ Style Email
|
||||
Font
|
||||
Shape Up
|
||||
EndFont
|
||||
DocBookTag email
|
||||
DocBookTagType paragraph
|
||||
DocBookWrapperTag author
|
||||
DocBookWrapperTagType inline
|
||||
DocBookWrapperMergeWithPrevious true
|
||||
DocBookInInfo always
|
||||
End
|
||||
|
||||
|
||||
@ -209,6 +221,11 @@ Style Abstract
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
DocBookAbstract true
|
||||
DocBookInInfo always
|
||||
DocBookWrapperTag abstract
|
||||
DocBookWrapperMergeWithPrevious true
|
||||
DocBookTag para
|
||||
End
|
||||
|
||||
|
||||
@ -295,9 +312,9 @@ Style Acknowledgments
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
# TODO: For IOP, this is rather a title than a paragraph style. But it's not in the TOC, so not much can be done.
|
||||
DocBookTag para
|
||||
DocBookWrapperTag acknowledgements
|
||||
DocBookSection true
|
||||
DocBookAttr role='acknowledgments'
|
||||
End
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user