DocBook: implement IEEEtran.

This commit is contained in:
Thibaut Cuvelier 2020-11-28 02:15:27 +01:00
parent b2ec2ff1a9
commit 76bc063bcd
2 changed files with 21 additions and 1 deletions

View File

@ -519,6 +519,9 @@ export/templates/Articles/Hebrew_Article_%28KOMA-Script%29_docbook5
# - Empty figure. Broken references. Float notes not implemented (how to do it?).
export/templates/Articles/American_Economic_Association_%28AEA%29_docbook5
export/templates/Articles/American_Psychological_Association_%28APA%29,_v._7_docbook5
# - Empty figure. Dedications: IEEE wants them in the preamble, DocBook outsie. How to implement biographies?
# They should have their own section...
export/templates/Articles/IEEE_Transactions(.*)_docbook5
Sublabel: docbook poster
# Posters cannot be properly exported, the LyX documents are too far from

View File

@ -105,7 +105,7 @@ InsetLayout Flex:IEEE_membership
Color green
Size Small
EndFont
ResetsFont true
ResetsFont true
End
@ -213,6 +213,7 @@ Style Special_Paper_Notice
Shape Italic
Size Large
EndFont
DocBookTag subtitle
End
@ -223,6 +224,10 @@ Style After_Title_Text
Shape Up
Size Normal
EndFont
DocBookTag para
DocBookWrapperTag dedication
DocBookWrapperAttr role='IEEEaftertitletext'
DocBookInInfo always
End
@ -247,6 +252,8 @@ Style Page_headings
\DeclareRobustCommand{\foreign@language}[1]{%
\lowercase{\oldforeign@language{#1}}}
EndPreamble
DocBookTag titleabbrev
DocBookInInfo maybe
End
@ -262,6 +269,8 @@ Style Publication_ID
Shape Up
Size Small
EndFont
DocBookTag releaseinfo
DocBookInInfo always
End
@ -284,6 +293,11 @@ Style Abstract
Series Bold
Size Small
EndFont
DocBookAbstract true
DocBookInInfo always
DocBookWrapperTag abstract
DocBookWrapperMergeWithPrevious true
DocBookTag para
End
@ -295,6 +309,7 @@ Style Keywords
DocBookTagType paragraph
DocBookWrapperTag keywordset
DocBookInInfo always
DocBookAbstract false
End
@ -459,4 +474,6 @@ Style Proof
LabelFont
Shape Italic
EndFont
DocBookTag para
DocBookAttr role='proof'
End