]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdsections.inc
fix typos.
[lyx.git] / lib / layouts / stdsections.inc
index 6e5f40144c0733bd88cdedce00d7798a7649b5c1..7682cda485e2484237259cfd5ebe12960eb3511a 100644 (file)
@@ -7,7 +7,8 @@
 # commands that are useful for article-like document classes, but not
 # for letters.
 
-Format 9
+Format 16
+
 Style Part
        Category              Section
        Margin                Dynamic
@@ -30,6 +31,7 @@ Style Part
          Series              Bold
          Size                Huge
        EndFont
+       HTMLTag               h1
 End
 
 
@@ -55,6 +57,7 @@ Style Chapter
          Series              Bold
          Size                Huge
        EndFont
+       HTMLTag               h1
 End
 
 
@@ -79,6 +82,7 @@ Style Section
          Series              Bold
          Size                Larger
        EndFont
+       HTMLTag               h2
 End
 
 
@@ -94,6 +98,7 @@ Style Subsection
          Series              Bold
          Size                Large
        EndFont
+       HTMLTag               h3
 End
 
 
@@ -108,6 +113,7 @@ Style Subsubsection
          Series              Bold
          Size                Normal
        EndFont
+       HTMLTag               h4
 End
 
 
@@ -118,6 +124,8 @@ Style Paragraph
        LatexName             paragraph
        TopSep                0.4
        BottomSep             0
+       HTMLTag               span
+       HTMLAttr              class='paragraph'
 End
 
 
@@ -128,6 +136,7 @@ Style Subparagraph
        LatexName             subparagraph
        NextNoIndent          0
        LeftMargin            MM
+       HTMLTag               span
 End
 
 Input numarticle.inc