11
votes
1answer
206 views

A zero \parskip and an unusual \paragraph result in overlapping paragraphs

I'm trying to debug a class provided by some journal. From times to times, the text appears completely garbled, or does not appear at all (I believe it is printed somewhere but probably out of the ...
5
votes
1answer
124 views

Onecolumn vs. Twocolumn: spuriously different header spacing

In the following example, there's a spurious space in the one-column variant. The problem seems to be that in two-column mode, the \section command is at the "beginning of a column" and no space is ...
2
votes
0answers
91 views

ConTeXt: How to adjust the space before and after a section with respect to gridset

I use grid=yes in my setuplayout. With \showgrid I can see, that the space before and after a section is the same as before and after a subsection (3 lines before, and 2 lines after). But it would ...
6
votes
2answers
122 views

How to append code to a section?

In my scrartcl document I want to change the spacing between sections and the first paragraph. Since I am using the parskip package, the parskip is set to a non-zero value. The \section command uses ...
4
votes
1answer
275 views

Space before and after section [no need for it]

I have additional space inside a text [see picture] between paraghraps. Beside of that it is diffrent size [this space]. What's more before Section, and after section title there is additonal space ...
0
votes
0answers
175 views

Too much vertical skip in TOC [closed]

I use LyX for a report. My problem is that the row-spacing in the table of contents is the same as the vertical skip between my sections. And I can't figure out how to differ those settings from each ...
3
votes
1answer
370 views

Vertical Spacing After Paragraph Heading

I can't manage to control vertical spacing after (and before) paragraph which I've customized. \paragraph{Çatışma} Birden fazla düşman birimin karşılıklı yok etme .... And here is what i used to ...
1
vote
2answers
199 views

Misaligned paragraph (after subsubsection)

I'm new to LaTeX & LyX. I find that in LyX, when I have a "subsubsection" then "standard" block of text, it looks like where the immediate line after the subsubsection is aligned with the ...
2
votes
1answer
540 views

Is italic + less-space formatting of \subparagraph typographically sensible?

As discussed in Difference between \paragraph and \subparagraph in scrreprt?, my formatting does not make a difference between \paragraph, as the proposed workaround does have no effect, if the option ...
6
votes
2answers
2k views

Prevent a paragraph break after a section heading

In my .cls file for my thesis, I have defined \subsection as follows: \newcommand{\subsection}[1]{% \pagebreak[2] \refstepcounter{subsection} \addcontentsline{toc}{subsection}{ ...
3
votes
3answers
3k views

How to get new line after \subparagraph title?

Is there a default way to change the style of the \subparagraph title, namely to add a new line after the title? Is there a way to do it without \renewcommand (some style changes of something else) - ...
15
votes
2answers
11k views

How do I control the spacing above a new \paragraph?

I'm sorry if this question has been answered earlier or is too basic for this site, but I couldn't find a reference. I'm using LaTeX using the article documentclass. I haven't customized any of ...