Multiple blank lines

Hi!
Is there a way to insert multiple blank lines in a document?

There are multiple ways of doing this, largely depending on your intended result:

Add extra paragraph spacing

If you just want to have extra blank space below a given paragraph (i.e. without that blank space ever having to be used to input text), you can use special codes to add extra spacing below the paragraph: space below xxx cm/mm/pt/i, e.g. space below 2.5 cm.

Add empty lines/paragraphs

As you will have likely noticed, Clause9 ignores multiple blank lines. If you want to circumvent this behaviour and include actual “empty” paragraphs, you can use the @void special function as follows:

1. Some paragraph text

@void

@void

This will result in two extra empty paragraphs being included after the first one.

Thanks !!!

1 Like