1 Jun 2007 11:53
Re: rst2latex doesn't like deep section level .
G. Milde <milde <at> users.berlios.de>
2007-06-01 09:53:59 GMT
2007-06-01 09:53:59 GMT
On 31.05.07, grubert <at> users.sourceforge.net wrote:
> On Thu, 31 May 2007, G. Milde wrote:
> >
> > OTOH, \paragraph and \subparagraph section headings are (in the standard
> > layout styles) followed by the paragraph text *on the same line*, even if
> > it is separated from the section header by a blank line.
> >
> > However, with a trailing \leavevmode, the paragraph text starts on a new
> > line. This is a layout decision I would rather see unchanged or changed
> > in the stylesheet (via a \renewcommand{\subparagraph}{...}) than hard
> > wired.
> but the way paragraph and subparagraph are used as section titles one
> might expect that the text starts on a new line.
Not necessarily. Starting content on the same line is a way to mark the
lower level of the section heading in the LaTeX standard layout styles
(article, report, book, ...).
The problem is to find a consistent markup of section titles that
* provides clear visual differentiation of the section level and
* does not make high-level section titles too big (or bold)
under the constraint that latex output is targeted at printedr documents,
typically black-and-white.
One special LaTeX method to address this problem is the adding of the
"chapter" section level at the top end in report and book styles.
(Continue reading)
RSS Feed