commit b870e46c856520b1671673dde7c69b022f821d60 Author: Richard Heck <rgh...@lyx.org> Date: Tue Jun 11 14:29:32 2013 -0400
Somehow forgot HTML tags for Paragraph and Subparagraph. (cherry picked from commit c6a08bc4421c960dc8148a95eb68ba90c2f95ff5) diff --git a/lib/layouts/stdsections.inc b/lib/layouts/stdsections.inc index 6cbc3fa..851281e 100644 --- a/lib/layouts/stdsections.inc +++ b/lib/layouts/stdsections.inc @@ -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 diff --git a/status.20x b/status.20x index 0a0764c..b6b399a 100644 --- a/status.20x +++ b/status.20x @@ -52,6 +52,7 @@ What's new * DOCUMENT INPUT/OUTPUT +- Added h5 and h6 as tags for Paragraph and Subparagraph. * USER INTERFACE