I am using the article format with 10pt times fonts.
I need to change the defaults for the look of the section and figure headers. I need to reduce the size of the section heads defaults so that it is 12pt boldface (not 14pt)
\usepackage{sectsty} \sectionfont{\bfseries\large}
I also need to have a dot "." after the section number
\renewcommand{\thesection}{\arabic{section}.}
http://www.educat.hu-berlin.de/~voss/lyx/counter/counter.phtml#numbering
I need to also reduce to 12pt the "Referenced" header.
it is like a section*, so it should be at 12pt with the above command
For figures, I need the "Figure x." to be in 10 pt helvetica boldface with a dot "." not a colon (the default), and the caption to be helvetica 10pt.
look at package caption
I looked at the lyx tricks website but could not find such details.
http://www.educat.hu-berlin.de/~voss/lyx/floats/caption.phtml#cap_2
Herbert
