Add missing quotes in starsections. (docbook)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9106 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2004-10-22 14:49:06 +00:00
parent f3d4201138
commit 99f82e6460
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
2004-10-22 José Matos <jamatos@lyx.org>
* layouts/db_stdstarsections.inc: add mixing quotes around !-- --
2004-10-22 José Matos <jamatos@lyx.org>
* layouts/db_stdclass.inc: add Email character style.

View File

@ -14,7 +14,7 @@ Style Part*
Margin Static
LatexName bridgehead
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LabelType No_Label
LatexParam renderas="part"
End
@ -24,7 +24,7 @@ Style Chapter*
CopyStyle Chapter
Margin Static
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LatexName bridgehead
LabelType No_Label
OptionalArgs 0
@ -37,7 +37,7 @@ Style Section*
Margin Static
LatexName bridgehead
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LabelType No_Label
OptionalArgs 0
LatexParam renderas="sect1"
@ -49,7 +49,7 @@ Style Subsection*
Margin Static
LatexName bridgehead
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LabelType No_Label
OptionalArgs 0
LatexParam renderas="sect2"
@ -61,7 +61,7 @@ Style Subsubsection*
Margin Static
LatexName bridgehead
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LabelType No_Label
OptionalArgs 0
LatexParam renderas="sect3"
@ -73,7 +73,7 @@ Style Paragraph*
Margin Static
LatexName bridgehead
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LabelType No_Label
OptionalArgs 0
LatexParam renderas="sect4"
@ -85,7 +85,7 @@ Style Subparagraph*
Margin Static
LatexName bridgehead
LatexType Environment
InnerTag !-- --
InnerTag "!-- --"
LabelType No_Label
OptionalArgs 0
LatexParam renderas="sect5"