K 10
svn:author
V 3
nik
K 8
svn:date
V 27
1998-10-21T21:52:28.000000Z
K 7
svn:log
V 232
Some paragraphs have leading space(s). E.g.,

   <para>  There is some leading space here.</para>

Get rid of it, doing an emacs search/replace for

    <para> +\([^ ]\)

and replacing with

    <para>\1

This can be done globally.

END
