]> git.lyx.org Git - features.git/blobdiff - lib/layouts/beamer.layout
DocBook: implement author for layouts that previously missed it.
[features.git] / lib / layouts / beamer.layout
index f6d17c3b7ee94808801553f298d48d9a9703f5fd..5f0786c47d2e77b866f1cdcbc01ed6c04a809836 100644 (file)
@@ -6,7 +6,7 @@
 #   Richard Heck <rgheck@lyx.org>, Martin Vermeer <martin.vermeer@hut.fi> and probably others.
 
 
-Format 82
+Format 85
 
 #
 # GLOBAL SETTINGS
@@ -71,6 +71,7 @@ Style Standard
   Align            Left
   AlignPossible    Block, Left, Right, Center
   LabelType        No_Label
+  DocBookTag       para
 End
 
 
@@ -1001,12 +1002,16 @@ Style Title
     LabelString   "Short Title|S"
     Tooltip       "Short title which appears in the sidebar/header"
     InsertCotext   1
+       # TODO: In DocBook, output it in a titleabbrev outside this title.
   EndArgument
   Font
     Size           Huge
     Series         Bold
     Color          Blue
   EndFont
+  DocBookTag       title
+  DocBookTagType   paragraph
+  DocBookInInfo    maybe
 End
 
 Style Title_(Plain_Frame)
@@ -1040,6 +1045,8 @@ Style Subtitle
     Series         Bold
     Color          Blue
   EndFont
+  DocBookTag       subtitle
+  DocBookInInfo    maybe
 End
 
 Style Author
@@ -1063,6 +1070,11 @@ Style Author
     Size           Largest
     Color          Blue
   EndFont
+  DocBookTag            personname
+  DocBookTagType        paragraph
+  DocBookWrapperTag     author
+  DocBookWrapperTagType inline
+  DocBookInInfo         always
 End
 
 Style Institute
@@ -1408,6 +1420,9 @@ Style LyX-Code
   Font
     Family         Typewriter
   EndFont
+  DocBookTag            programlisting
+  DocBookTagType        paragraph
+  DocBookAttr                  language='lyx'
 End
  
 Style NoteItem