]> git.lyx.org Git - features.git/commitdiff
Somehow forgot HTML tags for Paragraph and Subparagraph.
authorRichard Heck <rgheck@lyx.org>
Tue, 11 Jun 2013 18:29:32 +0000 (14:29 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 11 Jun 2013 18:33:38 +0000 (14:33 -0400)
(cherry picked from commit c6a08bc4421c960dc8148a95eb68ba90c2f95ff5)

lib/layouts/stdsections.inc
status.20x

index 6cbc3fa5e8787e797a3547893d1132ee5a6afbfb..851281e49a59f9f3113ae16b25d4d14e3965afc5 100644 (file)
@@ -125,6 +125,7 @@ Style Paragraph
        LatexName             paragraph
        TopSep                0.4
        BottomSep             0
+       HTMLTag               h5
 End
 
 
@@ -135,6 +136,7 @@ Style Subparagraph
        LatexName             subparagraph
        NextNoIndent          0
        LeftMargin            MM
+       HTMLTag               h6
 End
 
 Input stdrefprefix.inc
index 0a0764cbfe20450e7b66ba4bddb3ef09af21e7d3..b6b399ab3ff11be2b067e169ffb13d7302a65f7b 100644 (file)
@@ -52,6 +52,7 @@ What's new
 
 * DOCUMENT INPUT/OUTPUT
 
+- Added h5 and h6 as tags for Paragraph and Subparagraph.
 
 
 * USER INTERFACE