[LyX/master] DocBook: implement Braille.

Thibaut Cuvelier tcuvelier at lyx.org
Wed Nov 4 03:39:06 UTC 2020


commit 9060509d52df0845a451c96549bf1ac7714aadc8
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Wed Nov 4 05:06:56 2020 +0100

    DocBook: implement Braille.
    
    Basically, nothing to do: the conversion must be performed by the DocBook-processing agent (which is not a standard feature).
---
 lib/layouts/braille.module |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/lib/layouts/braille.module b/lib/layouts/braille.module
index 7a5b991..29fa6ab 100644
--- a/lib/layouts/braille.module
+++ b/lib/layouts/braille.module
@@ -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
 
 


More information about the lyx-cvs mailing list