mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
DocBook: implement AMS articles.
This commit is contained in:
parent
e36b661efe
commit
0ba926a3ce
@ -447,9 +447,9 @@ export/templates/Letters/KOMA-Script_Letter_%28V._2%29_docbook5
|
||||
export/examples(|/de)/Letters/Serial_Letter_.*_docbook5
|
||||
# - DIN-Brief: order of paragraphs cannot match valid DocBook.
|
||||
export/templates/Letters/DIN-Brief_docbook5
|
||||
# - AMS Book: order of elements is not compatible with DocBook (some parts must be in <info>, others cannot, while
|
||||
# - AMS: order of elements is not compatible with DocBook (some parts must be in <info>, others cannot, while
|
||||
# still being in the book's header).
|
||||
export/examples/Books/American_Mathematical_Society_%28AMS%29_docbook5
|
||||
export/examples/.*/American_Mathematical_Society_%28AMS%29_docbook5
|
||||
# - Branches may cause problems (especially when mixing with parts that must go in <info>).
|
||||
export/export/latex/languages/supported-languages_(|babel|babel_auto-legacy|polyglossia)_?docbook5
|
||||
|
||||
|
@ -39,6 +39,7 @@ Style Standard
|
||||
Align Block
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType No_Label
|
||||
DocBookTag para
|
||||
End
|
||||
|
||||
Input stdfloats.inc
|
||||
|
@ -128,6 +128,10 @@ Style Abstract
|
||||
LabelFont
|
||||
Shape Smallcaps
|
||||
EndFont
|
||||
DocBookTag para
|
||||
DocBookWrapperTag abstract
|
||||
DocBookWrapperMergeWithPrevious true
|
||||
DocBookInInfo always
|
||||
End
|
||||
|
||||
# Clear Address definition from lyxmacros
|
||||
|
Loading…
Reference in New Issue
Block a user