mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
* amsart.layout:
* amsbook.layout: - fix on-screen representation of headings Patch by Russ Woodroofe and me. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29992 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
16e52cb601
commit
6316d8128b
@ -71,6 +71,16 @@ Style Section
|
||||
End
|
||||
|
||||
|
||||
Style Section*
|
||||
Align Center
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsection
|
||||
Font
|
||||
Series Bold
|
||||
@ -79,9 +89,25 @@ Style Subsection
|
||||
End
|
||||
|
||||
|
||||
Style Subsection*
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsubsection
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsubsection*
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
@ -50,8 +50,7 @@ Input numreport.inc
|
||||
Style Section
|
||||
Align Center
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
@ -74,6 +73,33 @@ End
|
||||
|
||||
|
||||
Input stdstarsections.inc
|
||||
|
||||
|
||||
Style Section*
|
||||
Align Center
|
||||
Font
|
||||
Series Bold
|
||||
Size Large
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsection*
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsubsection*
|
||||
Font
|
||||
Shape Italic
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Input lyxmacros.inc
|
||||
Input stdlayouts.inc
|
||||
Input stdlists.inc
|
||||
@ -86,10 +112,11 @@ NoStyle Address
|
||||
NoStyle Verse
|
||||
|
||||
# Chapter is _not_ prepended
|
||||
Style Section
|
||||
LabelString "\arabic{section}"
|
||||
LabelStringAppendix "\arabic{section}"
|
||||
End
|
||||
# JSpitz: this seems to be not true (anymore?)
|
||||
#Style Section
|
||||
# LabelString "\arabic{section}"
|
||||
# LabelStringAppendix "\arabic{section}"
|
||||
#End
|
||||
|
||||
|
||||
Style Paragraph
|
||||
|
Loading…
Reference in New Issue
Block a user