How should I redefine
\section
(or something else, that this command use) (but I need to customize not only sections) to customize it's output in according with the following requirements:\chapter{ChapName.}
must output as: "CHAPNAME" with a normal text size (selected in all document (in our standards, using extsizes package it must be14pt
)), bold faced, capital and centered, and without any number. It must be separated from upper and lower text with 1 (one) line.\section
and\subsection
headings must be separated the same as\chapter
from previous item, and it's sizes must also be normal (14pt). Also I need a space before a number of this with a length of\parindent
. All other standard things of\section
and\subsection
headings are good to go, but I like to see a dot after number i.e.:\section{SecName}
should give a "1. SecName".
p.s. I have forgotten to write one more requirement to the item above, for
\section
and \subsection
, and now I have added it there.p.p.s. Thank you for good editing of this post.