mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
add support for \specialsection in amsart; fix some fonts for better screen rendering
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31613 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1154a6d782
commit
266cb16168
@ -62,7 +62,7 @@ Style Section
|
||||
Font
|
||||
Series Medium
|
||||
Shape Smallcaps
|
||||
Size Large
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
||||
@ -77,11 +77,34 @@ Style Section*
|
||||
End
|
||||
|
||||
|
||||
Style SpecialSection
|
||||
CopyStyle Section
|
||||
LatexName specialsection
|
||||
Font
|
||||
Shape Roman
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style SpecialSection*
|
||||
CopyStyle SpecialSection
|
||||
Category Unnumbered
|
||||
LatexName specialsection*
|
||||
Margin Static
|
||||
LabelType No_Label
|
||||
LabelCounter ""
|
||||
OptionalArgs 0
|
||||
End
|
||||
|
||||
|
||||
Style Subsection
|
||||
Font
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
@ -90,12 +113,16 @@ Style Subsection*
|
||||
Series Bold
|
||||
Size Normal
|
||||
EndFont
|
||||
LabelFont
|
||||
Series Medium
|
||||
EndFont
|
||||
End
|
||||
|
||||
|
||||
Style Subsubsection
|
||||
Font
|
||||
Shape Italic
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
@ -104,6 +131,7 @@ End
|
||||
Style Subsubsection*
|
||||
Font
|
||||
Shape Italic
|
||||
Series Medium
|
||||
Size Normal
|
||||
EndFont
|
||||
End
|
||||
|
Loading…
Reference in New Issue
Block a user