mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
remove spaces from label strings, part 2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@10269 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a31c518b42
commit
4a7f4fb7bf
@ -158,6 +158,7 @@ Style Address
|
||||
AlignPossible Block, Left, Right, Center
|
||||
LabelType Static
|
||||
LabelString "Address:"
|
||||
LabelSep M
|
||||
LabelFont
|
||||
Shape Italic
|
||||
EndFont
|
||||
|
@ -64,6 +64,7 @@ Style ACT
|
||||
AlignPossible Center
|
||||
LabelType Counter
|
||||
LabelCounter act
|
||||
LabelSep M
|
||||
LabelString "ACT \arabic{act}"
|
||||
End
|
||||
|
||||
@ -80,6 +81,7 @@ Style SCENE
|
||||
AlignPossible Center
|
||||
LabelType Counter
|
||||
LabelCounter scene
|
||||
LabelSep M
|
||||
LabelString "SCENE \arabic{scene}"
|
||||
End
|
||||
|
||||
@ -95,6 +97,7 @@ Style SCENE*
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
LabelType Static
|
||||
LabelSep M
|
||||
LabelString "SCENE"
|
||||
End
|
||||
|
||||
@ -110,6 +113,7 @@ Style AT_RISE:
|
||||
AlignPossible Left
|
||||
KeepEmpty 1
|
||||
LabelType Static
|
||||
LabelSep M
|
||||
LabelString "AT RISE:"
|
||||
End
|
||||
|
||||
|
@ -137,6 +137,7 @@ Style Author_Address
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelSep M
|
||||
LabelString "Address:"
|
||||
OptionalArgs 1
|
||||
LabelFont
|
||||
@ -154,6 +155,7 @@ Style Author_Email
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelSep M
|
||||
LabelString "Email:"
|
||||
TextFont
|
||||
Family Typewriter
|
||||
@ -175,6 +177,7 @@ Style Author_URL
|
||||
Align Center
|
||||
AlignPossible Center
|
||||
Labeltype Static
|
||||
LabelSep M
|
||||
LabelString "URL:"
|
||||
TextFont
|
||||
Family Typewriter
|
||||
|
Loading…
Reference in New Issue
Block a user