mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
- simplecv.layout: remove unused string definitions and use the itemize definition from stdlists.inc
- stdlists.inc: remove unused string definitions git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40467 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9ca7586d1c
commit
c32ae63b6c
@ -13,6 +13,7 @@ TocDepth -1
|
|||||||
Input stdcounters.inc
|
Input stdcounters.inc
|
||||||
Input stdinsets.inc
|
Input stdinsets.inc
|
||||||
|
|
||||||
|
|
||||||
Style Standard
|
Style Standard
|
||||||
Margin Static
|
Margin Static
|
||||||
LatexType Paragraph
|
LatexType Paragraph
|
||||||
@ -69,7 +70,6 @@ Style Topic
|
|||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
LabelType Manual
|
LabelType Manual
|
||||||
LabelString "MMMMM"
|
|
||||||
LabelFont
|
LabelFont
|
||||||
Family Sans
|
Family Sans
|
||||||
Shape Slanted
|
Shape Slanted
|
||||||
@ -91,7 +91,9 @@ Style Itemize
|
|||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
LabelType Itemize
|
LabelType Itemize
|
||||||
LabelString "*"
|
HTMLTag ul
|
||||||
|
HTMLItem li
|
||||||
|
HTMLLabel NONE
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
||||||
@ -145,7 +147,6 @@ Style Bibliography
|
|||||||
LatexName thebibliography
|
LatexName thebibliography
|
||||||
LatexType Bib_Environment
|
LatexType Bib_Environment
|
||||||
LabelType Bibliography
|
LabelType Bibliography
|
||||||
LabelString ""
|
|
||||||
LabelBottomSep 0.7
|
LabelBottomSep 0.7
|
||||||
LabelFont
|
LabelFont
|
||||||
Size Tiny
|
Size Tiny
|
||||||
|
@ -25,7 +25,6 @@ Style Itemize
|
|||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
LabelType Itemize
|
LabelType Itemize
|
||||||
LabelString "*"
|
|
||||||
HTMLTag ul
|
HTMLTag ul
|
||||||
HTMLItem li
|
HTMLItem li
|
||||||
HTMLLabel NONE
|
HTMLLabel NONE
|
||||||
@ -71,7 +70,6 @@ Style Description
|
|||||||
Align Block
|
Align Block
|
||||||
AlignPossible Block, Left
|
AlignPossible Block, Left
|
||||||
LabelType Manual
|
LabelType Manual
|
||||||
LabelString "MM"
|
|
||||||
LabelFont
|
LabelFont
|
||||||
Series Bold
|
Series Bold
|
||||||
EndFont
|
EndFont
|
||||||
|
Loading…
Reference in New Issue
Block a user