mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +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/Journal_of_the_Acoustical_Society_of_America_%28JASA%29_docbook5
|
||||||
export/templates/Articles/Astronomy_%26_Astrophysics_docbook5
|
export/templates/Articles/Astronomy_%26_Astrophysics_docbook5
|
||||||
export/templates/Articles/American_Psychological_Association_%28APA%29_docbook5
|
export/templates/Articles/American_Psychological_Association_%28APA%29_docbook5
|
||||||
|
export/templates/Articles/Institute_of_Physics_%28IOP%29_docbook5
|
||||||
# - Empty article!?
|
# - Empty article!?
|
||||||
export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_docbook5
|
export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_docbook5
|
||||||
# - Empty figure. Broken references. Float notes not implemented (how to do it?).
|
# - Empty figure. Broken references. Float notes not implemented (how to do it?).
|
||||||
|
@ -170,6 +170,12 @@ Style Address
|
|||||||
Font
|
Font
|
||||||
Shape Italic
|
Shape Italic
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag address
|
||||||
|
DocBookTagType paragraph
|
||||||
|
DocBookWrapperTag author
|
||||||
|
DocBookWrapperTagType inline
|
||||||
|
DocBookWrapperMergeWithPrevious true
|
||||||
|
DocBookInInfo always
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -180,6 +186,12 @@ Style Email
|
|||||||
Font
|
Font
|
||||||
Shape Up
|
Shape Up
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag email
|
||||||
|
DocBookTagType paragraph
|
||||||
|
DocBookWrapperTag author
|
||||||
|
DocBookWrapperTagType inline
|
||||||
|
DocBookWrapperMergeWithPrevious true
|
||||||
|
DocBookInInfo always
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -209,6 +221,11 @@ Style Abstract
|
|||||||
Series Bold
|
Series Bold
|
||||||
Size Large
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookAbstract true
|
||||||
|
DocBookInInfo always
|
||||||
|
DocBookWrapperTag abstract
|
||||||
|
DocBookWrapperMergeWithPrevious true
|
||||||
|
DocBookTag para
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -295,9 +312,9 @@ Style Acknowledgments
|
|||||||
Series Bold
|
Series Bold
|
||||||
Size Normal
|
Size Normal
|
||||||
EndFont
|
EndFont
|
||||||
DocBookTag para
|
# 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.
|
||||||
DocBookWrapperTag acknowledgements
|
DocBookTag para
|
||||||
DocBookSection true
|
DocBookAttr role='acknowledgments'
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user