mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
f3d4201138
commit
99f82e6460
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user