mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +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
|
export/examples(|/de)/Letters/Serial_Letter_.*_docbook5
|
||||||
# - DIN-Brief: order of paragraphs cannot match valid DocBook.
|
# - DIN-Brief: order of paragraphs cannot match valid DocBook.
|
||||||
export/templates/Letters/DIN-Brief_docbook5
|
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).
|
# 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>).
|
# - 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
|
export/export/latex/languages/supported-languages_(|babel|babel_auto-legacy|polyglossia)_?docbook5
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ Style Standard
|
|||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left, Right, Center
|
AlignPossible Block, Left, Right, Center
|
||||||
LabelType No_Label
|
LabelType No_Label
|
||||||
|
DocBookTag para
|
||||||
End
|
End
|
||||||
|
|
||||||
Input stdfloats.inc
|
Input stdfloats.inc
|
||||||
|
@ -128,6 +128,10 @@ Style Abstract
|
|||||||
LabelFont
|
LabelFont
|
||||||
Shape Smallcaps
|
Shape Smallcaps
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag para
|
||||||
|
DocBookWrapperTag abstract
|
||||||
|
DocBookWrapperMergeWithPrevious true
|
||||||
|
DocBookInInfo always
|
||||||
End
|
End
|
||||||
|
|
||||||
# Clear Address definition from lyxmacros
|
# Clear Address definition from lyxmacros
|
||||||
|
Loading…
Reference in New Issue
Block a user