mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
DocBook: add missing mapping for AASTeX 6.3.
The result is far from perfect, see the TODOs. The corresponding tests are still inverted.
This commit is contained in:
parent
5e5612698f
commit
04beccca4c
@ -412,6 +412,8 @@ export/doc(|/de|/es|/fr|/ja|/ru)/Additional_docbook5
|
|||||||
# - AASTeX.
|
# - AASTeX.
|
||||||
export/export/docbook/bibliography_precooked_aastex_docbook5
|
export/export/docbook/bibliography_precooked_aastex_docbook5
|
||||||
export/(examples|templates)/Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29_docbook5
|
export/(examples|templates)/Articles/American_Astronomical_Society_%28AASTeX_v._6.2%29_docbook5
|
||||||
|
export/(examples|templates)/Articles/American_Astronomical_Society_%28AASTeX_v._6.3%29_docbook5
|
||||||
|
export/(examples|templates)/Articles/American_Astronomical_Society_%28AASTeX_v._6.3.1%29_docbook5
|
||||||
# - Springer. (The svmono_light should still pass.)
|
# - Springer. (The svmono_light should still pass.)
|
||||||
export/templates/Books/Springer.*/.*_docbook5
|
export/templates/Books/Springer.*/.*_docbook5
|
||||||
!export/export/docbook/svmono_light_docbook5
|
!export/export/docbook/svmono_light_docbook5
|
||||||
|
@ -44,7 +44,14 @@
|
|||||||
#
|
#
|
||||||
# TODO: - support for new commands (see below)
|
# TODO: - support for new commands (see below)
|
||||||
# - aastex6.cls loads hyperref (with pre-set options) and url
|
# - aastex6.cls loads hyperref (with pre-set options) and url
|
||||||
# -> option clash if "Use Hyerref" is selected in Document>Settings
|
# -> option clash if "Use Hyperref" is selected in Document>Settings
|
||||||
|
# - in DocBook, the appendix is not output (not a standard LyX appendix
|
||||||
|
# separator (needs a layout update)
|
||||||
|
# - in DocBook, the "Software" part should really be a section on its own,
|
||||||
|
# but that would require a way to provide the section title within the
|
||||||
|
# layout (needs a layout update)
|
||||||
|
# - in DocBook, the table notes are not supported at all (move the remarks
|
||||||
|
# into the table cells instead of outputting tablenotemark in the cells?)
|
||||||
|
|
||||||
Format 104
|
Format 104
|
||||||
|
|
||||||
|
@ -48,7 +48,14 @@
|
|||||||
#
|
#
|
||||||
# TODO: - support for new commands (see below)
|
# TODO: - support for new commands (see below)
|
||||||
# - aastex6.cls loads hyperref (with pre-set options) and url
|
# - aastex6.cls loads hyperref (with pre-set options) and url
|
||||||
# -> option clash if "Use Hyerref" is selected in Document>Settings
|
# -> option clash if "Use Hy^perref" is selected in Document>Settings
|
||||||
|
# - in DocBook, the appendix is not output (not a standard LyX appendix
|
||||||
|
# separator (needs a layout update)
|
||||||
|
# - in DocBook, the "Software" part should really be a section on its own,
|
||||||
|
# but that would require a way to provide the section title within the
|
||||||
|
# layout (needs a layout update)
|
||||||
|
# - in DocBook, the table notes are not supported at all (move the remarks
|
||||||
|
# into the table cells instead of outputting tablenotemark in the cells?)
|
||||||
|
|
||||||
Format 104
|
Format 104
|
||||||
|
|
||||||
@ -231,6 +238,9 @@ Style Acknowledgments
|
|||||||
LabelFont
|
LabelFont
|
||||||
Color textlabel2
|
Color textlabel2
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag para
|
||||||
|
DocBookWrapperTag acknowledgements
|
||||||
|
DocBookSection true
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter appendix
|
Counter appendix
|
||||||
|
@ -52,9 +52,16 @@
|
|||||||
##
|
##
|
||||||
# TODO: - support for new commands (see below)
|
# TODO: - support for new commands (see below)
|
||||||
# - aastex6.cls loads hyperref (with pre-set options) and url
|
# - aastex6.cls loads hyperref (with pre-set options) and url
|
||||||
# -> option clash if "Use Hyerref" is selected in Document>Settings
|
# -> option clash if "Use Hyperref" is selected in Document>Settings
|
||||||
# support for new commands in aastex 6.3 and aastex 6.31 versions
|
# support for new commands in aastex 6.3 and aastex 6.31 versions
|
||||||
# string freeze for lyx-2.4.0, must be done for lyx-2.4.1
|
# string freeze for lyx-2.4.0, must be done for lyx-2.4.1
|
||||||
|
# - in DocBook, the appendix is not output (not a standard LyX appendix
|
||||||
|
# separator (needs a layout update)
|
||||||
|
# - in DocBook, the "Software" part should really be a section on its own,
|
||||||
|
# but that would require a way to provide the section title within the
|
||||||
|
# layout (needs a layout update)
|
||||||
|
# - in DocBook, the table notes are not supported at all (move the remarks
|
||||||
|
# into the table cells instead of outputting tablenotemark in the cells?)
|
||||||
|
|
||||||
Format 104
|
Format 104
|
||||||
|
|
||||||
@ -232,11 +239,14 @@ Style Acknowledgments
|
|||||||
Font
|
Font
|
||||||
Shape Up
|
Shape Up
|
||||||
EndFont
|
EndFont
|
||||||
LabelType Above
|
LabelType Above
|
||||||
Margin Static
|
Margin Static
|
||||||
LabelFont
|
LabelFont
|
||||||
Color textlabel2
|
Color textlabel2
|
||||||
EndFont
|
EndFont
|
||||||
|
DocBookTag para
|
||||||
|
DocBookWrapperTag acknowledgements
|
||||||
|
DocBookSection true
|
||||||
End
|
End
|
||||||
|
|
||||||
Counter appendix
|
Counter appendix
|
||||||
|
Loading…
Reference in New Issue
Block a user