[LyX/master] DocBook: implement standard for layouts that previously missed it.

Thibaut Cuvelier tcuvelier at lyx.org
Fri Nov 27 03:22:56 UTC 2020


commit 78d7f7d8f57c04da9dd724f1fb942a524fd88c91
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date:   Fri Nov 27 04:29:40 2020 +0100

    DocBook: implement standard for layouts that previously missed it.
---
 lib/layouts/IEEEtran.layout    |    1 +
 lib/layouts/beamer.layout      |    1 +
 lib/layouts/broadway.layout    |    1 +
 lib/layouts/cl2emult.layout    |    1 +
 lib/layouts/dtk.layout         |    1 +
 lib/layouts/egs.layout         |    1 +
 lib/layouts/foils.layout       |    1 +
 lib/layouts/iopart.layout      |    1 +
 lib/layouts/llncs.layout       |    1 +
 lib/layouts/ltugboat.layout    |    1 +
 lib/layouts/memoir.layout      |    1 +
 lib/layouts/paper.layout       |    1 +
 lib/layouts/powerdot.layout    |    1 +
 lib/layouts/siamltex.layout    |    1 +
 lib/layouts/sigplanconf.layout |    1 +
 lib/layouts/slides.layout      |    1 +
 16 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/lib/layouts/IEEEtran.layout b/lib/layouts/IEEEtran.layout
index c40f959..69eb9a6 100644
--- a/lib/layouts/IEEEtran.layout
+++ b/lib/layouts/IEEEtran.layout
@@ -42,6 +42,7 @@ Style Standard
   Align		Block
   AlignPossible	Block, Left, Right, Center
   LabelType	No_Label
+  DocBookTag    para
 End
 
 Counter		theorem
diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout
index 5c655fb..4a54280 100644
--- a/lib/layouts/beamer.layout
+++ b/lib/layouts/beamer.layout
@@ -71,6 +71,7 @@ Style Standard
   Align            Left
   AlignPossible    Block, Left, Right, Center
   LabelType        No_Label
+  DocBookTag       para
 End
 
 
diff --git a/lib/layouts/broadway.layout b/lib/layouts/broadway.layout
index 733e1c7..2bfaef6 100644
--- a/lib/layouts/broadway.layout
+++ b/lib/layouts/broadway.layout
@@ -185,6 +185,7 @@ Style Standard
 	Align                 Left
 	AlignPossible         Block, Left, Right, Center
 	Labeltype             No_Label
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/cl2emult.layout b/lib/layouts/cl2emult.layout
index 7a387cf..5687cda 100644
--- a/lib/layouts/cl2emult.layout
+++ b/lib/layouts/cl2emult.layout
@@ -150,4 +150,5 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+	DocBookTag            para
 End
diff --git a/lib/layouts/dtk.layout b/lib/layouts/dtk.layout
index 1584f3c..1a6ed58 100644
--- a/lib/layouts/dtk.layout
+++ b/lib/layouts/dtk.layout
@@ -39,6 +39,7 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+    DocBookTag            para
 End
 
 Input stdinsets.inc
diff --git a/lib/layouts/egs.layout b/lib/layouts/egs.layout
index 0db0340..3374f40 100644
--- a/lib/layouts/egs.layout
+++ b/lib/layouts/egs.layout
@@ -26,6 +26,7 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/foils.layout b/lib/layouts/foils.layout
index 5ac70c6..d6cb404 100644
--- a/lib/layouts/foils.layout
+++ b/lib/layouts/foils.layout
@@ -38,6 +38,7 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/iopart.layout b/lib/layouts/iopart.layout
index e5d5675..b0a56ce 100644
--- a/lib/layouts/iopart.layout
+++ b/lib/layouts/iopart.layout
@@ -42,6 +42,7 @@ Style Standard
 	Align		Block
 	AlignPossible	Block, Left, Right, Center
 	LabelType	No_Label
+	DocBookTag  para
 End
 
 
diff --git a/lib/layouts/llncs.layout b/lib/layouts/llncs.layout
index 7c5bc56..b968b2b 100644
--- a/lib/layouts/llncs.layout
+++ b/lib/layouts/llncs.layout
@@ -31,6 +31,7 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/ltugboat.layout b/lib/layouts/ltugboat.layout
index c35a76f..aefa9a1 100644
--- a/lib/layouts/ltugboat.layout
+++ b/lib/layouts/ltugboat.layout
@@ -39,6 +39,7 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout
index a8e6a56..3ebaddf 100644
--- a/lib/layouts/memoir.layout
+++ b/lib/layouts/memoir.layout
@@ -50,6 +50,7 @@ Style Standard
 			text-align: left;
 		}
 	EndHTMLStyle
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/paper.layout b/lib/layouts/paper.layout
index 2462ef2..8beb6ff 100644
--- a/lib/layouts/paper.layout
+++ b/lib/layouts/paper.layout
@@ -26,6 +26,7 @@ Style Standard
 			margin-bottom: 2ex;
 		}
 	EndHTMLStyle
+	DocBookTag            para
 End
 
 Input stdtitle.inc
diff --git a/lib/layouts/powerdot.layout b/lib/layouts/powerdot.layout
index 853b4cc..a387662 100644
--- a/lib/layouts/powerdot.layout
+++ b/lib/layouts/powerdot.layout
@@ -118,6 +118,7 @@ Style Standard
   Align         Block
   AlignPossible Block, Left, Right, Center
   LabelType     No_Label
+  DocBookTag    para
 End
 
 ###
diff --git a/lib/layouts/siamltex.layout b/lib/layouts/siamltex.layout
index a1d47ad..b207ad3 100644
--- a/lib/layouts/siamltex.layout
+++ b/lib/layouts/siamltex.layout
@@ -44,6 +44,7 @@ Style Standard
 	Align                 Block
 	AlignPossible         Block, Left, Right, Center
 	LabelType             No_Label
+	DocBookTag            para
 End
 
 
diff --git a/lib/layouts/sigplanconf.layout b/lib/layouts/sigplanconf.layout
index 0c30bda..20b1cac 100644
--- a/lib/layouts/sigplanconf.layout
+++ b/lib/layouts/sigplanconf.layout
@@ -48,6 +48,7 @@ Style Standard
   Align 		Block
   AlignPossible 	Block, Left, Right, Center
   LabelType 		No_Label
+  DocBookTag        para
 End
 
 
diff --git a/lib/layouts/slides.layout b/lib/layouts/slides.layout
index 9f30631..3f6f401 100644
--- a/lib/layouts/slides.layout
+++ b/lib/layouts/slides.layout
@@ -68,6 +68,7 @@ Style Standard
 	Align             Block
 	AlignPossible     Block, Left, Right, Center
 	LabelType         No_Label
+	DocBookTag        para
 End
 
 


More information about the lyx-cvs mailing list