mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
DocBook: implement IEEEtran.
This commit is contained in:
parent
b2ec2ff1a9
commit
76bc063bcd
@ -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?).
|
# - 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_Economic_Association_%28AEA%29_docbook5
|
||||||
export/templates/Articles/American_Psychological_Association_%28APA%29,_v._7_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
|
Sublabel: docbook poster
|
||||||
# Posters cannot be properly exported, the LyX documents are too far from
|
# Posters cannot be properly exported, the LyX documents are too far from
|
||||||
|
@ -213,6 +213,7 @@ Style Special_Paper_Notice
|
|||||||
Shape Italic
|
Shape Italic
|
||||||
Size Large
|
Size Large
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag subtitle
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -223,6 +224,10 @@ Style After_Title_Text
|
|||||||
Shape Up
|
Shape Up
|
||||||
Size Normal
|
Size Normal
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag para
|
||||||
|
DocBookWrapperTag dedication
|
||||||
|
DocBookWrapperAttr role='IEEEaftertitletext'
|
||||||
|
DocBookInInfo always
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -247,6 +252,8 @@ Style Page_headings
|
|||||||
\DeclareRobustCommand{\foreign@language}[1]{%
|
\DeclareRobustCommand{\foreign@language}[1]{%
|
||||||
\lowercase{\oldforeign@language{#1}}}
|
\lowercase{\oldforeign@language{#1}}}
|
||||||
EndPreamble
|
EndPreamble
|
||||||
|
DocBookTag titleabbrev
|
||||||
|
DocBookInInfo maybe
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -262,6 +269,8 @@ Style Publication_ID
|
|||||||
Shape Up
|
Shape Up
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag releaseinfo
|
||||||
|
DocBookInInfo always
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -284,6 +293,11 @@ Style Abstract
|
|||||||
Series Bold
|
Series Bold
|
||||||
Size Small
|
Size Small
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookAbstract true
|
||||||
|
DocBookInInfo always
|
||||||
|
DocBookWrapperTag abstract
|
||||||
|
DocBookWrapperMergeWithPrevious true
|
||||||
|
DocBookTag para
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -295,6 +309,7 @@ Style Keywords
|
|||||||
DocBookTagType paragraph
|
DocBookTagType paragraph
|
||||||
DocBookWrapperTag keywordset
|
DocBookWrapperTag keywordset
|
||||||
DocBookInInfo always
|
DocBookInInfo always
|
||||||
|
DocBookAbstract false
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -459,4 +474,6 @@ Style Proof
|
|||||||
LabelFont
|
LabelFont
|
||||||
Shape Italic
|
Shape Italic
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag para
|
||||||
|
DocBookAttr role='proof'
|
||||||
End
|
End
|
||||||
|
Loading…
Reference in New Issue
Block a user