DocBook: implement aa.

This commit is contained in:
Thibaut Cuvelier 2020-11-12 04:17:49 +01:00
parent 14887dda1c
commit 185f34b20e
3 changed files with 35 additions and 0 deletions

View File

@ -458,6 +458,8 @@ export/examples/.*/American_Mathematical_Society_%28AMS%29_docbook5
# - ACS: comments in the middle of the author info can wreak havoc (fixable). # - ACS: comments in the middle of the author info can wreak havoc (fixable).
Some bibliography entries do not exist within the document. Floats are empty. Some bibliography entries do not exist within the document. Floats are empty.
export/examples/Articles/American_Chemical_Society_%28ACS%29_docbook5 export/examples/Articles/American_Chemical_Society_%28ACS%29_docbook5
# - A&A: formula with two references (only one xml:id allowed per <equation> tag).
export/examples/Articles/Astronomy_%26_Astrophysics_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)_?docbook5 export/export/latex/languages/supported-languages_(|babel|babel_auto-legacy)_?docbook5
# - EmbeddedObjects: this document is too complex, with captions within tables, many LaTeX parameters when including # - EmbeddedObjects: this document is too complex, with captions within tables, many LaTeX parameters when including

View File

@ -43,6 +43,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 stdinsets.inc Input stdinsets.inc
@ -84,6 +85,8 @@ Style Subtitle
Size Larger Size Larger
Series Bold Series Bold
EndFont EndFont
DocBookTag subtitle
DocBookInInfo maybe
End End
@ -102,6 +105,8 @@ Style Address
Family Roman Family Roman
Size Small Size Small
EndFont EndFont
DocBookTag address
DocBookInInfo always
End End
@ -125,6 +130,12 @@ Style Offprint
Size Small Size Small
Shape Slanted Shape Slanted
EndFont EndFont
DocBookTag personname
DocBookTagType paragraph
DocBookWrapperTag author
DocBookWrapperAttr role='offprint'
DocBookWrapperTagType inline
DocBookInInfo always
End End
@ -148,6 +159,10 @@ Style Mail
Size Small Size Small
Shape Slanted Shape Slanted
EndFont EndFont
DocBookTag author
DocBookAttr role='mail'
DocBookTagType paragraph
DocBookInInfo always
End End
@ -233,6 +248,9 @@ Style Date
Font Font
Size Small Size Small
EndFont EndFont
DocBookTag date
DocBookTagType paragraph
DocBookInInfo always
End End
@ -285,6 +303,11 @@ Style Abstract_(unstructured)
Series Bold Series Bold
Size Small Size Small
EndFont EndFont
DocBookTag para
DocBookWrapperTag abstract
DocBookWrapperAttr role='unstructured'
DocBookWrapperMergeWithPrevious true
DocBookInInfo always
End End
@ -315,6 +338,11 @@ Style Abstract_(structured)
LabelString "Results" LabelString "Results"
Tooltip "Results of your work" Tooltip "Results of your work"
EndArgument EndArgument
DocBookTag para
DocBookWrapperTag abstract
DocBookWrapperAttr role='structured'
DocBookWrapperMergeWithPrevious true
DocBookInInfo always
End End
@ -345,6 +373,9 @@ Style Keywords
Series Bold Series Bold
Size Small Size Small
EndFont EndFont
DocBookTag keyword
DocBookTagType paragraph
DocBookWrapperTag keywordset
End End

View File

@ -205,6 +205,7 @@ Style Title
Series Bold Series Bold
EndFont EndFont
DocBookTag title DocBookTag title
DocBookInInfo maybe
End End
Style Subtitle Style Subtitle
@ -214,6 +215,7 @@ Style Subtitle
Size Large Size Large
EndFont EndFont
DocBookTag subtitle DocBookTag subtitle
DocBookInInfo maybe
End End