<div dir="ltr">2015-10-26 16:54 GMT+01:00 Matej Kosik <span dir="ltr"><<a href="mailto:5764c029b688c1c0d24a2e97cd764f@gmail.com" target="_blank">5764c029b688c1c0d24a2e97cd764f@gmail.com</a>></span>:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<span class=""><br>
On 10/26/2015 03:04 PM, David Carlisle wrote:<br>
> Note  tex-live list is for issues relating to the texlive distribution,<br>
> not for help with tex questions,<br>
<br>
</span>I did not know that. I am sorry. Next time, I'll look for a different place.<br>
<span class=""><br>
> but anyway you could use<br>
> \usepackage{parskip}<br>
> which tries to hide some of the "hiddden" paragraphs from the<br>
> effects of increasing \parskip.<br>
<br>
</span>Unfortunatelly, one of the side-effect of the "parskip" package seem to be that the vertical space around \paragraph is also doubled :-(<br></blockquote><div><br></div><div>The sectioning commands also start a new paragraph, both for the title and for the first paragraph below the title. With the exception of \chapter all of them are implemented via \@startsection. The dimensions (various spaces) cannot be set to a negative value in order to compensate \parskip because negative values have different meaning (it is described even in Czech in CSTUG bulletin in one part of my "LaTeXová kuchařka"). You have to redefine \@startsection to set \parskip to zero temporarily (if the parskip package does not do that).<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
I am not sure if this is known and not easily unfixable or unknown and fixable.<br>
<div class=""><div class="h5"><br>
><br>
> David<br>
><br></div></div></blockquote><div><br><br clear="all"><div><div class="gmail_signature">Zdeněk Wagner<br><a href="http://ttsm.icpf.cas.cz/team/wagner.shtml" target="_blank">http://ttsm.icpf.cas.cz/team/wagner.shtml</a><br><a href="http://icebearsoft.euweb.cz" target="_blank">http://icebearsoft.euweb.cz</a></div></div>
<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">
><br>
> On 26 October 2015 at 13:57, Matej Kosik<br>
> <<a href="mailto:5764c029b688c1c0d24a2e97cd764f@gmail.com">5764c029b688c1c0d24a2e97cd764f@gmail.com</a>> wrote:<br>
>> Dear all,<br>
>><br>
>> Normally, empty line in the *.tex file indicates that we want to start a new paragraph.<br>
>> In the standard LaTeX classes (article, book, ...), a new paragraphs are indicated by indentation.<br>
>><br>
>> What is the best solution when, instead of indentation, I want to indicate the beginning of a new paragraph<br>
>> by a vertical space in between of adjacent paragraphs?<br>
>><br>
>> When I try this:<br>
>><br>
>>         \setlength\parindent{0cm}<br>
>>         \setlength\parskip{.5em}<br>
>><br>
>> the paragraphs are separated in the desired way,<br>
>> but changing those variables affects typesetting of other elements which consequently look horrible.<br>
>> - there is now a excess space between itemized list and the surrounding text<br>
>> - there is now an excess space between individual elements of the itemized list.<br>
>><br>
>> If I want to change the paragraph separation but keep everything else unchanged, what should I do?<br>
>><br>
>> Somewhere on StackExchange, the advice read "you need to define your own LaTeX class".<br>
>> Is this true?<br>
>> If yes, didn't somebody already did this in some class?<br>
>><br>
>> Thanks you in advance for any tips that might help.<br>
>> --<br>
>> Matej<br>
><br>
><br>
><br>
<br>
</div></div></blockquote></div><br></div></div>