]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/simplecv.layout
Fix typos in comments
[lyx.git] / lib / layouts / simplecv.layout
index 99d81e1dc37beead831c8a9a7f9437807225013e..c20c0ecba9cd6a271dcd2b89848c043edc769718 100644 (file)
@@ -5,7 +5,7 @@
 # Author : Jean-Marc Lasgouttes (Jean-Marc.Lasgouttes@inria.fr)
 
 
-Format 53
+Format 98
 Columns                 1
 Sides                   1
 SecNumDepth             -1
@@ -25,6 +25,7 @@ Style Standard
        Align                 Block
        AlignPossible         Block, Left, Right, Center
        LabelType             No_Label
+       DocBookTag            para
 End
 
 
@@ -46,11 +47,16 @@ Style Section
          Family              Sans
          Series              Bold
        EndFont
-               TocLevel 1
+       TocLevel 1
        Argument 1
                LabelString   "Short Title|S"
                Tooltip       "The section as it appears in the table of contents/running headers"
+               InsertCotext   1
+               IsTocCaption   1
        EndArgument
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookSectionTag     section
 End
 
 
@@ -66,6 +72,16 @@ Style Topic
        Margin                Manual
        LatexType             Item_environment
        LatexName             topic
+       Argument listpreamble:1
+               LabelString    "List preamble"
+               MenuString     "List Preamble"
+               Tooltip        "LaTeX code to be inserted before the first item"
+               PassThru       1
+               Font
+                       Family typewriter
+                       Color latex
+               EndFont
+       EndArgument
        NextNoIndent          1
        LabelSep              xxx
        ParSkip               0.4
@@ -80,6 +96,12 @@ Style Topic
          Family              Sans
          Shape               Slanted
        EndFont
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End
 
 
@@ -88,6 +110,16 @@ Style Itemize
        Margin                Static
        LatexType             Item_Environment
        LatexName             itemize
+       Argument listpreamble:1
+               LabelString    "List preamble"
+               MenuString     "List Preamble"
+               Tooltip        "LaTeX code to be inserted before the first item"
+               PassThru       1
+               Font
+                       Family typewriter
+                       Color latex
+               EndFont
+       EndArgument
        NextNoIndent          1
        ToggleIndent          Never
        LeftMargin            MMN
@@ -102,6 +134,9 @@ Style Itemize
        HTMLTag               ul
        HTMLItem              li
        HTMLLabel             NONE
+       DocBookTag            itemizedlist
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
 End
 
 
@@ -119,6 +154,8 @@ Style Left_Header
        Font
          Family              Sans
        EndFont
+       DocBookTag            para
+       DocBookAttr           role='left-header'
 End
 
 
@@ -126,6 +163,8 @@ Style Right_Header
        CopyStyle             Left_Header
        LatexName             rightheader
        Margin                Right_Address_Box
+       DocBookTag            para
+       DocBookAttr           role='right-header'
 End
 
 
@@ -148,6 +187,9 @@ Style Title
          Size                Largest
        EndFont
        HTMLTitle             true
+       DocBookTag            title
+       DocBookTagType        paragraph
+       DocBookInInfo         maybe
 End
 
 
@@ -162,4 +204,16 @@ Style Bibliography
        LabelFont
          Size                Tiny
        EndFont
+       TocLevel              1
+       IsTocCaption          0
+       Argument listpreamble:1
+         LabelString    "Bib preamble"
+         MenuString     "Bibliography Preamble"
+         Tooltip        "LaTeX code to be inserted before the first bibliography item"
+         PassThru       1
+         Font
+           Family typewriter
+           Color latex
+         EndFont
+       EndArgument
 End