]> git.lyx.org Git - lyx.git/commitdiff
DocBook: implement Braille.
authorThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 4 Nov 2020 04:06:56 +0000 (05:06 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Wed, 4 Nov 2020 04:06:56 +0000 (05:06 +0100)
Basically, nothing to do: the conversion must be performed by the DocBook-processing agent (which is not a standard feature).

lib/layouts/braille.module

index 7a5b99110616250619d039e5f6490e8c027c871d..29fa6abfc740c7ed101e1d7398c686845961c64d 100644 (file)
@@ -39,6 +39,8 @@ Style Braille_(default)
          Shape         Italic
          Color         Blue
        EndFont
+       DocBookTag  para
+       DocBookAttr role='braille'
 End
 
 
@@ -62,6 +64,8 @@ Style Braille_(textsize)
          Shape         Italic
          Color         Blue
        EndFont
+       DocBookTag  para
+       DocBookAttr role='braille-text'
 End
 
 
@@ -86,6 +90,8 @@ Style Braille_(dots_on)
          Shape         Italic
          Color         Green
        EndFont
+       DocBookTag  para
+       DocBookAttr role='braille-dots-on'
 End
 
 
@@ -110,6 +116,8 @@ Style Braille_(dots_off)
          Shape         Italic
          Color         Green
        EndFont
+       DocBookTag  para
+       DocBookAttr role='braille-dots-off'
 End
 
 
@@ -134,6 +142,8 @@ Style Braille_(mirror_on)
          Shape         Italic
          Color         Green
        EndFont
+       DocBookTag  para
+       DocBookAttr role='braille-mirror-on'
 End
 
 
@@ -158,6 +168,8 @@ Style Braille_(mirror_off)
          Shape         Italic
          Color         Green
        EndFont
+       DocBookTag  para
+       DocBookAttr role='braille-mirror-off'
 End