]> git.lyx.org Git - features.git/blobdiff - lib/layouts/chessboard.module
DocBook: ensure that <info>-related insets in the abstract are not generated in the...
[features.git] / lib / layouts / chessboard.module
index 2096473969a24bf06277274288c5b940ca220958..2c874d7d9582efb454357c22973995f32c18727d 100644 (file)
@@ -1,4 +1,5 @@
-#\DeclareLyXModule[chessboard.sty,chessfss.sty,xskak.sty]{Chessboard}
+#\DeclareLyXModule[chessboard.sty,chessfss.sty,xskak.sty]{Chess Board}
+#\DeclareCategory{Leisure, Sports & Music}
 #DescriptionBegin
 #Support for the chessboard package to print chess games
 #See chessboard-article.lyx example file.
@@ -6,7 +7,7 @@
 # Author: Kornel Benko <kornel@lyx.org>
 #         Jürgen Spitzmüller <spitz@lyx.org>
 
-Format 71
+Format 85
 
 #
 # XSkak basics
@@ -37,6 +38,8 @@ Style NewChessGame
                EndFont
        EndArgument
        Requires                xskak
+       DocBookTag      para
+       DocBookAttr     role='new-chess-game'
 End
 
 
@@ -73,12 +76,16 @@ InsetLayout Flex:Mainline
                EndFont
        EndArgument
        Requires                xskak
+       DocBookTag      para
+       DocBookAttr     role='mainline'
 End
 
 InsetLayout Flex:Variation
        CopyStyle               Flex:Mainline
        LatexName               variation
        LabelString             Variation
+       DocBookTag      para
+       DocBookAttr     role='variation'
 End
 
 
@@ -100,6 +107,8 @@ InsetLayout Flex:SetChessBoard
                Color           blue
        EndFont
        Requires                chessboard
+       DocBookTag      para
+       DocBookAttr     role='set-chess-board'
 End
 
 
@@ -114,6 +123,8 @@ InsetLayout Flex:SetBoardStoreStyle
                AutoInsert      true
                Decoration      conglomerate
        EndArgument
+       DocBookTag      para
+       DocBookAttr     role='set-board-store-style'
 End
 
 
@@ -135,5 +146,7 @@ InsetLayout Flex:ChessBoard
                EndFont
        EndArgument
        Requires                chessboard
+       DocBookTag      para
+       DocBookAttr     role='chess-board'
 End