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.
This commit is contained in:
parent
2d91cbead9
commit
f0b535db82
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=3647
4 changed files with 568 additions and 555 deletions
|
@ -386,3 +386,16 @@ for example,
|
|||
(e.g., the BSD Copyright), so you need to sit and bounce on the 'y' or
|
||||
'n' key as appropriate for each occurence of a stop.
|
||||
|
||||
35. 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.
|
||||
|
|
|
@ -28434,7 +28434,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: handbook.sgml,v 1.34 1998-10-21 21:51:11 nik Exp $
|
||||
# $Id: handbook.sgml,v 1.35 1998-10-21 21:52:28 nik Exp $
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
|
|
@ -28434,7 +28434,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: book.sgml,v 1.34 1998-10-21 21:51:11 nik Exp $
|
||||
# $Id: book.sgml,v 1.35 1998-10-21 21:52:28 nik Exp $
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
|
|
@ -28434,7 +28434,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
# Date created: 5 December 1994
|
||||
# Whom: asami
|
||||
#
|
||||
# $Id: book.sgml,v 1.34 1998-10-21 21:51:11 nik Exp $
|
||||
# $Id: book.sgml,v 1.35 1998-10-21 21:52:28 nik Exp $
|
||||
#
|
||||
|
||||
DISTNAME= oneko-1.1b
|
||||
|
|
Loading…
Reference in a new issue