mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix ParIndent for various "Standard" styles
(cherry picked from commit 2b1a99e57d
)
This commit is contained in:
parent
065a9ced63
commit
7fb8d4b9fb
@ -9,6 +9,10 @@ Input stdinsets.inc
|
||||
Input stdfloats.inc
|
||||
Input stdcounters.inc
|
||||
|
||||
ModifyStyle Standard
|
||||
ParIndent ""
|
||||
End
|
||||
|
||||
Columns 1
|
||||
Sides 1
|
||||
PageStyle Empty
|
||||
|
@ -1024,3 +1024,7 @@ NoStyle Verse
|
||||
# Remove some unwanted styles.
|
||||
# NoStyle Right_Address
|
||||
# NoStyle Address
|
||||
|
||||
ModifyStyle Standard
|
||||
ParIndent ""
|
||||
End
|
||||
|
@ -17,3 +17,6 @@ Input stdlayouts.inc
|
||||
NoStyle Right_Address
|
||||
NoStyle Address
|
||||
|
||||
ModifyStyle Standard
|
||||
ParIndent ""
|
||||
End
|
||||
|
@ -13,6 +13,7 @@ Style Standard
|
||||
LatexName dummy
|
||||
ParSep 0.4
|
||||
AlignPossible Block, Left, Right, Center
|
||||
ParIndent MM
|
||||
End
|
||||
|
||||
Input stdlists.inc
|
||||
|
Loading…
Reference in New Issue
Block a user