Cezary Morga wrote:
I'd like to make some adjustments to the section and subsection parameters in the most default article class. I'd like to change it size to be exactly the same as the text. Not necessarily on preview but on the generated pdf files. For example, I'm writing in times 12pt so I'd like the section - and subsection etc - be 12pt also.
For the following you need to use a koma-script document class.
To change the font size of the headings add these line to your document
preamble:
\addtokomafont{section}{\normalsize\normalfont\sffamily}
\addtokomafont{subsection}{\normalsize\normalfont\sffamily}
The second thing: I'd like to change it's numbering scheme to add the following dot after the number. Now it is: "1 Section 1.1 Subsection" and I'd like it to be "1. Section 1.1. subsection".
Add the following document format option: pointednumbers
As for the figures, I'd like to change the way they are numbered from "Figure 1 something" to "Figure 1.1 something" where first number is section number and the second - number of figure in this section. Can it be done?
Add this line to your document preamble:
\numberwithin{figure}{section}
(This requires that you enable the usage of AMS-Math in the document
settings.)
I attached an example showing all adjustments from this email. regards Uwe
newfile1.lyx
Description: application/lyx
