OK, I'm trying to make sure all my section headings, abstract, title &
authors are in a size 10 font. I've got a .layout file that's reproduced
below, but it doesn't seem to make any difference at all. (Obviously, I've
selected size 10 fonts in the Layout->Document dialog box!). Any help
would be much appreciated.
Thanks,
Sarah
#% Do not delete the line below; configure depends on this
# \DeclareLaTeXClass[article]{article (Michael)}
# Article textclass definition file. Taken from initial LyX source code
# ...
# Input general definitions
Input stdclass.inc
# There are no chapters in an article.
NoStyle Chapter
NoStyle Chapter*
MaxCounter Counter_Section
SecNumDepth 3
TocDepth 3
# Section style definition
Style Section
# standard font definition
Font
Series Bold
Size Normal
EndFont
End
# Subsection style definition
Style Subsection
# standard font definition
Font
Series Bold
Size Normal
EndFont
End
# Subsubsection style definition
Style Subsubsection
# standard font definition
Font
Series Bold
Size Normal
EndFont
End
# Abstract style definition
Style Abstract
# standard font definition
Font
Size Normal
EndFont
# label font definition
LabelFont
Series Bold
Size Normal
EndFont
End
# Title style definition
Style Title
# standard font definition
Font
Size Normal
EndFont
End
# Author style definition
Style Author
# standard font definition
Font
Size Normal
EndFont
End